Skip to content

Commit

Permalink
Update thompson mp 20210213 (NOAA-EMC#567) for gsl/develop (NCAR#65)
Browse files Browse the repository at this point in the history
* Update submodule pointer for fv3atm
* Copy new Thompson tables from temporary location
  • Loading branch information
climbfuji authored Mar 16, 2021
1 parent 99bd3e4 commit 98fa7cc
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 1 deletion.
2 changes: 1 addition & 1 deletion FV3
7 changes: 7 additions & 0 deletions tests/fv3_conf/ccpp_c96_HAFS_v0_hwrf_run.IN
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,10 @@ if [ $IMP_PHYSICS = 8 ]; then
elif [ $IMP_PHYSICS = 15 ]; then
cp @[INPUTDATA_ROOT]/FV3_input_data/DETAMPNEW_DATA* .
fi

# temporary: new Thompson tables
if [[ $MACHINE_ID = cheyenne.* ]]; then
cp /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/tmp_input_data_thompson_update_20210304/* .
else
cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/tmp_input_data_thompson_update_20210304/* .
fi
7 changes: 7 additions & 0 deletions tests/fv3_conf/ccpp_esg_HAFS_v0_hwrf_run.IN
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,10 @@ else
echo "ERROR, no field table configured for IMP_PHYSICS=${IMP_PHYSICS}"
exit 1
fi

# temporary: new Thompson tables
if [[ $MACHINE_ID = cheyenne.* ]]; then
cp /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/tmp_input_data_thompson_update_20210304/* .
else
cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/tmp_input_data_thompson_update_20210304/* .
fi
7 changes: 7 additions & 0 deletions tests/fv3_conf/ccpp_gf_thompson_run.IN
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@ cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qs.dat .
cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qg.dat .
cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/freezeH2O.dat .
cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/CCN_ACTIVATE.BIN .

# temporary: new Thompson tables
if [[ $MACHINE_ID = cheyenne.* ]]; then
cp /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/tmp_input_data_thompson_update_20210304/* .
else
cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/tmp_input_data_thompson_update_20210304/* .
fi
7 changes: 7 additions & 0 deletions tests/fv3_conf/ccpp_gsd_run.IN
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,10 @@ fi
if [ $GWD_OPT = 3 ] || [ $GWD_OPT = 33 ] || [ $GWD_OPT = 2 ] || [ $GWD_OPT = 22 ]; then
cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/drag_suite/* INPUT/
fi

# temporary: new Thompson tables
if [[ $MACHINE_ID = cheyenne.* ]]; then
cp /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/tmp_input_data_thompson_update_20210304/* .
else
cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/tmp_input_data_thompson_update_20210304/* .
fi
7 changes: 7 additions & 0 deletions tests/fv3_conf/ccpp_gsd_sar_run.IN
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,10 @@ cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qs.dat .
cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qg.dat .
cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/freezeH2O.dat .
cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/CCN_ACTIVATE.BIN .

# temporary: new Thompson tables
if [[ $MACHINE_ID = cheyenne.* ]]; then
cp /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/tmp_input_data_thompson_update_20210304/* .
else
cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/tmp_input_data_thompson_update_20210304/* .
fi
7 changes: 7 additions & 0 deletions tests/fv3_conf/ccpp_regional_run.IN
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@ fi
if [ $H2O_PHYS = .T. ]; then
cp @[INPUTDATA_ROOT]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77
fi

# temporary: new Thompson tables
if [[ $MACHINE_ID = cheyenne.* ]]; then
cp /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/tmp_input_data_thompson_update_20210304/* .
else
cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/tmp_input_data_thompson_update_20210304/* .
fi

0 comments on commit 98fa7cc

Please sign in to comment.