Then I need to calculate MOC, apply EOF on the Pacific region SST and save the data. However, that took me more than an hour, and I failed. Is there a smart way to do it?
somehow I got this error message:
“VariableNotFoundError: No files were found containing ‘u’ in the ‘025deg_jra55_ryf9091_gadi’ experiment”
Not sure where did wrong. I can find u is under ocean.nc …
aidanheerdegen
(Aidan Heerdegen, ACCESS-NRI Release Team Lead)
3
There are some issues with the CM2 data that make it very slow to process, and I believe it has to do with the number and structure of the variables, but @dougiesquire knows more of the detail so he might be able to tell you more.
ocean.nc is yearly output so this call won’t pick it up due to the frequency input. It looks like there might not be any monthly output for u in this run. It’s RYF, so if you want the data feel free to extend the run (or I can do it if you need it)?
2 Likes
clairecarouge
(Claire Carouge, ACCESS-NRI Land Modelling Team Lead)
5
Arnold, I don’t know if you know about it but the COSIMA Cookbook also has a Data Explorer that allows you to find which experiments have what outputs.
This way you can either check that the experiment you are interested in has the variables you need. Or inversely, which experiments have the variables you need.
Hmmmmm, the CM2 database contains CICE, ATM, and OCN. SST can be found in both CICE and ocean models. However, to obtain data from the atmosphere model, one needs to deal with the stash code and map it to the data, which can take a considerable amount of time. Thank you, guys!