Skip to content
Snippets Groups Projects
Commit f57ecf9a authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Use correct input path.

parent bd7e0a4d
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,8 @@ from climax.main.config import (ERA5_PATH, ERA5_PLEVELS, OBS_PATH, PREDICTAND,
if __name__ == '__main__':
# initialize ERA5 predictor dataset
Era5 = ERA5Dataset(ERA5_PATH, ERA5_VARIABLES, plevels=ERA5_PLEVELS)
Era5 = ERA5Dataset(ERA5_PATH.joinpath('ERA5'), ERA5_VARIABLES,
plevels=ERA5_PLEVELS)
Era5_ds = Era5.merge()
# initialize OBS predictand dataset
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment