Skip to content

Commit

Permalink
PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Dec 19, 2023
1 parent 197f506 commit 09c1662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartz_solar_forecast/eval/nwp.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def get_nwp_for_one_timestamp_one_location(
timestamp_floor = timestamp.floor("6H")
date_and_hour, huggingface_file = make_hf_filename(timestamp_floor)

# dataset variables
# dataset variables, note these are unique for ICON
variables = ["t_2m", "tot_prec", "clch", "clcm", "clcl", "u", "v", "aswdir_s", "aswdifd_s"]

cache_dir = "data/nwp"
Expand Down

0 comments on commit 09c1662

Please sign in to comment.