jordij / muddy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MUDDY - Sediment Dynamics in the FoT

Requirements

$ conda create -n new environment --file req.txt

Steps

Create folder structure:

$ python muddy.py create_struct

Generate transect, elevation profile and sites maps (pngs in /output/):

$ python muddy.py create_maps

Generate daily daily plots for all sites/concertos/variables:

$ python muddy.py daily_plots

Check all the generated assets under the ./plots folder.

$ python muddy.py avg_plots

Check all the generated assets under the ./plots/S{n}/average/ folder.

About


Languages

Language:Python 99.4%Language:MATLAB 0.6%