cedadev / ccmi-2022

CCMI-2022 - in support of the WMO/UNEP Scientific Assessment of Ozone Depletion Report 2022
BSD 2-Clause "Simplified" License
0 stars 4 forks source link

akiyoshi ceda-cc report for CCSRNIES-MIROC32 v20210709 #38

Open charliepascoe opened 3 years ago

charliepascoe commented 3 years ago

"error count 3" example 2021-08-05 21:10:57,007 INFO Starting batch -- number of file: 1 2021-08-05 21:10:57,008 INFO Source: /datacentre/arrivals/users/akiyoshi/ccmi-2022/v20210709/utendogw_AmonZ_CCSRNIES-MIROC32_refD1_r3i1p1f1_gnz_196001-201812.nc 2021-08-05 21:10:57,008 INFO Command: /home/badc/miniconda3/envs/ingest_py3/bin/ceda-cc -p ccmi2022 -f /datacentre/arrivals/users/akiyoshi/ccmi-2022/v20210709/utendogw_AmonZ_CCSRNIES-MIROC32_refD1_r3i1p1f1_gnz_196001-201812.nc 2021-08-05 21:10:57,018 INFO Python netcdf: netCDF4 2021-08-05 21:10:57,019 INFO Starting: utendogw_AmonZ_CCSRNIES-MIROC32_refD1_r3i1p1f1_gnz_196001-201812.nc 2021-08-05 21:10:57,019 INFO Starting file utendogw_AmonZ_CCSRNIES-MIROC32_refD1_r3i1p1f1_gnz_196001-201812.nc 2021-08-05 21:10:57,019 INFO C4.001.001: [parse_filename]: OK 2021-08-05 21:10:57,019 INFO C4.001.002: [parse_filename_timerange]: OK 2021-08-05 21:10:57,020 INFO C4.001.004: [file_name_extra]: OK 2021-08-05 21:10:57,104 INFO C4.002.001: [global_ncattribute_present]: OK 2021-08-05 21:10:57,105 INFO C4.002.003: [variable_type]: OK 2021-08-05 21:10:57,105 INFO C4.002.004: [variable_ncattribute_present]: OK 2021-08-05 21:10:57,105 INFO C4.002.005: [variable_ncattribute_mipvalues]: OK 2021-08-05 21:10:57,105 INFO C4.002.005: [variable_ncattribute_mipvalues]: OK 2021-08-05 21:10:57,105 ERROR C4.002.005: [variable_ncattribute_mipvalues]: FAILED:: Variable [utendogw] has incorrect attributes: long_name="Eastward Acceleration Due to Orographic Gravity Wave Dra" [correct: "Eastward Accelera tion Due to Orographic Gravity Wave Drag"] 2021-08-05 21:10:57,105 ERROR C4.002.006: [global_ncattribute_cv]: FAILED:: Global attributes do not match constraints: [('source_id', 'NIES', "['ACCESS-CM2-Chem', 'CCSRNIES-MIROC32', 'CESM2-WACCM', 'CMAM']"), ('realization_index', '3', "Value is not instance of required class: 3 -- <class 'str'>"), ('initialization_index', '1', "Value is not instance of required class: 1 -- <class 'str'>"), ('physics_index', '1', "Value is not instance of required class: 1 -- <class 'str'>"), ('forcing_index', '1', "Value is not instance of required class: 1 -- <class 'str'>")] 2021-08-05 21:10:57,105 ERROR C4.002.007: [filename_filemetadata_consistency]: FAILED:: File name segments do not match corresponding global attributes: [(2, 'source_id'), (4, 'grid_label'), (5, 'variant_label'), (6, '@variant:5:')] 2021-08-05 21:10:57,105 ERROR C4.003.001: [time_attributes]: FAILED:: Required bounds attribute not present or not correct value 2021-08-05 21:10:57,105 INFO Done -- error count 3

charliepascoe commented 3 years ago

Global attributes: realization_index, forcing_index, initialization_index and physics_index These indices have been provided as strings, they should be provided as integers.

charliepascoe commented 3 years ago

wrong source_id NIES has been provided, but CCSRNIES-MIROC32 is expected. see https://github.com/cedadev/ccmi-2022/blob/main/Tables/CCMI2022_CV.json

charliepascoe commented 3 years ago

[time_attributes]: FAILED:: Required bounds attribute not present or not correct value I think this error may be due to trailing spaces on the time:must_have_bounds attribute time:must_have_bounds = "yes " ;has been provided, but time:must_have_bounds = "yes"; is what is expected. see https://github.com/cedadev/ccmi-2022/blob/main/Tables/CCMI2022_coordinate.json

charliepascoe commented 3 years ago

files for the variable utendogw are missing the final few characters from the long_name attribute. "Eastward Acceleration Due to Orographic Gravity Wave Dra" has been provided but "Eastward Acceleration Due to Orographic Gravity Wave Drag" is expected

charliepascoe commented 3 years ago

tar file with ceda-cc reports v20210709ceda-cc.tar.gz Note that the "filename_filemetadata_consistency" error can be ignored.