Revision 6b22c61f
Added by Benoit Parmentier about 12 years ago
climate/research/oregon/interpolation/GAM_fusion_analysis_raster_prediction_multisampling.R | ||
---|---|---|
52 | 52 |
prop<-0.3 #Proportion of testing retained for validation |
53 | 53 |
#prop<-0.25 |
54 | 54 |
seed_number<- 100 #if seed zero then no seed? #Seed number for random sampling |
55 |
out_prefix<-"_365d_GAM_fusion_all_lstd_12272012" #User defined output prefix
|
|
55 |
out_prefix<-"_365d_GAM_fus5_all_lstd_12302012" #User defined output prefix
|
|
56 | 56 |
#out_prefix<-"_365d_GAM_12272012" #User defined output prefix |
57 | 57 |
|
58 | 58 |
bias_val<-0 #if value 1 then training data is used in the bias surface rather than the all monthly stations |
... | ... | |
66 | 66 |
CRS_interp<-"+proj=lcc +lat_1=43 +lat_2=45.5 +lat_0=41.75 +lon_0=-120.5 +x_0=400000 +y_0=0 +ellps=GRS80 +units=m +no_defs"; |
67 | 67 |
CRS_locs_WGS84<-CRS("+proj=longlat +ellps=WGS84 +datum=WGS84 +towgs84=0,0,0") #Station coords WGS84 |
68 | 68 |
|
69 |
source("GAM_fusion_function_multisampling_12272012.R")
|
|
69 |
source("GAM_fusion_function_multisampling_12302012.R")
|
|
70 | 70 |
|
71 | 71 |
###################### START OF THE SCRIPT ######################## |
72 | 72 |
|
Also available in: Unified diff
GAM fusion raster prediction, IBS 2013 run, tmax OR