Metadata-Version: 2.1
Name: wrftamer
Version: 1.1.21
Summary: A python package to help you mangaging WRF projects and experiments
Home-page: https://wrftamer.readthedocs.io/en/latest/
Maintainer: Daniel Leukauf
Maintainer-email: daniel.leukauf@zsw-bw.de
License: MIT
Classifier: Programming Language :: Python
Requires-Python: >=3.9.0
Description-Content-Type: text/markdown
License-File: LICENCE
License-File: LICENCES.third_party
License-File: AUTHORS
Requires-Dist: numpy
Requires-Dist: setuptools (>=30.3.0)
Requires-Dist: pandas (>=1.3.5)
Requires-Dist: matplotlib
Requires-Dist: panel
Requires-Dist: pyyaml
Requires-Dist: netcdf4
Requires-Dist: xarray
Requires-Dist: python-crontab
Requires-Dist: click
Requires-Dist: holoviews
Requires-Dist: hvplot
Requires-Dist: windrose (>=1.6.8)
Requires-Dist: wrf-python (>=1.3.1)
Provides-Extra: all
Requires-Dist: mkdocs ; extra == 'all'
Requires-Dist: pytest ; extra == 'all'
Requires-Dist: coverage ; extra == 'all'
Provides-Extra: doc
Requires-Dist: mkdocs ; extra == 'doc'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'

![Coverage badge](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/wiki/os-simopt/wrftamer/python-coverage-comment-action-badge.json) [![pytest](https://github.com/os-simopt/wrftamer/actions/workflows/run_pytest.yml/badge.svg)](https://github.com/os-simopt/wrftamer/actions/workflows/run_pytest.yml) [![publish_pip](https://github.com/os-simopt/wrftamer/actions/workflows/publish_pip.yml/badge.svg)](https://github.com/os-simopt/wrftamer/actions/workflows/python-publish.yml)  [![publish_conda](https://github.com/os-simopt/wrftamer/actions/workflows/publish_conda.yml/badge.svg)](https://github.com/os-simopt/wrftamer/actions/workflows/publish_conda.yml) ![License badge](https://img.shields.io/github/license/os-simopt/wrftamer)

# WRFtamer
WRFtamer is a tool to organize WRF simulations. This includes organizing experiments into projects, creating simulations, running WPS, postprocessing data and archiving completed runs. This tool also provides an overview on how long a simulation runs and how much disk space it takes. 
The programm can be used from the command line and using a graphical user interface (GUI).
WRFtamer is designed to run WRF with em_real. Is is able to create sumbit-scripts for the cluster, but only for the SLURM job scheduler. 

## Requirements
This repository has been tested with python 3.7.12
### External python modules
See requirements.txt
 
## Installation
It can be installed using pip
```bash
pip install wrftamer
```
or conda

```bash
conda install -c os-simopt wrftamer
```

### Optional python modules
The Cartopy package is required to display maps of your data. If you want to use these features, you need to install this package manually.

**Info:** The pip installer for cartopy does not work (as of 26.04.2022).
It is required to install cartopy and geoviews>=1.9.5 using conda or mamba before the map tools can be used.



## First Steps and documentation

To get started with WRFtamer, got to
[first steps](https://wrftamer.readthedocs.io/en/latest/getting_started/#first-steps-to-use-wrftamer)

The full documentation is available [here](https://wrftamer.readthedocs.io/en/latest/)

## Owners
Martin Felder, Linda Menger, Daniel Leukauf
## Licence
MIT
