Skip to content

Commit

Permalink
Fix reference to Operational model
Browse files Browse the repository at this point in the history
  • Loading branch information
HCookie committed Dec 11, 2024
1 parent de51c45 commit 7d93f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ai_models_gencast/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def __init__(self, *args, **kwargs):

class GenCast0p25degOper(GenCast0p25deg):
def __init__(self, *args, **kwargs):
self.download_files.append("params/GenCast 0p25deg Operational <2019.npz")
self.download_files.append("params/GenCast 0p25deg Operational <2022.npz")
super().__init__(*args, **kwargs)


Expand Down

0 comments on commit 7d93f06

Please sign in to comment.