-
Notifications
You must be signed in to change notification settings - Fork 279
Bug fixes for WAM physics and regression tests, remove duplicate modules from ccpp-physics CMakeLists.txt #947
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
Changes from all commits
f195a1b
a612a22
76bfa06
9d3e6ee
692078f
3d566f4
55351d1
166ea81
f30b1c8
544cdd9
edcef20
99838b4
bf9d6df
9e7b238
be74582
bdca2d7
5be5ed2
49f74a9
58ace8f
e287c05
9c85e9b
0168ef6
7e639c5
1f3468b
27718b1
a779fcb
f9c2c0e
e719fcd
727f4d0
1a8150a
cfbb303
022ff49
5695ea8
49c7b5a
840a298
6242455
528f849
e601af0
dce1467
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,52 @@ | ||
| ############################################################################### | ||
| # | ||
| # Global control multigases debug test | ||
| # | ||
| ############################################################################### | ||
|
|
||
| export TEST_DESCR="Compare global control multigases debug results with previous trunk version" | ||
|
|
||
| export CNTL_DIR=control_wam_debug | ||
|
|
||
| export LIST_FILES="sfcf019.nc \ | ||
| atmf019.nc" | ||
|
|
||
| export_fv3 | ||
| export NPZ=149 | ||
| export NPZP=150 | ||
| export DT_ATMOS="225" | ||
| export SYEAR="2021" | ||
| export SMONTH="03" | ||
| export SDAY="22" | ||
| export SHOUR="06" | ||
|
|
||
| export FHMAX=19 | ||
| export OUTPUT_FH="0 19" | ||
| #export WRITE_DOPOST=.true. | ||
|
|
||
| export WARM_START=.true. | ||
| export NA_INIT=0 | ||
| export EXTERNAL_IC=.false. | ||
| export NGGPS_IC=.false. | ||
| export MAKE_NH=.false. | ||
| export MOUNTAIN=.true. | ||
| export FDIAG=3 | ||
| export NSTF_NAME=0,0,1,0,5 | ||
| export IAER=5111 | ||
| export DO_SAT_ADJ=.false. | ||
|
|
||
| export FV3_RUN=wam_run.IN | ||
| export CCPP_SUITE=FV3_GFS_v16_fv3wam | ||
| export INPUT_NML=wam.nml.IN | ||
| export DIAG_TABLE=diag_table_wam | ||
| export FIELD_TABLE=field_table_wam | ||
|
|
||
| export QUILTING=.true. | ||
| export OUTPUT_GRID="gaussian_grid" | ||
| export OZ_PHYS_OLD=.false. | ||
| export OZ_PHYS_NEW=.true. | ||
| export H2O_PHYS=.true. | ||
| export NFHOUT=6 | ||
| export NFHMAX=24 | ||
| export NFHOUT_HF=6 | ||
| export FHROT=18 | ||
Uh oh!
There was an error while loading. Please reload this page.