Skip to content

Commit

Permalink
Merge pull request #132 from CABLE-LSM/131-documentation-errors
Browse files Browse the repository at this point in the history
Fix documentation errors
  • Loading branch information
SeanBryan51 authored Sep 14, 2023
2 parents 1048b32 + 41d1dc6 commit 6342db8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions benchcab/internal.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
# on modelevaluation.org
MEORG_EXPERIMENTS = {
# List of FLUXNET site ids associated with the 'Five site test'
# experiment (workspace: NRI Land testing), see:
# experiment (workspace: benchcab-evaluation), see:
# https://modelevaluation.org/experiment/display/xNZx2hSvn4PMKAa9R
"five-site-test": [
"AU-Tum",
Expand All @@ -151,7 +151,7 @@
"US-Whs",
],
# List of FLUXNET site ids associated with the 'Forty two site test'
# experiment (workspace: NRI Land testing), see:
# experiment (workspace: benchcab-evaluation), see:
# https://modelevaluation.org/experiment/display/urTKSXEsojdvEPwdR
"forty-two-site-test": [
"AU-Tum",
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/config_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ realisations: [

### `experiment`

: Type of experiment to run. Experiments are defined in the **NRI Land testing** workspace on [modelevaluation.org][meorg]. This key specifies the met forcing files used in the test suite. To choose from:
: Type of experiment to run. Experiments are defined in the **benchcab-evaluation** workspace on [modelevaluation.org][meorg]. This key specifies the met forcing files used in the test suite. To choose from:

- [`forty-two-site-test`][forty-two-me]: to run simulations using 42 FLUXNET sites
- [`five-site-test`][five-me]: to run simulations using 5 FLUXNET sites
Expand Down
4 changes: 2 additions & 2 deletions docs/user_guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ The following files and directories are created when `benchcab run` executes suc

: directory that contains the log files, output files, and tasks for running CABLE.

`tasks`
`runs/fluxsite/tasks`

: CABLE runs are organised into tasks where a task consists of a branch (realisation), a meteorological forcing, and a science configuration. In the above directory structure, `<task>` uses the following naming convention:
: directory that contains task directories. A task consists of a CABLE run for a branch (realisation), a meteorological forcing, and a science configuration. In the above directory structure, `<task>` uses the following naming convention:

```
<met_file_basename>_R<realisation_key>_S<science_config_key>
Expand Down

0 comments on commit 6342db8

Please sign in to comment.