Skip to content

Commit

Permalink
Update to regression tests for SRW App public release
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Oct 2, 2020
1 parent 966aa1a commit 7a0f3a9
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 283 deletions.
4 changes: 2 additions & 2 deletions tests/fv3_conf/ccpp_regional_run.IN
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
rsync -arv @[RTPWD]/FV3_regional_input_data/. .
rsync -arv @[RTPWD]/@[INPUT_DIR]/model_configure .
rsync -arv @[RTPWD]/fv3_regional_control/model_configure .

rm -rf INPUT RESTART
mkdir INPUT RESTART

rsync -arv @[RTPWD]/@[INPUT_DIR]/INPUT/. INPUT/.
rsync -arv @[RTPWD]/fv3_regional_control/INPUT/. INPUT/.

if [ $WARM_START = .T. ]; then
cp ../fv3_ccpp_regional_control${RT_SUFFIX}/RESTART/20181015.120000.coupler.res INPUT/coupler.res
Expand Down
43 changes: 21 additions & 22 deletions tests/rt.conf
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
######################################################################################################################################
# CCPP PROD TESTS #
######################################################################################################################################
###################################################################################################################################################################################
# CCPP PROD TESTS #
###################################################################################################################################################################################

COMPILE | CCPP=Y SUITES=FV3_GFS_v15p2,FV3_RRFS_v1beta 32BIT=Y | standard | | fv3 |
COMPILE | CCPP=Y SUITES=FV3_GFS_v15p2,FV3_RRFS_v1beta,FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | | fv3 |

# Todo: base fv3_ccpp_regional_* tests on RRFS_v1beta suite
RUN | fv3_ccpp_regional_control | standard | | fv3 |
RUN | fv3_ccpp_regional_restart | standard | | fv3 | fv3_ccpp_regional_control
RUN | fv3_ccpp_regional_control | standard | | fv3 |
RUN | fv3_ccpp_regional_restart | standard | | fv3 | fv3_ccpp_regional_control
# Todo: create these two tests, do not exist yet
#RUN | fv3_ccpp_regional_decomp | standard | | fv3 |
#RUN | fv3_ccpp_regional_2threads | standard | | fv3 |
RUN | fv3_ccpp_regional_c768 | standard | | fv3 |
#RUN | fv3_ccpp_regional_decomp | standard | | fv3 |
#RUN | fv3_ccpp_regional_2threads | standard | | fv3 |
RUN | fv3_ccpp_regional_c768 | standard | | fv3 |
# Todo: create this test, doesn't exist yet
#RUN | fv3_ccpp_regional_v15p2 | standard | | fv3 |
RUN | fv3_ccpp_rrfs_v1beta | standard | | fv3 |
RUN | fv3_ccpp_gfs_v15p2 | standard | | fv3 |
#RUN | fv3_ccpp_regional_v15p2 | standard | | fv3 |
RUN | fv3_ccpp_rrfs_v1beta | standard | | fv3 |
RUN | fv3_ccpp_gfs_v15p2 | standard | | fv3 |

######################################################################################################################################
# CCPP DEBUG TESTS #
######################################################################################################################################
###################################################################################################################################################################################
# CCPP DEBUG TESTS #
###################################################################################################################################################################################

COMPILE | CCPP=Y SUITES=FV3_GFS_v15p2,FV3_RRFS_v1beta 32BIT=Y DEBUG=Y | standard | | fv3 |
COMPILE | CCPP=Y SUITES=FV3_GFS_v15p2,FV3_RRFS_v1beta,FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y DEBUG=Y | standard | | fv3 |

# Todo: base fv3_ccpp_regional_* tests on RRFS_v1beta suite
RUN | fv3_ccpp_regional_control | standard | | fv3 |
RUN | fv3_ccpp_regional_c768 | standard | | fv3 |
# Todo: base fv3_ccpp_regional_* tests on RRFS_v1beta suite - the current fv3_ccpp_regional_control_debug run crashes with Intel somewhere in fv_regional_bc.F90
#RUN | fv3_ccpp_regional_control_debug | standard | | fv3 |
# Todo: create this test, doesn't exist yet
#RUN | fv3_ccpp_regional_v15p2 | standard | | fv3 |
RUN | fv3_ccpp_rrfs_v1beta | standard | | fv3 |
RUN | fv3_ccpp_gfs_v15p2 | standard | | fv3 |
#RUN | fv3_ccpp_regional_v15p2_debug | standard | | fv3 |
RUN | fv3_ccpp_rrfs_v1beta_debug | standard | | fv3 |
RUN | fv3_ccpp_gfs_v15p2_debug | standard | | fv3 |
Loading

0 comments on commit 7a0f3a9

Please sign in to comment.