Command line application to plot WRF model output data
Project description
Works on both Linux and Windows . Mac OS support is available via conda
.
Status of builds
Conda details
About wrfplot
wrfplot is a command line application written in Python programming language to plot set of diagnostic variables from World Research and Forecasting (WRF) atmospheric model output file. Though, WRF model output files are simple NetCDF, it requires one to install various software and libraries to plot a few variables. Python has many modules that can deal with WRF model output data set. However, setting up theses libraries, plotting variables through reading lot of documentation is tedious process. wrfplot aims to fill this gap by proving an application that is easy to install and use.
The idea of developing wrfplot came to my mind as I frequently revisit the same code base again and again to tweak few lines of code to get changes in final plots. Therefore, I was looking for a command line application that would help me to tweak the common WRF model forecast images by providing appropriate command line options. I could not find any and hence created one.
Documentation
Documentation of this project is located at https://wrfplot.readthedocs.io.
Use Cases
A typical use case of wrfplot would be to include as part of your WRF model run framework to plotting of variables immediately after the model run is completed. The other use case would be to use it for producing publication quality 2D maps which does not much tweaking for your publication.
Installation on all Platforms (Windows, Linux and Mac OS)
Support for all platforms is provided through conda-forge
. If you have already conda installed, then following command is enough to install wrfplot
:
conda install -c cond-forge wrfplot
Check your installation by typing following command which should show the version number:
wrfplot --version
0.1.0
Binary (standalone) Installation
Since it is intended to be used as command line, the application is also distributed as stand-alone on both Linux and Windows. You must download the correct version of application installer or setup file. Both are described below:
Windows Only
Go to https://github.com/wxguy/wrfplot/releases and look for latest release. The Windows setup executable will have name wrfplot-windows-64bit.exe
. Click on the link and download it to local disk. The rest of the installation procedure is same as you do for any other windows setup files. Once installed Check if installation is successful by typing following command in cmd
window which should not produce any errors:
wrfplot --version
0.1.0
Linux Only
You must have at least Ubuntu 22.04
or above for this to work. There is no additional packages or admin rights are required to install this package. Go to https://github.com/wxguy/wrfplot/releases and look for latest release. The Linux installer will have name wrfplot-linux-64bit.run
. Click on the link and download it to local disk. Thereafter execute the below command (assuming that the Linux installer is downloaded at ~/Downloads
):
bash ~/Downloads/wrfplot-linux-64bit.run
that would produce the output as indicated below:
Verifying archive integrity... 100% MD5 checksums are OK. All good.
Uncompressing wrfplot_Linux_Installer 100%
Removing previous install directory...
Installing wrfplot to /home/wxguy/.wrfplot...
Renaming '/home/wxguy/wrfplot' directory to '/home/wxguy/.wrfplot'..
'/home/wxguy/.local/bin' directory already exists. Not creating it.
Linking wrfplot executable...
Updating .bashrc file to include install directory...
/home/wxguy/.local/bin directory already added to PATH. Skipping...
Installation completed. Please restart your terminal to continue using wrfplot...
Once installed Check if installation is successful by typing following command in terminal which should not produce any errors:
wrfplot --version
0.1.0
Mac OS Only
At the moment, Mac OS support is not available in binary format. You can install wrfplot
using method mentioned above.
How to use?
Please refer to https://wrfplot.readthedocs.io for complete documentation on how to use wrfplot
application.
TODO
Add following command line options:
--cmap
: Use user provided colour map--ulevels
: To plot upper level data as per user defined upper levels--clevels
: Control contour levels--animation
: Create animation for specific variable(s) in GIF for max compatibility--save-format
: Save image in specific file format--list-save-format
: List all supported image file format--title
: Custom title for the plot--title-font-size
: Specify title font size
Author
J Sundar aka WxGuy (wrf.guy@gmail.com)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file wrfplot-0.8.7.tar.gz
.
File metadata
- Download URL: wrfplot-0.8.7.tar.gz
- Upload date:
- Size: 8.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2c282e9280dc06a19ae7d4a9a29187c767a5cc446c55f83240d03abc130fa98 |
|
MD5 | 89142d0c09f7a6818e25e9b39fbb8060 |
|
BLAKE2b-256 | 6b48c301d084a6ef3f2dcd968d40e6a87d76d20337ee0745fc33db0d79faa9ad |