Rte Rrtmgp Versions Save

RTE+RRTMGP is a set of codes for computing radiative fluxes in planetary atmospheres.

v1.8

1 month ago

Accumulated changes and bug fixes. Changes LW answers (data repo is alsoupdated).

  • New LW weights and secants (Change LW quadrature angles #282)
  • A single source function on levels (Simplify LW source functions #250)
  • Kernel API header files in Fortran and C (Add kernel API #272)
  • Refactored two-stream, fixing RTE shortwave kernel not vectorizing #215 (Re-vectorize SW two-stream #275)
  • Buxfixes, change to internal build systems and continuous integration (thanks to @skosukhin for ongoing help)

What's Changed

Full Changelog: https://github.com/earth-system-radiation/rte-rrtmgp/compare/v1.7...v1.8

v1.7

6 months ago

New in release 1.7:

  • Libraries can be built in single precision by changes in rte-kind/mo_rte_kind.F90. Differences with respect to double precision are roughly 0.13 W/m2.
  • A class for computing the optical properties of aerosols following the MERRA representation has been added.
  • The repository is reorganized into frontend and kernel directories for rte and rrtmgp. Data has been moved to a separate repository.
  • Citation information has been added.
  • As usual some bugs have been fixed, the use of OpenACC and OpenMP GPU offload directives continues to evolve, and the continous integration continues to be fine-tuned.

v1.6

1 year ago

Updated shortwave cloud optics changes all-sky answers by several W/m2. Small updates to documentation, other changes related to continuous integration.

v1.5

2 years ago

Refactored gas optics increases efficiency and reduces memory use. Optimal angle data is added to LW coefficient files; single-angle no-scattering calculations making use of this data are more accurate than using the standard diffusivity angle. See lw_clear_sky_optangle() in tests/clear_sky_regression.F90 for an examples. Other bug fixes (e.g. to multi-angle no-scattering calculations using default kernels), increased consistency between GPU and CPU kernels; small misc. improvements.

v1.4

2 years ago

Reduced-resolution k-distributions are updated and ready for production. Implementation is refined: Shortwave calculations are refactored to improve memory locality. When broadband fluxes are desired they are accumulated within the solvers, rather than in a separate reduction step. Misc. bug fixes and refinements.

Thanks to Dmitry Alexeev, Dustin Swales, Max Balsmeier.

v1.3.1

3 years ago

Updates to OpenMP and OpenACC implementations. Argument intent changed to allow use of a boundary condition. Fixes from ICON including more consistent turning on/off of error checking. Clarifications and removal of unused bits. Self-hosted CI now uses Github Actions. Thanks again to @alexeedm and @naromero77.

v1.3

3 years ago

OpenMP GPU offload, tested with CCE 11.0.0. Longwave Jacobians aren't computed if the optional arguments aren't provided. Finalization methods for optical properties arrays are introduced. Make is streamlined to use environment variables and omit config files. Small changes for efficiency and robustness. Continuous integration is evolved; includes gfortran 9 and 10 on Github actions; current Nvidia and Intel HPC compilers in containers; Cray CPU and OpenMP GPU and PGI 20 OpenACC.

1.2.1

4 years ago

Minor bug fixes, changes to continuous integrations (now includes Gnu Fortran 8 and 9; Intel fort 19; PGI 19.10 and Cray CCE), input sanitizing is now optional.

v1.2

4 years ago

This release includes changes accumulated over the last several months.

*) Bug fixes: rescaling LW calculation to treat scattering *) Sensitivity (Jacobian) of LW fluxes to surface temperature *) NRLSSI2 model of solar variability including the ability to specify total solar irradiance (#43) *) Parameterization for optimal single angle at which to do LW no-scattering calculations

Argument lists for ty_gas_optics_rrtmgp%load() are changed for both LW and SW versions.

The optimal angle works but has no effect; updated data to come.

Testing and continuous integration has also been expanded, including a new set of regression tests in tests/

v1.0.0

4 years ago

This commit was used to create data used in the journal article Pincus, R., E.J. Mlawer, and J.S. Delamere, 2019: Balancing accuracy, efficiency, and flexibility in radiation calculations for dynamical models. doi:10.1029/2019MS001621.

This tag points to the same commit as v1.0 but is needed to trigger Zenodo to mint a DOI.