-
Notifications
You must be signed in to change notification settings - Fork 180
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
C96C48_ufs_hybatmDA breaks with 3b208124 #2524
Comments
@RussTreadon-NOAA |
@RussTreadon-NOAA ❯❯❯ git diff
diff --git i/parm/config/gfs/config.base w/parm/config/gfs/config.base
index 5a58c752..24fae5d0 100644
--- i/parm/config/gfs/config.base
+++ w/parm/config/gfs/config.base
@@ -302,6 +302,7 @@ export WRITE_NSFLIP=".true."
# IAU related parameters
export DOIAU="@DOIAU@" # Enable 4DIAU for control with 3 increments
+if [[ "${MODE}" == "cycled" && "${SDATE}" == "${PDY}${cyc}" && ${EXP_WARM_START} == ".true." ]]; then export DOIAU="NO"; fi
export IAUFHRS="3,6,9"
export IAU_FHROT=${IAUFHRS%%,*}
export IAU_DELTHRS=6 Please let me know if this works, and we can at least commit this while we work on a robust solution. |
Thank you @aerorahul for your suggestion. I added the patch line to This makes sense.
so that the It's my understanding that at present we do not have an IAU functionality in JEDI ATM DA. Might there be something in 3b20812 that assumes When things break, I usually start with me as the source of the problem. |
For what it's worth, I reproduced the gdasfcst failure in C96C48_hybatmDA (GSI-based DA) by making the following changes in
The half cycle 2021122018 cold start gdasfcst did not fail. The warm start 2021122100 gdasfcst failed with
See |
@RussTreadon-NOAA |
I use Don't work into the early hours of Wednesday on this! |
As I suspected, the issue is in the date in I did 2 experiments:
So, I think we need a consistent In short, I am suggesting we update the
to
|
Thank you @aerorahul for identifying the problem. Let me modify |
@aerorahul, I changed
After this the prtest 2024022318 gdasfcst was rewound and rebooted. Unfortunately, Log file
Directory Do we encounter this error due to the fact that the prtest runs with |
As a test make the following change to a working copy of
The change places the copy fv3 restarts at the end of the forecast segment scripting inside a The prtest runs with |
In speaking offline with model developers, the |
C96C48_ufs_hybatmDA successfully run to completion on Hera and Orion using 2ecf4f8 Close this issue. |
What is wrong?
gdasfcst and enkfgdasfcst_mem* fail in the half cycle which starts C96C48_ufs_hybatmDA CI. The 2024022318 gdasfcst fails with
What should have happened?
The half cycle gdas and enkfgdas forecasts should run to completion.
What machines are impacted?
All or N/A
Steps to reproduce
develop
at 3b20812.Additional information
This failure was discovered while attempting to run C96C48_ufs_hybatmDA using
DavidNew-NOAA:feature/jediinc2fv3
at 015aec2 on Hera. Earlier in the morningDavidNew-NOAA:feature/jediinc2fv3
at 94d28d5 was successfully run on Orion.The difference between these two snapshots of
feature/jediinc2fv3
is that the Orion snapshot is before inclusion of 3b20812. The Hera snapshot is after 3b20812 was merged intofeature/jediinc2fv3
.The C96C48_ufs_hybatmDA CI test has
EXP_WARM_START=".true."
. I see that C96C48_hybatmDA runs GSI based DA from 2021122018 withEXP_WARM_START=".false.
Is this the problem? Do we need to update the C96C48_hybatmDA case to cold start initial conditions?Do you have a proposed solution?
No response
The text was updated successfully, but these errors were encountered: