-
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
Inconsistencies with CMIP6 #66
Comments
Thanks again @sol1105 very much appreciated! I'll split up your issues and work on that on our data request table. Just some few comments here:
I will add a test case with a vertical coordinate to the examples to make sure the CMOR tool works with it. The examples are created using the python API without the |
@gnikulin should we include the original CMIP6 variable attribute "comment"? I would vote for that (although that might depend on the table_id if i remember correctly). Right now, we use the "Comments" column from the original CMIP6 data request. |
By comparing cell_methods of current CORDEX data request with CMIP6 data request, i find the following inconsistencies (more details here: WCRP-CORDEX/data-request-table#19)
@gnikulin Should we stick with CMIP6 standard here? Note, that we don't have a modeling_realm in CORDEX for now... |
Yes, all 3 variables ( |
Yes, I would also use "Comments" from CMIP6 when possible. We need to make minor adjustments because there are several inconsistencies in the CMIP6 comments attribute for some "similar" variables. |
We need to check in detail. For all "soil" variables we indeed should use |
Hi @larsbuntemeyer
I just want to list a few inconsistencies I noticed between CORDEX-CMIP6 and CMIP6 CMOR tables. Some are or may be relevant for a successful application of the CMOR library:
cell_methods
area: mean time:mean
in CORDEX-CMIP6 are specified asarea: time: mean
in CMIP6 CMOR tables.hfls, hfss, rlds, rlus
, etc. is not defined in the CORDEX-CMIP6 CMOR tables. Even though thestandard_name
includes the correct orientation, the attribute is important for the CMOR application. CMOR does not write thepositive
attribute to the file, but uses it to check and potentially switch the orientation.dimensions
in the CMOR tables. However, in CMIP6, singleton vertical dimensions (single vertical levels such asp220
orheight2m
) are always listed last, eg.longitude latitude time height2m
. Only "normal" vertical dimensions (likealevel
,plev19
etc.) are listed before thetime
dimension. I am not sure if this has relevance for the CMOR application.comment
attribute is mostly empty, one could use the comments defined in CMIP6.modeling_realm
is set toatmos
in all cases, even for variables such asmrso
with commentThe mass of water in all phases per unit area, summed over all soil layers.
. Beside themodeling_realm
, also thecell_methods
for this kind of variables are different in CMIP6:"area: mean where land time: mean"
instead ofarea: mean time: mean
.Lastly, I noticed a small typo for
od550aer
:both the
label
and theout_name
for od550aer are followed by a space:The text was updated successfully, but these errors were encountered: