Last active
January 10, 2023 18:19
-
-
Save dbazin-eo/b06cc4c5765650e50a8f6c57506f5b6d to your computer and use it in GitHub Desktop.
SMOCPSY4_vs_SMOCGLO12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
netcdf SMOC_20230110_R20230110 { | |
dimensions: | |
time = 24 ; | |
longitude = 4320 ; | |
latitude = 2041 ; | |
depth = 1 ; | |
variables: | |
float time(time) ; | |
time:long_name = "Time (hours since 1950-01-01)" ; | |
time:standard_name = "time" ; | |
time:axis = "T" ; | |
time:units = "hours since 1950-01-01" ; | |
time:calendar = "gregorian" ; | |
float longitude(longitude) ; | |
longitude:valid_min = -180.f ; | |
longitude:valid_max = 179.9167f ; | |
longitude:step = 0.08332825f ; | |
longitude:units = "degrees_east" ; | |
longitude:unit_long = "Degrees East" ; | |
longitude:long_name = "Longitude" ; | |
longitude:standard_name = "longitude" ; | |
longitude:axis = "X" ; | |
float latitude(latitude) ; | |
latitude:valid_min = -80.f ; | |
latitude:valid_max = 90.f ; | |
latitude:step = 0.08333588f ; | |
latitude:units = "degrees_north" ; | |
latitude:unit_long = "Degrees North" ; | |
latitude:long_name = "Latitude" ; | |
latitude:standard_name = "latitude" ; | |
latitude:axis = "Y" ; | |
float depth(depth) ; | |
depth:long_name = "Depth" ; | |
depth:standard_name = "depth" ; | |
depth:units = "m" ; | |
depth:axis = "Z" ; | |
float utotal(time, depth, latitude, longitude) ; | |
utotal:_FillValue = 9.96921e+36f ; | |
utotal:least_significant_digit = 3LL ; | |
utotal:long_name = "Eastward total velocity (Eulerian + Waves + Tide)" ; | |
utotal:standard_name = "surface_sea_water_x_velocity" ; | |
utotal:units = "m s-1" ; | |
float vtotal(time, depth, latitude, longitude) ; | |
vtotal:_FillValue = 9.96921e+36f ; | |
vtotal:least_significant_digit = 3LL ; | |
vtotal:long_name = "Northward total velocity (Eulerian + Waves + Tide) " ; | |
vtotal:standard_name = "surface_sea_water_y_velocity" ; | |
vtotal:units = "m s-1" ; | |
float utide(time, depth, latitude, longitude) ; | |
utide:_FillValue = 9.96921e+36f ; | |
utide:least_significant_digit = 3LL ; | |
utide:long_name = "Eastward tide-induced velocity (Tide current)" ; | |
utide:standard_name = "surface_sea_water_x_velocity_due_to_tide" ; | |
utide:units = "m s-1" ; | |
float vtide(time, depth, latitude, longitude) ; | |
vtide:_FillValue = 9.96921e+36f ; | |
vtide:least_significant_digit = 3LL ; | |
vtide:long_name = "Northward tide-induced velocity (Tide current)" ; | |
vtide:standard_name = "surface_sea_water_y_velocity_due_to_tide" ; | |
vtide:units = "m s-1" ; | |
float uo(time, depth, latitude, longitude) ; | |
uo:_FillValue = 9.96921e+36f ; | |
uo:least_significant_digit = 3LL ; | |
uo:long_name = "Eastward Eulerian velocity (Navier-Stokes current)" ; | |
uo:standard_name = "eastward_sea_water_velocity" ; | |
uo:units = "m s-1" ; | |
float vo(time, depth, latitude, longitude) ; | |
vo:_FillValue = 9.96921e+36f ; | |
vo:least_significant_digit = 3LL ; | |
vo:long_name = "Northward Eulerian velocity (Navier-Stokes current)" ; | |
vo:standard_name = "northward_sea_water_velocity" ; | |
vo:units = "m s-1" ; | |
float vsdx(time, depth, latitude, longitude) ; | |
vsdx:_FillValue = 9.96921e+36f ; | |
vsdx:least_significant_digit = 3LL ; | |
vsdx:long_name = "Eastward wave-induced velocity (Stokes drift)" ; | |
vsdx:standard_name = "sea_surface_wave_stokes_drift_x_velocity" ; | |
vsdx:units = "m s-1" ; | |
float vsdy(time, depth, latitude, longitude) ; | |
vsdy:_FillValue = 9.96921e+36f ; | |
vsdy:least_significant_digit = 3LL ; | |
vsdy:long_name = "Northward wave-induced velocity (Stokes drift)" ; | |
vsdy:standard_name = "sea_surface_wave_stokes_drift_y_velocity" ; | |
vsdy:units = "m s-1" ; | |
// global attributes: | |
:producer = "CMEMS - Global Monitoring and Forecasting Centre" ; | |
:title = "hourly mean merged surface currents from oceanic circulation, tides and waves" ; | |
:area = "GLOBAL" ; | |
:quality_information_document = "http://marine.copernicus.eu/documents/QUID/CMEMS-GLO-QUID-001-024.pdf" ; | |
:Conventions = "CF-1.6" ; | |
:credit = "E.U. Copernicus Marine Service Information (CMEMS)" ; | |
:contact = "[email protected]" ; | |
:references = "http://marine.copernicus.eu" ; | |
:source = "MERCATOR GLO12, mfwamglo, FES2014" ; | |
:licence = "http://marine.copernicus.eu/services-portfolio/service-commitments-and-licence/" ; | |
:product_user_manual = "http://marine.copernicus.eu/documents/PUM/CMEMS-GLO-PUM-001-024.pdf" ; | |
:institution = "MERCATOR OCEAN" ; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment