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.
This repository has been tested with python 3.7.12
See requirements.txt
It can be installed using pip
pip install wrftamer
or conda
conda install -c os-simopt wrftamer
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.
To get started with WRFtamer, got to first steps
The full documentation is available here
Martin Felder, Linda Menger, Daniel Leukauf
MIT