Open davbyr opened 2 years ago
Problems with WOD data format.
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)
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.