Skip to content

Commit

Permalink
Turn off FAA grib2 output for ensemble forecasts (#353)
Browse files Browse the repository at this point in the history
Co-authored-by: benjamin blake <[email protected]>
  • Loading branch information
BenjaminBlake-NOAA and benjamin blake authored Apr 29, 2024
1 parent 4ccd51b commit c89c6b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/exrrfs_run_prdgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -364,10 +364,13 @@ if [ "${DO_PARALLEL_PRDGEN}" = "TRUE" ]; then
fi

#-- Upscale & subset FAA requested information
#-- FAA grib2 output is not generated for ensemble forecasts

# echo "$USHrrfs/rrfs_prdgen_faa_subpiece.sh $fhr $cyc $prslev $natlev $ififip $aviati ${COMOUT} &" >> $DATAprdgen/poescript_faa_${fhr}

${USHrrfs}/rrfs_prdgen_faa_subpiece.sh $fhr $cyc $prslev $natlev $ififip $aviati ${COMOUT} ${USHrrfs}
if [ ${DO_ENSFCST} = "FALSE" ]; then
${USHrrfs}/rrfs_prdgen_faa_subpiece.sh $fhr $cyc $prslev $natlev $ififip $aviati ${COMOUT} ${USHrrfs}
fi

else
echo "WARNING: this grid is not ready for parallel prdgen: ${PREDEF_GRID_NAME}"
Expand Down

0 comments on commit c89c6b5

Please sign in to comment.