Project

General

Profile

« Previous | Next » 

Revision 4a4a8c0d

Added by Benoit Parmentier over 9 years ago

global mosaicing for several days

View differences:

climate/research/oregon/interpolation/global_run_scalingup_mosaicing.R
210 210
  system(cmd_str)
211 211
}
212 212
 
213
list_lf_m <- list.files(path=out_dir_str,pattern="mean.*.world.*.global_analyses_07012015.tif",full.names=T)
213
list_lf_m <- mixedsort(list.files(path=out_dir_str,pattern="mean.*.world.*.global_analyses_07012015.tif",full.names=T))
214 214

  
215 215
reg_name <- "world"
216
l_dates <- c("unweighted_20100831","edge_weighted_20100831","unweighted_20100901","edge_weighted_20100901")
216
l_dates <- c("edge_20100901","edge_weighted_20100831","unweighted_20100831","unweighted_20100901")
217 217
list_param_plot_daily_mosaics <- list(list_lf_m,reg_name,out_dir_str,out_suffix,l_dates)
218 218
names(list_param_plot_daily_mosaics) <- c("lf_m","reg_name","out_dir_str","out_suffix","l_dates")
219 219

  

Also available in: Unified diff