Skip to content

apkrelling/ocean-model-skill-assessor

 
 

Repository files navigation

ocean-model-skill-assessor

Build Status Code Coverage License:MIT Documentation Status Code Style Status Conda Version

A package to fully run the comparison between data and model to assess model skill.


Project based on the cookiecutter science project template.

Installation

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

About

A package to fully run the comparison between data and model to assess model skill.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 98.1%
  • Python 1.9%