In job_settings the definition
HINCBOUND=6 # time increment of boundary data
should have 2-digits
HINCBOUND=06 # time increment of boundary data
Sorry for this trap!
I found at least two other things:
DO=/sw/rhel6-x64/cdo/cdo-1.6.9-magicsxx-gcc48/bin/cdo # absolute path of the CDO binary
CDO is missing a “C”
CDO=/sw/rhel6-x64/cdo/cdo-1.6.9-magicsxx-gcc48/bin/cdo # absolute path of the CDO binary
HOUT
_INC must be in the form hh:mm::ss, i.e. in the form that you commented out
#HOUT_INC=(7 01:00:00 01:00:00 01:00:00 03:00:00 06:00:00 24:00:00 24:00:00) # time increment for each GRIBOUT hh:mm:ss HOUT_INC=(7 1 1 1 3 6 24 24) # time increment for each GRIBOUT hh:mm:ss
Push notifications in your browser are not yet configured.
In job_settings the definition
should have 2-digits
Sorry for this trap!
I found at least two other things:
CDO is missing a “C”
HOUT _INC must be in the form hh:mm::ss, i.e. in the form that you commented out