Skip to content

Commit

Permalink
Add suggested changes
Browse files Browse the repository at this point in the history
Co-authored-by: Claire Carouge <[email protected]>
  • Loading branch information
SeanBryan51 and ccarouge committed Sep 14, 2023
1 parent 31ee07c commit 44873fc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

[![Documentation status][readthedocs_badge]][docs] [![Test coverage][codecov_badge]][codecov_summary] [![Conda package status][conda_badge]][conda]

`benchcab` is a testing framework that tests the CABLE land surface model across a range of model configurations and model versions. The tool checks out the model versions specified by the user, builds the required executables, and runs each model version across N standard science configurations. Model outputs are then piped into a benchmark analysis via [modelevaluation.org][meorg] from which the user can assess model performance.
`benchcab` is a testing framework that tests the CABLE land surface model across a range of model configurations and model versions. The tool:
- checks out the model versions specified by the user
- builds the required executables
- runs each model version across N standard science configurations
- performs bitwise comparison checks on model outputs across model versions

The user can then pipe the model outputs into a benchmark analysis via [modelevaluation.org][meorg] to assess model performance.

The full documentation is available at [benchcab.readthedocs.io][docs].

Expand Down

0 comments on commit 44873fc

Please sign in to comment.