1 parent 96e7ba4 commit 9ae5f06Copy full SHA for 9ae5f06
1 file changed
ush/run_pygraf.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
3
cd ${PYGRAF_DIR}
4
-python3 -u create_graphics.py maps -d ${VX_FCST_INPUT_BASEDIR}/${PDY}${cyc} -f 0 ${FCST_LEN_HRS} --file_type prs --file_tmpl "hrrr.t${cyc}z.wrfprsf{FCST_TIME:02d}.grib2" --images image_lists/hrrr_smoke.yml hourly -m "${CAPTION}" -n $nprocs -o $OUTDIR -s ${PDY}${cyc} -r ${RESOLUTION}
+python3 -u create_graphics.py maps -d ${VX_FCST_INPUT_BASEDIR}/${PDY}${cyc} -f 0 ${FCST_LEN_HRS} --file_type prs --file_tmpl "rrfs.t${cyc}z.prslev.f{FCST_TIME:03d}.grib2" --images image_lists/rrfs_smoke.yml hourly -m "${CAPTION}" -n $nprocs -o $OUTDIR -s ${PDY}${cyc} -r ${RESOLUTION}
5
0 commit comments