Skip to content

Commit

Permalink
Merge pull request #60 from nsidc/update-for-25km-ss
Browse files Browse the repository at this point in the history
Update for 25km ss
  • Loading branch information
trey-stafford authored Sep 13, 2024
2 parents 0042e8f + c25b470 commit 5ea24f9
Show file tree
Hide file tree
Showing 14 changed files with 339 additions and 108 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.4.0

* Updates to support comparisons with CDR v4 code. The CDR v4 code was also
based on code originally authored by Goddard, but had some minior differences.


# v0.3.2

* Update `pm_tb_data` dependency to v0.4.0
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ For more informaton about Bootstrap and NASA Team algorithms, see [Descriptions
of and Differences between the NASA Team and Bootstrap
Algorithms](https://nsidc.org/data/user-resources/help-center/descriptions-and-differences-between-nasa-team-and-bootstrap)

There is a long history to this project! Comments may indicate references to
"CDR v4" or "Goddard". In short:

* NASA Goddard Space Flight Center (GSFC) originally developed the algorithms
* NSIDC developed `pmalgos` (currently private repo) in the late ~1990s from the
code Goddard developed.
* More recently, NSIDC developed `cdralgos` (private repo) based on `pmalgos`
_and_ newly updated code from Goddard (Goddard contnued to develop and run
their own code)
* Now, this iteration, which seeks to replicate the sea ice concentration
algorithms in Python, and in a modular fashion.


## Level of Support

Expand Down
5 changes: 5 additions & 0 deletions pm_icecon/_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@
"00", # SMMR
"a2l1c",
]

LandSpilloverMethods = Literal[
"BT_NT", # Use both the BT and NT spillover methods, as per CDRv4
"NT2", # Use only the NT2 land spillover method
]
Loading

0 comments on commit 5ea24f9

Please sign in to comment.