Metadata-Version: 2.1
Name: wam2layers
Version: 3.0.0b2
Summary: Atmospheric moisture tracking model
License: Apache 2.0
Project-URL: Documentation, https://wam2layers.readthedocs.io/en/latest
Project-URL: Source code, https://github.com/WAM2layers/WAM2layers
Keywords: atmospheric rivers,hydrological cycle,meteorology,moisture recycling,moisture tracking
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: Topic :: Scientific/Engineering :: Hydrology
Requires-Python: <3.10,>=3.8
Description-Content-Type: text/markdown
Provides-Extra: develop
License-File: LICENSE

[![DOI](https://zenodo.org/badge/471007521.svg)](https://zenodo.org/badge/latestdoi/471007521)
[![Documentation Status](https://readthedocs.org/projects/wam2layers/badge/?version=latest)](https://wam2layers.readthedocs.io/en/latest/?badge=latest)

# Atmospheric moisture tracking

This repository contains the source code of the WAM2layers moisture tracking
code originally developed by Ruud van der Ent. It can be used to determine where
precipitation originally evaporated (backtracking), or where evaporated moisture
eventually ends up (forward tracking).

See the [documentation](http://wam2layers.rtfd.io/) for a more detailed description.

# How to use

```
# Advised but not strictly needed
conda create -n wam2layers -c conda-forge python=3.9 jupyterlab cartopy matplotlib
conda activate wam2layers

# Simple user installation
pip install git@github.com:WAM2layers/WAM2layers.git


# Editable (develop) installation
git clone git@github.com:WAM2layers/WAM2layers.git
cd WAM2layers/
pip install -e .[develop]

# Download sample data and update paths in config file
https://rebrand.ly/wam2layers-example-data

# Run the example backtrack script
wam2layers backtrack floodCase_202107.yaml
wam2layers visualize output floodCase_202107.yaml
```

## Other versions

This is the official codebase for the WAM-2layers moisture tracking model as of
18/03/2022, but there are still several other versions around:

- [Original Python code by Ruud van der Ent](https://github.com/ruudvdent/WAM2layersPython)
- [Adapted version by Imme Benedict](https://github.com/Imme1992/moisture_tracking_mississippi)

## Reuse and acknowledgement
To be completed.

We are actively developing the code at the moment, so it may be subject to
change. We encourage anyone who is interested in re-using the code to get in
touch. We may be able to help.

If you use the code for a publication, please cite it using the [DOI of the
appropriate release](https://doi.org/10.5281/zenodo.7010594) and/or the
following paper: [Contrasting roles of interception and transpiration in the
hydrological cycle - Part 2: Moisture
recycling](https://doi.org/10.5194/esd-5-471-2014)
