Hey everybody,
i have some issues since i am working on CMOR tables for downscaling of CMIP6 datasets. I try to understand some of the attribute dependencies and i have some preliminary tables here and a rendered example. For theses tests i have basically adapted the CMIP6_CV table and modified them. This all works fine, however, in CORDEX we don't require any parent_* or sub_* attributes and i tried to remove them completely from the CV and the dataset table. But somehow i can't get it to work, since i always get something like:
!!!!!!!!!!!!!!!!!!!!!!!!!
!
! Error: Your "sub_experiment_id" key could not be found in
! your Control Vocabulary file.
!
!
!!!!!!!!!!!!!!!!!!!!!!!!!
So the cmorizer looks for that attribute although it is not defined or required either in the dataset table nor in the CV table. Is there some special attributes for CMOR3 that are required? I suspect so when i have a look at the source code, e.g., here
|
int cmor_CV_checkSubExpID(cmor_CV_def_t * CV) |
it seems like this is somehow hardcoded and required?
At the same time, i wonder how this works, e.g., with the input4MIps or obs4MIPs tables since they don't define, e.g., the sub_experiment attributes...
Maybe i get something totally wrong, i am not sure...
Hey everybody,
i have some issues since i am working on CMOR tables for downscaling of CMIP6 datasets. I try to understand some of the attribute dependencies and i have some preliminary tables here and a rendered example. For theses tests i have basically adapted the
CMIP6_CVtable and modified them. This all works fine, however, in CORDEX we don't require anyparent_*orsub_*attributes and i tried to remove them completely from the CV and the dataset table. But somehow i can't get it to work, since i always get something like:So the cmorizer looks for that attribute although it is not defined or required either in the dataset table nor in the CV table. Is there some special attributes for CMOR3 that are required? I suspect so when i have a look at the source code, e.g., here
cmor/Src/cmor_CV.c
Line 821 in c805fe0
At the same time, i wonder how this works, e.g., with the input4MIps or obs4MIPs tables since they don't define, e.g., the
sub_experimentattributes...Maybe i get something totally wrong, i am not sure...