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
During debugging of ufs-community/ufs-weather-model#2562 it was found that the source 1/4deg ice files can contain phantom ice. This is where there is no ice coverage sum(aicen(ncat))==0 but there is ice volume max(vicen(ncat)>0) as shown below
A second issue was found where sum(aicen(ncat))>0 on land as shown here
The downscaling utility should be updated to check for these two pathologies.
The text was updated successfully, but these errors were encountered:
During debugging of ufs-community/ufs-weather-model#2562 it was found that the source 1/4deg ice files can contain phantom ice. This is where there is no ice coverage
sum(aicen(ncat))==0
but there is ice volumemax(vicen(ncat)>0)
as shown belowA second issue was found where
sum(aicen(ncat))
>0 on land as shown hereThe downscaling utility should be updated to check for these two pathologies.
The text was updated successfully, but these errors were encountered: