File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1212from 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
1919CONFIG_PATH = ROOT_PATH / "config.yaml"
You can’t perform that action at this time.
0 commit comments