Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[develop] Bug fix to support the %H format in METplus via printf. (#1102
) This bug was encountered when verifying forecast output that has a 2-digit forecast hour in its name. It turns out specifying the METplus format %H to obtain a 2-digit forecast hour in the workflow/verification configuration variable FCST_FN_TEMPLATE (and others) causes an error in the shell script eval_METplus_timestr_tmpl.sh because bash's printf utility does not support the %H format. This fixes that error using a similar approach to the %HHH format for obtaining 3-digit hours.
- Loading branch information