Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spurious line in tripolar to regular interpolation #83

Closed
AminIlia-NOAA opened this issue Oct 3, 2024 · 1 comment
Closed

Spurious line in tripolar to regular interpolation #83

AminIlia-NOAA opened this issue Oct 3, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@AminIlia-NOAA
Copy link
Contributor

AminIlia-NOAA commented Oct 3, 2024

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

image

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

@AminIlia-NOAA AminIlia-NOAA added the bug Something isn't working label Oct 3, 2024
@AminIlia-NOAA AminIlia-NOAA mentioned this issue Oct 3, 2024
6 tasks
aerorahul pushed a commit that referenced this issue Oct 17, 2024
Changed minlat in masking_mod.F90 to -78
Resolves ##83
@aerorahul
Copy link
Contributor

Closed via #84

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants