This is mostly a question. I just started looking into using parcels. Going over the examples, I wondered how the reading functions in parcels know what units the velocities (U, V, W) have. Does FieldSet.from_netcdf() read the metadata of the netcdf files (e.g., "units: m s-1") or is it assumed that the velocities are given in m/s? I couldn't find any info about required units in the documentation, so I wanted to check if velocities (U, V, W) should always be in m/s?
This is mostly a question. I just started looking into using parcels. Going over the examples, I wondered how the reading functions in parcels know what units the velocities (U, V, W) have. Does
FieldSet.from_netcdf()read the metadata of the netcdf files (e.g., "units: m s-1") or is it assumed that the velocities are given in m/s? I couldn't find any info about required units in the documentation, so I wanted to check if velocities (U, V, W) should always be in m/s?