Tree validation results for TREE_ROOT

General validation results

Individual file validation results

Passing files

All passing files

Failing files

1: mole-fraction-of-carbon-dioxide-in-air_input4MIPs_GHGConcentrations_CMIP_CR-CMIP-0-2-0_gn_200001-201012.nc

Full path: TREE_ROOT/input4MIPs/CMIP6Plus/CMIP/CR/CR-CMIP-0-2-0/atmos/mon/mole_fraction_of_carbon_dioxide_in_air/gn/vVERSION/mole-fraction-of-carbon-dioxide-in-air_input4MIPs_GHGConcentrations_CMIP_CR-CMIP-0-2-0_gn_200001-201012.nc

Passed: 85.71% (6 / 7)
  1. Open data with `xr.open_dataset`
  2. Load data with `iris.load`
  3. Load data with `iris.load_cube`
  4. Validate the 'creation_date' attribute
  5. Validate the 'tracking_id' attribute
  6. Check file is written according to the DRS
Failed: 14.29% (1 / 7)
  1. Check data with cf-checker (ValueError)
    Traceback (most recent call last):
      File .../cf_checker.py", line no., in check_with_cf_checker
        subprocess.check_output(
      File .../subprocess.py", line no., in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
      File .../subprocess.py", line no., in run
        raise CalledProcessError(retcode, process.args,
    subprocess.CalledProcessError: Command .../bin/cfchecks', '-v', '1.7', 'TREE_ROOT/input4MIPs/CMIP6Plus/CMIP/CR/CR-CMIP-0-2-0/atmos/mon/mole_fraction_of_carbon_dioxide_in_air/gn/vVERSION/mole-fraction-of-carbon-dioxide-in-air_input4MIPs_GHGConcentrations_CMIP_CR-CMIP-0-2-0_gn_200001-201012.nc']' returned non-zero exit status 255.
    
    The above exception was the direct cause of the following exception:
    
    Traceback (most recent call last):
      File .../error_catching.py", line no., in decorated
        res_func = func_to_call(*args, **kwargs)
      File .../cf_checker.py", line no., in check_with_cf_checker
        raise ValueError(error_msg) from exc
    ValueError: cf-checker validation failed. cfchecks output:
    
    CHECKING NetCDF FILE: TREE_ROOT/input4MIPs/CMIP6Plus/CMIP/CR/CR-CMIP-0-2-0/atmos/mon/mole_fraction_of_carbon_dioxide_in_air/gn/vVERSION/mole-fraction-of-carbon-dioxide-in-air_input4MIPs_GHGConcentrations_CMIP_CR-CMIP-0-2-0_gn_200001-201012.nc
    =====================
    Using CF Checker Version 4.1.0
    Checking against CF Version CF-1.7
    Using Standard Name Table Version VERSION_INFO
    Using Area Type Table Version VERSION_INFO
    Using Standardized Region Name Table Version VERSION_INFO
    
    WARN: (7.1): Boundary var lat_bnds should not have attribute units
    
    ------------------
    Checking variable: mole_fraction_of_carbon_dioxide_in_air
    ------------------
    
    ------------------
    Checking variable: time
    ------------------
    
    ------------------
    Checking variable: time_bnds
    ------------------
    
    ------------------
    Checking variable: lat
    ------------------
    
    ------------------
    Checking variable: lat_bnds
    ------------------
    
    ------------------
    Checking variable: lon
    ------------------
    
    ------------------
    Checking variable: lon_bnds
    ------------------
    
    ERRORS detected: 0
    WARNINGS given: 1
    INFORMATION messages: 0