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

Update masking_mod.F90 #84

Merged
merged 3 commits into from
Oct 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ocnicepost.fd/masking_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ subroutine remap_masks(vfill)
! local variables
integer :: rc, ncid, varid, n
character(len=240) :: wgtsfile
real :: minlat = -79.75
real :: minlat = -78.00
Copy link
Contributor

@DeniseWorthen DeniseWorthen Oct 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AminIlia-NOAA Did you verify that this minimum is valid for all OCN resolutions, meaning no spurious interpolated values appear at any rectilinear resolution?

The last valid ocean grid point is at

1/4deg 78.525S
1/2deg 77.72S
1deg 77.77S
5deg 75S

Copy link
Contributor Author

@AminIlia-NOAA AminIlia-NOAA Oct 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DeniseWorthen Thank you for your comment.

Yes, this should resolve it. However as I mention the main problem could be source from another thing. We will loose some computational nodes for 1/4 deg however those are outside ocean edge. Please let me know your opinion.


real, allocatable, dimension(:) :: out1d

Expand Down
Loading