Skip to content
Snippets Groups Projects
Commit 88622340 authored by Ralf Mueller's avatar Ralf Mueller :fishing_pole_and_fish:
Browse files

Delete Untitled2.ipynb

parent c8480b5e
No related branches found
No related tags found
No related merge requests found
Pipeline #11279 passed
%% Cell type:code id: tags:
``` python
import intake
col = intake.open_esm_datastore("/pool/data/Catalogs/dkrz_cmip6_disk_netcdf.json")
```
%% Cell type:code id: tags:
``` python
query = dict(
variable_id=["fco2antt","siextentn"],
table_id=["Amon","SImon"],
experiment_id=["historical"])
cat = col.search(**query)
```
%% Cell type:code id: tags:
``` python
print(cat.df)
```
%% Cell type:code id: tags:
``` python
xr_dict = cat.to_dataset_dict(cdf_kwargs={"chunks":{"time":1}})
print(xr_dict)
```
%% Cell type:code id: tags:
``` python
cat.df["path"]
```
%% Cell type:code id: tags:
``` python
cat.df["path"][839]
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment