error continuing a run / help me understand namelist changes #1179
-
I ran into an error trying to continue a run from a few weeks ago, and as I looked into it, I realized there are fundamental things I don't understand. I'm hoping you all can enlighten me. TLDR: when I submit a run, it appears that it's looking at whatever cime version I've currently checked out in my local E3SM repository, not the cime version I had checked out when I created the case. Is this how things are supposed to work? The error continuing the run that ran successfully (including several restarts) as of early March was:
Looking at lnd_in in the run directory, I saw that new parameters had been introduced when I tried to continue the run:
By switching between checking out different versions of E3SM/cime in my local repository and running preview_namelists for this case, it seems like the namelists are generated by whatever version I have currently checked out, not the version that was checked out when I created the case. Is this how it's supposed to work? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'm not well versed in manually restarting cases, but you've got the right of it @jennykowalcz. The land model will create symbolic links to the CIME directory inside the host land model when you create a case to access scripts like I feel like there has to be a way to take a case build and restart it without having to keep track of which commit your host land model repo is checkout to, but I'm not sure. I'll ask around. Great question btw! |
Beta Was this translation helpful? Give feedback.
I'm not well versed in manually restarting cases, but you've got the right of it @jennykowalcz. The land model will create symbolic links to the CIME directory inside the host land model when you create a case to access scripts like
case.submit
that have their home there instead of copying the scripts whole sale.I feel like there has to be a way to take a case build and restart it without having to keep track of which commit your host land model repo is checkout to, but I'm not sure. I'll ask around.
Great question btw!