File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 75
75
"metadata" : {},
76
76
"outputs" : [],
77
77
"source" : [
78
- " df = pd.read_csv(\" https://storage.googleapis.com/cmip6/cmip6-zarr-consolidated-stores .csv\" )\n " ,
78
+ " df = pd.read_csv(\" https://cmip6. storage.googleapis.com/pangeo-cmip6 .csv\" )\n " ,
79
79
" print(f\" Number of rows: {len(df)}\" )\n " ,
80
80
" df.head()"
81
81
]
125
125
"id" : " 9ddfad3e-d4de-4c0a-be6f-53f1f7928f51" ,
126
126
"metadata" : {},
127
127
"source" : [
128
- " There's 274 modelled scenarios for SSP5.\n " ,
128
+ " There's 272 modelled scenarios for SSP5.\n " ,
129
129
" Let's just get the URL to the first one in the list for now."
130
130
]
131
131
},
229
229
"metadata" : {},
230
230
"outputs" : [],
231
231
"source" : [
232
- " zos_2015jan = ds.zos.sel(time=\" 2015-01-16\" ).isel(time=0 )\n " ,
233
- " zos_2100dec = ds.zos.sel(time=\" 2100-12-16\" ).isel(time=0 )"
232
+ " zos_2015jan = ds.zos.sel(time=\" 2015-01-16\" ).squeeze( )\n " ,
233
+ " zos_2100dec = ds.zos.sel(time=\" 2100-12-16\" ).squeeze( )"
234
234
]
235
235
},
236
236
{
You can’t perform that action at this time.
0 commit comments