Skip to content

Commit

Permalink
MYNN surface layer bug fix (ufs-community#140)
Browse files Browse the repository at this point in the history
* update submodule pointer for fv3atm

* Update baseline date

* hera.intel tests passed

* hera.gnu tests passed

* jet regression tests passed

* increase wallclock to 45 minutes on Jet due to threaded tests

Co-authored-by: samuel.trahan <Samuel.Trahan@noaa.gov>
  • Loading branch information
joeolson42 and SamuelTrahanNOAA authored Jun 10, 2022
1 parent 7b0be42 commit ef8dd90
Show file tree
Hide file tree
Showing 6 changed files with 1,206 additions and 1,203 deletions.
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 1 files
+1 −1 ccpp/physics
354 changes: 177 additions & 177 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

1,092 changes: 546 additions & 546 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

956 changes: 478 additions & 478 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,9 @@ WLCLK_dflt=30
if [[ $MACHINE_ID = gaea.* ]]; then
WLCLK_dflt=180
fi
if [[ $MACHINE_ID = jet.* ]]; then
WLCLK_dflt=45
fi

export WLCLK=$WLCLK_dflt

Expand Down
2 changes: 1 addition & 1 deletion tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then
TEST_35D=true
fi

BL_DATE=20220520
BL_DATE=20220609
if [[ $MACHINE_ID = hera.* ]] || [[ $MACHINE_ID = orion.* ]] || [[ $MACHINE_ID = cheyenne.* ]] || [[ $MACHINE_ID = gaea.* ]] || [[ $MACHINE_ID = jet.* ]] || [[ $MACHINE_ID = s4.* ]]; then
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/gsl-develop-${BL_DATE}/${RT_COMPILER^^}}
else
Expand Down

0 comments on commit ef8dd90

Please sign in to comment.