Skip to content
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

Add 2d domain decomposition to the inline post #1211

Merged
merged 33 commits into from
Jun 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
7f12a63
20220505 Jesse Meng new branch upp_unify_inline_2d built from
May 5, 2022
adc48c9
20220511 Jesse Meng Merge remote-tracking branch 'upstream/develop' i…
May 11, 2022
ce03949
20220512 Jesse Meng update CICE-interface HEAD
May 12, 2022
646b811
20220525 Jesse Meng update upp
May 25, 2022
c2d48a4
20220603 Jesse Meng update FV3 commit
Jun 3, 2022
39a27e6
20220603 Jesse Meng Merge remote-tracking branch 'upstream/develop' i…
Jun 3, 2022
edf7e23
20220606 Jesse Meng update FV3 hash
Jun 6, 2022
586ef87
20220606 Jesse Meng Merge remote-tracking branch 'upstream/develop' i…
Jun 6, 2022
6f2c991
[AutoRT] cheyenne.gnu Job Completed.
BrianCurtis-NOAA Jun 6, 2022
20c56ef
[AutoRT] hera.intel Job Completed.
BrianCurtis-NOAA Jun 6, 2022
00ff117
[AutoRT] hera.gnu Job Completed.
BrianCurtis-NOAA Jun 6, 2022
bc9c7d4
[AutoRT] orion.intel Job Completed.
BrianCurtis-NOAA Jun 6, 2022
021df83
[AutoRT] gaea.intel Job Completed.
BrianCurtis-NOAA Jun 6, 2022
a2a8ae4
[AutoRT] jet.intel Job Completed.
BrianCurtis-NOAA Jun 6, 2022
d9fe709
[AutoRT] cheyenne.intel Job Completed.
BrianCurtis-NOAA Jun 6, 2022
f4bab9e
20220608 Jesse Meng update submodule FV3 hash
Jun 8, 2022
b7d46b3
20220609 Jesse Meng Merge remote-tracking branch 'upstream/develop' i…
Jun 9, 2022
c6c76d1
[AutoRT] orion.intel Job Completed.
BrianCurtis-NOAA Jun 10, 2022
d02689e
[AutoRT] hera.gnu Job Completed.
BrianCurtis-NOAA Jun 10, 2022
5045eac
[AutoRT] hera.intel Job Completed.
BrianCurtis-NOAA Jun 10, 2022
0ba732f
[AutoRT] gaea.intel Job Completed.
BrianCurtis-NOAA Jun 10, 2022
d920f8d
[AutoRT] jet.intel Job Completed.
BrianCurtis-NOAA Jun 10, 2022
1c8ba26
20220610 Jesse Meng update FV3 hash
Jun 10, 2022
a968cfd
[AutoRT] gaea.intel Job Completed.
BrianCurtis-NOAA Jun 10, 2022
6a11944
[AutoRT] hera.gnu Job Completed.
BrianCurtis-NOAA Jun 11, 2022
5e2b807
[AutoRT] hera.intel Job Completed.
BrianCurtis-NOAA Jun 11, 2022
0d7d3ee
[AutoRT] orion.intel Job Completed.
BrianCurtis-NOAA Jun 11, 2022
b6f9cab
[AutoRT] jet.intel Job Completed.
BrianCurtis-NOAA Jun 11, 2022
d9e0b07
cheyenne intel/gnu logs: passed
jkbk2004 Jun 12, 2022
f6a9823
Add wcoss cray RT log: passed
MinsukJi-NOAA Jun 12, 2022
cc67d51
Add wcoss dell RT log: passed
MinsukJi-NOAA Jun 12, 2022
3adcd2f
WCOSS2 RT Log: Passed
Jun 13, 2022
ceaae24
20220613 Jesse Meng update FV3 hash
Jun 13, 2022
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
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