... | ... | @@ -166,8 +166,6 @@ Observations: |
|
|
|
|
|
In order to run the SUNSET Suite, you need to load the necessary modules (R, CDO, GDAL, GEOS and PROJ). To do this, you can run the command `source MODULES` in the terminal, from the main folder of the SUNSET repository.
|
|
|
|
|
|
## TODO: replace with links to the use cases
|
|
|
|
|
|
Before calling the modules in your script or in the R console, you should run the `prepare_outputs()` function as shown in the [example script](https://earth.bsc.es/gitlab/es/sunset/-/snippets/111), which will read your recipe and set up the directory for your outputs.
|
|
|
`prepare_outputs()` will perform a check on your recipe to detect potential errors. If you want to disable this check, you may set the argument `disable_checks = TRUE` when calling the function.
|
|
|
|
... | ... | |