Revision ba57e9f8
Added by Benoit Parmentier over 8 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: 04/08/2016
|
|
8 |
#MODIFIED ON: 04/10/2016
|
|
9 | 9 |
#Version: 6 |
10 | 10 |
#PROJECT: Environmental Layers project |
11 | 11 |
#COMMENTS: analyses run for reg4 1991 for test of mosaicing using 1500x4500km and other tiles |
... | ... | |
550 | 550 |
|
551 | 551 |
##Create return object |
552 | 552 |
#list of mosaiced files: get the list of files now to include in the output object!! |
553 |
mosaicing_prediction_obj <- list(list_mosaic_obj,layer_option)
|
|
554 |
names(mosaicing_prediction_obj) <- c("list_mosaic_obj","layer_option") |
|
553 |
mosaicing_prediction_obj <- list(list_mosaic_obj,layers_option) #debugged
|
|
554 |
names(mosaicing_prediction_obj) <- c("list_mosaic_obj","layers_option")
|
|
555 | 555 |
return(run_mosaicing_prediction_obj) |
556 | 556 |
|
557 | 557 |
} |
Also available in: Unified diff
testing mosaicing in the workflow and debugging