Project

General

Profile

« Previous | Next » 

Revision 79bcd014

Added by Benoit Parmentier over 8 years ago

debugging generate accuracy layers by tiles function

View differences:

climate/research/oregon/interpolation/global_run_scalingup_mosaicing_function.R
1689 1689
#### create a function to generate accuracy layers by tiles
1690 1690
generate_ac_assessment_layers_by_tile <- function(lf,layers_option,df,df_tile_processed,metric_name,
1691 1691
                                                    var_pred,list_models,use_autokrige,pred_mod_name,
1692
                                                    y_var_name,interpolation_method,
1692
                                                    y_var_name,interpolation_method,region_selected,
1693 1693
                                                    days_to_process,num_cores,NA_flag_val,file_format,
1694 1694
                                                    out_dir,out_suffix){ 
1695 1695
  
......
1796 1796
                                                            "var_pred","list_models","use_autokrige","y_var_name","interpolation_method",
1797 1797
                                                            "days_to_process","num_cores_tmp","NA_flag_val","file_format","out_dir_str",
1798 1798
                                                            "out_suffix_str") 
1799
    #browser()  
1800
    list_create_accuracy_residuals_raster_obj <- lapply(1:length(day_to_mosaic),FUN=create_accuracy_residuals_raster,
1799
    #browser() 
1800
    #
1801
    list_create_accuracy_residuals_raster_obj <- lapply(1:length(days_to_process),FUN=create_accuracy_residuals_raster,
1801 1802
                                                        list_param=list_param_create_accuracy_residuals_raster)
1802 1803
    
1803 1804
    #undebug(create_accuracy_residuals_raster)

Also available in: Unified diff