Skip to content

Commit

Permalink
include plumber in cime_config #2
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaganKing committed Aug 16, 2024
1 parent ad83d13 commit d0c6d4c
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 @@ -224,7 +224,7 @@ def buildnml(case, caseroot, compname):
clm_usrdat_name = case.get_value("CLM_USRDAT_NAME")
clmusr = " -clm_usr_name %s " % clm_usrdat_name
# Write warning about initial condition data
if "NEON" in clm_usrdat_name and clm_force_coldstart == "off":
if (("NEON" in clm_usrdat_name) or ("PLUMBER" in clm_usrdat_name)) and clm_force_coldstart == "off":
if ("_transient" in clm_nml_use_case) and (
re.fullmatch(r"\w\w\w\w\.transient", casename) is None
or clm_usrdat_name is "NEON.PRISM"
Expand Down

0 comments on commit d0c6d4c

Please sign in to comment.