A package to fully run the comparison between data and model to assess model skill.
Project based on the cookiecutter science project template.
Install the package plus its requirements from conda-forge
with
$ conda install -c conda-forge ocean_model_skill_assessor
Clone the repo:
$ git clone https://github.com/axiom-data-science/ocean_model_skill_assessor.git
In the ocean_model_skill_assessor
directory, install conda environment:
$ conda env create -f environment.yml
For local package install, in the ocean_model_skill_assessor
directory:
$ pip install -e .
To also develop this package, install additional packages with:
$ conda install --file requirements-dev.txt
To then check code before committing and pushing it to github, locally run
$ pre-commit run --all-files