Skip to content

Commit

Permalink
do not link crtm fix files
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelTrahanNOAA committed Jun 21, 2024
1 parent 4c07573 commit 7660ed4
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 19 deletions.
1 change: 0 additions & 1 deletion tests/fv3_conf/control_run.IN
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ if [[ $POSTAPP = 'global' ]]; then
cp ${PATHRT}/parm/@[POSTXCONFIG] postxconfig-NT.txt
cp ${PATHRT}/parm/@[POSTXCONFIG_FH00] postxconfig-NT_FH00.txt
cp ${PATHRT}/parm/params_grib2_tbl_new params_grib2_tbl_new
link_upp_crtm
fi

#rrtmgp
Expand Down
1 change: 0 additions & 1 deletion tests/fv3_conf/hafs_fv3_run.IN
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ if [[ $POSTAPP = 'hafs' ]]; then
cp ${PATHRT}/parm/postxconfig-NT-hafs.txt postxconfig-NT.txt
cp ${PATHRT}/parm/postxconfig-NT-hafs.txt postxconfig-NT_FH00.txt
cp ${PATHRT}/parm/params_grib2_tbl_new params_grib2_tbl_new
link_upp_crtm
fi

if [ ${CNTL_DIR} = "hafs_regional_storm_following_1nest_atm_ocn_wav_mom6" ]; then
Expand Down
1 change: 0 additions & 1 deletion tests/fv3_conf/lake_control_run.IN
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ if [[ $POSTAPP = 'global' ]]; then
cp ${PATHRT}/parm/postxconfig-NT-gfs.txt postxconfig-NT.txt
cp ${PATHRT}/parm/postxconfig-NT-gfs_FH00.txt postxconfig-NT_FH00.txt
cp ${PATHRT}/parm/params_grib2_tbl_new params_grib2_tbl_new
link_upp_crtm
fi

#rrtmgp
Expand Down
1 change: 0 additions & 1 deletion tests/fv3_conf/regional_run.IN
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ if [[ $POSTAPP = 'lam' ]]; then
cp ${PATHRT}/parm/postxconfig-NT-fv3lam.txt postxconfig-NT.txt
cp ${PATHRT}/parm/postxconfig-NT-fv3lam.txt postxconfig-NT_FH00.txt
cp ${PATHRT}/parm/params_grib2_tbl_new params_grib2_tbl_new
link_upp_crtm
fi
1 change: 0 additions & 1 deletion tests/fv3_conf/regional_run_stoch.IN
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ if [[ $POSTAPP = 'lam' ]]; then
cp ${PATHRT}/parm/postxconfig-NT-fv3lam.txt postxconfig-NT.txt
cp ${PATHRT}/parm/postxconfig-NT-fv3lam.txt postxconfig-NT_FH00.txt
cp ${PATHRT}/parm/params_grib2_tbl_new params_grib2_tbl_new
link_upp_crtm
fi

if [ $DO_RRTMGP = .true. ]; then
Expand Down
1 change: 0 additions & 1 deletion tests/fv3_conf/rrfs_warm_run.IN
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ if [ $IMP_PHYSICS = 8 ]; then
fi

cp ${PATHRT}/parm/postxconfig-NT-fv3lam.txt postxconfig-NT.txt
link_upp_crtm

if [ $DO_RRTMGP = .true. ]; then
cp @[INPUTDATA_ROOT]/FV3_input_data_RRTMGP/* .
Expand Down
13 changes: 0 additions & 13 deletions tests/rt_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,6 @@ ECFLOW_RUNNING=false

jobid=0

function link_upp_crtm() {
# From FV3/upp/sorc/ncep_post.fd/CALRAD_WCLOUD_newcrtm.f CALRAD_WCLOUD sensorlist
sensorlist="imgr_g15 imgr_g13 imgr_g12 imgr_g11 amsre_aqua tmi_trmm ssmi_f13 ssmi_f14 ssmi_f15 ssmis_f16 ssmis_f17 ssmis_f18 ssmis_f19 ssmis_f20 seviri_m10 imgr_mt2 imgr_mt1r imgr_insat3d abi_gr abi_g16 abi_g17 abi_g18 ahi_himawari8"

for sensor in ${sensorlist} ; do
ln -sf "${CRTM_FIX}"/*"${sensor}"* .
done

ln -sf "${CRTM_FIX}"/CloudCoeff.bin .
ln -sf "${CRTM_FIX}"/AerosolCoeff.bin .
ln -sf "${CRTM_FIX}"/*EmisCoeff.bin .
}

function compute_petbounds_and_tasks() {

# each test MUST define ${COMPONENT}_tasks variable for all components it is using
Expand Down

0 comments on commit 7660ed4

Please sign in to comment.