Revision 0ec7e980
Added by Benoit Parmentier about 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: 09/01/2013
|
|
13 |
#DATE: 09/09/2013
|
|
14 | 14 |
|
15 | 15 |
#PROJECT: NCEAS INPLANT: Environment and Organisms --TASK#363, TASK$568-- |
16 | 16 |
|
... | ... | |
80 | 80 |
#met_stations_outfiles_obj_file<-"met_stations_outfiles_obj_gam_CAI__365d_gam_CAI_lst_comb3_08252013.RData" |
81 | 81 |
|
82 | 82 |
var<-"TMAX" # variable being interpolated |
83 |
out_prefix<-"_365d_gam_fus_lst_comb3_09032013" #User defined output prefix
|
|
84 |
out_suffix<-"_OR_09032013" #Regional suffix
|
|
83 |
out_prefix<-"_365d_gam_fus_lst_comb3_09092013" #User defined output prefix
|
|
84 |
out_suffix<-"_OR_09092013" #Regional suffix
|
|
85 | 85 |
out_suffix_modis <-"_05302013" #pattern to find tiles produced previously |
86 | 86 |
|
87 | 87 |
#interpolation_method<-c("gam_fusion","gam_CAI","gam_daily") #other otpions to be added later |
... | ... | |
96 | 96 |
#interpolation_method<-c("kriging_daily") #other otpions to be added later |
97 | 97 |
#interpolation_method<-c("gwr_daily") #other otpions to be added later |
98 | 98 |
|
99 |
out_path<-"/home/parmentier/Data/IPLANT_project/Oregon_interpolation/Oregon_03142013/output_data" |
|
99 |
#out_path<-"/home/parmentier/Data/IPLANT_project/Oregon_interpolation/Oregon_03142013/output_data" |
|
100 |
out_path <- "/data/project/layers/commons/Oregon_interpolation/output_data" |
|
100 | 101 |
|
101 | 102 |
#out_path<-"/data/project/layers/commons/data_workflow/output_data" |
102 | 103 |
out_path <-paste(out_path,out_prefix,sep="") |
Also available in: Unified diff
running gam fusion with 0-10% monthly hold-out for multitimescale paper,OR