Skip to content
 
 

Latest commit

 

History

1,522 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Environment and installation

Grab miniconda3, install mamba in the base environment:

conda install -c conda-forge mamba

then create the bgcval environment and activate it:

mamba env create -n bgcval -f environment.yml
conda activate bgcval

then install the development dependencies:

pip install -e .[develop]

Python 2 to Python 3

Install 2to3:

pip install 2to3

Usage: use the 3.9 extension and write to disk option:

2to3-3.9 script.py -w

Remove the backup .py.bak files or stash them.

About

A public-facing version of the bgc-val suite. This is a python toolkit to evaluation marine models from netcdf to html.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages