-
Notifications
You must be signed in to change notification settings - Fork 259
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
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
Closed
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
b02d3d8
Added more safeguards against out-of-bounds temperature to GP inputs.…
dustinswales a3cae10
Updated FV3/ccpp-physics.
dustinswales d23b701
Add vetical decay to impact of flux adjustment above threshold.
dustinswales e76dd2c
Added logistic function to damp the LW flux adjustment with height. A…
dustinswales d1693ba
Reorganized RRTMGP aerosol optics.
dustinswales 3f8b1d5
Bug fix. Add transition to HR adjustment.
dustinswales 637e857
Updated default nml values for c192l127 GP RT.
dustinswales 9c44cf0
Cleanup for PR review
dustinswales c3e5abe
update fv3
ericaligo-NOAA 1635b5a
Update .gitmodules and submodule pointer for fv3atm for code review a…
DomHeinzeller 9719841
Add new regression test control_thompson_extdiag_debug
climbfuji 0b515b9
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
climbfuji 5fabb97
Update submodule pointer for fv3atm
climbfuji d2545b1
Update submodule pointer for fv3atm
climbfuji c440f2e
Update submodule pointer for fv3atm
climbfuji 1645acd
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
climbfuji 90a699b
Update submodule pointer for fv3atm
climbfuji 49619b9
Comment out extended diagnostics vts1, txri, txrc
climbfuji 8345e50
Merge branch 'hotfix_AddPLimitToLWJacAdj' of https://github.com/dusti…
climbfuji f536405
Regression test updates for regional RRTMGP runs
climbfuji e887bae
Temporary update of tests/fv3_conf/control_run.IN to copy correct dia…
climbfuji e43012e
Update submodule pointer for fv3atm
climbfuji File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Submodule FV3
updated
9 files
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
############################################################################### | ||
# | ||
# Global control with Thompson debug test with extended diagnostics | ||
# | ||
############################################################################### | ||
|
||
export TEST_DESCR="Compare global control Thompson debug results with extended diagnostics with previous trunk version" | ||
|
||
export CNTL_DIR=control_thompson_debug_extdiag | ||
|
||
export LIST_FILES="sfcf000.nc \ | ||
sfcf001.nc \ | ||
atmf000.nc \ | ||
atmf001.nc" | ||
|
||
export_fv3 | ||
export NPZ=127 | ||
export NPZP=128 | ||
export DT_ATMOS=600 | ||
export SYEAR=2021 | ||
export SMONTH=03 | ||
export SDAY=22 | ||
export SHOUR=06 | ||
export OUTPUT_GRID='gaussian_grid' | ||
export NSTF_NAME='2,0,0,0,0' | ||
export FHMAX=1 | ||
|
||
export IMP_PHYSICS=8 | ||
export DNATS=0 | ||
export DO_SAT_ADJ=.F. | ||
export LRADAR=.T. | ||
export LTAEROSOL=.T. | ||
export EXT_DIAG_THOMPSON=.T. | ||
export HYBEDMF=.F. | ||
export SATMEDMF=.T. | ||
export DO_MYNNEDMF=.F. | ||
export IMFSHALCNV=2 | ||
export IMFDEEPCNV=2 | ||
export IAER=5111 | ||
export ICLIQ_SW=2 | ||
export IOVR=3 | ||
export LHEATSTRG=.T. | ||
export DO_TOFD=.T. | ||
|
||
export NEW_DIAGTABLE='diag_table_gfsv16_thompson_extdiag' | ||
|
||
export FV3_RUN=control_run.IN | ||
export CCPP_SUITE=FV3_GFS_v16_thompson | ||
export INPUT_NML=control_thompson.nml.IN |
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.
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.
This change is temporary until the new file
diag_table_gfsv16_thompson_extdiag
has been added to the input data directory.