-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2D decomposition on write grid, bug fix in FV3GFS_IO.F90, and quad pr…
…ecision in stochastic physics (#1028) - The 2D decomposition is enabled on write grid component. - FV3atm PR NOAA-EMC/fv3atm#468 from @MicroTed - stochastic physics PR NOAA-PSL/stochastic_physics#53 from Dom. Co-authored-by: Ted Mansell <ted.mansell@noaa.gov> Co-authored-by: Dom Heinzeller <heinzell@ucar.edu>
- Loading branch information
1 parent
4682914
commit 7b24880
Showing
17 changed files
with
5,581 additions
and
5,536 deletions.
There are no files selected for viewing
Submodule stochastic_physics
updated
from ef248e to 8dda8b
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,34 @@ | ||
############################################################################### | ||
# | ||
# Global 2D write domain decomposition test | ||
# | ||
############################################################################### | ||
|
||
export TEST_DESCR="Compare global 2D write decomp results with control test" | ||
|
||
export CNTL_DIR=control | ||
|
||
export LIST_FILES="sfcf000.nc \ | ||
sfcf024.nc \ | ||
atmf000.nc \ | ||
atmf024.nc" | ||
export_fv3 | ||
export NPZ=127 | ||
export NPZP=128 | ||
export DT_ATMOS=720 | ||
export SYEAR=2021 | ||
export SMONTH=03 | ||
export SDAY=22 | ||
export SHOUR=06 | ||
export RESTART_INTERVAL=0 | ||
export OUTPUT_GRID='gaussian_grid' | ||
export NSTF_NAME='2,0,0,0,0' | ||
export WRITE_DOPOST=.false. | ||
export IAER=5111 | ||
|
||
export IOVR=3 | ||
export ITASKS=2 | ||
|
||
export FV3_RUN=control_run.IN | ||
export CCPP_SUITE=FV3_GFS_v16 | ||
export INPUT_NML=control.nml.IN |
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,38 @@ | ||
############################################################################### | ||
# | ||
# FV3 regional 2D write decomposition domain test | ||
# | ||
############################################################################### | ||
|
||
export TEST_DESCR="Compare FV3 regional 2D write decomposition domain with control test" | ||
|
||
export CNTL_DIR=fv3_regional_control | ||
|
||
export LIST_FILES="dynf000.nc \ | ||
dynf024.nc \ | ||
phyf000.nc \ | ||
phyf024.nc" | ||
|
||
export_fv3 | ||
|
||
export FV3_RUN=regional_run.IN | ||
|
||
export OZ_PHYS_OLD=.false. | ||
export OZ_PHYS_NEW=.true. | ||
export H2O_PHYS=.true. | ||
export HYBEDMF=.false. | ||
export RESTART_INTERVAL="12 -1" | ||
export WRITE_DOPOST=.false. | ||
export POSTAPP='lam' | ||
|
||
export CCPP_SUITE=FV3_GFS_v15_thompson_mynn | ||
export INPUT_NML=regional.nml.IN | ||
export MODEL_CONFIGURE=model_configure_regional.IN | ||
export DIAG_TABLE=diag_table_lam | ||
export FIELD_TABLE=field_table_regional | ||
|
||
export TASKS=68 | ||
export INPES=10 | ||
export JNPES=6 | ||
export ITASKS=2 | ||
export OUTPUT_FH="12 -1" |