Project

General

Profile

« Previous | Next » 

Revision 25e87943

Added by Benoit Parmentier over 8 years ago

mosaic script changing output names for kriged residuals layers

View differences:

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/10/2016            
8
#MODIFIED ON: 06/19/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
......
457 457

  
458 458
      #for now add data_day_s in the name!!
459 459
      mosaic_method <- "use_edge_weights" #this is distance from edge
460
      out_suffix_tmp <- paste(interpolation_method,"kriged_residuals","data_day_v",day_to_mosaic[i],out_suffix,sep="_")
460
      out_suffix_tmp <- paste(interpolation_method,"kriged_",layers_option,day_to_mosaic[i],out_suffix,sep="_")
461 461
      #lf_tmp<-list.files(pattern="*kriged_residuals.*.tif",full.names=T)
462 462
      lf_tmp <- unlist(lf_accuracy_residuals_testing_raster)
463 463
      #lf_accuracy_residuals_raster[[i]]
......
505 505

  
506 506
      #for now add data_day_s in the name!!
507 507
      mosaic_method <- "use_edge_weights" #this is distance from edge
508
      out_suffix_tmp <- paste(interpolation_method,"kriged_residuals","data_day_s",day_to_mosaic[i],out_suffix,sep="_")
508
      out_suffix_tmp <- paste(interpolation_method,"kriged_",layers_option,day_to_mosaic[i],out_suffix,sep="_")
509 509
      #lf_tmp<-list.files(pattern="*kriged_residuals.*.tif",full.names=T)
510 510
      lf_tmp <- unlist(lf_accuracy_residuals_training_raster)
511 511
      #lf_accuracy_residuals_raster[[i]]

Also available in: Unified diff