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

add starter notbook for CO2 exercise (zen)

parent 6498f04e
No related branches found
No related tags found
1 merge request!2Draft: add link to debugging document
Source diff could not be displayed: it is too large. Options to address this: view the blob.
%% Cell type:code id: tags:
``` python
```
%% 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=["siextentn","co2mass"],member_id=['r1i1p1f1'],
experiment_id="historical")
cat=col.search(require_all_on=["source_id"],
**query)
cat.unique("table_id")
```
%% Cell type:code id: tags:
``` python
from cdo import Cdo
cdo = Cdo()
cdo.version()
```
%% Cell type:code id: tags:
``` python
cdo.sinfov(input='-topo')
```
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