Skip to content

Commit

Permalink
Update buildnml local black changes remove colon
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaganKing authored Aug 21, 2024
1 parent d18b369 commit 8b72bb5
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 @@ -229,7 +229,7 @@ def buildnml(case, caseroot, compname):
if (
"NEON" in clm_usrdat_name
or "PLUMBER2" in clm_usrdat_name
and clm_force_coldstart == "off":
and clm_force_coldstart == "off"
):
warning_init_conditions = False
if "NEON" in clm_usrdat_name:
Expand Down

0 comments on commit 8b72bb5

Please sign in to comment.