Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with land restart: maint-2.0 #6736

Open
nanr opened this issue Nov 6, 2024 · 1 comment
Open

problem with land restart: maint-2.0 #6736

nanr opened this issue Nov 6, 2024 · 1 comment
Assignees
Labels
elm land model Land

Comments

@nanr
Copy link

nanr commented Nov 6, 2024

I'm having trouble restarting a LR E3SMv2.0 simulation after updating my maint-2.0 codebase. I see discussion of land restart issues that look vaguely familiar from 2023 (e.g., #5700).

Background:
I am restarting a simulation that ran for 50 years over the summer 2024. When I tried to restart the simulation I ran into some cime-related software issues (plus I was using the gnu compiler), so I upgraded my code base (downloading E3SM maint-2.0 and setting up a new case directory from scratch), and rebuilt a case using the intel compiler. I am getting this error when I try to restart (i.e., CONTINUE_RUN=TRUE) the simulation.

Has anyone encountered anything like this recently?

Error:
Reading restart file v2.LR.hist-GHG_0141.elm.r.1904-01-01-00000.nc
Reading restart dataset
Opened existing file v2.LR.hist-GHG_0141.elm.r.1904-01-01-00000.nc 105
can't find rootfr in restart (or initial) file...
Initialize rootfr to default
ncd_inqvid: variable ENDWB is not on dataset
ERROR: Unknown error submitted to shr_abort_abort.

@nanr
Copy link
Author

nanr commented Nov 8, 2024

I got a suggestion from Jon Wolfe to add these two new variables and this was successful.

  • double ENDWB(column) ;
  • double ENDWB_COL(column) ;

Many thanks to Jon for the suggestion!

Nan

@rljacob rljacob added Land elm land model labels Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
elm land model Land
Projects
None yet
Development

No branches or pull requests

3 participants