Skip to content

Commit

Permalink
Add 2d domain decomposition to the inline post (#1211)
Browse files Browse the repository at this point in the history
* 20220505 Jesse Meng new branch upp_unify_inline_2d built from

* 20220525 Jesse Meng update upp

* 20220613 Jesse Meng update FV3 hash
  • Loading branch information
JesseMeng-NOAA authored Jun 13, 2022
1 parent bfecf91 commit ff8a6d3
Show file tree
Hide file tree
Showing 13 changed files with 3,573 additions and 3,522 deletions.
2 changes: 1 addition & 1 deletion FV3
248 changes: 124 additions & 124 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

798 changes: 403 additions & 395 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

796 changes: 402 additions & 394 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

248 changes: 124 additions & 124 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

814 changes: 411 additions & 403 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

1,092 changes: 569 additions & 523 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

808 changes: 408 additions & 400 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

642 changes: 325 additions & 317 deletions tests/RegressionTests_wcoss2.intel.log

Large diffs are not rendered by default.

548 changes: 278 additions & 270 deletions tests/RegressionTests_wcoss_cray.log

Large diffs are not rendered by default.

1,082 changes: 515 additions & 567 deletions tests/RegressionTests_wcoss_dell_p3.log

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

0 comments on commit ff8a6d3

Please sign in to comment.