Skip to content

Commit

Permalink
bump conf.py and changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hkershaw-brown committed Jul 27, 2023
1 parent d06220e commit f55f44d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,21 @@ individual files.

The changes are now listed with the most recent at the top.

**July 27 2023 :: Bug-fixes for MOM6 and WRF. Tag v10.8.1**

- bug-fixes:

- MOM6 read_model_time converts to dart time to match observation sequences.
- MOM6 salinity units converted to MSU during model_interpolate.
- WRF get_dist calculation fixed for observations with VERTISUNDEF.

- doc-fixes:

- WOD and GTSPP converter documentation notes about salinity units.
- MOM6 documentation for setting the Gregorian calendar in CESM.
- comment fix in filter_mod.f90


**June 27 2023 :: CAM-DART observation preprocessor. Tag v10.8.0**

- Tool to remove observations above a given CAM level from an obs sequence file
Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author = 'Data Assimilation Research Section'

# The full version, including alpha/beta/rc tags
release = '10.8.0'
release = '10.8.1'
master_doc = 'README'

# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit f55f44d

Please sign in to comment.