Recent Releases of https://github.com/climlab/climlab-rrtmg
https://github.com/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 https://github.com/climlab/climlab-rrtmg/pull/34
Full Changelog: https://github.com/climlab/climlab-rrtmg/compare/v0.4...v0.4.1
- Fortran
Published by brian-rose over 1 year ago
https://github.com/climlab/climlab-rrtmg - 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 https://github.com/climlab/climlab-rrtmg/pull/31
- working build python3.10 ubuntu by @dorrih-stardust in https://github.com/climlab/climlab-rrtmg/pull/29
New Contributors
- @dorrih-stardust made their first contribution in https://github.com/climlab/climlab-rrtmg/pull/29
Full Changelog: https://github.com/climlab/climlab-rrtmg/compare/v0.3...v0.4
- Fortran
Published by brian-rose over 1 year ago
https://github.com/climlab/climlab-rrtmg - 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 RRTMGSW to account for time-of-year adjustments to Earth-Sun distance. Latest versions of climlab compute non-uniform values of irradiancefactor 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 https://github.com/climlab/climlab-rrtmg/pull/8
- Fix build badge and rename action by @brian-rose in https://github.com/climlab/climlab-rrtmg/pull/9
- Fix bug in vmr conversion formula by @brian-rose in https://github.com/climlab/climlab-rrtmg/pull/10
- Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/climlab/climlab-rrtmg/pull/16
- Bump conda-incubator/setup-miniconda from 2 to 3 by @dependabot in https://github.com/climlab/climlab-rrtmg/pull/17
- Test on Python 3.11, remove Windows by @brian-rose in https://github.com/climlab/climlab-rrtmg/pull/22
- Support variable solar irradiance factor by @brian-rose in https://github.com/climlab/climlab-rrtmg/pull/27
- Prep for new version release by @brian-rose in https://github.com/climlab/climlab-rrtmg/pull/28
New Contributors
- @dependabot made their first contribution in https://github.com/climlab/climlab-rrtmg/pull/16
Full Changelog: https://github.com/climlab/climlab-rrtmg/compare/v0.2...v0.3
- Fortran
Published by brian-rose over 1 year ago
https://github.com/climlab/climlab-rrtmg - Version 0.2
This is the first public release of climlab-rrtmg, the standalone Python RRTMG wrapper for use by climlab.
- Fortran
Published by brian-rose over 4 years ago