We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03fd900 commit ff4b883Copy full SHA for ff4b883
src/DataWrangling/ECCO/ECCO_metadata.jl
@@ -168,6 +168,7 @@ ECCO4_short_names = Dict(
168
:salinity => "SALT",
169
:u_velocity => "EVEL",
170
:v_velocity => "NVEL",
171
+ :free_surface => "SSH",
172
:sea_ice_thickness => "SIheff",
173
:sea_ice_area_fraction => "SIarea",
174
:net_heat_flux => "oceQnet"
@@ -178,6 +179,7 @@ ECCO2_short_names = Dict(
178
179
180
:u_velocity => "UVEL",
181
:v_velocity => "VVEL",
182
183
184
185
@@ -186,6 +188,7 @@ ECCO2_short_names = Dict(
186
188
ECCO_location = Dict(
187
189
:temperature => (Center, Center, Center),
190
:salinity => (Center, Center, Center),
191
+ :free_surface => (Center, Center, Nothing),
192
:sea_ice_thickness => (Center, Center, Nothing),
193
:sea_ice_area_fraction => (Center, Center, Nothing),
194
:net_heat_flux => (Center, Center, Nothing),
0 commit comments