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
There is a spurious line for low resolution model in the interpolated SST grid in very low latitudes. The main reason for this issue unclear (could be due to masking issue in SST parameter in model or problem in weighting functions in my view).
To resolve this issue, I submitted a PR for changing minlat in to -78.0 as the ocean edge start from this latitude. This will mask the spurious results for these latitudes.
What is wrong?
There is a spurious line for low resolution model in the interpolated SST grid in very low latitudes. The main reason for this issue unclear (could be due to masking issue in SST parameter in model or problem in weighting functions in my view).
To resolve this issue, I submitted a PR for changing minlat in to -78.0 as the ocean edge start from this latitude. This will mask the spurious results for these latitudes.
@LydiaStefanova-NOAA @NeilBarton-NOAA @DeniseWorthen
What should have happened?
Change minlat to -78 in masking_mod.F90
What machines are impacted?
All or N/A
Steps to reproduce
change minlat in masking_mod.F90 to -78.0 to remove spurious results from interpolated grid
Additional information
change minlat in masking_mod.F90 to -78.0 to remove spurious results from interpolated grid
Do you have a proposed solution?
Yes
The text was updated successfully, but these errors were encountered: