NOAA-GSL / pygraf

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

correct field range and color table for uswrf #127

Closed cshartsough closed 2 years ago

cshartsough commented 2 years ago

The original default settings for upward shortwave radiation flux (uswrf) were copied from the longwave values, which is not correct. I changed the range and color table to approximate the old NCL settings.

passed pylint and pytest on local machine.

sample before and after below. image image