-
Notifications
You must be signed in to change notification settings - Fork 355
New NEON initial conditions needed #2841
Copy link
Copy link
Open
Labels
bugsomething is working incorrectlysomething is working incorrectlyscienceEnhancement to or bug impacting scienceEnhancement to or bug impacting scienceusabilityImprove or clarify user-facing optionsImprove or clarify user-facing options
Milestone
Metadata
Metadata
Assignees
Labels
bugsomething is working incorrectlysomething is working incorrectlyscienceEnhancement to or bug impacting scienceEnhancement to or bug impacting scienceusabilityImprove or clarify user-facing optionsImprove or clarify user-facing options
Type
Fields
Give feedbackNo fields configured for Bug.
Brief summary of bug
run_neon cases fail out of the box because restart files don't have excess ice information, which is on by default for CTSM5.3.
General bug information
CTSM version you are using: [output of
git describe]Reported by @ advyth the case directory is here /glade/derecho/scratch/advyth/NEON_cases/SJER.transient. The lnd.log aborts with this error.
In the short term, a simple fix could be to add the following to user_nl_clm
use_excess_ice = .false.Long term, hopefully this can be addressed after we bring in #2406, and maybe in conjunction with #2739.