Update of jet config and GNU regression tests#140
Merged
DusanJovic-NOAA merged 1 commit intoJun 2, 2020
Conversation
…e with GNU compiler (segmentation fault) - update of jet modulefile and correction of cmake name from jet to jet.intel (to match gnumake)
Collaborator
Author
|
Testing on Cheyenne with both Intel and GNU:
All tests pass. rt_cheyenne_intel_create.log |
Collaborator
Author
|
Testing on Jet with Intel: I successfully compiled the code using the following two commands (all CCPP suites): cmake (PROD mode) gnumake (DEBUG mode) |
DusanJovic-NOAA
approved these changes
Jun 2, 2020
junwang-noaa
reviewed
Jun 2, 2020
| module use -a /lfs4/HFIP/hfv3gfs/software/modulefiles/intel-18.0.5.274/impi-2018.4.274 | ||
|
|
||
| ## | ||
| ### NCEP libraries (download and build manually for the time being; https://github.com/NCAR/NCEPlibs) |
Collaborator
There was a problem hiding this comment.
Since NCEPlibs team is rebuilding nceplibs, I expect we will change the nceplibs modules files later?
Collaborator
Author
There was a problem hiding this comment.
Yes, as noted above in the description of the PR. For now, the SAR real-time parallels can proceed with this version (same as they used until now).
junwang-noaa
approved these changes
Jun 2, 2020
XiaSun-Atmos
pushed a commit
to XiaSun-Atmos/ufs-weather-model
that referenced
this pull request
Aug 8, 2020
This PR contains cleanup work to address wrong units and some issues raised in recently merged PRs: - correct units for latitude, longitude, and pi - correct standard name air_temperature_save_from_cumulus_paramterization to air_temperature_save_from_convective_parameterization - remove unused variables in two routines in `GFS_typedefs.F90` - remove recently introduced variable `cycling` (part of GFS_control DDT), now a local variable in `physics/module_MYNNPBL_wrapper.F90` - change order of interstitial schemes in `ccpp/suites/suite_FV3_GFS_2017_fv3wam.xml` to match other SDFs Fixes ufs-community#138 and parts of ufs-community#137.
SamuelTrahanNOAA
added a commit
to SamuelTrahanNOAA/ufs-weather-model
that referenced
this pull request
Jun 13, 2022
* update submodule pointer for fv3atm * Update baseline date * hera.intel tests passed * hera.gnu tests passed * jet regression tests passed * increase wallclock to 45 minutes on Jet due to threaded tests Co-authored-by: samuel.trahan <Samuel.Trahan@noaa.gov>
epic-cicd-jenkins
pushed a commit
that referenced
this pull request
Apr 17, 2023
Clean up template namelist files for the forecast model (for various CCPP physics suites).
epic-cicd-jenkins
pushed a commit
that referenced
this pull request
Apr 17, 2023
…l (hash 2f1c8e1) (#140) ## DESCRIPTION OF CHANGES: This PR (along with https://github.com/NOAA-EMC/regional_workflow/pull/492) update the UFS SRW App to work with a more up-to-date hash of the ufs-weather-model (2f1c8e1) ## TESTS CONDUCTED: Ran full suite of tests on Hera (aside from nco tests) with updated environment files (/scratch2/BMC/det/kavulich/workdir/update_app_master/step-by-step/expt_dirs/). The only new failures are only for older versions of NAM input; this is due to a change in the weather model, and will need to be handled in a separate PR. Ran several end-to-end tests on Cheyenne (Intel 19.1.1) and Jet. Also ran the Graduate Student Test case on Orion. No failures outside of those outlined above and a few previously-known failures. **Tests have not been run on WCOSS platforms; these will likely fail without being updated to the latest ESMF modules but DTC does not have access to update and test** ## ISSUE: Fixes issue #134
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes in this PR:
No need to run regression tests on any of the platforms, since the changes are confined to files that are not used in any of these tests.
Todo in future PRs:
rt*.confregression test configs