|
| 1 | +# v2.0.0 |
| 2 | + |
| 3 | +* Replace use of `AU_SI25` for AMSR2 brightness temperatures with |
| 4 | + `NSIDC-0802`. `AU_SI25` is expected to be discontinued in September 2025. |
| 5 | +* Remove support for NRT F17 from `NSIDC-0080`, which was expected to be |
| 6 | + discontinued at the end of July 2025 (now Sept. 2026). The primary NRT CDR |
| 7 | + will be produced from `NSIDC-0802`. There will be no prototype CDR for now, |
| 8 | + although we anticipate possibly wanting to designate AMSR3 data as "prototype" |
| 9 | + once it is available. |
| 10 | +* Update CDR concentration calculation code to use a variable minimum threshold |
| 11 | + for sea ice concentration based on day of year for data from the AMSR2 |
| 12 | + platform (NSIDC-0802). This implements the "Seki" method approach to aligning |
| 13 | + AMSR2-derived concentrations with DMSP. |
| 14 | +* Remove concept of "ancillary sources", which was set with `--ancillary-source` |
| 15 | + from CLI. This feature was not working as intended, and with the move to |
| 16 | + v2.0.0 (which includes updates to ancillary data), it does not make sense to |
| 17 | + backport those updates to ancillary files to previous versions. |
| 18 | +* Update G10016 NRT CDR product version to v4.0. |
| 19 | +* Update NSIDC infrastructure NFS paths to reflect new product major versions. |
| 20 | +* Update `pm_tb_data` dependency to >=v0.6. This allows utilizing `earthaccess` |
| 21 | + to fetch NSDIC-0001 data. |
| 22 | +* BUGFIX: `time` variable in published G10016 daily files now has `units` |
| 23 | + attribute of "days since 1970-01-01" and sets the `calendar` attribute to |
| 24 | + "standard". This resolves an issue where the `units` attr was dependent on the |
| 25 | + file creation date and the `calendar` attribute showed |
| 26 | + "proleptic_gregorian". This ensures consistency between G10016 and G02202 |
| 27 | + daily output files. |
| 28 | + |
| 29 | + |
| 30 | + |
1 | 31 | # v1.1.0 |
2 | 32 |
|
3 | 33 | * Update NRT daily processing code to fetch NSIDC-0080 (F17) via |
4 | 34 | `earthaccess`. This will allow G10016 v3 to continue processing F17 data after |
5 | 35 | the NSIDC on-prem ECS system is shut down. |
6 | 36 |
|
| 37 | + |
7 | 38 | # v1.0.2 |
8 | 39 |
|
9 | 40 | * Fix for subprocess calls for `git` operations (e.g., to get the current |
|
0 commit comments