Project

General

Profile

« Previous | Next » 

Revision ef3f28e1

Added by Benoit Parmentier about 8 years ago

testing new function script with bparmen1 output dir

View differences:

climate/research/oregon/interpolation/global_product_assessment_part0.R
93 93
source(file.path(script_path,function_assessment_part3)) #source all functions used in this script 
94 94

  
95 95
#Product assessment
96
function_product_assessment_part0_functions <- "global_product_assessment_part0_functions_11292016b.R"
96
function_product_assessment_part0_functions <- "global_product_assessment_part0_functions_11302016.R"
97 97
source(file.path(script_path,function_product_assessment_part0_functions)) #source all functions used in this script 
98 98
##Don't load part 1 and part2, mosaic package does not work on NEX
99 99
#function_product_assessment_part1_functions <- "global_product_assessment_part1_functions_09192016b.R"
......
132 132
var <- "TMAX" # variable being interpolated #PARAM 1, arg 1
133 133
in_dir <- "/nobackupp6/aguzman4/climateLayers/out/reg6/assessment" #PARAM2
134 134
region_name <- c("reg6") #PARAM 3, arg 3
135
out_suffix <- "predictions_assessment_reg6_10302016" #PARAM 4
135
out_suffix <- "predictions_assessment_reg6_11302016" #PARAM 4
136 136
#out_suffix_str <- region_name #PARAM 4, CONST 3
137 137
out_dir <- "/nobackupp6/aguzman4/climateLayers/out/reg6/assessment" #PARAM 5
138
out_dir <- "/nobackupp8/bparmen1/climateLayers/out/reg6/assessment"
138 139
create_out_dir_param <- TRUE #PARAM 12, arg 6
139 140
year_predicted <- c(2000) #PARAM 7, arg7
140 141
num_cores <- 6 #number of cores used # PARAM 8, arg 8
......
219 220
                                             "pred_mod_name","metric_name")
220 221

  
221 222
#Product assessment
222
function_product_assessment_part0_functions <- "global_product_assessment_part0_functions_11292016b.R"
223
function_product_assessment_part0_functions <- "global_product_assessment_part0_functions_11302016.R"
223 224
source(file.path(script_path,function_product_assessment_part0_functions)) #source all functions used in this script 
224 225

  
225 226
#debug(predictions_tiles_missing_fun)

Also available in: Unified diff