ufs_public_release: update version number for CCPP, disable dynamic CCPP, cleanup work and bug fixes for regression tests#25
Merged
DusanJovic-NOAA merged 8 commits intoJan 13, 2020
Conversation
…ons, run scripts and namelist templates - add CCPP and IPD regression tests for comparison in REPRO mode - disable inline post on all supported platforms - fix regression tests: correct run scripts, check for output from tests in debug mode - convert namelist templates to unix line endings - disable dynamic CCPP build - update date tag for regression test baseline
This was referenced Jan 7, 2020
Collaborator
Author
|
Associated PRs: NCAR/ccpp-framework#247 |
This was referenced Jan 7, 2020
Collaborator
Author
|
New regression test baselines have been created on Cheyenne and are currently located in: On hera, they are in: Once the code review is complete, I can rename the Cheyenne baseline and EMC will need to move the Hera baseline into the right place before running the regression tests once more and updating the logs in the ufs-weather-model PR. |
This was referenced Jan 9, 2020
… for cheyenne.gnu, update regression baseline date tag
753c435 to
6911d3a
Compare
Collaborator
Author
|
All regression tests have passed and the logs have been updated in the PR. |
98f9b87 to
059a110
Compare
059a110 to
014ceda
Compare
Collaborator
Author
|
@DusanJovic-NOAA this is ready from my side. Took me three attempts to revert the |
DusanJovic-NOAA
approved these changes
Jan 13, 2020
climbfuji
pushed a commit
to climbfuji/ufs-weather-model
that referenced
this pull request
Jun 5, 2020
…_other_updates Add drag suite and other updates
14 tasks
LarissaReames
pushed a commit
to LarissaReames/ufs-weather-model
that referenced
this pull request
Oct 22, 2021
Bugfix for regional runs when dycore is compiled in double precision
MinsukJi-NOAA
pushed a commit
to MinsukJi-NOAA/ufs-weather-model
that referenced
this pull request
May 26, 2022
epic-cicd-jenkins
pushed a commit
that referenced
this pull request
Apr 17, 2023
…for which to build FV3 from valid_vals_CCPP_PHYS_SUITES (#25) This PR must be merged at the same time as PR #[301](https://github.com/NOAA-EMC/regional_workflow/pull/301) into NOAA-EMC/regional_workflow. ## DESCRIPTION OF CHANGES: * For stability, freeze version of UFS_UTILS in Externals.cfg to a specific hash. * In build_forecast.sh, get the list of CCPP physics suites for which to build the FV3 executable from the array valid_vals_CCPP_PHYS_SUITES in the file valid_param_vals.sh in regional_worfklow. * Delete build_global_equiv_resol.sh and build_mosaic_file.sh since those scripts are no longer needed. The mosaic_file code has been removed, and the global_equiv_resol code is now in UFS_UTILS and is built in/by that repo. * For consistency with the name of the code, change the name of the executable for building a regional grid that gets copied to ufs-srweather-app/exec from regional_grid to regional_esg_grid. * Remove unneeded lines from regional_build.cfg. ## TESTS CONDUCTED: See PR #[301](https://github.com/NOAA-EMC/regional_workflow/pull/301) into NOAA-EMC/regional_workflow for tests conducted.
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.
With these changes,
Known issue: The results differ between the IPD and CCPP tests in REPRO mode on Cheyenne using the GNU compiler for 24hr fcst runs. I have not tested if the results are still identical after 1hr (since they are on macOS). For this reason, the IPD verification against the CCPP results in REPRO mode are turned off for Cheyenne+GNU.