Continue run / changing date I want to restart from #7454
szebaze12
started this conversation in
E3SM model help
Replies: 1 comment 1 reply
-
|
I think "hybrid" might be what you are looking for, but there was a recent issue that sort of challenged my understanding of how this model worked. But as long as the case you're trying to continue from has a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to continue a previous run. In my last run, the start date was set to "0064-01-01". For the continuation, while I'm using continue run= true, I want the new segment's perceived start date to be 0064-02-01 (for example).
Is there a correct procedure I should follow if I need to continue from existing restart files effectively, but set a specific, different start date for the new run segment?
Thanks,
#########################SHORT RUN.sh#####################################
readonly CASE_NAME="v2.0.LR.F2010_restart_0064-02-01-00000_1yr_v25_code_1xCO2_20250529"
If this is part of a simulation campaign, ask your group lead about using a case_group label
readonly CASE_GROUP=""
Run options
readonly MODEL_START_TYPE="continue" # 'initial', 'continue', 'branch', 'hybrid'
readonly START_DATE="0064-01-01" # 0064-01-01 not working
#############################################################################
Beta Was this translation helpful? Give feedback.
All reactions