Skip to content

Commit 37b54bf

Browse files
committed
Corrected paths
1 parent 1550db6 commit 37b54bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

climetlab_eumetnet_postprocessing_benchmark/EUPreciP/precipitations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,6 @@ def __init__(self, parameter):
117117
elif parameter == "mterh":
118118
CosmoDataForecast.__init__(self, "_model_terrain_height")
119119
elif parameter == "hsurf_DE":
120-
CosmoDataForecast.__init__(self, "_COSMO_DE_mean_orographic_height.zarr")
120+
CosmoDataForecast.__init__(self, "_COSMO_DE_mean_orographic_height")
121121
elif parameter == "hsurf_D2":
122-
CosmoDataForecast.__init__(self, "_COSMO_D2_mean_orographic_height.zarr")
122+
CosmoDataForecast.__init__(self, "_COSMO_D2_mean_orographic_height")

0 commit comments

Comments
 (0)