Skip to content

Commit

Permalink
temporarily copy HWRF NOAH files from personal directory
Browse files Browse the repository at this point in the history
  • Loading branch information
grantfirl committed Apr 11, 2020
1 parent a7dff91 commit 182e0d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions tests/fv3_conf/ccpp_gfs_v15_HWRF_NOAH_run.IN
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions tests/fv3_conf/ccpp_regional_HWRF_run.IN
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 182e0d6

Please sign in to comment.