OSNAP Original Data Format
The OSNAP array provides multiple observational data products including time series of overturning and heat/freshwater transport, streamfunctions in density space, and gridded fields of velocity, temperature, and salinity.
At OSNAP, we have variables like MOC_ALL, MOC_EAST and MOC_WEST which are time series (TIME
), but these could be represented as MOC (N_PROF
, TIME
) where instead of the three different variables, N_PROF=3. This would be somewhat more difficult to communicate to the user, since LATITUDE and LONGITUDE are not single points per N_PROF but instead may represent end points of a section.
Variables MOC_ALL_ERR are also provided, which could be translated to MOC_ERR (N_PROF
, TIME
) with LATITUDE (N_PROF
) or LATITUDE_BOUND (N_PROF
, 2).
Heat fluxes also exist, as MHT_ALL, MHT_EAST and MHT_WEST, so these could be MHT (N_PROF
, TIME
).
OSNAP_MOC_MHT_MFT_TimeSeries_201408_202006_2023.nc
Name |
Dimensions |
Shape |
Units |
Description |
---|---|---|---|---|
|
|
(71,) |
datetime |
|
|
|
(71,) |
Sv |
|
|
|
(71,) |
Sv |
|
|
|
(71,) |
Sv |
|
|
|
(71,) |
PW |
|
|
|
(71,) |
Sv |
|
OSNAP_Streamfunction_201408_202006_2023.nc
Name |
Dimensions |
Shape |
Units |
Description |
---|---|---|---|---|
|
|
(71,) |
datetime |
|
|
|
(481,) |
kg m-3 |
|
|
|
(481, 71) |
Sv |
|
|
|
(481, 71) |
Sv |
|
|
|
(481, 71) |
Sv |
|
OSNAP_Gridded_201408_202006_2023.nc
Name |
Dimensions |
Shape |
Units |
Description |
---|---|---|---|---|
|
|
(71,) |
datetime |
|
|
|
(256,) |
degrees_north |
|
|
|
(256,) |
degrees_east |
|
|
|
(199,) |
m |
|
|
|
(71, 199, 256) |
m s-1 |
|
|
|
(71, 199, 256) |
degC |
|
|
|
(71, 199, 256) |
psu |
|