Observation types#
obs_types for CrocoLake as a source accepts three styles — they can be freely
mixed:
Style |
Example |
Meaning |
|---|---|---|
DART compound name |
|
TEMP from ARGO only |
DART variable name |
|
TEMP from all sources |
CrocoLake var name |
|
TEMP from all sources |
Supported obs types#
DART compound name |
CrocoLake var |
DB source |
|---|---|---|
|
|
ARGO |
|
|
ARGO |
|
|
ARGO |
|
|
GLODAP |
|
|
GLODAP |
|
|
GLODAP |
|
|
GLODAP |
|
|
GLODAP |
|
|
GLODAP |
|
|
GLODAP |
|
|
GLODAP |
|
|
SprayGliders |
|
|
SprayGliders |
|
|
all |
|
|
all |
|
|
all |
Pass a custom obs_type_map dict to ObsGenConfig to override or extend:
my_map = {
"MY_CUSTOM_TEMP": {"crocolake_var": "TEMP", "db_name": "MyDB"},
}
config = ObsGenConfig(..., obs_type_map=my_map)
Other sources define their own obs type maps: see NNJA-AI for its dataset and variable mapping.