diff --git a/tests/fv3_conf/ccpp_gfs_v15_HWRF_NOAH_run.IN b/tests/fv3_conf/ccpp_gfs_v15_HWRF_NOAH_run.IN index ba1448ce06..b2e774a372 100644 --- a/tests/fv3_conf/ccpp_gfs_v15_HWRF_NOAH_run.IN +++ b/tests/fv3_conf/ccpp_gfs_v15_HWRF_NOAH_run.IN @@ -17,9 +17,9 @@ cp @[RTPWD]/FV3_input_data/*_table . cp @[RTPWD]/FV3_input_data/diag_table_gfdlmp diag_table cp @[RTPWD]/FV3_input_data/field_table_gfdlmp field_table cp @[RTPWD]/FV3_input_data/*configure . -cp @[RTPWD]/FV3_input_data_hafs/GENPARM.TBL . -cp @[RTPWD]/FV3_input_data_hafs/SOILPARM.TBL . -cp @[RTPWD]/FV3_input_data_hafs/VEGPARM.TBL . +cp /scratch1/BMC/gmtb/Grant.Firl/GENPARM.TBL . +cp /scratch1/BMC/gmtb/Grant.Firl/SOILPARM.TBL . +cp /scratch1/BMC/gmtb/Grant.Firl/VEGPARM.TBL . cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml diff --git a/tests/fv3_conf/ccpp_regional_HWRF_run.IN b/tests/fv3_conf/ccpp_regional_HWRF_run.IN index ce1e1ebdae..e5b0245822 100644 --- a/tests/fv3_conf/ccpp_regional_HWRF_run.IN +++ b/tests/fv3_conf/ccpp_regional_HWRF_run.IN @@ -28,9 +28,9 @@ fi cp @[RTPWD]/FV3_input_data_hafs/field_table_FA_nwat4 field_table # Copy HWRF NOAH data if [ $LSM = 4]; then - cp @[RTPWD]/FV3_input_data_hafs/GENPARM.TBL . - cp @[RTPWD]/FV3_input_data_hafs/SOILPARM.TBL . - cp @[RTPWD]/FV3_input_data_hafs/VEGPARM.TBL . + cp /scratch1/BMC/gmtb/Grant.Firl/GENPARM.TBL . + cp /scratch1/BMC/gmtb/Grant.Firl/SOILPARM.TBL . + cp /scratch1/BMC/gmtb/Grant.Firl/VEGPARM.TBL . fi cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml