#!/bin/bash
#  FCSTSUFFIX - generate a suffix of the form "hh" for output files
#  as a function of the forecast time.
#  
/usr/bin/printf "%02d\n" $1
