-
Notifications
You must be signed in to change notification settings - Fork 254
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 WW3, Turn on Gaea for waves, Create template for ww3_multi.inp #544
Update WW3, Turn on Gaea for waves, Create template for ww3_multi.inp #544
Conversation
simplify some of the CMake and add future flexibility for gnu
This reverts commit cea6fc6.
This reverts commit 7b826d4.
Conflicts: tests/fv3_conf/ccpp_gfdlmp_run.IN tests/fv3_conf/ccpp_multigases_run.IN tests/fv3_conf/cpld_bmark_run.IN tests/rt.conf tests/tests/fv3_gfdlmprad tests/tests/fv3_gfdlmprad_atmwav
the WW3 switch preprocessing routines
wcoss-dell baseline has been created, now running against the new baseline |
Machine: jet |
The jet failure was in the baseline creation. I think it was just one of those flakey jet things. I see in err
@BrianCurtis-NOAA I assume what i need to do is manually move all the baselines that did complete, manually create the missing baseline and then auto-RT. Is that correct? |
Yes. Correct. |
Machine: jet |
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.
Code changes look good to me, we can commit it when all RTs are done.
The Jet failure was disk quota. I can see in the rt logs that all jobs that ran passed, but I can't cat them into a single file. datm_control_cfsr,datm_control_gefs,datm_bulk_gefs,datm_mx025_gefs,datm_cdeps_debug_cfsr based on grepping for 'Disk quota exceeded' in the run*.logs |
--- Note the first set of regression tests, the compile for cpld timed out so I re-ran just the coupled test. The first log is on top and the second log with just the coupled is on the bottom
…A/ufs-weather-model into makewavetemplateinput
…xner-NOAA/ufs-weather-model into makewavetemplateinput
will merge when ci tests have completed |
PR Checklist
Ths PR is up-to-date with the top of all sub-component repositories except for those sub-components which are the subject of this PR. Please consult the ufs-weather-model wiki if you are unsure how to do this.
This PR has been tested using a branch which is up-to-date with the top of all sub-component repositories except for those sub-components which are the subject of this PR
An Issue describing the work contained in this PR has been created either in the subcomponent(s) or in the ufs-weather-model. The Issue should be created in the repository that is most relevant to the changes in contained in the PR. The Issue and the dependent sub-component PR
are specified below.
If new or updated input data is required by this PR, it is clearly stated in the text of the PR.
Description
This PR turns on wave tests for S2SW and ATMW on gaea. It turns on ATMW tests for wcoss-cray as well. The ww3_multi.inp file was templated. The S2SW tests were load balanced (#461). The WW3 input file directory was updated for the creation of the mod_def files to include the building of ww3_grid and a 2 degree mod_def is created as well in case the low resolution test cases want to take advantage of the lower resolution wave model to use even fewer resources for waves.
In addition we switch the v16 coupled tests to output gaussian because of the pio issue (#509)
Issue(s) addressed
output_grid
to gaussian.Testing
How were these changes tested? So far on orion, hera and gaea What compilers / HPCs was it tested with? intel Are the changes covered by regression tests? Yes Have regression tests and unit tests (utests) been run? No On which platforms and with which compilers? (Note that unit tests can only be run on tier-1 platforms)
Dependencies
No dependencies
co-authors: @DeniseWorthen