Replies: 1 comment 1 reply
-
|
The parameter The other arguments are associated with the latitude and longitude of the grid before rotation. Therefore you have to compute |
Beta Was this translation helpful? Give feedback.
-
|
The parameter The other arguments are associated with the latitude and longitude of the grid before rotation. Therefore you have to compute |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Question: Extending Arctic simulation to North Pole (90°N)
Background
I am working on a regional Arctic ocean-sea ice coupled simulation using ClimaOcean. I started from the
arctic_simulation.jlexample, fixed several bugs in the original code, and now have it running successfully with the following configuration:My Questions
1. Can I extend the current
RotatedLatitudeLongitudeGridto cover the North Pole (90°N)?For example, if I change to
latitude = (65, 90), would this work given that the grid north pole is rotated to(0, -90)? Or will I still encounter polar singularity issues despite the rotation?2. Is it possible to configure a regional
TripolarGridfor the Arctic?I understand that
TripolarGrid(from OrthogonalSphericalShellGrids.jl) can handle polar singularities by placing two grid poles over land. However, all examples I've seen use global domains. CanTripolarGridbe configured for a regional Arctic domain (e.g., 65°N-90°N) instead of requiring a full global grid?3. What is the recommended approach for regional Arctic simulations including the North Pole?
My goal is to simulate the entire Arctic basin from 65°N to 90°N with higher resolution than would be feasible for a global domain.
System Information:
Note: If needed, I can provide my complete working code (with the fixes I made to the original example) for reference.
Beta Was this translation helpful? Give feedback.
All reactions