Skip to content

Commit

Permalink
stuff is broken I do not comprehend
Browse files Browse the repository at this point in the history
  • Loading branch information
Capucine Lechartre committed May 2, 2024
1 parent 0f5217a commit c2bb7a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions neural_lam/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,12 @@
EVAL_PLOT_VARS = ["T_2M"]
STORE_EXAMPLE_DATA = True
SELECTED_PROJ = ccrs.PlateCarree()
EXAMPLE_FILE = "data/cosmo/samples/train/data_2015112800.zarr"
EXAMPLE_FILE = "data/cosmo/samples/train/data.zarr"
SAMPLE_GRIB = "/users/clechart/neural-lam/templates/lfff02180000"
SAMPLE_Z_GRIB = "/users/clechart/neural-lam/templates/lfff02180000z"
CHUNK_SIZE = 100
EVAL_DATETIME = "2020100215"
EVAL_PLOT_VARS = ["TQV"]
EVAL_DATETIME = ["2020100215"]
EVAL_PLOT_VARS = ["QV"]
STORE_EXAMPLE_DATA = False
COSMO_PROJ = ccrs.PlateCarree()
SELECTED_PROJ = COSMO_PROJ
Expand Down

0 comments on commit c2bb7a1

Please sign in to comment.