Unable to load CMOR table for "tasmax" with mip "days" #3583
-
Hi all, This is my first time posting here, I apologize in advance for anything that I may have done wrong. For a little background of what I am trying to do: I simply want to use the extract_shape and regrid preprocessors to go through multiple models with tasmax. When I ran ESMValTool, it was able to find all the .nc files but failed to run successfully due to the CMOR table. I am not sure what is causing this error, I checked the CMIP6_days.json file and made sure tasmax is in it. I also tried to treat tasmax as a custom variable and create my own version of cmor table but the same error occured. Therefore, I am posting to see if anyone has a solution to my problem, or points me to some documentation and references. I really appreciate any help you can provide. Here is the Dropbox link to one of the .nc files, if anyone would like to take a closer look. https://www.dropbox.com/scl/fi/6dyrpipkc217zkcywlrl4/tasmax_day_MBCn-PCIC-Blend_CanESM5_historical-ssp370_r1i1p2f1_gn_20410101-20451231.nc?rlkey=fol3e17w4j5riy0657ep0jcd1&st=vlf8gaw1&dl=0 Here is my recipe:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Hi @samlost9-9 and thanks for dropping by and using ESMValTool! It would help if you could post here (no Dropbox links etc) the recipe you are using, and if you are not using a recipe per se, post the script that you are running to see the way data is specified. The one clue I can already fish out is that you may have not put the custom table in the correct path where |
Beta Was this translation helpful? Give feedback.
-
@samlost9-9 cheers, this looks good! And the location for the custom CMOR table ( The problem here is that
Another option would be to use a custom variable table but have the variable renamed to eg |
Beta Was this translation helpful? Give feedback.
Thanks, from what I see, I would do following adjustment to your
config_developer.yml
and put
exp: historical-ssp370
in the recipe. I think it should work then. Also, are you at PCIC?