-
Notifications
You must be signed in to change notification settings - Fork 1
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 ocean variable list #52
Conversation
517bf57
to
940173f
Compare
cmor-table/datasets.csv
Outdated
uo,mon,m s-1,Sea Water X Velocity,sea_water_x_velocity,,time: mean,--OPT,longitude latitude olevel time,real,,,,, | ||
vo,mon,m s-1,Sea Water Y Velocity,sea_water_y_velocity,,time: mean,--OPT,longitude latitude olevel time,real,,,,, | ||
zos,mon,m,Sea Surface Height Above Geoid,sea_surface_height_above_geoid,,area: mean where sea time: mean,area: areacello,longitude latitude time,real,,-13.97 s,9.575 s,0.008384 s,1.572 s | ||
zos,day,m,Sea Surface Height Above Geoid,sea_surface_height_above_geoid,,area: mean where sea time: mean,area: areacello,,,,,,, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we would also like to have zos hourly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added zos
with hourly frequency. What kind of temporal cell methods should it have, e.g., area: mean where sea time: point
or area: mean where sea time: mean
, e.g., should it be hourly mean or instantaneous values? I also added the original CMIP6 comment: This is the dynamic sea level, so should have zero global area mean. It should not include inverse barometer depressions from sea ice.
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably the comment about global area mean is not applicable in the RCM?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi Lars, thanks a lot for adding and for the hint, I think it should be time: point
. I am a little bit confused about the area: mean where sea
; zos
is a 2D field and not a horizontal mean, or does mean where sea
mean something different?
And yes, the zero global area mean
does not make sense for the regional area.
@WibkeDuesterhoeft : can you confirm these points?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
related question @larsbuntemeyer : for CMIP6, there is no such datasets.csv
file as you're editing it here , is there? So if we now start to look up all the attributes for the sea ice variables, we should look at CMIP6_SImon.json , right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, yes I can confirm both points @vmaurerDWD. We output hourly instant zos, so the time method time: point should be correct.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am a little bit confused about the
area: mean where sea
;zos
is a 2D field and not a horizontal mean, or doesmean where sea
mean something different?
It's based on the grid cell level, so it basically means the value is valid for the whole grid cell. It's the same as in the CMIP6 cmor tables. I would not worry about this here, right now, we only have static variables with area: point
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
related question @larsbuntemeyer : for CMIP6, there is no such
datasets.csv
file as you're editing it here , is there? So if we now start to look up all the attributes for the sea ice variables, we should look at CMIP6_SImon.json , right?
For sea ice variables, please open a new issue! See also: https://github.com/WCRP-CORDEX/data-request-table?tab=readme-ov-file#adding-a-data-request
fixed issues with the ocean variables according to #33 using