Revision db4b15be
Added by Benoit Parmentier over 9 years ago
climate/research/oregon/interpolation/global_run_scalingup_mosaicing.R | ||
---|---|---|
5 | 5 |
#Analyses, figures, tables and data are also produced in the script. |
6 | 6 |
#AUTHOR: Benoit Parmentier |
7 | 7 |
#CREATED ON: 04/14/2015 |
8 |
#MODIFIED ON: 06/03/2015
|
|
8 |
#MODIFIED ON: 06/04/2015
|
|
9 | 9 |
#Version: 4 |
10 | 10 |
#PROJECT: Environmental Layers project |
11 | 11 |
#COMMENTS: analyses for run 10 global analyses,all regions 1500x4500km and other tiles |
... | ... | |
312 | 312 |
|
313 | 313 |
y_var_name <- "dailyTmax" #PARAM1 |
314 | 314 |
interpolation_method <- c("gam_CAI") #PARAM2 |
315 |
out_suffix <- "mosaic_run10_1500x4500_global_analyses_06032015" #PARAM3
|
|
315 |
out_suffix <- "mosaic_run10_1500x4500_global_analyses_06042015" #PARAM3
|
|
316 | 316 |
out_dir <- in_dir #PARAM4 |
317 | 317 |
create_out_dir_param <- TRUE #PARAM 5 |
318 | 318 |
|
... | ... | |
355 | 355 |
|
356 | 356 |
lf_mosaic <-list.files(path=file.path(in_dir), |
357 | 357 |
pattern=paste(".*.",day_to_mosaic[2],".*.tif$",sep=""),full.names=T) #choosing date 2...20100901 |
358 |
lf_mosaic <- lf_mosaic[1:20] |
|
358 |
#lf_mosaic <- lf_mosaic[1:20]
|
|
359 | 359 |
r1 <- raster(lf_mosaic[1]) |
360 | 360 |
r2 <- raster(lf_mosaic[2]) |
361 | 361 |
|
Also available in: Unified diff
mosaicing test, rerunning North America test