Skip to content

Commit

Permalink
Merge branch 'openclimatefix:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
MAYANK12SHARMA authored Jan 23, 2025
2 parents dc8f608 + ec28ebe commit 645918c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nwp_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ def nwp_page():
for ds in lat_lon_datasets:
if ds in d_one_channel_one_step.variables:
values = d_one_channel_one_step[ds]
elif ds.lower() in d_one_channel_one_step.variables:
values = d_one_channel_one_step[ds.lower()]

if "UKV" in d_one_channel_one_step.variables:
values = d_one_channel_one_step["UKV"]
Expand Down

0 comments on commit 645918c

Please sign in to comment.