Skip to content

Commit df14563

Browse files
committed
corrected path
1 parent 13fbbb9 commit df14563

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

WWCS/dashboard/service/get_open_meteo/concatenate_open-meteo.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
# Define global variables
1717
# --------------------------------
1818

19-
outdir = "/home/boris/wwcs/WWCS_repo/wwcs/WWCS/dashboard/service/get_open_meteo/ifsdata/" #BORIS
19+
#BORIS outdir = "/home/boris/wwcs/WWCS_repo/wwcs/WWCS/dashboard/service/get_open_meteo/ifsdata/"
20+
outdir = "/home/wwcs/wwcs/WWCS/dashboard/ifsdata/"
2021

2122
train_period = 30
2223
forecast_days = 10

WWCS/dashboard/service/get_open_meteo/get_open_meteo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def dataframe_to_netcdf(df: pd.DataFrame, filename: str, date_str: str):
8484

8585
sites = client.get_sites()
8686

87-
outdir = Path('ifsdata')
87+
outdir = Path('/home/wwcs/wwcs/WWCS/dashboard/ifsdata')
8888
outdir.mkdir(exist_ok=True)
8989

9090
forecast_delta = timedelta(days=forecast_days)

WWCS/dashboard/service/get_open_meteo/get_open_meteo_extended.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def dataframe_to_netcdf(df: pd.DataFrame, filename: str, date_str: str):
120120

121121
sites = client.get_sites()
122122

123-
outdir = Path('ifsdata')
123+
outdir = Path('/home/wwcs/wwcs/WWCS/dashboard/ifsdata')
124124
outdir.mkdir(exist_ok=True)
125125

126126
forecast_delta = timedelta(days=forecast_days)

WWCS/dashboard/service/get_open_meteo/learn.py

Whitespace-only changes.

0 commit comments

Comments
 (0)