diff -r 0c6405ab2ff4 -r 4be95183fbcd all/run_clamp_diag_LENS.csh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/all/run_clamp_diag_LENS.csh Thu Mar 26 14:02:21 2009 -0400 @@ -0,0 +1,31 @@ +#!/bin/csh -f +#PBS -A cli017bgc +#PBS -N clamp_diag +##PBS -q batch +#PBS -l nodes=1:ppn=1 +#PBS -l walltime=02:00:00 +#PBS -j oe +#PBS -S /bin/csh -V +#PBS -m abe +#PBS -M forrest@climatemodeling.org +##PBS -M forrest@climatemodeling.org,8656843670@messaging.sprintpcs.com +##PBS -M forrest@climatemodeling.org,fmhoffman@ipipi.com + +cd /tmp/work/hof/clamp/all/ + +if ($?tcsh) then + set modules_shell="tcsh" +else + set modules_shell="csh" +endif + +source /usr/Modules/init/${modules_shell} + +unset modules_shell + +module load nco +module load ncl + +#time ./lnd_template4.6_ORNL_27cn29.csh +#time ./lnd_template4.6_ORNL_27cn31.csh >& lnd_template4.6_ORNL_27cn31.log +time ./run_2-model_FMH.csh >& run_2-model_FMH.log