metno / MachineOcean-WP12

Machine Ocean Work Package 1 and 2 toolbox and documentation
1 stars 3 forks source link

Machine Ocean Work Package 1 and 2 Tools

Machine Ocean Website: machineocean.met.no.

To use MOTools, you must add ot to your PYTHONPATH, for example add the following to your .bashrc:

export PYTHONPATH="${PYTHONPATH}:FILL_WITH_YOUR_PATH/MachineOcean-WP12"

Install dependencies with

pip3 install --user -r requirements.txt

Python3 package dependencies are as follows:

Configuration

There are three config files used by this tool box:

Debugging

The default logging level of MOTools is INFO. To change logging level, set the environment variable MOTOOLS_LOGLEVEL to another value. Valid values are CRITICAL, ERROR, WARNING, INFO, and DEBUG. See the Python logging documentation for more details.

For instance:

export MOTOOLS_LOGLEVEL=DEBUG