-
Notifications
You must be signed in to change notification settings - Fork 178
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
Fix ocean restarts when cold starting with DOIAU=YES #3278
base: develop
Are you sure you want to change the base?
Conversation
@KateFriedman-NOAA I think this complements PR #3215, which handled the staging part of the problem |
Awesome, thanks @jswhit2 ! Could you share the experiment setup and/or output/logs that you ran? It would be helpful for us to see the cold-start case you ran since we don't currently have any CI tests that cover this scenario. Thanks! |
@KateFriedman-NOAA - I ran the test on gaea, but I can copy the yamls over to hera if you don't have access |
@jswhit2 I have Gaea access and can view them there, please share the path, thanks! |
on gaeac6 I ran pslot="C192coupled3dvar_test" HPC_ACCOUNT="ira-da" RUNTESTS="/gpfs/f6/ira-da/scratch/Jeffrey.S.Whitaker/GWTESTS" ICSDIR_ROOT="/gpfs/f6/ira-da/proj-shared/Jeffrey.S.Whitaker/replayics/C192mx025" ./workflow/create_experiment.py --yaml /ncrc/home2/Jeffrey.S.Whitaker/global-workflow/yamls/C192mx025_3DVarAOWCDA.yaml after copying /ncrc/home2/Jeffrey.S.Whitaker/global-workflow/gaeac6.yaml to workflow/hosts. After setting up the experiment, I edited config.base in the EXPDIR and set MAKE_PREPBUFR=NO |
@jswhit2 Thanks for that info! Would you mind opening your IC set permissions? I am unable to access them during the staging job. Thanks!
|
@KateFriedman-NOAA I just copied the replayics directory to /gpfs/f6/ira-da/world-shared |
Great, thanks @jswhit2 ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change looks good. I was able to replicate the error with the provided test case on Gaea-C6 and then the fcst job worked after implementing the fix in my testing clone. Thanks for this fix @jswhit2 !
Description
Fixes logic in forecast_predet.sh so that ocean restarts are written correctly when DOIAU="YES" for a cold-started experiment.
Note: there are currently no CI tests that cover this.
Resolves #3277
Type of change
Change characteristics
How has this been tested?
run a 3dvar coupled experiment.
Checklist