Skip to content

Commit

Permalink
include plumber in cime_config ESCOMP#2
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaganKing committed May 1, 2024
1 parent ea760a9 commit 40701d2
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 @@ -203,7 +203,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 40701d2

Please sign in to comment.