AetherModel / Aether

This is the home of the Aether model of the thermosphere and ionosphere
GNU General Public License v3.0
19 stars 29 forks source link

Exchange messages interpolation #147

Closed aaronjridley closed 5 months ago

aaronjridley commented 5 months ago

Description

In the cubesphere grid, the ghostcells don't line up when they go on to a different face. The old way of dealing with this was to put the ghostcells at the location of the cells on the other face. This does not work for the gradient calculator or the advection scheme, which assumes that the cells all line up along constant lines, and can be projected onto the same flat cube face. So, instead, the cells from the other face are interpolated to the location of the ghostcells on the current face. This seems to work for some faces, but doesn't seem to be exact. This needs to be investigated more at a later time.

Type of change

How Has This Been Tested?

The latitude and longitude are message passed in the test and are verified to be in the same location in the ghostcells.

Test configuration

Checklist: