I know salinity units are a touchy subject, but working with some files processed through our pyglider pipeline recently I noticed that the units attribute for the sea_water_practical_salinity field is hard coded in utils.py to be "1e-3", which isn't correct.
As for what to change it to, I'd suggest either blank (i.e. '' or ' '), or something else to indicate a unitless quantity. Looking at the OG1.0 vocabulary they seem to recommend using "Dimensionless".
pyglider/pyglider/utils.py
Line 350 in c1218ac
I know salinity units are a touchy subject, but working with some files processed through our pyglider pipeline recently I noticed that the units attribute for the
sea_water_practical_salinityfield is hard coded inutils.pyto be "1e-3", which isn't correct.As for what to change it to, I'd suggest either blank (i.e.
''or' '), or something else to indicate a unitless quantity. Looking at the OG1.0 vocabulary they seem to recommend using "Dimensionless".