all/run_clamp_diag_LENS.csh
author Forrest Hoffman <forrest@climatemodeling.org>
Thu, 26 Mar 2009 14:02:21 -0400
changeset 1 4be95183fbcd
permissions -rwxr-xr-x
Modifications to scoring and graphics production for the final version of code for the C-LAMP paper in GCB.
forrest@1
     1
#!/bin/csh -f
forrest@1
     2
#PBS -A cli017bgc
forrest@1
     3
#PBS -N clamp_diag
forrest@1
     4
##PBS -q batch
forrest@1
     5
#PBS -l nodes=1:ppn=1
forrest@1
     6
#PBS -l walltime=02:00:00
forrest@1
     7
#PBS -j oe
forrest@1
     8
#PBS -S /bin/csh -V
forrest@1
     9
#PBS -m abe
forrest@1
    10
#PBS -M forrest@climatemodeling.org
forrest@1
    11
##PBS -M forrest@climatemodeling.org,8656843670@messaging.sprintpcs.com
forrest@1
    12
##PBS -M forrest@climatemodeling.org,fmhoffman@ipipi.com
forrest@1
    13
forrest@1
    14
cd /tmp/work/hof/clamp/all/
forrest@1
    15
forrest@1
    16
if ($?tcsh) then
forrest@1
    17
	set modules_shell="tcsh"
forrest@1
    18
else
forrest@1
    19
	set modules_shell="csh"
forrest@1
    20
endif
forrest@1
    21
forrest@1
    22
source /usr/Modules/init/${modules_shell}
forrest@1
    23
forrest@1
    24
unset modules_shell
forrest@1
    25
forrest@1
    26
module load nco
forrest@1
    27
module load ncl
forrest@1
    28
forrest@1
    29
#time ./lnd_template4.6_ORNL_27cn29.csh
forrest@1
    30
#time ./lnd_template4.6_ORNL_27cn31.csh >& lnd_template4.6_ORNL_27cn31.log
forrest@1
    31
time ./run_2-model_FMH.csh >& run_2-model_FMH.log