Revision c24e32a8
Added by Adam Wilson over 11 years ago
climate/procedures/Pleiades_MOD35.R | ||
---|---|---|
126 | 126 |
|
127 | 127 |
## Submit it |
128 | 128 |
system(paste("qsub mod35_qsub",sep="")) |
129 |
system("qstat -u awilso10") |
|
129 | 130 |
|
130 | 131 |
####################################################### |
131 | 132 |
### Now submit the script to generate the climatologies |
Also available in: Unified diff
Fixed the 'missing stripes' problem in the climatology script. Source of problem was related to the _FillValue attribute being incorrectly set to a short integer when the data was saved as byte. Changing both the attribute and the data to type 'byte' appears to have fixed the problem.