-
Notifications
You must be signed in to change notification settings - Fork 276
Update SFS test to C192mx025; add debug and restart tests; update ultralow warmstart input to specify V2 file type // Address some compiler warnings in UFSATM and UPP: round 2 (#2958) #2835
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
Update SFS test to C192mx025; add debug and restart tests; update ultralow warmstart input to specify V2 file type // Address some compiler warnings in UFSATM and UPP: round 2 (#2958) #2835
Conversation
This reverts commit 8e3253c.
|
@gspetro-NOAA None of my testing was on either Hera or Hercules, so I would not have caught the missing MPAS. Argh! You will need to add the EDIT: Ursa is supposed to be our "base" platform, but MPAS isn't run there? |
No worries--it's an easy enough fix! And yes, when that test was put in (in PR #2780), it was supposed to also run on Ursa, but the test kept failing there. The only way to move forward with the PR was to take Ursa off that test. Since there are plans for a series of MPAS-related PRs, the understanding was that @dustinswales and his team would continue working on it. Unfortunately, I think the shutdown has probably slowed that work considerably... :-/ |
|
Ok, MPAS data is in place on RDHPCS! |
on-behalf-of @ufs-community <ecc.platform@noaa.gov>
|
We should be all set with RT logs, leaving a note in sub PRs. |
|
NOAA-PSL/stochastic_physics@aea3150 new hash for stochastic physics |
|
NOAA-EMC/ufsatm@b667c11 new hash for ufsatm |
Commit Queue Requirements:
Description:
#2835
Warmstarts for ICE and OCN are from
The ATM ICs are from
The ATM and OCN increment files are from
The fix files are identical to those in
For example, the oro files (e.g.
oro_data.tile1.nc) used by the RT are source fromand these are identical to those in
role.glopara/fix/orog/20240917/C192/C192.mx025_oro_data.tile2.ncHowever, the C192 grid files (eg
C192_grid.tile4.nc) are not identical . In the RTs, these are source fromand these files have small round-off level differences w/ the grid files in
role.glopara/fix/orog/20240917/C192/. I don't believe this is an issue unless an attempt is made to repro a G-W run and an RT run.Note that because the ATM is writing history files every 24 hours for the control test, the restart and debug tests compare only restart files from all components; the surface history files will not be B4B because the accumulated fields in the surface files will not be B4B.
At commit 3acafc1, this is the input.nml difference between the new
cpld_control_sfsand the initial SFS sandbox provided. I've removed the differences in the fix files, which differ only the path-to-file.#2958
Compiling ufs-weather-model RT cpld_debug_gfsv17 (in intel debug mode) gives a number of compiler
warning #8889: Explicit interface or EXTERNAL declaration is required
from UPP subroutines. To fix with minimal code changes, the UPP subroutines are added to modules on UPP side and UFSATM uses those modules to provide an explicit interface.
Commit Message:
Priority:
Git Tracking
UFSWM:
Sub component Pull Requests:
UFSWM Blocking Dependencies:
Documentation:
Changes
Regression Test Changes (Please commit test_changes.list):
Baseline changes are due to
Pre-testing on C6 using a staged baseline for the ultralow and SFS test shows that:
Input data Changes:
This PR requires a NEW input-data directory to both add the files required for the new SFS test as well as fixing the ultralow staged input.
The NEW input-data directory is located on Ursa at
Library Changes/Upgrades:
Testing Log: