Revision 8cca76d6
Added by Benoit Parmentier about 8 years ago
climate/research/oregon/interpolation/global_product_assessment_part2.R | ||
---|---|---|
86 | 86 |
#Product assessment |
87 | 87 |
function_product_assessment_part1_functions <- "global_product_assessment_part1_functions_09192016b.R" |
88 | 88 |
source(file.path(script_path,function_product_assessment_part1_functions)) #source all functions used in this script |
89 |
function_product_assessment_part2_functions <- "global_product_assessment_part2_functions_10192016.R" |
|
89 |
function_product_assessment_part2_functions <- "global_product_assessment_part2_functions_10192016b.R"
|
|
90 | 90 |
source(file.path(script_path,function_product_assessment_part2_functions)) #source all functions used in this script |
91 | 91 |
|
92 | 92 |
############################### |
... | ... | |
230 | 230 |
#day_start <- "1984101" #PARAM 12 arg 12 |
231 | 231 |
#day_end <- "20141231" #PARAM 13 arg 13 |
232 | 232 |
|
233 |
function_product_assessment_part2_functions <- "global_product_assessment_part2_functions_10192016b.R" |
|
234 |
source(file.path(script_path,function_product_assessment_part2_functions)) #source all functions used in this script |
|
235 |
|
|
236 |
#Using default values for parameters |
|
233 | 237 |
debug(check_missing) |
234 | 238 |
test_missing <- check_missing(lf=lf_raster, |
235 | 239 |
pattern_str=NULL, |
... | ... | |
237 | 241 |
date_start="1984101", |
238 | 242 |
date_end="20141231", |
239 | 243 |
item_no=13, |
240 |
out_suffix="") |
|
244 |
out_suffix="", |
|
245 |
num_cores=1, |
|
246 |
out_dir=".") |
|
241 | 247 |
|
248 |
##Run this on reg4 and reg5 after |
|
249 |
#Using specified values for parameters |
|
242 | 250 |
test_missing <- check_missing(lf=lf_raster, |
243 | 251 |
pattern_str=NULL, |
244 | 252 |
in_dir=".", |
Also available in: Unified diff
testing checking missing files/mosaic function