recipe_ocean_amoc.yml with CMIP6 data in JASMIN #3122
-
Hello, I am trying to run the example recipe_ocean_amoc.yml, but now for certain CMIP6 data. I can run it in JASMIN fine for CMIP5, but keep getting errors when I change to CMIP6. Specifically I would like to run it for picontrols of CanESM5, MPI-ESM1-2-LR, and HadGEM3. I only need to calculate the amoc at 26N, I do not need any of the other outputs that this script makes. The changes I have made are: exp:piControl, and I have added grid:gn and mip:Omon. The error I get looks like this;
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Could you please post the exact recipe that you're trying to run? You can rename it so it ends with .txt if GitHub doesn't allow uploading it. |
Beta Was this translation helpful? Give feedback.
-
Here is the full script I am trying to use, here just for CanESM5:
Thanks, any help at all will be apreciated! |
Beta Was this translation helpful? Give feedback.
-
Hi @RChapman1407 👋 Thank you for getting in touch! 😊 I wanted to let you know that I edited your post to add triple back ticks (```) around the recipe text so that it renders as code (which makes it easier to read!) 🥳 I believe the error you are getting is due to the fact that the A slightly longer explaination: if I'm following the code correctly, the derivation of the I downloaded the It should be possible to download the I hope that helps? Please let me know if you have any other questions! 😁 |
Beta Was this translation helpful? Give feedback.
Hi @RChapman1407 👋 Thank you for getting in touch! 😊 I wanted to let you know that I edited your post to add triple back ticks (```) around the recipe text so that it renders as code (which makes it easier to read!) 🥳
I believe the error you are getting is due to the fact that the
msftmz
variable isn't available on JASMIN (in/badc/cmip6/data/CMIP6/CMIP/CCCma/CanESM5/piControl/r1i1p1f1/Omon/
).A slightly longer explaination: if I'm following the code correctly, the derivation of the
amoc
variable requires eithermsftmz
andmsftyz
for CMIP6 (see preprocessor/_derive/amoc.py). However, according to the CMIP6-CEDA Data Search, themsftyz
variable is not available for the facets detailed in y…