Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[submodule "FV3"]
path = FV3
url = https://github.com/NOAA-EMC/fv3atm
branch = develop
#url = https://github.com/NOAA-EMC/fv3atm
#branch = develop
url = https://github.com/junwang-noaa/fv3atm
branch = reg3km_decomp
[submodule "WW3"]
path = WW3
url = https://github.com/NOAA-EMC/WW3
Expand Down
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 2 files
+4 −2 .gitmodules
+1 −1 atmos_cubed_sphere
1 change: 1 addition & 0 deletions tests/rt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ RUN | regional_noquilt
RUN | regional_2threads | - wcoss_cray jet.intel | |
RUN | regional_netcdf_parallel | | fv3 |
RUN | regional_3km | | fv3 |
RUN | regional_3km_decomp | | |

COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON | | fv3 |

Expand Down
46 changes: 46 additions & 0 deletions tests/tests/regional_3km_decomp
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
###############################################################################
#
# FV3 regional hi-res 3km test with different decomposition
#
###############################################################################

export TEST_DESCR="Compare FV3 decomposition regional hi-res 3km results with previous trunk version"

export CNTL_DIR=fv3_regional_3km

export LIST_FILES="dynf000.nc \
dynf006.nc \
phyf000.nc \
phyf006.nc \
PRSLEV.GrbF00 \
PRSLEV.GrbF06 \
NATLEV.GrbF00 \
NATLEV.GrbF06"

export_fv3

export FV3_RUN=regional_3km_run.IN

export OZ_PHYS_OLD=.false.
export OZ_PHYS_NEW=.true.
export H2O_PHYS=.true.
export HYBEDMF=.false.
export RESTART_INTERVAL="0"
export WRITE_DOPOST=.true.
export POSTAPP='lam'

export CCPP_SUITE=FV3_GFS_v15_thompson_mynn_lam3km
export INPUT_NML=regional_3km.nml.IN
export MODEL_CONFIGURE=model_configure_regional_3km.IN
export DIAG_TABLE=diag_table_lam
export FIELD_TABLE=field_table_regional

export WLCLK=15
export FHMAX=6
export TASKS=120
export INPES=11
export JNPES=10
export OUTPUT_FH="3 -1"
WRITE_GROUP=1
WRTTASK_PER_GROUP=10
NTILES=1