-
Notifications
You must be signed in to change notification settings - Fork 280
Final-final GFS v16 updates / restart reproducibility bugfixes #325
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
893170b
af32c5b
50548bf
0214283
fa250c0
f631661
1e2c32a
9f643e6
2dc4da8
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.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,75 @@ | ||
| ############################################################################### | ||
| # | ||
| # FV3 CCPP GFS v16beta compiled with 32-bit dynamics test | ||
| # | ||
| ############################################################################### | ||
|
|
||
| export TEST_DESCR="Compare FV3 32bit CCPP GFS v16beta results with previous trunk version" | ||
|
|
||
| export CNTL_DIR=fv3_gfs_v16beta | ||
|
|
||
| export LIST_FILES="phyf048.tile1.nc \ | ||
| phyf048.tile2.nc \ | ||
| phyf048.tile3.nc \ | ||
| phyf048.tile4.nc \ | ||
| phyf048.tile5.nc \ | ||
| phyf048.tile6.nc \ | ||
| dynf048.tile1.nc \ | ||
| dynf048.tile2.nc \ | ||
| dynf048.tile3.nc \ | ||
| dynf048.tile4.nc \ | ||
| dynf048.tile5.nc \ | ||
| dynf048.tile6.nc \ | ||
| RESTART/coupler.res \ | ||
| RESTART/fv_core.res.nc \ | ||
| RESTART/fv_core.res.tile1.nc \ | ||
| RESTART/fv_core.res.tile2.nc \ | ||
| RESTART/fv_core.res.tile3.nc \ | ||
| RESTART/fv_core.res.tile4.nc \ | ||
| RESTART/fv_core.res.tile5.nc \ | ||
| RESTART/fv_core.res.tile6.nc \ | ||
| RESTART/fv_srf_wnd.res.tile1.nc \ | ||
| RESTART/fv_srf_wnd.res.tile2.nc \ | ||
| RESTART/fv_srf_wnd.res.tile3.nc \ | ||
| RESTART/fv_srf_wnd.res.tile4.nc \ | ||
| RESTART/fv_srf_wnd.res.tile5.nc \ | ||
| RESTART/fv_srf_wnd.res.tile6.nc \ | ||
| RESTART/fv_tracer.res.tile1.nc \ | ||
| RESTART/fv_tracer.res.tile2.nc \ | ||
| RESTART/fv_tracer.res.tile3.nc \ | ||
| RESTART/fv_tracer.res.tile4.nc \ | ||
| RESTART/fv_tracer.res.tile5.nc \ | ||
| RESTART/fv_tracer.res.tile6.nc \ | ||
| RESTART/sfc_data.tile1.nc \ | ||
| RESTART/sfc_data.tile2.nc \ | ||
| RESTART/sfc_data.tile3.nc \ | ||
| RESTART/sfc_data.tile4.nc \ | ||
| RESTART/sfc_data.tile5.nc \ | ||
| RESTART/sfc_data.tile6.nc \ | ||
| RESTART/phy_data.tile1.nc \ | ||
| RESTART/phy_data.tile2.nc \ | ||
| RESTART/phy_data.tile3.nc \ | ||
| RESTART/phy_data.tile4.nc \ | ||
| RESTART/phy_data.tile5.nc \ | ||
| RESTART/phy_data.tile6.nc" | ||
|
|
||
|
|
||
| export_fv3 | ||
|
|
||
| DT_ATMOS="1200" | ||
|
|
||
| export FHMAX=48 | ||
| export RESTART_INTERVAL=24 | ||
|
|
||
| export WARM_START=.T. | ||
| export NGGPS_IC=.F. | ||
| export EXTERNAL_IC=.F. | ||
| export MAKE_NH=.F. | ||
| export MOUNTAIN=.T. | ||
| export NSTF_NAME=2,0,0,0,0 | ||
|
|
||
| export FV3_RUN=ccpp_gfs_v16_run.IN | ||
| export CCPP_SUITE=FV3_GFS_v16beta | ||
| export CCPP_LIB_DIR=ccpp/lib | ||
| export INPUT_NML=ccpp_v16beta_c96.nml.IN | ||
|
|
Uh oh!
There was an error while loading. Please reload this page.