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

CMIP6 Volcello is its own cell measure. #273

Closed
ledm opened this issue Nov 20, 2019 · 3 comments
Closed

CMIP6 Volcello is its own cell measure. #273

ledm opened this issue Nov 20, 2019 · 3 comments

Comments

@ledm
Copy link

ledm commented Nov 20, 2019

In the CMIP6 tables, CMIP6_Oyr.json, CMIP6_Omon.json, CMIP6_Odec.json, and CMIP6_Ofx.json, the cell volume volcello is set to be it's own cell measure.

ie, in CMIP6_Oyr.json:

        "volcello": {
            "frequency": "yr", 
            "modeling_realm": "ocean", 
            "standard_name": "ocean_volume", 
            "units": "m3", 
            "cell_methods": "area: mean where sea time: mean", 
            "cell_measures": "area: areacello volume: volcello", 
            "long_name": "Ocean Grid-Cell Volume", 
            "comment": "grid-cell volume ca. 2000.", 
            "dimensions": "longitude latitude olevel time", 
            "out_name": "volcello", 
            "type": "real", 
            "positive": "", 
            "valid_min": "", 
            "valid_max": "", 
            "ok_min_mean_abs": "", 
            "ok_max_mean_abs": ""
        },

This seems like a strange choice and have caused some trouble for Iris loading these files. We have a discussion in the iris issues page, here:
SciTools/iris#3544

@durack1 durack1 transferred this issue from PCMDI/cmor Nov 20, 2019
@durack1
Copy link
Contributor

durack1 commented Nov 20, 2019

@taylor13 can you take a peek at this, we could have similar issues with other area/volume variables

@taylor13
Copy link
Collaborator

This issue has been raised before as issue 216. If something is to be done, it must be done in the data request. Then it will propagate to the CMOR tables. On the github data-request repository, I reported this as issue 394. I see someone has already reported the iris problem there, but I will reinforce that with a comment.

@ledm
Copy link
Author

ledm commented Nov 21, 2019

Thanks @taylor13, @durack1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants