-
Notifications
You must be signed in to change notification settings - Fork 176
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
Clone, build, and run C48_ATM and C48_S2SW on Gaea C5 and C6 #3106
base: develop
Are you sure you want to change the base?
Conversation
Hi @aerorahul @WalterKolczynski-NOAA We're still waiting on build merges for some submodules, so I've left this PR in draft. From our conversation Tuesday, I've pointed the submodules that were merged to their respective head of develop and the others to my commit for now. Should I be pointing to my submodule commits instead to limit the number of changes coming into GW? Thanks |
|
also
|
Thanks @jswhit I pushed changes to |
also...
and
|
|
build_ww3prepost is failing for me on both c5 and c6 (using ufs-wx-model 2448) |
@jswhit It's not really missing but intentionally minimized at the request of EMC porting to a new machine. Instead, we started from a nearly blank canvas and have been building up. Currently, the C5 and C6.env files are set up for C48_ATM, C48_S2SW, and C96_atm3DVar jobs. The 3DVarAOWCDA configuration you're running will definitely have some additional jobs. If you send those particular job names (or "step" in the env file). I will add them to the files. |
@jswhit - can you point me to a log file? Maybe I can look and see if something is easy to fix with this. |
@JessicaMeixner-NOAA here is the error:
|
@jswhit - Okay I know what the issue is, but it'll take a minute to get it fixed. The issue crept in with ufs-community/ufs-weather-model#2445 and we didn't catch it. If you go back one-commit of ufs-waether-model, hopefully things will run. We'll get a fix in as soon as possible. |
@JessicaMeixner-NOAA I'm seeing this error in the gdas_fcst step on c6 when I run with ufs-wx-model 2448
and the traceback looks like this
Do you know of any recenter cice changes that could cause this? |
I don't know but I'm not as caught up on all the recent ufs wm changes as I normally am, but taking a quick look at ufs-weather-model says CICE hasn't been updated in 2 months. |
For some more context on the cice error, from ice_diag.d:
|
The problem with the ice model (and a potential fix) are documented in PR #3121 |
Experiment C96_atm3DVar FAILED on Hera in Build# 2 in |
Experiment C48mx500_3DVarAOWCDA FAILED on Hera in Build# 2 in |
Experiment C48_S2SW FAILED on Hera in Build# 2 in |
Experiment C48_ATM FAILED on Hera in Build# 2 in |
Experiment C48mx500_hybAOWCDA FAILED on Hera in Build# 2 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C96C48_hybatmDA FAILED on Hera in Build# 2 in |
Experiment C96C48_ufs_hybatmDA FAILED on Hera in Build# 2 in |
Experiment C96C48_hybatmaerosnowDA FAILED on Hera in Build# 2 in |
Experiment C96_S2SWA_gefs_replay_ics FAILED on Hera in Build# 2 in |
Experiment C48mx500_hybAOWCDA FAILED on Hera in Build# 2 in |
Experiment C48_S2SWA_gefs FAILED on Hera in Build# 2 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C48_S2SWA_gefs FAILED on Hera in Build# 2 in |
CI Failed on Hera in Build# 2
|
@DavidBurrows-NCO When you get a chance, please resolve the conflicts and we can run this through the CI again. I think the conflicts are likely due to the Rocky 8 PR for CSP's from @weihuang-jedi #2998 |
3f85c59
Morning @aerorahul @WalterKolczynski-NOAA ...I updated my branch and tested C48_S2SW. I receive the same error that the CI tests are receiving..The error is from the forecast job: The issue is that currently global-workflow is pointing to an older hash than PR2419. |
@DavidBurrows-NCO you can simply set RESTART_FH=' ' see: ufs-community/ufs-weather-model#2419 I am updating things further for this variable in the PR here: #3190 but just simply setting it to empty should get you past your issues. |
Thanks @JessicaMeixner-NOAA. I did a quick test and that did get me past the issue. |
@DavidBurrows-NCO |
The GSI modulefiles for gaeac5 and gaeac6 are now pointing to /gpfs/f6/bil-fire8/world-shared/GSI_data/fix/gsi/20241022 (on c6) and /gpfs/f5/ufs-ard/world-shared/GSI_data/fix/gsi/20241022 (on c5), which don't exist - this causes the build to fail with GSI develop. Currently only the 20240208 version of the fix files is available - can the 20241022 files be copied to c5 and c6 as well? |
@jswhit Done. |
Thanks @DavidBurrows-NCO ! |
@DavidBurrows-NCO I'm not sure where @aerorahul wants this variable to go. In the PR #3190 I put it in ush/parsing_model_configure_FV3.sh because I want to change the way we are setting it. However, to obtain same answers all you need to do is set it to "" somewhere. Linking to the related conversation: https://github.com/NOAA-EMC/global-workflow/pull/3190/files#r1900169443 as we might be moving where this is located in that PR too. |
Description
What:
Correct build/run for C48_ATM and C48_S2SW on Gaea C5. Add build and run capability for C48_ATM, C48_S2SW, and C96_atm3DVar on Gaea C6.
Why:
After the C5 OS upgrade, submodules no longer built in the global-workflow. This PR correct that and adds build/run capability to C6.
Resolves #3011
Depends on:
ufs-community/ufs-weather-model#2448
ufs-community/UFS_UTILS#995
NOAA-EMC/gfs-utils#87
NOAA-EMC/UPP#1070
NOAA-EMC/GSI#800
NOAA-EMC/GSI-utils#55
NOAA-EMC/GSI-Monitor#146
NOAA-EMC/GDASApp#1361
Type of change
Change characteristics
How has this been tested?
C5 and C6: clone, built, and ran C48_ATM and C48_S2SW successfully.
C96_atm3DVar is hanging in sfcanl jobs.
Checklist