Skip to content
forked from ledm/bgc-val

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

Notifications You must be signed in to change notification settings

valeriupredoi/bgc-val

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.9%
  • CSS 2.7%
  • SCSS 2.3%
  • Shell 1.1%
  • JavaScript 0.9%
  • HTML 0.6%
  • Makefile 0.5%