Skip to content

Releases: geoschem/HEMCO

HEMCO 3.8.1

02 Apr 16:02
Compare
Choose a tag to compare

Release date: 02 Apr 2024
DOI

From CHANGELOG.md

Changed

  • Now allow up to 10 nested brackets (((( )))) in the HEMCO_Config.rc file
  • Now use short submodule names (i.e. w/o path) in .gitmodules

Fixed

  • Limit volcano climatology file read message to root core
  • Updated hco_interp_mod.F90 to handle 3D NEI emissions.

Pull requests included

  • Allow up to 10 nested brackets in the HEMCO_Config.rc file by @yantosca in #262
  • Now use short submodule names in .gitmodules by @yantosca in #266

Full Changelog: 3.8.0...3.8.1

HEMCO 3.8.0

09 Feb 13:29
Compare
Choose a tag to compare

Release date: 09 Feb 2024
DOI

From CHANGELOG.md

Changed

  • Updated TOMAS_Jeagle sea salt extension

Fixed

  • Updated IsModelLevel check for CESM and WRF-GC
  • Interpolation error for 8-day MODIS LAI files (removed month loop in GetIndex2Interp)

Pull requests merged

New Contributors

Full Changelog: 3.7.2...3.8.0

HEMCO 3.7.2

01 Dec 15:30
Compare
Choose a tag to compare

Release date 01 Dec 2023
DOI

CHANGELOG

Added

  • Script .release/changeVersionNumbers.sh to change version numbers before a new HEMCO release

Changed

  • Increased netCDF variable string length from 50 to 100

Fixed

  • Rename HEMCO_Config.rc.sample to HEMCO_Config.rc in createRunDir.sh if sample is used.
  • Added fix to turn off emissions extensions when EMISSIONS logical is false

New Contributors

Full Changelog: 3.7.1...3.7.2

HEMCO 3.7.1

10 Oct 14:05
Compare
Choose a tag to compare

Release date: 10 Oct 2023
DOI

CHANGELOG

