Skip to content

Commit ff4b883

Browse files
adding a free surface (#307)
1 parent 03fd900 commit ff4b883

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/DataWrangling/ECCO/ECCO_metadata.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ ECCO4_short_names = Dict(
168168
:salinity => "SALT",
169169
:u_velocity => "EVEL",
170170
:v_velocity => "NVEL",
171+
:free_surface => "SSH",
171172
:sea_ice_thickness => "SIheff",
172173
:sea_ice_area_fraction => "SIarea",
173174
:net_heat_flux => "oceQnet"
@@ -178,6 +179,7 @@ ECCO2_short_names = Dict(
178179
:salinity => "SALT",
179180
:u_velocity => "UVEL",
180181
:v_velocity => "VVEL",
182+
:free_surface => "SSH",
181183
:sea_ice_thickness => "SIheff",
182184
:sea_ice_area_fraction => "SIarea",
183185
:net_heat_flux => "oceQnet"
@@ -186,6 +188,7 @@ ECCO2_short_names = Dict(
186188
ECCO_location = Dict(
187189
:temperature => (Center, Center, Center),
188190
:salinity => (Center, Center, Center),
191+
:free_surface => (Center, Center, Nothing),
189192
:sea_ice_thickness => (Center, Center, Nothing),
190193
:sea_ice_area_fraction => (Center, Center, Nothing),
191194
:net_heat_flux => (Center, Center, Nothing),

0 commit comments

Comments
 (0)