Add extended diagnostic output from Thompson MP + regression test, includes "Add optional scaling to RRTMGP flux adjustment" (#605), bug fix in several suite definition files#658
Closed
climbfuji wants to merge 22 commits into
Conversation
… Limit Jacobian Flux adjustment to below 100hPa.
…dded default values to c192l127 GP RT
This was referenced Jun 22, 2021
…r-model into thompson_ext_diag_dom
climbfuji
commented
Jun 22, 2021
|
|
||
| if [ $NEW_DIAGTABLE != '' ]; then | ||
| cp @[INPUTDATA_ROOT]/${inputdir}/$NEW_DIAGTABLE ./diag_table | ||
| #cp @[INPUTDATA_ROOT]/${inputdir}/$NEW_DIAGTABLE ./diag_table |
Collaborator
Author
There was a problem hiding this comment.
This change is temporary until the new file diag_table_gfsv16_thompson_extdiag has been added to the input data directory.
ericaligo-NOAA
approved these changes
Jun 23, 2021
Collaborator
ericaligo-NOAA
left a comment
There was a problem hiding this comment.
With the 3D Thompson diagnostics reset by avg_max_length, all changes look good.
…r-model into thompson_ext_diag_dom
…g table for Thompson extended diagnostic runs
14 tasks
Collaborator
Author
|
This PR was merged as part of #619, including reverting the temporary change to the run scripts and adding the new diag_table for the extended Thompson microphysics run to the input data. |
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.
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 contains the following changes:
rt.confandrt_gnu.confso that the tables alignA new
diag_tableis required for the new test, this file can be added to the existing input data directory.Note. Because of the code changes in Thompson MP, the regression tests using Thompson with Intel in PROD mode change results (an optimization difference). With Intel in DEBUG mode, as well as with GNU in PROD and DEBUG mode, the results for the Thompson MP runs are identical.
This PR includes the changes in #605, "Add optional scaling to RRTMGP flux adjustment" - these will require an update of the RRTMGP baselines.
The associated fv3atm PR also includes bugfixes to several suite definition files (add missing calls to
GFS_radiation_surface) that will change the answer of the regression tests using those suites.Issue(s) addressed
Fixes NCAR/ccpp-physics#680.
Testing
Initial testing
rt_min_hera_gnu_create.log
rt_min_hera_gnu_verify.log
rt_min_hera_intel_create.log
rt_min_hera_intel_verify.log
Second regression testing (after merging in RRTMGP flux adjustment, fixing suite definition file bugs)
Verify against existing baselines on Hera using GNU and Intel: Because of the code changes in Thompson MP, RRTMGP and the suite definition file bugfixes, the following regression tests fail (because of b4b differences or missing baselines, they all run to completion):
With Intel:
rt_hera_intel_verify_against_existing.log
rt_hera_intel_verify_against_existing_fail_test.log
With GNU:
rt_hera_gnu_verify_against_existing.log
rt_hera_gnu_verify_against_existing_fail_test.log
Final regression testing (at commit time)
NOT YET APPLICABLE
How were these changes tested? What compilers / HPCs was it tested with? Are the changes covered by regression tests? (If not, why? Do new tests need to be added?) Have regression tests and unit tests (utests) been run? On which platforms and with which compilers? (Note that unit tests can only be run on tier-1 platforms)
Dependencies
NCAR/ccpp-physics#679
NOAA-EMC/ufsatm#331
#658