Project

General

Profile

« Previous | Next » 

Revision aa55cdc8

Added by Adam Wilson almost 11 years ago

Updating Pleiades script

View differences:

climate/procedures/Pleiades_MOD35.R
28 28
alltiles=system("ls -r MODTILES/ | grep tif$ | cut -c1-6 | sort | uniq - ",intern=T)
29 29

  
30 30
## or run all tiles
31
#tiles=alltiles
31
tiles=alltiles
32 32

  
33 33
## subset to tiles in global region (not outside global boundary in sinusoidal projection)
34 34
tiles=tiles[tiles%in%alltiles]
......
142 142
queue="normal" #"devel"
143 143
queue="long" #"devel"
144 144
nodes=120
145
walltime=24
145
walltime=2
146 146

  
147 147
### write qsub script to disk
148 148
cat(paste("
......
220 220

  
221 221

  
222 222
queue="devel"
223
nodes=50
223
nodes=1
224 224
walltime=2
225 225

  
226 226
### qsub script

Also available in: Unified diff