Skip to content

Commit

Permalink
rm from nml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tracy committed Mar 27, 2024
1 parent 29c6963 commit dda1d46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scm/src/run_scm.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,6 @@ def setup_rundir(self):
case_nml['case_config']['n_itt_diag'] = self._n_itt_diag
if self._timestep:
case_nml['case_config']['dt'] = self._timestep
if self._case_data_dir:
case_nml['case_config']['case_data_dir'] = self._case_data_dir
# look for the output_dir variable in the case configuration namelist and use it if it does;
# if it doesn't exist, create a default output directory name (from the case and suite names) and create a namelist patch
try:
Expand Down

0 comments on commit dda1d46

Please sign in to comment.