Skip to content

Commit

Permalink
use sample zarr
Browse files Browse the repository at this point in the history
  • Loading branch information
sadamov committed Feb 4, 2025
1 parent 49ba0a4 commit c07d635
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/notebooks/gridded_cosmo.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
# sliced and indexed according to the values in this config.

# Paths to the data (in zarr format!)
PATH_GROUND_TRUTH = "/capstor/store/cscs/swissai/a01/sadamov/cosmo_ml_data.zarr"
PATH_NWP = "/capstor/store/cscs/swissai/a01/sadamov/cosmo_ml_data.zarr"
PATH_ML = "/capstor/store/cscs/swissai/a01/sadamov/cosmo_ml_data.zarr"
PATH_GROUND_TRUTH = "/capstor/store/cscs/swissai/a01/sadamov/cosmo_sample.zarr"
PATH_NWP = "/capstor/store/cscs/swissai/a01/sadamov/cosmo_sample.zarr"
PATH_ML = "/capstor/store/cscs/swissai/a01/sadamov/cosmo_sample.zarr"
# Temporal resolution in hours.
TEMPORAL_RESOLUTION = 1
# Selection of time steps (e.g. ["2021-01-01T06", "2021-01-05T00"], or [None,
# None])
DATETIMES = ["2020-09-01T00", "2020-09-12T17"]
DATETIMES = ["2016-01-01T00", "2016-01-10T00"]
# Selection spatial grid in projection
X = [None, None]
Y = [None, None]
Expand Down

0 comments on commit c07d635

Please sign in to comment.