setup_robin1.bash
author Forrest Hoffman <forrest@climatemodeling.org>
Wed, 26 Sep 2007 17:16:40 -0400
changeset 0 3c02cce30be8
child 2 978f4510987d
permissions -rwxr-xr-x
Initial commit of post-processing codes for C-LAMP experiments

add_total_fields - modifies model output netCDF files to add fields computed
from fields within the files.

h1_summary - 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.

h1_summary2 - the same as h1_summary, but it uses more memory to read in more
timeslices at once, so it may be faster on some machines.
forrest@0
     1
#!/bin/bash
forrest@0
     2
source /opt/modules/modules/init/bash
forrest@0
     3
# for robin1
forrest@0
     4
module unload PrgEnv
forrest@0
     5
#module load pgi/6.1
forrest@0
     6
#module load netcdf_pgi/3.6.1
forrest@0
     7
module load netcdf_gcc/3.6.1
forrest@0
     8
# for phoenix
forrest@0
     9
#module load netcdf/3.5.1_r4
forrest@0
    10
#
forrest@0
    11
module list