Skip to content

Commit

Permalink
Update buildnml PLUMBER --> PLUMBER2
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaganKing authored Jul 30, 2024
1 parent 6a7e05b commit c6ffab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def buildnml(case, caseroot, compname):
"WARNING: Do you have appropriate initial conditions for this simulation?"
+ " Check that the finidat file used in the lnd_in namelist is appropriately spunup for your case"
)
if "PLUMBER" in clm_usrdat_name and clm_force_coldstart == "off":
if "PLUMBER2" in clm_usrdat_name and clm_force_coldstart == "off":
if ("_transient" in clm_nml_use_case) and (
re.fullmatch(r"\w\w-\w\w\w\.transient", casename) is None
):
Expand Down

0 comments on commit c6ffab4

Please sign in to comment.