Skip to content

Commit

Permalink
Removing files that should not be merged
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper Wijnands committed Nov 6, 2024
1 parent 177544c commit 2d7be7a
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 395 deletions.
29 changes: 0 additions & 29 deletions anemoi_jobscript.sh

This file was deleted.

48 changes: 0 additions & 48 deletions lumi_train.sh

This file was deleted.

14 changes: 7 additions & 7 deletions src/anemoi/training/config/data/zarr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@ forcing:
- "sin_local_time"
- "insolation"
- "lsm"
#- "sdor"
#- "slor"
#- "z"
- "sdor"
- "slor"
- "z"
# features that are only part of the forecast state
# but are not used as the input to the model
diagnostic:
- tp
#- cp
- cp
remapped:

normalizer:
default: "mean-std"
min-max:
max:
# - "sdor"
# - "slor"
# - "z"
- "sdor"
- "slor"
- "z"
none:
- "cos_latitude"
- "cos_longitude"
Expand Down
199 changes: 0 additions & 199 deletions src/anemoi/training/config/debug_dowa.yaml

This file was deleted.

5 changes: 3 additions & 2 deletions src/anemoi/training/config/diagnostics/eval_rollout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ eval:
rollout: 12
frequency: 20
plot:
enabled: False
enabled: True
asynchronous: True
frequency: 750
sample_idx: 0
Expand All @@ -20,7 +20,7 @@ plot:
- 10v
- sp
- tp
# - cp
- cp
#Defining the accumulation levels for precipitation related fields and the colormap
accumulation_levels_plot: [0, 0.05, 0.1, 0.25, 0.5, 1, 1.5, 2, 3, 4, 5, 6, 7, 100] # in mm
cmap_accumulation: ["#ffffff", "#04e9e7", "#019ff4", "#0300f4", "#02fd02", "#01c501", "#008e00", "#fdf802", "#e5bc00", "#fd9500", "#fd0000", "#d40000", "#bc0000", "#f800fd"]
Expand Down Expand Up @@ -81,6 +81,7 @@ log:
log_model: False
project: 'Anemoi'
entity: ???
# logger options (these probably come with some overhead)
gradients: False
parameters: False
tensorboard:
Expand Down
Loading

0 comments on commit 2d7be7a

Please sign in to comment.