-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to regression tests for SRW App public release
- Loading branch information
Showing
7 changed files
with
61 additions
and
283 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
Oops, something went wrong.