From 6c4205c1242f42a978a2a245875abeb28811bb19 Mon Sep 17 00:00:00 2001 From: aho Date: Tue, 19 Nov 2019 16:09:50 +0100 Subject: [PATCH] Modify usecase2_8 --- inst/doc/usecase/ex2_8_calibration.R | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/inst/doc/usecase/ex2_8_calibration.R b/inst/doc/usecase/ex2_8_calibration.R index 13b0739..12c14e9 100644 --- a/inst/doc/usecase/ex2_8_calibration.R +++ b/inst/doc/usecase/ex2_8_calibration.R @@ -62,11 +62,6 @@ wf <- AddStep(list(obs = obs, exp = exp), step) # Execution res <- Compute(wf, chunks = list(latitude = 2, longitude = 2), threads_load = 2, threads_compute = 4) -## Check output: -#summary(res$output1) -# Min. 1st Qu. Median Mean 3rd Qu. Max. -# 294.1 298.8 300.5 300.6 302.2 306.7 - # Declaration of HPC and execution ## ECFlow is required @@ -77,9 +72,3 @@ res_fat2 <- Compute(wf,chunks = list(latitude = 2, longitude = 2), cores_per_job = 2, max_jobs = 4, job_wallclock = '00:10:00'), ecflow_suite_dir = "/esarchive/scratch/nperez/ecflow") # your path! -## Check output: -#summary(res_fat2$output1) -# Min. 1st Qu. Median Mean 3rd Qu. Max. -# 294.1 298.8 300.5 300.6 302.2 306.7 - - -- GitLab