Skip to content

Commit d6671ac

Browse files
Merge pull request #186 from nsidc/support-amsr2-0802
G02202 v6/G10016 v4
2 parents 3364f35 + 40dbe56 commit d6671ac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+4294
-5170
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ jobs:
4949
ref: "main"
5050
path: "pm_tb_data"
5151

52-
# Our code expects `/share/apps/G02202_V5` to exist already, and raises an
52+
# Our code expects `/share/apps/G02202_V6` to exist already, and raises an
5353
# error if it does not. This would be a sign, on NSIDC infrastructure,
5454
# that NFS mounts are not setup correctly. For CI, we can just create
5555
# those dirs:
5656
- name: "Make share dir"
57-
run: "sudo mkdir -p /share/apps/G02202_V5 && sudo chown -R runner:runner /share/"
57+
run: "sudo mkdir -p /share/apps/G02202_V6 && sudo chown -R runner:runner /share/"
5858

5959
# Unit tests
6060
- name: "Run typecheck and tests"

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,40 @@
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+
131
# v1.1.0
232

333
* Update NRT daily processing code to fetch NSIDC-0080 (F17) via
434
`earthaccess`. This will allow G10016 v3 to continue processing F17 data after
535
the NSIDC on-prem ECS system is shut down.
636

37+
738
# v1.0.2
839

940
* Fix for subprocess calls for `git` operations (e.g., to get the current

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Commands:
6262
### Logging
6363

6464
By default, logs are written to disk at
65-
`/share/apps/G02202_V5/{ECDR_PRODUCT_VERSION}/{YYYY-MM-DD}.log`. Up to 31 of
65+
`/share/apps/G02202_V6/{ECDR_PRODUCT_VERSION}/{YYYY-MM-DD}.log`. Up to 31 of
6666
these logs can exist at once (older log files get removed).
6767

6868
During large re-processing efforts, it may be desirable to temporarily disable

0 commit comments

Comments
 (0)