For CORDEX-CMIP6, I have some data that we only have at the 3hr frequency. I was under the understanding that it was appropriate to publish those to the ESGF even though there is no "3hr" table in the CORDEX-CMIP6 project.
However, the plugin defined here is not able to fully check my dataset as it can't find the reference metadata. The time checks also fail.
In my cmorization code, I pull the « higher resolution » table when this happens, so in the case of 3hr, I look into the 1hr table. Would this kind of relaxation be of interest here ? If so, I could try my hand at implementing it in wcrp_base.py. This part is shared, but I guess this change could be made be specific to CORDEX.
For CORDEX-CMIP6, I have some data that we only have at the 3hr frequency. I was under the understanding that it was appropriate to publish those to the ESGF even though there is no "3hr" table in the CORDEX-CMIP6 project.
However, the plugin defined here is not able to fully check my dataset as it can't find the reference metadata. The time checks also fail.
In my cmorization code, I pull the « higher resolution » table when this happens, so in the case of 3hr, I look into the 1hr table. Would this kind of relaxation be of interest here ? If so, I could try my hand at implementing it in
wcrp_base.py. This part is shared, but I guess this change could be made be specific to CORDEX.