Changed

  • Updated version numbers to 3.7.1
  • Make Hg0 emission factors in hcox_gfed_include_gfed4.H multipliers of the CO emission factor
  • Removed superfluous routine GetExtSpcVal_Dr in src/Core/hco_extlist_mod.F90
  • NetCDF routines in src/Shared/NcdfUtil now use the Fortran-90 API
  • Overhauled vertical regridding src/Core/hco_interp_mod.F90
  • Removed INFLATE (but retained its behavior only for 47L -> 72L vertical regridding, warning users that this isn't recommended)
  • ModelLev_Interpolate is only called when the input is 47/48, 72/73, or 102/103 levels (otherwise, MESSy is used).
  • A bug that averaged the wrong number of levels in COLLAPSE is fixed (and edges are now sampled instead of averaged).
  • Removed the now superfluous NC_ISMODELLEVEL and NC_SISIGMALEVEL from src/Shared/NcdfUtil/hco_ncdf_mod.F90
  • Removed old code and references to GEOS-4.

Fixed

  • Fixed incorrect XMIN, XMAX values in HEMCO_sa_Grid.025x03125.rc and HEMCO_sa_Grid.05x0625.rc
  • Fixed line length too long for the GC_72_EDGE_SIGMA variable in src/Core/hcoio_read_std_mod.F90

New Contributors

Full Changelog: 3.7.0...3.7.1

HEMCO 3.7.0

05 Oct 17:32
Compare
Choose a tag to compare

Release date: 05 Oct 2023
DOI

What's Changed

  • Reduce logfile output in HEMCO, and combine Verbose and Warnings into a single switch by @yantosca in #182
  • Remove src/Shared/NcdfUtil/perl folder by @yantosca in #183
  • Update GFED4 biomass burning emission factors and add furans by @msulprizio in #189
  • Deprecate HEMCO_CESM preprocessor constant. Now use MODEL_CESM by @jimmielin in #197
  • Fixes for reading masks in HEMCO (merge bugfix/masks into HEMCO 3.7.0) by @yantosca in #198
  • Remove computational bottlenecks in hco_calc_mod.F90 by @yantosca in #201
  • Write HEMCO restart files to the rundir "Restarts/" subdirectory by @yantosca in #202
  • Bug fix: Allow mask files ending in ".$NC" not to be interpreted as a mask having no file by @yantosca in #205
  • Increase the string length for reading lines from HEMCO standalone grid by @msulprizio in #207
  • Update tracer names in RnPbBe extension by @msulprizio in #214
  • Update HCO_WARNING arguments in MODEL_GEOS block to avoid GEOS build … by @lizziel in #219
  • Prevent run-time crash if using GEOSIT meteorolology directory by @lizziel in #220
  • Change GEOS-IT meteorology constants year from 2011 to 2018 by @lizziel in #223
  • Print HEMCO verbose status and volcano extension on root thread only by @lizziel in #221
  • Fix bug in volcano extension causing crash when volcano turned off by @lizziel in #230
  • Fix nvhpc compiler error in CESM due to line length exceeded by @lizziel in #240

Full Changelog: 3.6.2...3.7.0

HEMCO 3.6.3

15 Sep 19:35
Compare
Choose a tag to compare

Release Date 15 Sep 2023
DOI

CHANGELOG

Fixed

  • Fix nvhpc compiler error in CESM due to line length exceeded by @lizziel in #240

Full Changelog: 3.6.2...3.6.3

HEMCO 3.6.2

02 Mar 17:12
Compare
Choose a tag to compare

Release date: 02 Mar 2023
DOI

NOTE: This release contains zero-diff updates. There are no science or other structural changes.

CHANGELOG

Added

  • Added .github/config.yml with settings for the issue chooser page

Changed

  • Replace description: with about: in GitHub issue templates
  • The PR template is now .github/PULL_REQUEST_TEMPLATE.md

Fixed

  • Now point to proper commit of the geos-chem-shaed-docs submodule

Full Changelog: 3.6.1...3.6.2

HEMCO 3.6.1

01 Mar 20:31
Compare
Choose a tag to compare

Release date: 01 Mar 2023
DOI

CHANGELOG

Added

  • GEOS-only updates by Christoph Keller by @lizziel in #191
  • Remove memory leaks in HEMCO core and standalone routines (closes #190) by @yantosca in
    #194

Changed

  • Simplify Github issue and pull request templates by @msulprizio in #195
  • Throw an error if HEMCO reads netCDF data on 360_day, 365_day, or noleap calendars by @yantosca in #193

Full Changelog: 3.6.0...3.6.1

HEMCO 3.6.0

02 Feb 17:52
Compare
Choose a tag to compare

Release date: 201 Feb 2023
DOI

This is release features the updates listed below.

From CHANGELOG.md

Added

  • Added MAPL_ESMF compiler option for use with GCHP and GEOS
  • New "Parallelize GEOS-Chem and HEMCO source code" guide on ReadTheDocs
  • Updated documentation describing a masking error that can happen when performing simulations with cropped horizontal grids

Changed

  • Set HCO_MISSVAL to MAPL missing value (1e15) if using GCHP or GEOS
  • Use fraction surface type inputs instead of ExtState%WLI
  • The version number in docs/source/conf.py is now 3.6.0
  • Updated compilation output splash screen in compiling.rst ReadTheDocs file

Fixed

  • Bug fix for inserting hard breaks in hemco-config.rst ReadTheDocs file

Removed

  • Removed old kludge for MAPL missing data if applying mask
  • Removed ExtState field for water-land-ice index (WLI)

What's Changed

  • Use MAPL_UNDEF value for HEMCO missing values if using GCHP or GEOS by @lizziel in #171
  • Retire ExtState%WLI (land-water-ice index) by @lizziel in #170
  • Add DimMax property to ModelSpc for HEMCO_CESM interface. by @jimmielin in #186

Full Changelog: 3.5.2...3.6.0

HEMCO 3.5.2

30 Nov 18:32
Compare
Choose a tag to compare

Release date: 29 Nov 2022

DOI

This is a bug fix release featuring the updates and fixes listed below.

From CHANGELOG.md

Added

  • Added sanitizer option for detecting memory leaks in HEMCO standalone during build

Changed

  • Remove unused, commented-out code in src/Extensions/hcox_dustdead_mod.F
  • Replaced placeholder error messages in src/Core/hco_config_mod.F90 with more informational messages (often including the line of the HEMCO_Config.rc in the printout)
  • Added improved documentation for time cycle flag EFYO in ReadTheDocs

Fixed

  • Removed memory leaks that were identified by the code sanitizer

What's Changed

  • Fix memory leaks and other issues identified by the code sanitizer by @yantosca in #159

Full Changelog: 3.5.1...3.5.2