The followings inputs don't have a standard name. This is a problem for the accessor / the auto-detection. So we either need to open a request to add a standard name in the cf convention (let's call it solution 0) (I'll be happy to do it, but I have no clue how to do), or find another solution.
Among the possible other solutions, I see:
- Use a cf-xarray custom criteria: https://cf-xarray.readthedocs.io/en/latest/custom-criteria.html
- Let the user decide the name of the variables corresponding to the needed inputs, e.g.
gsw.set_non_cf_name({'entropy':'entropy_name_in_ds', 'SA_seaice':'salinity_of_sea_ice_name_in_ds'})
And here is the list:
Rt
SA_bulk
SA_seaice
SK
SR
Sstar
axis
entropy
geo_strf
geo_strf_dyn_height
h
h_bulk
h_pot_bulk
interp_method
max_dp
p_deep
p_ref
p_shallow
pot_enthalpy_ice
pt0
pt0_ice
saturation_fraction
sea_surface_geopotential
t68
t_Ih
t_seaice
w_Ih
w_seaice
To compare, here is the list of arguments that have a standard name:
C
CT
SA
SP
lat
lon
p
pt
rho
t
z
The followings inputs don't have a standard name. This is a problem for the accessor / the auto-detection. So we either need to open a request to add a standard name in the cf convention (let's call it solution 0) (I'll be happy to do it, but I have no clue how to do), or find another solution.
Among the possible other solutions, I see:
And here is the list:
To compare, here is the list of arguments that have a standard name: