Skip to content

Commit 982a3ac

Browse files
committed
Add Hawaii data
1 parent 57e7e96 commit 982a3ac

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

opendrift_leeway_webgui/simulation.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ def main():
116116
raise
117117
readers.append(Reader(ds, name=dataset_id))
118118
simulation.add_reader(readers)
119+
sources = [
120+
"https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd",
121+
]
122+
simulation.add_readers_from_list(sources, lazy=False)
123+
119124
else:
120125
sources = [
121126
"https://tds.hycom.org/thredds/dodsC/GLBy0.08/latest",

0 commit comments

Comments
 (0)