Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Jan 9, 2023
1 parent 3200046 commit 2f16dd3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Added subroutine `MAPL_SunGetLocalSolarHourAngle()` in `base/MAPL_sun_uc.F90`. This provides a
  convenient local solar hour angle diagnostic which will be used to detect local
  solar noon via the EXAMPLE OF USE in the subroutine header. See DESCRIPTION in code for more
  details. Provides the TRUE local solar hour angle (i.e., with equation of time included), but
  can also provide the MEAN value (without EOT) via FORCE_MLSHA=.TRUE. optional argument.

### Changed

### Fixed
Expand Down

0 comments on commit 2f16dd3

Please sign in to comment.