Skip to content

Commit

Permalink
Wrapper for ccpp-physics #808 and 816 (roughness length over ice and …
Browse files Browse the repository at this point in the history
…NoahMP tsurf bugfix) (#971)

* update submodule pointer for regression testing for ccpp-physics #808,816: roughness length over ice and NoahMP tsurf bugfix
* Reduce time step from 600s to 450s for tests control_csawmg and control_csawmg_debug

Co-authored-by: Dom Heinzeller <climbfuji@ymail.com>
Co-authored-by: climbfuji <dom.heinzeller@icloud.com>
  • Loading branch information
3 people authored Dec 23, 2021
1 parent 18becb9 commit 803e03a
Show file tree
Hide file tree
Showing 13 changed files with 2,713 additions and 2,639 deletions.
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 1 files
+1 −1 ccpp/physics
232 changes: 116 additions & 116 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

886 changes: 478 additions & 408 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

718 changes: 360 additions & 358 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

234 changes: 118 additions & 116 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

720 changes: 360 additions & 360 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

662 changes: 331 additions & 331 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

704 changes: 352 additions & 352 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

456 changes: 228 additions & 228 deletions tests/RegressionTests_wcoss_cray.log

Large diffs are not rendered by default.

732 changes: 366 additions & 366 deletions tests/RegressionTests_wcoss_dell_p3.log

Large diffs are not rendered by default.

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

BL_DATE=20211221
BL_DATE=20211222
if [[ $MACHINE_ID = hera.* ]] || [[ $MACHINE_ID = orion.* ]] || [[ $MACHINE_ID = cheyenne.* ]] || [[ $MACHINE_ID = gaea.* ]] || [[ $MACHINE_ID = jet.* ]] || [[ $MACHINE_ID = s4.* ]]; then
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}/${RT_COMPILER^^}}
else
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/control_csawmg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export OUTPUT_GRID='gaussian_grid'
export NSTF_NAME='2,0,0,0,0'
export WRITE_DOPOST=.true.

export DT_ATMOS=600
export DT_ATMOS=450
export IAER=1011
export DIAG_TABLE='diag_table_aod'
export FIELD_TABLE='field_table_csawmgshoc'
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/control_csawmg_debug
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export NSTF_NAME='2,0,0,0,0'
export FHMAX=01
export OUTPUT_FH="0 1"

export DT_ATMOS=600
export DT_ATMOS=450
export IAER=1011
export DIAG_TABLE='diag_table_aod'
export FIELD_TABLE='field_table_csawmgshoc'
Expand Down

0 comments on commit 803e03a

Please sign in to comment.