Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukhil Patel authored and Sukhil Patel committed Nov 15, 2024
1 parent 3293d40 commit 82186d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocf_datapipes/load/nwp/nwp.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __init__(
self.open_nwp = open_icon_eu
elif provider.lower() == "icon-global":
self.open_nwp = open_icon_global
elif provider.lower() in ("ecmwf", "mo_global"):
elif provider.lower() in ("ecmwf", "mo_global"): # same schema so using the same loader
self.open_nwp = open_ifs
elif provider.lower() == "gfs":
self.open_nwp = open_gfs
Expand Down

0 comments on commit 82186d6

Please sign in to comment.