Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CHANGELOG and dev doc note about match-cdrv4 #148

Merged
merged 1 commit into from
Sep 16, 2024
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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# match-cdrv4 (commit 87271ec)

* `match-cdrv4` tag marks the commit at which this code supports replicating the
behavior of CDRv4 at 25km resolution. This is useful for comparison
purposes. Future commits will remove support for producing CDRv4 in favor of
the improvements and bugfixes provided by CDRv5.

# v0.2.0

* Produce 25km CDR instead of 12.5km.
Expand Down
11 changes: 11 additions & 0 deletions doc/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,14 @@ When making a new release of G02202 based on this code:
archive containing the `seaice_ecdr`, `pm_icecon`, and `pm_tb_data`
repositories and ancillary data. This `.zip` package should then be sent to
NOAA for archival.


### Replicating CDRv4 results

There are a number of improvements and bug fixes that have been made since the
CDRv4. To produce CDRv4-compatible results with this code, checkout the
`match-cdrv4` tag (commit 87271ec):

```
git checkout match-cdrv4
```