Skip to content

Commit

Permalink
Create init_generated_files subdirectory in LILACSMOKE test
Browse files Browse the repository at this point in the history
This mimics what the user typically needs to do in setting up the run
directory.
  • Loading branch information
billsacks committed Aug 4, 2022
1 parent 1efe30b commit 306576b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cime_config/SystemTests/lilacsmoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@ def _setup_atm_driver_rundir(self):
symlink_force(os.path.join(self._runtime_inputs_dir(), file_to_link),
os.path.join(rundir, file_to_link))

init_generated_files_dir = os.path.join(rundir, "init_generated_files")
if not os.path.exists(init_generated_files_dir):
os.mkdir(init_generated_files_dir)

def _cmpgen_namelists(self):
"""Redoes the namelist comparison & generation with appropriate namelists
Expand Down

0 comments on commit 306576b

Please sign in to comment.