Skip to content

v3.0.6

Compare
Choose a tag to compare
@kylejgillett kylejgillett released this 09 Dec 04:48
· 14 commits to main since this release

SounderPy v.3.0.6 | CM1 and WRF data processing, minor bug fixes, SounderPy Cookbook

The Scoop:

Additions

  1. Added wrf_utils.py module & make_wrf_profile() function to process WRF output into SounderPy format
  2. Added cm1_utils.py module & make_cm1_profile() function to process CM1 input_sounding files into SounderPy format
  3. Updated docs to include the Beginner's SounderPy Cookbook

Changed

  1. Removed beta Barnes-style interpolation function for modify_sfc(). Will rework this in future releases.
  2. Cleaned up a few components of the docs

Bug Fixes

  1. Introduced pressure units check for RAP/RUC data
  2. Made a correction to the to_file() function to properly output sfc values and above hgt-above-sfc values into CM1 format

Removed

  • none