Revision e82d4af8
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/27/2013
|
|
13 |
#DATE: 07/29/2013
|
|
14 | 14 |
|
15 | 15 |
#PROJECT: NCEAS INPLANT: Environment and Organisms --TASK#363, TASK$568-- |
16 | 16 |
|
... | ... | |
58 | 58 |
#source(file.path(script_path,"download_and_produce_MODIS_LST_climatology_06112013.R")) |
59 | 59 |
source(file.path(script_path,"covariates_production_temperatures_07172013.R")) |
60 | 60 |
source(file.path(script_path,"Database_stations_covariates_processing_function_06112013.R")) |
61 |
source(file.path(script_path,"GAM_fusion_analysis_raster_prediction_multisampling_07272013.R"))
|
|
61 |
source(file.path(script_path,"GAM_fusion_analysis_raster_prediction_multisampling_07292013.R"))
|
|
62 | 62 |
source(file.path(script_path,"results_interpolation_date_output_analyses_06112013.R")) |
63 | 63 |
#source(file.path(script_path,"results_covariates_database_stations_output_analyses_04012013.R")) #to be completed |
64 | 64 |
|
65 | 65 |
#FUNCTIONS CALLED FROM GAM ANALYSIS RASTER PREDICTION ARE FOUND IN... |
66 | 66 |
|
67 | 67 |
source(file.path(script_path,"sampling_script_functions_03122013.R")) |
68 |
source(file.path(script_path,"GAM_fusion_function_multisampling_07272013.R")) #Include GAM_CAI
|
|
68 |
source(file.path(script_path,"GAM_fusion_function_multisampling_07292013.R")) #Include GAM_CAI
|
|
69 | 69 |
source(file.path(script_path,"interpolation_method_day_function_multisampling_07052013.R")) #Include GAM_day |
70 | 70 |
source(file.path(script_path,"GAM_fusion_function_multisampling_validation_metrics_05062013.R")) |
71 | 71 |
|
... | ... | |
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_kriging_fus_lst_comb3_07282013" #User defined output prefix
|
|
82 |
out_suffix<-"_OR_07282013" #Regional suffix
|
|
81 |
out_prefix<-"_365d_gwr_fus_lst_comb3_07292013" #User defined output prefix
|
|
82 |
out_suffix<-"_OR_07292013" #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 |
86 | 86 |
#interpolation_method<-c("gam_CAI") #other otpions to be added later |
87 | 87 |
#interpolation_method<-c("gam_fusion") #other otpions to be added later |
88 |
interpolation_method<-c("kriging_fusion") #other otpions to be added later |
|
88 |
#interpolation_method<-c("kriging_fusion") #other otpions to be added later |
|
89 |
interpolation_method<-c("gwr_fusion") #other otpions to be added later |
|
90 |
|
|
89 | 91 |
#interpolation_method<-c("gam_daily") #other otpions to be added later |
90 | 92 |
#interpolation_method<-c("kriging_daily") #other otpions to be added later |
91 | 93 |
#interpolation_method<-c("gwr_daily") #other otpions to be added later |
Also available in: Unified diff
running GWR fusion method, master script, temp OR