Data sources#
A data source answers one question: given an assimilation window, write the
observations that fall inside it to an obs_seq file. Everything else — the
window arithmetic, the file naming, the parallelism — is
generate_obs_sequences()’ job, so swapping sources changes
one object and nothing else.
Source |
Observations from |
Status |
|---|---|---|
CrocoLake parquet database (ARGO, GLODAP, SprayGliders) |
supported |
|
NNJA-AI cloud archive (NOAA/NASA Joint Archive) |
under development |
|
synthetic, via DART’s |
under development |
|
a bank of existing obs_seq files |
stub |
To write your own, see Adding a new data source.