-
Notifications
You must be signed in to change notification settings - Fork 6
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 for ww3_tp2.22 plus updates from dev/ufs-weather-model #19
Fix for ww3_tp2.22 plus updates from dev/ufs-weather-model #19
Conversation
… fix2/sync-dev/unified * origin/mods/dev/ufs-weather-model: matrix_cmake_ncep: update modules for spack-stack prevent division by 0 in appendtail and add timers to meshcap (NOAA-EMC#1163)
Fyi @alperaltuntas @JessicaMeixner-NOAA No action needed now, I just wanted to give a heads up that this is coming down the pipe. I plan to submit the full PR for review the beginning of next week. This branch has successfully passed all UFS RT's, as well as some internal sanity check (standalone) testing. |
@alperaltuntas @JessicaMeixner-NOAA |
Pull Request Summary
Clean up regtest
ww3_tp2.22
, along with currentdev/ufs-weather-model
branchappendtail
fix, anddevelop
branch Intel CI fix.Description
Provide a detailed description of what this PR does.
ww3_tp2.22
. Additionally, thorough testing was done with results documented. Verifying the build in Github Actions required bringing in an Intel CI fix from NOAA-EMCdevelop
. Syncing with NOAA-EMCdev/ufs-weather-model
included a potential divide-by-zero fix.What bug does it fix, or what feature does it add?
develop
.dev/ufs-weather-model
, which brings in potential divide-by-zero fix.ww3_tp2.22
outputIs a change of answers expected from this PR?
mod_def
's and associatedww3_grid*.out
's will change due to Langmuir parameters being added to the grid definition.restart*.ww3
) files in regtests that previously had differences, and now do not, likely due to the divide-by-zero fix.Please also include the following information:
mod_def
s, though no other files should change).Issue(s) addressed
NA. Addresses latest comments in main PR.
Commit Message
Fix regtest ww3_tp2.22, potential divide-by-zero fix in appendtail, fix for Intel CI
Check list
Testing
ww3_tp2.22
) and visual check of parameter values.ww3_tp2.22
) was previously added to demonstrate the new functionality.hera
/intel
.mod_def.*
and associatedww3_grid*.out
changes expected. The exact filenames for each regtest are documented below in the annotatedmatrixCompSummary.txt
listing below.I. Standalone WW3 regtests
I.a New non-b4b
The following from an annotated summary of changes (anot.2024-02-23.matrixCompSummary.txt) are the new non-b4b files, all of which are accounted as a:
mod_def*
file or an associatedww3_grid*.out
file.I.b Known non-b4b's with new non-b4b's
The following tests contain both known non-b4b's, and unknown non-b4b's. Like above the unknown non-b4b's are all explained as either a
mod_def
or associate grid log file. The raw list is first displayed below, followed by file listings for each of the known/unknown non-b4b's.II. Coupled UFS RTs
Note: new
mod_def
files are needed to run allufs-weather-model
RTs with this branch.Final RT 'success' timestamp
III. Functionality check
To verify the added functionality, a new regression test,
ww3_tp2.22
, had been previously added.A sample invocation
will produce additional output parameters (
uuss
/vuss
,uussh
/vussh
) which can be seen in the gridded netCDF output,ww3.196808.nc
:Additionally, displaying gridded output fields allows a visual sanity check. The screenshot below shows sample
HS
(left),UUSS
(middle), andUUSSH
.