-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgcm_plot.tmpl
executable file
·68 lines (49 loc) · 1.96 KB
/
gcm_plot.tmpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
#!/bin/csh -f
#######################################################################
# Batch Parameters for Plot Job
#######################################################################
#@BATCH_TIME@PLOT_T
#@PLOT_P
#@BATCH_JOBNAME@NAME
#@PLOT_Q
#@BATCH_GROUP
#@BATCH_OUTPUTNAMEOUTPUT
#######################################################################
# System Environment Variables
#######################################################################
umask 022
limit stacksize unlimited
@SETENVS
@MPT_SHEPHERD
#######################################################################
# Architecture Specific Environment Variables
#######################################################################
setenv ARCH `uname`
setenv SITE @SITE
setenv GEOSBIN @GEOSBIN
setenv GEOSUTIL @GEOSSRC
source $GEOSBIN/g5_modules
setenv @LD_LIBRARY_PATH_CMD ${LD_LIBRARY_PATH}
if ( $?BASEDIR ) then
setenv @LD_LIBRARY_PATH_CMD ${@LD_LIBRARY_PATH_CMD}:${BASEDIR}/${ARCH}/lib
endif
#######################################################################
# Experiment Specific Environment Variables
#######################################################################
setenv EXPID @EXPID
setenv EXPDIR @EXPDIR
setenv HOMDIR @HOMDIR
#######################################################################
# Quickplot Commands
#######################################################################
cd $EXPDIR/plot
if( $SITE == NCCS ) then
srun ./gcm_quickplot.csh @N @LIST
else
./gcm_quickplot.csh @N @LIST
endif
#######################################################################
# Move Plots to Web Server
#######################################################################
set MOVE = `grep PLOT_MOVE: $EXPDIR/plot/plot.rc | cut -d'#' -f1 | cut -d':' -f2`
if( $MOVE[1] == 'ON' ) @BATCH_CMD $EXPDIR/plot/gcm_moveplot.j