Skip to content

Commit

Permalink
line too long update
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaganKing committed May 1, 2024
1 parent c83ce95 commit 03f0073
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,9 @@ def buildnml(case, caseroot, compname):
if clm_force_coldstart == "on":
clm_force_coldstart = "off"
logger.warning(
"WARNING: You've turned on CLM_FORCE_COLDSTART for a branch run_type, which is a contradiction, the coldstart will be ignored\n"
+ " turn off CLM_FORCE_COLDSTART, or set RUN_TYPE=hybrid to get rid of this warning"
"WARNING: You've turned on CLM_FORCE_COLDSTART for a branch run_type,\n"
+ "which is a contradiction, the coldstart will be ignored\n"
+ "turn off CLM_FORCE_COLDSTART or set RUN_TYPE=hybrid to get rid of this warning"
)

if clm_force_coldstart == "on":
Expand Down

0 comments on commit 03f0073

Please sign in to comment.