Skip to content

Commit 9f07205

Browse files
committed
1 parent 7c1baf8 commit 9f07205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/kgari-transect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from emsarray import plot, transect
44
from matplotlib import pyplot
55

6-
dataset_url = 'https://dapds00.nci.org.au/thredds/dodsC/fx3/model_data/gbr4_bgc_GBR4_H2p0_B2p0_Chyd_Dcrt.ncml'
6+
dataset_url = 'https://thredds.nci.org.au/thredds/dodsC/fx3/model_data/gbr4_bgc_GBR4_H2p0_B2p0_Chyd_Dcrt.ncml'
77
dataset = emsarray.open_dataset(dataset_url).isel(time=-1)
88
dataset = dataset.ems.select_variables(['botz', 'temp'])
99

0 commit comments

Comments
 (0)