Skip to content

Commit

Permalink
address ESCOMP#2474 by creating run_directory
Browse files Browse the repository at this point in the history
  • Loading branch information
wwieder committed Apr 15, 2024
1 parent 031c476 commit f30b528
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/ctsm/site_and_regional/tower_site.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,11 +391,13 @@ def run_case(
case.set_value("RUN_TYPE", "hybrid")

if run_type == "postad":
case.case_setup()
self.set_ref_case(case)
case.set_value("STOP_N", run_length)

# For transient cases STOP will be set in the user_mod_directory
if run_type == "transient":
case.case_setup()
if self.finidat:
case.set_value("RUN_TYPE", "startup")
else:
Expand Down

0 comments on commit f30b528

Please sign in to comment.