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

Wrapper for ccpp-physics #808 and 816 (roughness length over ice and NoahMP tsurf bugfix) #971

Merged
merged 9 commits into from
Dec 23, 2021
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