Skip to main content

A python packate to help you mangaging WRF projects and experiments

Project description

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

  • click
  • numpy
  • pathlib
  • netCDF4
  • pandas
  • tqdm
  • matplotlib
  • pyyaml
  • xarray
  • cartopy
  • shapely
  • pytest
  • panel
  • openpyxl

Installation

It can be installed with

python setup.py install

If you do so, don't forget to reinstall after any changes. During development, a better way is to install using editable mode with pip:

pip install -e .

First Steps and documentation

To get started with WRFtamer, got to first steps

The full documentation is available here

=======

Repo Structure

├── bash # shell scripts for some of the options
├── scripts # main file with all options
├── tests # test script for this repository
├── resources # all resources that are used by the tests
├── wrftamer # python scripts for some of the options
├── resources # templates for the namelist and the config-file 
├── documentation  # documentaion using mkdocs 

Conventions

Python programs should fulfill pep8 standard.

Owners

Martin Felder, Linda Menger, Daniel Leukauf

Licence

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wrftamer-1.1.6.tar.gz (88.8 kB view hashes)

Uploaded Source

Built Distribution

wrftamer-1.1.6-py3-none-any.whl (149.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page