Skip to content

Releases: climlab/climlab-rrtmg

Version 0.4.1

26 Feb 23:04
9600bf2

Choose a tag to compare

This is a bug fix release to correctly expose constants defined in the Fortran code to the Python wrapper.

What's Changed

Full Changelog: v0.4...v0.4.1

Version 0.4

31 Jan 19:53
abcbecc

Choose a tag to compare

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

New Contributors

Full Changelog: v0.3...v0.4

Version 0.3

20 Jan 01:06
cacefa7

Choose a tag to compare

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

New Contributors

Full Changelog: v0.2...v0.3

Version 0.2

06 Apr 20:44

Choose a tag to compare

This is the first public release of climlab-rrtmg, the standalone Python RRTMG wrapper for use by climlab.