From 1e4c87f997929e0c2f22a351c75224518009183a Mon Sep 17 00:00:00 2001 From: aho Date: Fri, 21 Feb 2020 13:32:23 +0100 Subject: [PATCH] Add FAQ 1-9 about using CDORemap() in function --- inst/doc/faq.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/inst/doc/faq.md b/inst/doc/faq.md index 1ce2616..087e00a 100644 --- a/inst/doc/faq.md +++ b/inst/doc/faq.md @@ -12,6 +12,7 @@ This document intends to be the first reference for any doubts that you may have 6. [Get data attributes without retrieving data to workstation](#6-get-data-attributes-without-retrieving-data-to-workstation) 7. [Avoid or specify a node from cluster in Compute()](#7-avoid-or-specify-a-node-from-cluster-in-compute) 8. [Define a path with multiple dependencies](#8-define-a-path-with-multiple-dependencies) + 9. [Use CDORemap() in function](#9-use-cdoremap-in-function) 2. **Something goes wrong...** @@ -380,6 +381,11 @@ data <- Start(dat = repos, retrieve = TRUE) ``` +### 9. Use CDORemap() in function + +If you want to interpolate data by s2dverification::CDORemap in function, you need to tell the +machine which CDO module to use. Therefore, `CDO_module = 'CDO/1.9.5-foss-2018b'` should be +added in Compute() cluster list. See the example in usecase [ex2_3_cdo.R](inst/doc/usecase/ex2_3_cdo.R). ## Something goes wrong... -- GitLab