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 files output by the snowfall generation script (generate_prsn) have a strange issue with their fill values. The values themselves are the same as they in the parent pr netCDF, -32767. However, they do not mask appropriately displaying the number rather than an _. Furthermore, the metadata states that the fill values should be 32768.
I assume the issue is occurring somewhere in create_prsn_netcdf_from_source(...) but cannot say for sure. This needs to be explored further.
The text was updated successfully, but these errors were encountered:
The files output by the snowfall generation script (
generate_prsn
) have a strange issue with their fill values. The values themselves are the same as they in the parentpr
netCDF,-32767
. However, they do not mask appropriately displaying the number rather than an_
. Furthermore, the metadata states that the fill values should be32768
.I assume the issue is occurring somewhere in
create_prsn_netcdf_from_source(...)
but cannot say for sure. This needs to be explored further.The text was updated successfully, but these errors were encountered: