Skip to content

Commit

Permalink
Added area_scaling config to cerra config
Browse files Browse the repository at this point in the history
  • Loading branch information
havardhhaugen committed Nov 8, 2024
1 parent 9423f67 commit 9575cce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/anemoi/training/config/stretched_grid_cerra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,9 @@ training:
rate: 5e-4 #8 * 0.625e-4
min: 2.4e-6 #8 * 3e-7
iterations: 150000

loss_scaling:
spatial:
_target_: anemoi.training.data.scaling.StretchedGridCutoutAreaWeights
target_nodes: ${graph.data}
cutout_weight_frac_of_global: 0.3

0 comments on commit 9575cce

Please sign in to comment.