Skip to content

Commit 02f581b

Browse files
committed
change units to matlab toolbox units
1 parent acd6bbc commit 02f581b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

gsw_xarray/_attributes.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
_func_attrs = {
22
"CT_first_derivatives": (
33
{
4-
"units": "K (g/kg)^-1",
4+
"units": "K/(g/kg)",
55
},
66
{
77
"units": "1",
@@ -39,7 +39,7 @@
3939
},
4040
"C_from_SP": {
4141
"standard_name": "sea_water_electrical_conductivity",
42-
"units": "mS cm^-1",
42+
"units": "mS/cm",
4343
},
4444
"SA_from_SP": {
4545
"standard_name": "sea_water_absolute_salinity",
@@ -99,7 +99,7 @@
9999
},
100100
"f": {
101101
"standard_name": "coriolis_parameter",
102-
"units": "s^-1",
102+
"units": "radians/s",
103103
},
104104
"p_from_z": {
105105
"standard_name": "sea_water_pressure",
@@ -131,19 +131,19 @@
131131
},
132132
"rho_t_exact": {
133133
"standard_name": "sea_water_density",
134-
"units": "kg m^-3",
134+
"units": "kg/m^3",
135135
},
136136
"sigma0": {
137137
"standard_name": "sea_water_sigma_t",
138-
"units": "kg m^-3",
138+
"units": "kg/m^3",
139139
},
140140
"sound_speed": {
141141
"standard_name": "speed_of_sound_in_sea_water",
142-
"units": "m s^-1",
142+
"units": "m/s",
143143
},
144144
"sound_speed_t_exact": {
145145
"standard_name": "speed_of_sound_in_sea_water",
146-
"units": "m s^-1",
146+
"units": "m/s",
147147
},
148148
"t_from_CT": {
149149
"standard_name": "sea_water_temperature",

0 commit comments

Comments
 (0)