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 hourly maximum precipitation rate #641

Merged
merged 15 commits into from
Jun 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
190 changes: 95 additions & 95 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

586 changes: 293 additions & 293 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

570 changes: 285 additions & 285 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

192 changes: 96 additions & 96 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

709 changes: 347 additions & 362 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

564 changes: 282 additions & 282 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

480 changes: 223 additions & 257 deletions tests/RegressionTests_wcoss_cray.log

Large diffs are not rendered by default.

600 changes: 300 additions & 300 deletions tests/RegressionTests_wcoss_dell_p3.log

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions tests/rt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ RUN | control_noahmp
COMPILE | APP=ATM SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP 32BIT=Y | | fv3 |
RUN | regional_control | | fv3 |
RUN | regional_restart | | fv3 | regional_control
RUN | regional_quilt | | fv3 |
RUN | regional_quilt | - wcoss_cray | fv3 |
RUN | regional_quilt_2threads | - wcoss_cray jet.intel | |
RUN | regional_quilt_hafs | | fv3 |
RUN | regional_quilt_netcdf_parallel | | fv3 |
RUN | regional_quilt_RRTMGP | | fv3 |
RUN | regional_quilt_RRTMGP | - wcoss_cray | fv3 |

# Run multigases test in REPRO mode to avoid numerical instability in the deep atmosphere
#COMPILE | APP=ATM SUITES=FV3_GFS_v16_fv3wam 32BIT=Y MULTI_GASES=Y REPRO=Y | | fv3 |
Expand Down
4 changes: 2 additions & 2 deletions tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -413,14 +413,14 @@ if [[ $TESTS_FILE =~ '35d' ]]; then
TEST_35D=true
fi

BL_DATE=20210611
BL_DATE=20210615
if [[ $MACHINE_ID = hera.* ]] || [[ $MACHINE_ID = orion.* ]] || [[ $MACHINE_ID = cheyenne.* ]] || [[ $MACHINE_ID = gaea.* ]] || [[ $MACHINE_ID = jet.* ]]; then
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}/${RT_COMPILER^^}}
else
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}}
fi

INPUTDATA_ROOT=${INPUTDATA_ROOT:-$DISKNM/NEMSfv3gfs/input-data-20210528}
INPUTDATA_ROOT=${INPUTDATA_ROOT:-$DISKNM/NEMSfv3gfs/input-data-20210614}
INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20210503
INPUTDATA_ROOT_BMIC=${INPUTDATA_ROOT_BMIC:-$DISKNM/NEMSfv3gfs/BM_IC-20210212}

Expand Down