Skip to content

Commit

Permalink
Fix type in paths in upp
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSzapiro-NOAA committed Nov 23, 2024
1 parent 43cfc63 commit d134fdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/fv3_conf/cpld_control_run.IN
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@ fi
#inline post
if [ $WRITE_DOPOST = .true. ]; then
if [[ ${BMIC} == .true. ]]; then
cp ${PATHRT}/../FV3/upp/parm/post_itag_gefs128 itag
cp ${PATHRT}/../FV3/upp/parm/postxconfig-NT-gefs.txt postxconfig-NT.txt
cp ${PATHRT}/../FV3/upp/parm/postxconfig-NT-gefs-f00.txt postxconfig-NT_FH00.txt
cp ${PATHRT}/../FV3/upp/parm/gefs/post_itag_gefs128 itag
cp ${PATHRT}/../FV3/upp/parm/gefs/postxconfig-NT-gefs.txt postxconfig-NT.txt
cp ${PATHRT}/../FV3/upp/parm/gefs/postxconfig-NT-gefs-f00.txt postxconfig-NT_FH00.txt
cp ${PATHRT}/parm/params_grib2_tbl_new params_grib2_tbl_new
cp ${PATHRT}/../FV3/upp/fix/chem/optics_luts*nasa.dat .
else
Expand Down

0 comments on commit d134fdc

Please sign in to comment.