|
| 1 | +############################################################################### |
| 2 | +# |
| 3 | +# Regression test self-test: a job that fails to copy inputs. |
| 4 | +# This file was modified from control_c48. |
| 5 | +# |
| 6 | +############################################################################### |
| 7 | + |
| 8 | +# A special flag that tells the job to fail at runtime before the job_card: |
| 9 | +export JOB_SHOULD_FAIL=WHEN_COPYING |
| 10 | + |
| 11 | +export TEST_DESCR="The rt.sh workflow shouldn't complete when this test is enabled because run_test.sh will abort before the job_card." |
| 12 | + |
| 13 | +export CNTL_DIR=control_c48 |
| 14 | + |
| 15 | +export LIST_FILES="sfcf000.nc \ |
| 16 | + sfcf024.nc \ |
| 17 | + atmf000.nc \ |
| 18 | + atmf024.nc \ |
| 19 | + RESTART/20210323.060000.coupler.res \ |
| 20 | + RESTART/20210323.060000.fv_core.res.nc \ |
| 21 | + RESTART/20210323.060000.fv_core.res.tile1.nc \ |
| 22 | + RESTART/20210323.060000.fv_core.res.tile2.nc \ |
| 23 | + RESTART/20210323.060000.fv_core.res.tile3.nc \ |
| 24 | + RESTART/20210323.060000.fv_core.res.tile4.nc \ |
| 25 | + RESTART/20210323.060000.fv_core.res.tile5.nc \ |
| 26 | + RESTART/20210323.060000.fv_core.res.tile6.nc \ |
| 27 | + RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ |
| 28 | + RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ |
| 29 | + RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ |
| 30 | + RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ |
| 31 | + RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ |
| 32 | + RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ |
| 33 | + RESTART/20210323.060000.fv_tracer.res.tile1.nc \ |
| 34 | + RESTART/20210323.060000.fv_tracer.res.tile2.nc \ |
| 35 | + RESTART/20210323.060000.fv_tracer.res.tile3.nc \ |
| 36 | + RESTART/20210323.060000.fv_tracer.res.tile4.nc \ |
| 37 | + RESTART/20210323.060000.fv_tracer.res.tile5.nc \ |
| 38 | + RESTART/20210323.060000.fv_tracer.res.tile6.nc \ |
| 39 | + RESTART/20210323.060000.phy_data.tile1.nc \ |
| 40 | + RESTART/20210323.060000.phy_data.tile2.nc \ |
| 41 | + RESTART/20210323.060000.phy_data.tile3.nc \ |
| 42 | + RESTART/20210323.060000.phy_data.tile4.nc \ |
| 43 | + RESTART/20210323.060000.phy_data.tile5.nc \ |
| 44 | + RESTART/20210323.060000.phy_data.tile6.nc \ |
| 45 | + RESTART/20210323.060000.sfc_data.tile1.nc \ |
| 46 | + RESTART/20210323.060000.sfc_data.tile2.nc \ |
| 47 | + RESTART/20210323.060000.sfc_data.tile3.nc \ |
| 48 | + RESTART/20210323.060000.sfc_data.tile4.nc \ |
| 49 | + RESTART/20210323.060000.sfc_data.tile5.nc \ |
| 50 | + RESTART/20210323.060000.sfc_data.tile6.nc" |
| 51 | + |
| 52 | +export_fv3 |
| 53 | +export_tiled |
| 54 | + |
| 55 | +export INPES=1 |
| 56 | +export JNPES=1 |
| 57 | +export WRTTASK_PER_GROUP=2 |
| 58 | +export NPZ=127 |
| 59 | +export NPZP=128 |
| 60 | +export NPX=49 |
| 61 | +export NPY=49 |
| 62 | +export DT_ATMOS=1200 |
| 63 | +export SYEAR=2021 |
| 64 | +export SMONTH=03 |
| 65 | +export SDAY=22 |
| 66 | +export SHOUR=06 |
| 67 | +export RESTART_INTERVAL=0 |
| 68 | +export CDMBWD=${CDMBWD_c48} |
| 69 | +export OUTPUT_GRID='gaussian_grid' |
| 70 | +export NSTF_NAME='2,0,0,0,0' |
| 71 | +export WRITE_DOPOST=.false. |
| 72 | +export OUTPUT_FH="6 -1" |
| 73 | +export IAER=5111 |
| 74 | +export IOVR=3 |
| 75 | +export IMO=192 |
| 76 | +export JMO=94 |
| 77 | + |
| 78 | +export FNSMCC_control="'global_soilmgldas.statsgo.t92.192.94.grb'" |
| 79 | +export FNMSKH_control="'global_slmask.t62.192.94.grb'" |
| 80 | +export FNSMCC=${FNSMCC_control} |
| 81 | +export FNMSKH=${FNMSKH_control} |
| 82 | + |
| 83 | +export FV3_RUN=control_run.IN |
| 84 | +export CCPP_SUITE=FV3_GFS_v17_p8 |
| 85 | +export INPUT_NML=global_control.nml.IN |
0 commit comments