Project

General

Profile

« Previous | Next » 

Revision 1ee68e71

Added by Benoit Parmentier almost 9 years ago

testing modification to mosaicing functions on 5 days

View differences:

climate/research/oregon/interpolation/global_run_scalingup_mosaicing.R
92 92
create_out_dir_param <- FALSE #PARAM 8
93 93

  
94 94
#if daily mosaics NULL then mosaicas all days of the year
95
day_to_mosaic <- c("19920101","19920102","19920103","19920104","19920105") #PARAM9
95
day_to_mosaic <- c("19920101","19920102","19920103") #,"19920104","19920105") #PARAM9, two dates note in /tiles for now on NEX
96 96

  
97 97
#CRS_WGS84 <- CRS("+proj=longlat +ellps=WGS84 +datum=WGS84 +towgs84=0,0,0") #Station coords WGS84 #CONSTANT1
98 98
#CRS_locs_WGS84<-CRS("+proj=longlat +ellps=WGS84 +datum=WGS84 +towgs84=0,0,0") #Station coords WGS84
......
199 199
  
200 200
  mosaic_method <- "use_edge_weights" #this is distance from edge
201 201
  out_suffix_tmp <- paste(interpolation_method,y_var_name,day_to_mosaic[i],out_suffix,sep="_")
202
  #debug(mosaicFiles)
202
  debug(mosaicFiles)
203 203
  #can also loop through methods!!!
204 204
  #python_bin <- "/usr/bin/" #python gdal bin, on Atlas NCEAS
205 205
  #python_bin <- "/nobackupp6/aguzman4/climateLayers/sharedModules/bin" #on NEX

Also available in: Unified diff