Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added sea-ice variable list #54

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions cmor-table/datasets.csv
Original file line number Diff line number Diff line change
Expand Up @@ -612,3 +612,13 @@ difvho,day,m2 s-1,Vertical Eddy Diffusivity,ocean_vertical_heat_diffusivity,,are
tos,1hr,degC,Sea Surface Temperature,sea_surface_temperature,"Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.",area: mean where sea time: point,area: areacello,longitude latitude time1,,,,,,,ocean
tob,mon,degC,Sea Water Potential Temperature at Sea Floor,sea_water_potential_temperature_at_sea_floor,Potential temperature at the ocean bottom-most grid cell.,area: mean where sea time: mean,area: areacello,longitude latitude time,real,,,,,,ocean
tob,day,degC,Sea Water Potential Temperature at Sea Floor,sea_water_potential_temperature_at_sea_floor,Potential temperature at the ocean bottom-most grid cell.,area: mean where sea time: mean,area: areacello,longitude latitude time,real,,,,,,ocean
siconc,mon,%,Sea-Ice Area Percentage (Ocean Grid),sea_ice_area_fraction,Percentage of grid cell covered by sea ice,area: mean where sea time: mean,area: areacello,longitude latitude time typesi,real,,,,,,seaICE
siconc,day,%,Sea-Ice Area Percentage (Ocean Grid),sea_ice_area_fraction,Percentage of grid cell covered by sea ice,area: mean where sea time: mean,area: areacello,longitude latitude time typesi,real,,,,,,seaICE
sithick,mon,m,Sea Ice Thickness,sea_ice_thickness,Actual (floe) thickness of sea ice (NOT volume divided by grid area as was done in CMIP5),area: time: mean where sea_ice (comment: mask=siconc),area: areacello,longitude latitude time,real,,,,,,seaICE
sithick,day,m,Sea Ice Thickness,sea_ice_thickness,Actual (floe) thickness of sea ice (NOT volume divided by grid area as was done in CMIP5),area: time: mean where sea_ice (comment: mask=siconc),area: areacello,longitude latitude time,real,,,,,,seaICE
sitemptop,mon,K,Surface Temperature of Sea Ice,sea_ice_surface_temperature,Report surface temperature of snow where snow covers the sea ice,area: time: mean where sea_ice (comment: mask=siconc),area: areacello,longitude latitude time,real,,,,,,seaICE
sitemptop,day,K,Surface Temperature of Sea Ice,sea_ice_surface_temperature,Report surface temperature of snow where snow covers the sea ice,area: time: mean where sea_ice (comment: mask=siconc),area: areacello,longitude latitude time,real,,,,,,seaICE
sialbedo,mon,1,Albedo of Sea Ice,sea_ice_albedo,,area: time: mean where sea_ice (comment: mask=siconc),area: areacello,longitude latitude time,real,,,,,,seaICE
sialbedo,day,1,Albedo of Sea Ice,sea_ice_albedo,,area: time: mean where sea_ice (comment: mask=siconc),area: areacello,longitude latitude time,real,,,,,,seaICE
sivol,mon,m,Sea-Ice Volume per Area,sea_ice_thickness,Total volume of sea ice divided by grid-cell area (this used to be called ice thickness in CMIP5),area: time: mean,area: areacello,longitude latitude time,real,,,,,,seaICE
sivol,day,m,Sea-Ice Volume per Area,sea_ice_thickness,Total volume of sea ice divided by grid-cell area (this used to be called ice thickness in CMIP5),area: time: mean,area: areacello,longitude latitude time,real,,,,,,seaICE
Loading