setup_phoenix.bash
author Forrest Hoffman <forrest@climatemodeling.org>
Wed, 03 Oct 2007 11:23:02 -0400
changeset 3 d3122367777b
permissions -rwxr-xr-x
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.
     1 #!/bin/bash
     2 source /opt/modules/modules/init/bash
     3 # for robin
     4 #module unload PrgEnv
     5 ##module load pgi/6.1
     6 ##module load netcdf_pgi/3.6.1
     7 #module load netcdf_gcc/3.6.1
     8 # for phoenix
     9 module purge
    10 module load open
    11 module load PrgEnv.5407
    12 module unload mpt
    13 module load mpt.2.4.0.6
    14 module load pbs
    15 module load netcdf/3.5.1_r4
    16 #
    17 module list