Add documentation for building, running and testing benchcab #240
Labels
documentation
Improvements or additions to documentation
priority:high
High priority issues that should be included in the next release.
Building
Dependencies
Dev-Dependencies
black
,ruff
module load conda conda env create --name benchcab-dev --file .conda/benchcab-dev.yaml conda activate benchcab-dev pip install --user -e .
If using on Gadi, use ssh port forwarding
Running
Follow the user guide
Testing
pytest
,mypy
Comparing Models
netcdf
,cdo
Tips
Add a docstring using numpy style. (autodocstring extension in VS Code can pre-populate for you, make sure to select numpy style on settings first).
The text was updated successfully, but these errors were encountered: