Revision 1d3564da
Added by Benoit Parmentier over 11 years ago
climate/research/oregon/interpolation/master_script_temp.R | ||
---|---|---|
10 | 10 |
#STAGE 5: Output analyses-visualization of results for specific dates... |
11 | 11 |
# |
12 | 12 |
#AUTHOR: Benoit Parmentier |
13 |
#DATE: 03/29/2013
|
|
13 |
#DATE: 04/01/2013
|
|
14 | 14 |
|
15 | 15 |
#PROJECT: NCEAS INPLANT: Environment and Organisms --TASK#363, TASK$568-- |
16 | 16 |
|
... | ... | |
129 | 129 |
#specific to this stage |
130 | 130 |
db.name <- "ghcn" # name of the Postgres database |
131 | 131 |
range_years<-c("2010","2011") #right bound not included in the range!! |
132 |
range_years_clim<-c("1981","2011") #right bound not included in the range!!
|
|
132 |
range_years_clim<-c("2000","2011") #right bound not included in the range!!
|
|
133 | 133 |
infile2<-"/home/layers/data/climate/ghcn/v2.92-upd-2012052822/ghcnd-stations.txt" #This is the textfile of station locations from GHCND |
134 | 134 |
in_path <- "/home/parmentier/Data/IPLANT_project/Venezuela_interpolation/Venezuela_01142013/input_data/" |
135 |
out_prefix<-"_365d_GAM_fus5_all_lstd_03282013c" #User defined output prefix
|
|
135 |
out_prefix<-"_365d_GAM_fus5_all_lstd_03282013d" #User defined output prefix
|
|
136 | 136 |
qc_flags_stations<-c("0","S") #flags allowed for screening after the query from the GHCND?? |
137 | 137 |
|
138 | 138 |
#list of 12 parameters for input in the function... |
Also available in: Unified diff
run Venezuela prediction TMAX year 2010 with monthly averages 2000-2011