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

add rof weights generation script #44

Open
anton-seaice opened this issue Jan 16, 2025 · 2 comments
Open

add rof weights generation script #44

anton-seaice opened this issue Jan 16, 2025 · 2 comments
Assignees

Comments

@anton-seaice
Copy link
Contributor

As described here add a script to make remapping weights which map runoff from land cells to ocean cells and conserve the total volume of runoff. This will use the esmf mesh format used by the OM3 mediator.

@aekiss
Copy link
Contributor

aekiss commented Jan 17, 2025

FYI here's the runoff misdirection problem we found previously with a kdtree method when the nearest ocean point is on the other side of a long skinny land barrier COSIMA/access-om2#130

@anton-seaice
Copy link
Contributor Author

Thanks!

It's possible a brute-force approach rather than a KD-tree would be fine - we only have to make the weights once. The brute-force approach would allow for a more accurante surface of a sphere distances in metres rather than euclidean (in degrees). It also might automate some cleverer handling of the nearest cell to preference cells connected through the ocean, rather than over land (although it would take some thinking to know how to include the JRA & deseas landmasks etc).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants