-
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
CICE/NEMO cell_methods #24
Comments
(as far as I have looked, CMIP6 atmos data do not have explicit area: cell methods (with the exception of some obscure data in co2Clim and other Clims, and zonal data) - I propose to simply hand edit atmos xml to handle the 6 zonal fields we have (30, [310-316]) |
Omon has 292 fields 219 with "cell_methods": "area: mean where sea plus a few without area cell_methods 186 of these are in ocnBgchem so of no interest to us. Probably not a big job to add these area cell_methods to nemo xml |
CICE output does not include standard names -- got what the MO used for their CMIP & added through the modify metadata task. Can add areas cell methods the same way, plus ocean area cell methods. |
Apologies if I've misunderstood, but that surprised me, given that the data are area means, it would be wrong since the metadata would not correctly describe the data. By not specifying "area: mean", a default cell method of either "area: sum" or "area: point" is assumed, which one depends on whether the quantity depends on the cell size ("extensive", like an accumulation) or does not ("intensive", like a rate). See paragraphs four and five of section 7.3. I checked a random CMIP6 file, and it did have an area cell method:
|
there were a couple of exceptions - tasmax is one, but not so for tas
|
unless |
That it does. |
added area:mean to atmos fields |
added longitude:mean to (30, [310-316]) - back this out, it's probably wrong. the sec 30 stash referred to above are things like (xy)-(x)(y), where (x) is the zonal mean of x. |
how do we handle CICE and NEMO area cell_methods -- neither model writes them
The text was updated successfully, but these errors were encountered: