Revision 063d31a1
Added by Benoit Parmentier almost 9 years ago
climate/research/oregon/interpolation/master_script_stage_6.R | ||
---|---|---|
53 | 53 |
#num_cores = 6 #number of cores used # param 13, arg 8 |
54 | 54 |
#max_mem = 1e+07 #param 21, arg 9 |
55 | 55 |
|
56 |
#"Rscript /nobackupp8/bparmen1/env_layers_scripts/master_script_stage_6_01182016.R TMAX /nobackupp6/aguzman4/climateLayers/out/ reg4 run_global_analyses_pred_12282015 /nobackupp8/bparmen1/ TRUE 2010 6 1e+07
|
|
56 |
#"Rscript /nobackupp8/bparmen1/env_layers_scripts/master_script_stage_6_01222016.R TMAX /nobackupp6/aguzman4/climateLayers/out/ reg4 run_global_analyses_pred_12282015 /nobackupp8/bparmen1/ TRUE 2010 6 1e+07
|
|
57 | 57 |
|
58 | 58 |
###Loading R library and packages ou |
59 | 59 |
library(RPostgreSQL) |
... | ... | |
105 | 105 |
source(file.path(script_path,function_assessment_part2_functions)) #source all functions used in this script |
106 | 106 |
|
107 | 107 |
### Parameters, constants and arguments ### |
108 |
|
|
108 |
stages_to_run<-c(0,0,0,0,0,6) #this stage 2 to 5 currently stored in another file. |
|
109 |
|
|
109 | 110 |
CRS_locs_WGS84<-CRS("+proj=longlat +ellps=WGS84 +datum=WGS84 +towgs84=0,0,0") #constant 1 |
110 | 111 |
|
111 | 112 |
#var<-"TMAX" # variable being interpolated #param 1, arg 1 |
Also available in: Unified diff
master script stage 6, minor bug for shell call