Wed, 10 Oct 2007 11:59:02 -0400Added hg_summary_cb, which writes statistical outputs using climatology_bounds default tip
Forrest Hoffman <forrest@climatemodeling.org> [Wed, 10 Oct 2007 11:59:02 -0400] rev 4
Added hg_summary_cb, which writes statistical outputs using climatology_bounds

h1_summary_cb - computes means and standard deviations of hourly output
netCDF files, creating two new netCDF files (one for the means and one
for the standard deviations) for each month by hour of day, just like
h1_summary and h1_summary2. However, this version does not create a
new "hour" dimension on every output field. Instead, it follows the
CF-1.0 standard that requires a "climatology_bounds" variable (instead
of the normal "time_bounds" variable) and each hour-of-day mean/standard
deviation is stored as a time slice.

h1_summary_cb will be used for the remaining C-LAMP experiments, starting
with Experiment 2.2.

Wed, 03 Oct 2007 11:23:02 -0400Changed h1_summary/h1_summary2 to write a timestamp that is centered on the time bounds.
Forrest Hoffman <forrest@climatemodeling.org> [Wed, 03 Oct 2007 11:23:02 -0400] rev 3
Changed h1_summary/h1_summary2 to write a timestamp that is centered on the time bounds.

h1_summary and h1_summary2 previously wrote out a timestamp representing the
last time entry in the last file to be summarized. Now, to follow convention,
the timestamp is recomputed as the mean of the first and last time_bounds,
where the first time_bounds value is the first value from the first time
entry in the first file and the last time_bounds is the second value from
the last time entry in the last file.

Mon, 01 Oct 2007 15:49:25 -0400Changed setup_robin1.bash and Makefile for use on robin1 machine.
Forrest Hoffman <forrest@climatemodeling.org> [Mon, 01 Oct 2007 15:49:25 -0400] rev 2
Changed setup_robin1.bash and Makefile for use on robin1 machine.