From 09c1662a6fc21a286ab6b4213ffcaeb94a232851 Mon Sep 17 00:00:00 2001 From: peterdudfield Date: Tue, 19 Dec 2023 14:53:52 +0000 Subject: [PATCH] PR comment --- quartz_solar_forecast/eval/nwp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz_solar_forecast/eval/nwp.py b/quartz_solar_forecast/eval/nwp.py index aa93e3c5..1edc3a20 100644 --- a/quartz_solar_forecast/eval/nwp.py +++ b/quartz_solar_forecast/eval/nwp.py @@ -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"