Skip to content

Commit

Permalink
Merge branch 'main' into ramp_rate
Browse files Browse the repository at this point in the history
  • Loading branch information
dfulu committed Oct 25, 2023
2 parents 9f7eb15 + 6f42083 commit 16349a6
Show file tree
Hide file tree
Showing 20 changed files with 1,022 additions and 166 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
# python code formatting/linting
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: "v0.0.282"
rev: "v0.0.286"
hooks:
- id: ruff
args: [--fix]
Expand All @@ -25,7 +25,7 @@ repos:
args: [--line-length, "100"]
# yaml formatting
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.1
rev: v3.0.2
hooks:
- id: prettier
types: [yaml]
363 changes: 362 additions & 1 deletion configs/datamodule/configuration/gcp_configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,369 @@ input_data:
time_resolution_minutes: 30
metadata_only: false

pv:
pv_files_groups:
- label: solar_sheffield_passiv
pv_filename: /mnt/disks/nwp/passive/v0/passiv.netcdf
pv_metadata_filename: /mnt/disks/nwp/passive/v0/system_metadata_OCF_ONLY.csv
pv_ml_ids:
[
154,
155,
156,
158,
159,
160,
162,
164,
165,
166,
167,
168,
169,
171,
173,
177,
178,
179,
181,
182,
185,
186,
187,
188,
189,
190,
191,
192,
193,
197,
198,
199,
200,
202,
204,
205,
206,
208,
209,
211,
214,
215,
216,
217,
218,
219,
220,
221,
225,
229,
230,
232,
233,
234,
236,
242,
243,
245,
252,
254,
255,
256,
257,
258,
260,
261,
262,
265,
267,
268,
272,
273,
275,
276,
277,
280,
281,
282,
283,
287,
289,
291,
292,
293,
294,
295,
296,
297,
298,
301,
302,
303,
304,
306,
307,
309,
310,
311,
317,
318,
319,
320,
321,
322,
323,
325,
326,
329,
332,
333,
335,
336,
338,
340,
342,
344,
345,
346,
348,
349,
352,
354,
355,
356,
357,
360,
362,
363,
368,
369,
370,
371,
372,
374,
375,
376,
378,
380,
382,
384,
385,
388,
390,
391,
393,
396,
397,
398,
399,
400,
401,
403,
404,
405,
406,
407,
409,
411,
412,
413,
414,
415,
416,
417,
418,
419,
420,
421,
422,
423,
424,
425,
426,
427,
429,
431,
435,
437,
438,
440,
441,
444,
447,
450,
451,
453,
456,
457,
458,
459,
464,
465,
466,
467,
468,
470,
471,
473,
474,
476,
477,
479,
480,
481,
482,
485,
486,
488,
490,
491,
492,
493,
496,
498,
501,
503,
506,
507,
508,
509,
510,
511,
512,
513,
515,
516,
517,
519,
520,
521,
522,
524,
526,
527,
528,
531,
532,
536,
537,
538,
540,
541,
542,
543,
544,
545,
549,
550,
551,
552,
553,
554,
556,
557,
560,
561,
563,
566,
568,
571,
572,
575,
576,
577,
579,
580,
581,
582,
584,
585,
588,
590,
594,
595,
597,
600,
602,
603,
604,
606,
611,
613,
614,
616,
618,
620,
622,
623,
624,
625,
626,
628,
629,
630,
631,
636,
637,
638,
640,
641,
642,
644,
645,
646,
650,
651,
652,
653,
654,
655,
657,
660,
661,
662,
663,
666,
667,
668,
670,
675,
676,
679,
681,
683,
684,
685,
687,
696,
698,
701,
702,
703,
704,
706,
710,
722,
723,
724,
725,
727,
728,
729,
730,
732,
733,
734,
735,
736,
737,
]
history_minutes: 180
forecast_minutes: 0
time_resolution_minutes: 5

nwp:
nwp_zarr_path: /mnt/disks/nwp/UKV_intermediate_version_7.zarr
nwp_zarr_path: /mnt/disks/nwp_rechunk/UKV_intermediate_version_7.1.zarr
history_minutes: 120
forecast_minutes: 480
time_resolution_minutes: 60
Expand Down
Loading

0 comments on commit 16349a6

Please sign in to comment.