Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 76d7967

Browse files
committed
update config to 60 minutes for nwp
1 parent df4ae7f commit 76d7967

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

nowcasting_dataset/config/gcp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ input_data:
77
gsp:
88
forecast_minutes: 60
99
gsp_zarr_path: gs://solar-pv-nowcasting-data/PV/GSP/v2/pv_gsp.zarr
10-
history_minutes: 30
10+
history_minutes: 60
1111
nwp:
1212
forecast_minutes: 60
1313
history_minutes: 30

nowcasting_dataset/config/on_premises.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ input_data:
2323
- hcc
2424
nwp_image_size_pixels: 64
2525
nwp_zarr_path: /mnt/storage_b/data/ocf/solar_pv_nowcasting/nowcasting_dataset_pipeline/NWP/UK_Met_Office/UKV/zarr/UKV__2018-01_to_2019-12__chunks__variable10__init_time1__step1__x548__y704__.zarr
26+
history_minutes: 60
2627

2728
#---------------------- PV -------------------
2829
pv:

tests/config/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ input_data:
1010
- t
1111
nwp_image_size_pixels: 2
1212
nwp_zarr_path: tests/data/nwp_data/test.zarr
13+
history_minutes: 60
1314
pv:
1415
pv_filename: tests/data/pv_data/test.nc
1516
pv_metadata_filename: tests/data/pv_metadata/UK_PV_metadata.csv

0 commit comments

Comments
 (0)