Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ individual files.

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

**October 2 2025 :: CrocoLake observation converter. Tag v11.16.0**

- Observation converter for CrocoLake.

*contributed by Enrico Milanese, Woods Hole Oceanographic Institution*

**September 17 2025 :: Radiance Updates. Tag v11.15.0**

Radiance updates:
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 = '11.15.0'
release = '11.16.0'
root_doc = 'index'

# -- General configuration ---------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions guide/available-observation-converters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Each directory has at least one converter:
- ``CNOFS``: See ``DART/observations/obs_converters/CNOFS``
- ``CONAGUA``: :doc:`../observations/obs_converters/CONAGUA/README`
- ``COSMOS``: :doc:`../observations/obs_converters/COSMOS/COSMOS_to_obs`
- ``CrocoLake``: :doc:`../observations/obs_converters/CrocoLake/readme`
- ``DWL``: :doc:`../observations/obs_converters/DWL/dwl_to_obs`
- ``GMI``: :doc:`../observations/obs_converters/GMI/README`
- ``GOES``: :doc:`../observations/obs_converters/GOES/README`
Expand Down
1 change: 1 addition & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ References
observations/obs_converters/CONAGUA/README
observations/obs_converters/COSMOS/COSMOS_to_obs
observations/obs_converters/COSMOS/COSMOS_development
observations/obs_converters/CrocoLake/readme
observations/obs_converters/DWL/dwl_to_obs
observations/obs_converters/GMI/README
observations/obs_converters/GOES/README
Expand Down
Loading