Skip to content

Commit ce85f2c

Browse files
committed
Update LOCA2 sensor frequency for daily data processing to improve performance
1 parent 102714e commit ce85f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

downscaled_climate_data/sensors/loca2_sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from downscaled_climate_data.sensors.loca2_models import Loca2Models
1616

1717
# Give ourselves fifteen minutes to process a single model/scenario
18-
LOCA2_SENSOR_FREQUENCY = 3600 * 15
18+
LOCA2_SENSOR_FREQUENCY = 60 * 15
1919

2020
# For the smaller, monthly files, we can process them more frequently
2121
LOCA2_MONTHLY_SENSOR_FREQUENCY = 120

0 commit comments

Comments
 (0)