Skip to content

Commit

Permalink
removed parantheses
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaganKing committed May 2, 2024
1 parent d659d1c commit ecf4ebe
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 @@ -204,7 +204,7 @@ def buildnml(case, caseroot, compname):
clmusr = " -clm_usr_name %s " % clm_usrdat_name
# Write warning about initial condition data
# fmt: off
if ("NEON" in clm_usrdat_name or "PLUMBER" 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":
# fmt: on
if ("_transient" in clm_nml_use_case) and (
re.fullmatch(r"\w\w\w\w\.transient", casename) is None
Expand Down

0 comments on commit ecf4ebe

Please sign in to comment.