Revision 5fc0c8b6
Added by Benoit Parmentier about 11 years ago
climate/research/oregon/interpolation/interpolation_method_day_function_multisampling.R | ||
---|---|---|
275 | 275 |
out_prefix<-list_param$out_prefix |
276 | 276 |
out_path<-list_param$out_path |
277 | 277 |
screen_data_training<-list_param$screen_data_training |
278 |
|
|
279 |
ghcn.subsets<-sampling_obj$ghcn_data_day |
|
278 |
|
|
279 |
#ghcn.subsets<-sampling_obj$ghcn_data_day |
|
280 |
ghcn.subsets <- sampling_obj$ghcn_data |
|
280 | 281 |
sampling_dat <- sampling_obj$sampling_dat |
281 | 282 |
sampling <- sampling_obj$sampling_index |
282 | 283 |
|
... | ... | |
439 | 440 |
out_path<-list_param$out_path |
440 | 441 |
|
441 | 442 |
|
442 |
ghcn.subsets<-sampling_obj$ghcn_data_day |
|
443 |
#ghcn.subsets<-sampling_obj$ghcn_data_day |
|
444 |
ghcn.subsets<-sampling_obj$ghcn_data |
|
443 | 445 |
sampling_dat <- sampling_obj$sampling_dat |
444 | 446 |
sampling <- sampling_obj$sampling_index |
445 | 447 |
|
... | ... | |
604 | 606 |
out_prefix<-list_param$out_prefix |
605 | 607 |
out_path<-list_param$out_path |
606 | 608 |
|
607 |
|
|
608 |
ghcn.subsets<-sampling_obj$ghcn_data_day
|
|
609 |
#ghcn.subsets<-sampling_obj$ghcn_data_day |
|
610 |
ghcn.subsets <- sampling_obj$ghcn_data
|
|
609 | 611 |
sampling_dat <- sampling_obj$sampling_dat |
610 | 612 |
sampling <- sampling_obj$sampling_index |
611 | 613 |
|
Also available in: Unified diff
slight modification to single time scale method function to allow every n day run