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
The mask in the file "gridio_gfs.f90" is incorrect. We need to update the code to correctly generate the mask for the output variable "soilsnow_mask":
0: Ocean/glacier
1: Snow-free land
2: Snow-covered land
The code incorrectly classifies snow-covered sea-ice grids as snow-covered land because the variable "weasd" included snow-covered sea-ice grids. Also, glaciers are not being included in 0.
The text was updated successfully, but these errors were encountered:
The mask in the file "gridio_gfs.f90" is incorrect. We need to update the code to correctly generate the mask for the output variable "soilsnow_mask":
The code incorrectly classifies snow-covered sea-ice grids as snow-covered land because the variable "weasd" included snow-covered sea-ice grids. Also, glaciers are not being included in 0.
The text was updated successfully, but these errors were encountered: