Skip to content

Commit

Permalink
MYNN fix for numerical stability issues with mixing snow (#1754)
Browse files Browse the repository at this point in the history
*removal of the snow mixing, reverting back to the RRFS Base E configuration.

*change to table values of Leaf Area Index

* increase resource to fix gaea out-of-memory issue

* Reset default TPN=24 on gaea
  • Loading branch information
joeolson42 committed Jun 12, 2023
1 parent 2f71156 commit bf60924
Show file tree
Hide file tree
Showing 13 changed files with 5,316 additions and 5,304 deletions.
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 1 files
+1 −1 ccpp/physics
3 changes: 2 additions & 1 deletion tests/bl_date.conf
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export BL_DATE=20230601
export BL_DATE=20230608

2 changes: 1 addition & 1 deletion tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ elif [[ $MACHINE_ID = s4 ]]; then

elif [[ $MACHINE_ID = gaea ]]; then

TPN=36
TPN=24

INPES_dflt=3 ; JNPES_dflt=8
INPES_thrd=3 ; JNPES_thrd=4
Expand Down
1,384 changes: 692 additions & 692 deletions tests/logs/RegressionTests_acorn.log

Large diffs are not rendered by default.

1,898 changes: 949 additions & 949 deletions tests/logs/RegressionTests_cheyenne.log

Large diffs are not rendered by default.

1,412 changes: 706 additions & 706 deletions tests/logs/RegressionTests_gaea.log

Large diffs are not rendered by default.

1,962 changes: 981 additions & 981 deletions tests/logs/RegressionTests_hera.log

Large diffs are not rendered by default.

1,248 changes: 624 additions & 624 deletions tests/logs/RegressionTests_jet.log

Large diffs are not rendered by default.

1,494 changes: 747 additions & 747 deletions tests/logs/RegressionTests_orion.log

Large diffs are not rendered by default.

1,204 changes: 602 additions & 602 deletions tests/logs/RegressionTests_wcoss2.log

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions tests/tests/datm_cdeps_lnd_gswp3
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ export mosaic_file="INPUT/C96_mosaic.nc"
export coupling_interval_sec=3600
export TOPOEDITS=""
export FV3_RUN="lnd_datm_cdeps_gswp.IN noahmp_run.IN"

if [[ $MACHINE_ID = gaea ]]; then
TPN=36
fi
3 changes: 3 additions & 0 deletions tests/tests/hafs_regional_specified_moving_1nest_atm
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,6 @@ export MODEL_CONFIGURE="model_configure_hafs.IN"
export NEMS_CONFIGURE="nems.configure.hafs_atm.IN"
export FV3_RUN="hafs_fv3_run.IN"

if [[ $MACHINE_ID = gaea ]]; then
TPN=36
fi
4 changes: 4 additions & 0 deletions tests/tests/regional_2dwrtdecomp
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ WRITE_GROUP=1
WRTTASK_PER_GROUP=10
NTILES=1
export ITASKS=2

if [[ $MACHINE_ID = gaea ]]; then
TPN=36
fi

0 comments on commit bf60924

Please sign in to comment.