Open jswijnands opened 1 week ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
3 out of 4 committers have signed the CLA.
:white_check_mark: jswijnands
:white_check_mark: havardhhaugen
:white_check_mark: Sooph-knmi
:x: Sophie Buurman
Description of functionality Four new metrics have been added for stretched grid models. The first two metrics compute the weighted MSE (i) only inside the regional domain and (ii) only outside the regional domain. The former will allow for comparison of LAM and stretched grid models in the future. Further, two additional metrics have been added that compute the contributions of these components to the overall weighted MSE. This enables monitoring which of the two is the main driver of the training process, as it indicates whether we are mainly optimising the loss inside or outside the regional domain.
Configuration options Both features can be turned on or off in the config options by specifying the following stretched grid metrics (sg_metrics) in the diagnostics config:
Outputs Plots of these metrics are generated in MLFlow, specified as ‘wmse_inside_lam_epoch’, ‘wmse_outside_lam_epoch’, ‘wmse_inside_lam_contribution_epoch’, and ‘wmse_outside_lam_contribution_epoch’.
Further comments