We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 102714e commit ce85f2cCopy full SHA for ce85f2c
downscaled_climate_data/sensors/loca2_sensor.py
@@ -15,7 +15,7 @@
15
from downscaled_climate_data.sensors.loca2_models import Loca2Models
16
17
# Give ourselves fifteen minutes to process a single model/scenario
18
-LOCA2_SENSOR_FREQUENCY = 3600 * 15
+LOCA2_SENSOR_FREQUENCY = 60 * 15
19
20
# For the smaller, monthly files, we can process them more frequently
21
LOCA2_MONTHLY_SENSOR_FREQUENCY = 120
0 commit comments