Skip to content

Commit 6b5da48

Browse files
committed
Use different CMEMS wind sources
1 parent d45daef commit 6b5da48

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

opendrift_leeway_webgui/simulation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ def main():
9898
print("Using CMEMS")
9999
sources = [
100100
"cmems_mod_med_phy-cur_anfc_4.2km_PT15M-i",
101-
"cmems_mod_glo_phy_anfc_merged-uv_PT1H-i"
101+
"cmems_mod_glo_phy_anfc_merged-uv_PT1H-i",
102+
"cmems_obs-wind_glo_phy_nrt_l4_0.125deg_PT1H-i",
102103
]
103104
else:
104105
sources = [

0 commit comments

Comments
 (0)