NOAA-GSL / pygraf

ADB's Python graphics package
MIT License
10 stars 11 forks source link

initial changes to plot HFIP products. #241

Closed cshartsough closed 1 month ago

cshartsough commented 1 month ago

HFIP runs have started and currently have a small number of output plots. These small changes allow the "HFIP" domain to be plotted, and set the HFIP dimensions to be treated as 1D, as global plots.

Sample plots are below; additional domain and plots may need some extra changes. e.g.,

  1. upper level temperatures are currently plotting as 0.5 deg K everywhere. seems to be in the grib2 data.
  2. we don't have ability to plot specific humidity yet.
  3. plotting the 'full' grid plots the grids upside down.

Passed pylint.

image image image