cemanetwork / appmar2

Python program for marine climate analysis.
MIT License
5 stars 2 forks source link

APPMAR 2

APPMAR 2 is a Python program for marine climate analysis.

APPMAR 2 main window.

Some features:

Installation

For installation on Windows, open Anaconda Prompt and run the following commands:

  1. Install dependencies:
conda install -c conda-forge pandas numpy xarray matplotlib seaborn statsmodels cartopy cfgrib
  1. Install APPMAR 2:
pip install pygubu appmar2

Run

After installation, run the command appmar2 on Anaconda Prompt.

Authors