Releases: AER-RC/LBLRTM
v12.17
New foreign continuum coefficients in window regions for wavenumbers greater than 4000 cm-1 were derived (Mlawer and Mascio) using a modification to the MT_CKD line shape formalism that was constrained by results from the following studies from the U. Grenoble group led by A. Campargue:
- Mondelain et al. (2015), doi:10.1039/c5cp01238d
- Vasilchenko et al. (2019), .doi:10.1016/j.jqsrt. 2019.02.01
- Mondelain et al. (2020), doi:10.1016/j.jqsrt.2020.106923
- Fleurbaey et al. (2022), doi.org/10.1016/j.jqsrt.2021.108004
- Koroleva et al. (2023), doi.org/10.1016/j.jqsrt.2022.108432
v12.16
v12.15.1
v12.15
v12.14
The continuum was updated to MT_CKD_4.0.1. The water vapor continuum code has been restructured for its inclusion in HITRAN and put in a separate module. The absorption coefficients are now in an external (netCDF) file and the code contains only simple scaling and interpolation operations. The full continuum code (contnm.f90) has been modified to call the new water vapor continuum code.
v12.13
- Includes four additional cross-sections: acetic acid, glycoaldehyde, propene and furan (K. Cady-Pereira)
- Water vapor self continuum temperature dependence is now computed as a power law, where the exponent is determined from existing behavior between 270-305K (E. Mlawer, J. Mascio)
v12.12.beta
Includes four additional cross-section species and a reformulated water vapor continuum
v12.11
- The continuum was updated to MT_CKD v3.5, which includes improvements in the water vapor continuum from the microwave through the far-infrared (E. Mlawer, V. Payne, J. Mascio, D. Turner), and a bug fix in the O2 A-Band continuum (E. Mlawer, J. Mascio, E. Magee).
- The range of indices used in the
R3
toR2
interpolation in the subroutinePANEL
was extended to ensure that allR2
values used in the consecutive operations are correct. lblrtm_v12.11_examples.tar
has been provided for reference so users can validate their model builds. SeeREADME.setup
in top level of the package for further direction.
v12.10
- The continuum was updated to MT_CKD v3.4, which modifies collision-induced absorption in the oxygen A-band to be consistent with OCO-2 ABSCO 5.1 (E.J. Mlawer, J. Mascio, V.H. Payne, B. Drouin, F. Oyafuso)
- The Planck function and its derivative are now calculated analytically rather than using look up tables (I. Polonsky, E.Mlawer)
- The code has been reformatted with modern indentation and subroutine and function end statements, allowing for greater readability (I.Polonsky)
- Added six cross-section molecules: SF6, NF3, C2F6, HCHO, HFC-245fa, and HFC-236fa. (I.Polonsky)
lblrtm_v12.10_examples.tar
has been provided for reference so users can validate their model builds. SeeREADME.setup
in top level of the package for further direction.
v12.9
- Changes were made to
oprop.f90
to handle O2 lines (Schumann-Runge), which have predissociation line widths and not pressure-broadened widths (M. Iacono, E. Mlawer) - Minor changes to
solar.f90
to accommodate extension to 86500 cm-1 (M. Iacono) - Added O2 Schmann-Runge continuum to
contnm.f90
(E. Mlawer) - Removed a line in
lblrtm.f90
that prevented the code from compiling withifort
(K. Cady-Pereira, R. Pernak) - Added BrO to cross-sections (R. Pernak, K. Cady-Pereira)
- Fixed a bug in the cross-section identification tables (K. Cady-Pereira, E. Mlawer, R. Pernak)
- Extended Rayleigh down to 820 cm-1 in
contnm.f90
(K. Cady-Pereira, J. Delamere) - Minor changes to
BBFN
to ensure correct rounding (M. Alvarado, Y. Ma) - Added space after
STOP
command inFNDPTH
routine inlblatm.f90
(K. Cady-Pereira, D. Turner)