You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When training PVNet, the snow depth variable is specified in the config. But PVNet fails to train. This is due to the snow depth variable name sd not being in the constants.py file.
For the old ECMWF and Met Office datasets (no extending past 48 hours) the snow depth variable we pulled was called sde.
From the new extended NWP datasets, ECMWF snow depth variable is sd and Met Offices is sde.
Need to research the difference between sd and sde.
Will require a new constant to be added to the constants.py file to be able to train with snow depth.
The text was updated successfully, but these errors were encountered:
sd is from the met office live data, it's the Snow Depth Water Equivalent in and it's measured in kgm-2
sde is from ceda, also snow depth water equivalent, but this one is measured in m
They differ by a factor of ~1000
When training PVNet, the snow depth variable is specified in the config. But PVNet fails to train. This is due to the snow depth variable name
sd
not being in the constants.py file.For the old ECMWF and Met Office datasets (no extending past 48 hours) the snow depth variable we pulled was called
sde
.From the new extended NWP datasets, ECMWF snow depth variable is
sd
and Met Offices issde
.Need to research the difference between sd and sde.
Will require a new constant to be added to the constants.py file to be able to train with snow depth.
The text was updated successfully, but these errors were encountered: