Skip to content

Commit

Permalink
Update NCI thredds URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mx-moth committed Jun 19, 2024
1 parent 7c1baf8 commit 9f07205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/kgari-transect.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from emsarray import plot, transect
from matplotlib import pyplot

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

Expand Down

0 comments on commit 9f07205

Please sign in to comment.