setup_robin1.bash
author Forrest Hoffman <forrest@climatemodeling.org>
Wed, 10 Oct 2007 11:59:02 -0400
changeset 4 dd8e6719647b
parent 0 3c02cce30be8
permissions -rwxr-xr-x
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.
forrest@0
     1
#!/bin/bash
forrest@0
     2
source /opt/modules/modules/init/bash
forrest@0
     3
# for robin1
forrest@2
     4
#module unload PrgEnv # replaced with PrgEnv-x1
forrest@2
     5
module unload PrgEnv-x1
forrest@0
     6
#module load pgi/6.1
forrest@0
     7
#module load netcdf_pgi/3.6.1
forrest@0
     8
module load netcdf_gcc/3.6.1
forrest@0
     9
# for phoenix
forrest@0
    10
#module load netcdf/3.5.1_r4
forrest@0
    11
#
forrest@0
    12
module list