Revision 768a4a37
Added by Benoit Parmentier over 9 years ago
climate/research/oregon/interpolation/global_run_scalingup_mosaicing.R | ||
---|---|---|
5 | 5 |
#Analyses, figures, tables and data are also produced in the script. |
6 | 6 |
#AUTHOR: Benoit Parmentier |
7 | 7 |
#CREATED ON: 04/14/2015 |
8 |
#MODIFIED ON: 06/21/2015
|
|
8 |
#MODIFIED ON: 06/22/2015
|
|
9 | 9 |
#Version: 5 |
10 | 10 |
#PROJECT: Environmental Layers project |
11 | 11 |
#COMMENTS: analyses run for reg5 for test of mosaicing using 1500x4500km and other tiles |
... | ... | |
64 | 64 |
|
65 | 65 |
y_var_name <- "dailyTmax" #PARAM1 |
66 | 66 |
interpolation_method <- c("gam_CAI") #PARAM2 |
67 |
region_name <- "reg4" #PARAM 13 #reg4 South America, Africa reg5,Europe reg2, North America reg1, Asia reg3
|
|
67 |
region_name <- "reg1" #PARAM 13 #reg4 South America, Africa reg5,Europe reg2, North America reg1, Asia reg3
|
|
68 | 68 |
mosaicing_method <- c("unweighted","use_edge_weights") |
69 | 69 |
out_suffix <- paste(region_name,"_","mosaic_run10_1500x4500_global_analyses_06212015",sep="") |
70 | 70 |
#PARAM3 |
Also available in: Unified diff
mosaicing test with reg1 with automated code