Skip to content

Commit c044568

Browse files
committed
minor corrections, and making cronjob one step more complete (+grid)
1 parent f5467ca commit c044568

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

WWCS/dashboard/service/cronjob_OM.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ echo "=== RETRIEVE EMCWF FORECASTS ==="
1818

1919
/home/wwcs/venv/bin/python3 get_open_meteo/get_open_meteo_extended.py > cronout/open-meteo-ext.out
2020

21-
# /home/wwcs/venv/bin/python3 get_open_meteo/get_open_meteo_grid.py > cronout/open-meteo-grd.out
21+
/home/wwcs/venv/bin/python3 get_open_meteo/get_open_meteo_grid.py > cronout/open-meteo-grd.out
2222

2323
/home/wwcs/venv/bin/python3 get_open_meteo/concatenate_open-meteo.py > cronout/open-meteo-concat.out
2424

WWCS/dashboard/service/get_open_meteo/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
from common import USERNAME, PASSWORD
1313

1414

15-
#ROOT_PATH = Path("/home/wwcs/wwcs/WWCS")
16-
ROOT_PATH = Path("/home/boris/wwcs/WWCS_repo/wwcs/WWCS")
15+
ROOT_PATH = Path("/home/wwcs/wwcs/WWCS")
16+
#ROOT_PATH = Path("/home/boris/wwcs/WWCS_repo/wwcs/WWCS")
1717
#ROOT_PATH = Path("/home/jdavid/sandboxes/Caritas/wwcs/WWCS")
1818

1919
CONFIG_PATH = ROOT_PATH / "config.yaml"

0 commit comments

Comments
 (0)