diff --git a/inst/doc/faq.md b/inst/doc/faq.md index 1ce2616a4f2ec3c1f18bbd887722f76b747ba8b3..087e00a227b98979683e405cd55fd7e7829b49ce 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...