-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preparing floats for V11C version #17
base: master
Are you sure you want to change the base?
Conversation
remove treating_coriolis() and put all the content in chla_algorithm() Using Unicode in dtype for strings, to avoid .decode()
We are also removing scipy.io as NetCDF and writing SUPERFLOAT as netCDF-4 files |
In addition - use pathlib - Use with in opening NetCDF file - Fixing bug about nitrate_already_existing logical: used with —force variables were created in any case, now variables are created only if they don’t exist.
UserWarning: The seawater library is deprecated! Please use gsw instead. We have to test this gsw. |
@CarolinaAmadio, @lfeudale Shall we remove it ? And believe in new coriolis products?
|
fixing NetCDF generation demoving .decode()
According to https://fleetmonitoring.euro-argo.eu/, these floats have issues labeled as "[FLAG_MissingVerticalProfile_LOGICAL]," which indicates a problem with the PRES variable. However, this issue is not strictly related to the DOXY variable. I suggest removing this Python function, also because we already perform checks on PRES (e.g., LEN pres must be > 5). |
fixing NetCDF generation demoving .decode()
…loat_ph.py fixing NetCDF generation demoving .decode()
…m deliverables.metrics (instead of metrics2)
Remove duplicates like metrics2 or online/metrics
Implementing improvements defined in #16