Releases: climlab/climlab-rrtmg
Version 0.4.1
This is a bug fix release to correctly expose constants defined in the Fortran code to the Python wrapper.
What's Changed
- Expose constants to Python by @brian-rose in #34
Full Changelog: v0.4...v0.4.1
Version 0.4
This release modernizes how we compile the Fortran code and build the installable Python package, now using meson.
As a consequence of this change, it will now finally be possible to run the RRTMG code under recent Python version (3.12, 3.13).
What's Changed
- Another meson build attempt by @brian-rose in #31
- working build python3.10 ubuntu by @dorrih-stardust in #29
New Contributors
- @dorrih-stardust made their first contribution in #29
Full Changelog: v0.3...v0.4
Version 0.3
This release includes a new modification to RRTMG_SW to allow gridpoint-specific values of the input parameter adjes which is the adjustment to total solar irradiance.
The parameter adjes is used within RRTMG_SW to account for time-of-year adjustments to Earth-Sun distance. Latest versions of climlab compute non-uniform values of irradiance_factor to compensate for different diurnal averages of the solar zenith angle. climlab's irradiance_factor is mapped to adjes when this RRTMG driver is called from climlab.
What's Changed
- Add installation instructions by @brian-rose in #8
- Fix build badge and rename action by @brian-rose in #9
- Fix bug in vmr conversion formula by @brian-rose in #10
- Bump actions/checkout from 3 to 4 by @dependabot in #16
- Bump conda-incubator/setup-miniconda from 2 to 3 by @dependabot in #17
- Test on Python 3.11, remove Windows by @brian-rose in #22
- Support variable solar irradiance factor by @brian-rose in #27
- Prep for new version release by @brian-rose in #28
New Contributors
- @dependabot made their first contribution in #16
Full Changelog: v0.2...v0.3
Version 0.2
This is the first public release of climlab-rrtmg, the standalone Python RRTMG wrapper for use by climlab.