Skip to content

Commit

Permalink
Update coupled tests to use P7 configuration, add standalone P7 test …
Browse files Browse the repository at this point in the history
…suite (#765)


* updates coupled regression tests to use P7 configuration using 2021-03-22-06 ICs.
* retains a single benchmark configuration test cpld_bmark_p7 for C384mx025 + waves
using benchmark ICs (2013-04-01).
* implements a single compile (app=S2SW) for all coupled tests (except debug) and 
controls non-wave tests using namelist variables
* adds a suite of P7 tests for the standalone app=ATM.
* removes NEMSDatm tests
* removes standalone feature tests for features which have been incorporated into 
the P7 configuration
* fixes the ATM output file name for non-integer output time and the diag_time for 
random output time


Co-authored-by: Jun Wang <[email protected]>
  • Loading branch information
DeniseWorthen and junwang-noaa committed Oct 1, 2021
1 parent 39dd5ba commit 4e7a72e
Show file tree
Hide file tree
Showing 115 changed files with 6,287 additions and 10,698 deletions.
2 changes: 1 addition & 1 deletion CICE-interface/CICE
Submodule CICE updated 2 files
+3 −2 .gitmodules
+1 −1 icepack
322 changes: 166 additions & 156 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

1,696 changes: 618 additions & 1,078 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

1,681 changes: 667 additions & 1,014 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

324 changes: 167 additions & 157 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

1,798 changes: 749 additions & 1,049 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

1,682 changes: 654 additions & 1,028 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

1,817 changes: 734 additions & 1,083 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

786 changes: 376 additions & 410 deletions tests/RegressionTests_wcoss_cray.log

Large diffs are not rendered by default.

1,704 changes: 671 additions & 1,033 deletions tests/RegressionTests_wcoss_dell_p3.log

Large diffs are not rendered by default.

310 changes: 175 additions & 135 deletions tests/default_vars.sh

Large diffs are not rendered by default.

17 changes: 14 additions & 3 deletions tests/fv3_conf/control_run.IN
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ else
if [ $MODEL_INITIALIZATION = false ]; then
#read_inc and iau tests restart from fh=24
CURRDIR=`pwd`
FILEDIR=${CURRDIR}/../${DEP_RUN}${SUFFIX}/RESTART/
FILEDIR=${CURRDIR}/../${DEP_RUN}${SUFFIX}/RESTART
else
#for warm start from initialiation time
FILEDIR=@[INPUTDATA_ROOT]/${inputdir}/INPUT_L127_GDAS
Expand Down Expand Up @@ -62,7 +62,7 @@ else
rm -f INPUT/sfc_data.*
cp ${FILEDIR}/../INPUT/grid_spec.nc INPUT/.
cp ${FILEDIR}/../INPUT/*_grid.tile*.nc INPUT/.
cp ${FILEDIR}/../INPUT/oro_data.tile*.nc INPUT/.
cp ${FILEDIR}/../INPUT/oro_data*.nc INPUT/.
for RFILE in ../${DEP_RUN}${SUFFIX}/RESTART/${RESTART_FILE_PREFIX}.*; do
[ -e $RFILE ] || exit 1
RFILE_OLD=$(basename $RFILE)
Expand All @@ -86,7 +86,18 @@ else
fi
cp @[INPUTDATA_ROOT]/${inputdir}/global_o3prdlos.f77 .
cp @[INPUTDATA_ROOT]/${inputdir}/global_h2o_pltc.f77 ./global_h2oprdlos.f77
cp @[INPUTDATA_ROOT]/${inputdir}/*grb .
if [ $TILEDFIX = .true. ]; then
cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]/@[ATMRES]*.nc .
cp @[INPUTDATA_ROOT]/${inputdir}/global_glacier.2x2.grb .
cp @[INPUTDATA_ROOT]/${inputdir}/global_maxice.2x2.grb .
cp @[INPUTDATA_ROOT]/${inputdir}/RTGSST.1982.2012.monthly.clim.grb .
cp @[INPUTDATA_ROOT]/${inputdir}/global_snoclim.1.875.grb .
cp @[INPUTDATA_ROOT]/${inputdir}/CFSR.SEAICE.1982.2012.monthly.clim.grb .
cp @[INPUTDATA_ROOT]/${inputdir}/@[FNSMCC] .
cp @[INPUTDATA_ROOT]/${inputdir}/@[FNMSKH_control] .
else
cp @[INPUTDATA_ROOT]/${inputdir}/*grb .
fi
cp @[INPUTDATA_ROOT]/${inputdir}/diag_table_gfsv16 ./diag_table
cp @[INPUTDATA_ROOT]/${inputdir}/field_table_gfsv16 ./field_table

Expand Down
87 changes: 0 additions & 87 deletions tests/fv3_conf/cpld_bmark_run.IN

This file was deleted.

132 changes: 0 additions & 132 deletions tests/fv3_conf/cpld_bmark_tiled_run.IN

This file was deleted.

Loading

0 comments on commit 4e7a72e

Please sign in to comment.