Revision e11b9a11
Added by Benoit Parmentier over 11 years ago
climate/research/oregon/interpolation/master_script_temp.R | ||
---|---|---|
10 | 10 |
#STAGE 5: Output analyses: assessment of results for specific dates... |
11 | 11 |
# |
12 | 12 |
#AUTHOR: Benoit Parmentier |
13 |
#DATE: 07/30/2013
|
|
13 |
#DATE: 07/31/2013
|
|
14 | 14 |
|
15 | 15 |
#PROJECT: NCEAS INPLANT: Environment and Organisms --TASK#363, TASK$568-- |
16 | 16 |
|
... | ... | |
78 | 78 |
met_stations_outfiles_obj_file<-"/data/project/layers/commons/data_workflow/output_data_365d_gam_fus_lst_test_run_07172013/met_stations_outfiles_obj_gam_fusion__365d_gam_fus_lst_test_run_07172013.RData" |
79 | 79 |
|
80 | 80 |
var<-"TMAX" # variable being interpolated |
81 |
out_prefix<-"_365d_gwr_cai_lst_comb3_07302013" #User defined output prefix
|
|
82 |
out_suffix<-"_OR_07302013" #Regional suffix
|
|
81 |
out_prefix<-"_365d_kriging_cai_lst_comb3_07312013" #User defined output prefix
|
|
82 |
out_suffix<-"_OR_07312013" #Regional suffix
|
|
83 | 83 |
out_suffix_modis <-"_05302013" #pattern to find tiles produced previously |
84 | 84 |
|
85 | 85 |
#interpolation_method<-c("gam_fusion","gam_CAI","gam_daily") #other otpions to be added later |
... | ... | |
87 | 87 |
#interpolation_method<-c("gam_fusion") #other otpions to be added later |
88 | 88 |
#interpolation_method<-c("kriging_fusion") #other otpions to be added later |
89 | 89 |
#interpolation_method<-c("gwr_fusion") #other otpions to be added later |
90 |
interpolation_method<-c("gwr_CAI") #other otpions to be added later |
|
90 |
#interpolation_method<-c("gwr_CAI") #other otpions to be added later |
|
91 |
interpolation_method<-c("kriging_CAI") |
|
91 | 92 |
|
92 | 93 |
#interpolation_method<-c("gam_daily") #other otpions to be added later |
93 | 94 |
#interpolation_method<-c("kriging_daily") #other otpions to be added later |
Also available in: Unified diff
running kriging_CAI for temp OR, master script