Convert AMOC transport files to OceanSITES formatted files. #54
Replies: 1 comment
-
|
On (1), the extraction of metadata and assignment of extra metadata is now handled by the On (2), I haven't yet cross-checked the mandatory fields in OceanSITES data and on (3), have not shuffled dimensions to be in the OceanSITES recommended order of "T, Z, Y, X". On (4), we're partway there adding the standard_names from CF-conventions (https://amoccommunity.github.io/AMOCatlas/reference/AC1_variables.html#cf-standard-name-vocabulary), but have not added the vocabulary. Additionally, OceanSITES wants attributes for On (5), haven't started yet, but this will go in the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Given that a lot of effort has been put into documenting the OceanSITES data format, a first step towards making AMOC array data easier to use can be through converting original data files into a format conforming with OceanSITES. Some extracts for the format (v1.4) are here: https://ocean-uhh.github.io/oceanarray/oceanSITES_manual.html
Steps might be:
moc_transports.nc).standard_nameand compliant formats for the units attribute (Sv is not allowed since it also means "sievert", so instead units of "Sverdrup" or alternatively "m3 s-1" should be used for transports). See units for transport.Beta Was this translation helpful? Give feedback.
All reactions