Skip to content

Commit

Permalink
Merge PR #218 (Remove redundant code in hco_extlist_mod.F90)
Browse files Browse the repository at this point in the history
This merge brings PR #218 (Remove redundant code in hco_extlist_mod.F90,
by @yantosca) into the HEMCO 3.7.1 development stream.

Important updates:
- Remove routine GetExtSpcVal_Dr, which was being called from
  overloaded routines GetExtSpcVal_char, GetExtSpcVal_int, and
  GetExtSpcVal_sp.
- The relevant computations are now done in the overloaded routines,
  thus making a single routine called by all 3 overloaded routines
  redundant.

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
  • Loading branch information
yantosca committed Jul 11, 2023
2 parents 24cf7e0 + 46f62ed commit bb3b465
Show file tree
Hide file tree
Showing 2 changed files with 217 additions and 152 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased 3.7.1] - TBD
### Changed
- Updated version numbers to 3.7.1
- Make Hg0 emission factors in `hcox_gfed_include_gfed4.H` multipliers of the CO emission factors
- 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`

## [Unreleased 3.7.0] - TBD
### Added
Expand Down
Loading

0 comments on commit bb3b465

Please sign in to comment.