@@ -12,28 +12,6 @@ input_data:
1212 dropout_timedeltas_minutes : null
1313 dropout_fraction : 0 # Fraction of samples with dropout
1414
15- # nwp:
16- # mo_global:
17- # provider: mo_global
18- # zarr_path: /mnt/storage_b/nwp/ceda/global/20*.zarr
19- # interval_start_minutes: -60
20- # interval_end_minutes: 1860
21- # time_resolution_minutes: 60
22- # channels:
23- # - temperature_sl
24- # - wind_u_component_10m
25- # - wind_v_component_10m
26- # image_size_pixels_height: 4
27- # image_size_pixels_width: 4
28- # # A random value from the list below will be chosen as the delay when dropout is used
29- # # If set to null no dropout is applied. Values must be negative.
30- # dropout_timedeltas_minutes: [-180]
31- # # Dropout applied with this probability
32- # dropout_fraction: 1.0
33- # # How long after the NWP init-time are we still willing to use this forecast
34- # # If null we use each init-time for all steps it covers
35- # max_staleness_minutes: null
36-
3715 nwp :
3816 ecmwf :
3917 provider : ecmwf
@@ -56,22 +34,4 @@ input_data:
5634 image_size_pixels_width : 24
5735 dropout_timedeltas_minutes : [-360]
5836 dropout_fraction : 1.0
59- max_staleness_minutes : null
60-
61- # gfs:
62- # provider: gfs
63- # dropout_fraction: 1.0
64- # dropout_timedeltas_minutes: [-300]
65- # interval_start_minutes: 0
66- # interval_end_minutes: 2160
67- # channels:
68- # - t
69- # - prate
70- # - u10
71- # - v10
72- # - u100
73- # - v100
74- # image_size_pixels_height: 2
75- # image_size_pixels_width: 2
76- # zarr_path: /mnt/storage_b/nwp/gfs/nw_india/gfs_nw_india_*.zarr
77- # time_resolution_minutes: 180
37+ max_staleness_minutes : null
0 commit comments