We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e7e96 commit 982a3acCopy full SHA for 982a3ac
1 file changed
opendrift_leeway_webgui/simulation.py
@@ -116,6 +116,11 @@ def main():
116
raise
117
readers.append(Reader(ds, name=dataset_id))
118
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
+
124
else:
125
sources = [
126
"https://tds.hycom.org/thredds/dodsC/GLBy0.08/latest",
0 commit comments