CMIP6 "ocean" data for HighResMIP simulations

Hi
I was wondering if anyone else is using the CMIP6 HighResMIP data (https://collab.knmi.nl/project/highresmip/) ?

I didn’t find ocean variable on the data catalog stored on google cloud. I got an empty dataframe when I run:

df = pd.read_csv('https://storage.googleapis.com/cmip6/cmip6-zarr-consolidated-stores.csv')
df_highres = df.query("activity_id=='HighResMIP' & variable_id == 'uo' ")

It seems that the only table_id available for these simulations are:

['Amon' '6hrPlev' '3hr' '6hrPlevPt' 'day' 'CF3hr' 'E3hr' 'AERmon' 'CFday'
 'LImon' 'Lmon' 'AERday' 'SIday' 'SImon']

Should I look for it somewhere else?

Thanks, Loïc

The data in the cloud are populated based on user request. If you want this data, you should make a request for it.

1 Like

Great thank you @rabernat. Before requesting it, I will see if I don’t have other “easy” possibility to access it.

1 Like