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
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "FV3"]
path = FV3
url = https://github.com/NOAA-EMC/fv3atm
branch = develop
url = https://github.com/JesseMeng-NOAA/fv3atm
branch = feature/post_2d_decomp
[submodule "WW3"]
path = WW3
url = https://github.com/NOAA-EMC/WW3
Expand Down
2 changes: 1 addition & 1 deletion FV3
2 changes: 1 addition & 1 deletion WW3
Submodule WW3 updated 168 files
3,341 changes: 28 additions & 3,313 deletions tests/RegressionTests_wcoss_dell_p3.log

Large diffs are not rendered by default.

207 changes: 2 additions & 205 deletions tests/rt.conf

Large diffs are not rendered by default.

209 changes: 209 additions & 0 deletions tests/rt.conf.save

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions tests/tests/control_2dwrtdecomp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ export CNTL_DIR=control
export LIST_FILES="sfcf000.nc \
sfcf024.nc \
atmf000.nc \
atmf024.nc"
atmf024.nc \
GFSFLX.GrbF00 \
GFSFLX.GrbF24 \
GFSPRS.GrbF00 \
GFSPRS.GrbF24"

export_fv3
export NPZ=127
export NPZP=128
Expand All @@ -23,7 +28,7 @@ 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 WRITE_DOPOST=.true.
export IAER=5111

export IOVR=3
Expand Down
8 changes: 6 additions & 2 deletions tests/tests/regional_control_2dwrtdecomp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ export CNTL_DIR=fv3_regional_control
export LIST_FILES="dynf000.nc \
dynf024.nc \
phyf000.nc \
phyf024.nc"
phyf024.nc \
PRSLEV.GrbF00 \
PRSLEV.GrbF24 \
NATLEV.GrbF00 \
NATLEV.GrbF24"

export_fv3

Expand All @@ -22,7 +26,7 @@ export OZ_PHYS_NEW=.true.
export H2O_PHYS=.true.
export HYBEDMF=.false.
export RESTART_INTERVAL="12 -1"
export WRITE_DOPOST=.false.
export WRITE_DOPOST=.true.
export POSTAPP='lam'

export CCPP_SUITE=FV3_GFS_v15_thompson_mynn
Expand Down