Skip to content

3.4.0-rc.2

This commit fixes the issue described at geoschem/HEMCO #138.  When
vertically interpolating data that has less than the number of GEOS-Chem
levels, an out-of-bounds error was incurred in routine INFLATE (located
in module HEMCO/src/Core/hco_interp_mod.F90.  This error happened because
the loop index ILEV was allowed to become larger than the size of the
HEMCO state array holding the data.

We now have placed an error check into routine INFLATE so that ILEV is
not allowed to become greater than the size of the array that it indexes.

This issue was revealed while testing the AEIC2019 aircraft emissions
(see geoschem/geos-chem PR #1183).

Signed-off-by: Bob Yantosca <[email protected]>
Assets 2