cdo cmor abscure error message
Added by Pier Giuseppe Fogli about 5 years ago
Hi all,
I'm trying to use the cmor operator from cdo-1.9.1rc1 (anaconda dev) on OMIP-like ocean model output
and I got an error message I do not understand:
cdo cmor (Abort): , source_type
Could you tell me what's wrong please?
Info table and full output in attachment.
Thanks in advance,
P.G. Fogli
errmsg (3.45 KB) errmsg | |||
CMCC_OMIP2_info_table.txt (2.16 KB) CMCC_OMIP2_info_table.txt |
Replies (2)
RE: cdo cmor abscure error message - Added by Fabian Wachsmann about 5 years ago
Hi Pier Giuseppe Fogli,
I was able to standardize a test file of mine after adapting your info table:
calendar="noleap" grid="Here you can write a grid description, e.g.: 'standard'" further_info_url="https://furtherinfo.es-doc.org/CMIP6.CMCC.CMCC-CM2-HR4.omip2.none.r1i1p1f1" variant_label=r1i1p1f1 license="CMIP6 model data produced by CMCC is licensed under a Creative Commons Attribution ShareAlike 4.0 International License (https://creativecommons.org/licenses). Consult https://pcmdi.llnl.gov/CMIP6/TermsOfUse for terms of use governing CMIP6 output, including citation requirements and proper acknowledgment. Further information about this data, including some limitations, can be found via the further_info_url (recorded as a global attribute in this file) and. The data producers and data providers make no warranty, either express or implied, including, but not limited to, warranties of merchantability and fitness for a particular purpose. All liabilities arising from the supply of the information (including any liability arising in negligence) are excluded to the fullest extent permitted by law."
The calendar 365_days is implemented as "noleap" in cdo cmor. The attribute <grid> contains a grid description and is required as well as <further_info_url> and <variant_label>. The latter ones have a specific form and I am not sure what your initialization_index is so might have to change the value. In the license attribute, you need to specify an author for 'REQUIRED'.
Also, check that there are no linebreaks inside a value (I got some when I download the info table). It will fail no matter if you put in a quotes.
If you still have issues, could you provide a simple example file? It will help me to support you.
Best regards,
Fabi
RE: cdo cmor abscure error message - Added by Pier Giuseppe Fogli about 5 years ago
Hi Fabi,
these are my first attempts with the cmor operator.
I fixed the info table using your suggestions and now I'm able to produce the cmor-ized output.
Thank you very much for your help!
Best regards,
P.G. Fogli