-
Notifications
You must be signed in to change notification settings - Fork 6
isimpson002 ceda-cc report for CESM2-CAM6 v20230215 #33
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
Comments
_FillValue attribute needs to be set to 1e+20 and where _FillValue is present, missing_value attribute needs to be added and set to 1e+20 This error appears for all variables where _FillValue attribute exists |
Global attribute 'realization_index': |
Incorrect frequency for variables: |
Variable type needs to be changed from float64 to float32 Example error for 'hus': |
Time data type needs to be changed from int64 to float64 Example error: |
Time units needs to be set to 'days since .....' rather than 'hours since' Example error: |
Required time attribute 'bounds' needs to be added mrso: |
Incorrect 'cell_methods' attribute clt: cell_methods="area: mean time: mean" |
Incorrect 'long_name' attribute ps: long_name="Surface Air Pressure" |
Incorrect 'units' attribute |
Missing height coordinate |
I'm sure what is expected here. It is expected that these variables will actually be four dimensional ("time","lev","lat","lon") with 1 lev value? Or is it expected that an attribute be added called height_levels? |
I think the first one is right, in in lines 130 and 146 of the 6hr table the tasmax and tasmin dimensions are listed as: Using ncdump to view an example tasmax file, it has a variable called height that looks like: |
The following errors were picked up by the ceda-cc checks for the control s20180125 experiment v20230215 data:
The text was updated successfully, but these errors were encountered: