British-Oceanographic-Data-Centre / COAsT

A Coastal Ocean Assessment Tool built as an extendable python framework for nemo models
https://british-oceanographic-data-centre.github.io/COAsT/
MIT License
24 stars 11 forks source link

Update Profile to work with WOD data #366

Open davbyr opened 2 years ago

davbyr commented 2 years ago

Changing reading step for Profile() to work with WOD data.

AC: Check can read in all variables from WOD file. Check variables are correctly renamed in instance of Profile() object.

davbyr commented 2 years ago

Problems with WOD data format.

katavouta commented 2 years ago

WOD being stored as 1D array (cast * depth), but with the depth-level size varying for each cast/profile): Create another Profile_WOD class to read them and reshape them (we can then decide if you want to merge them with the Profile class that is reading 2D arrays (like EN4)