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

Added Calc_dt for cubesphere. #139

Closed cfangwen-uofm closed 1 year ago

cfangwen-uofm commented 1 year ago

Description

Added a calc_dt_cubesphere() for cubesphere. dtx and dty are based on contravariant (reference) speed of sound. Also updated main_test_coord() with current version of Aether.

I have also added two arma_vec drefx and drefy, with the rows representing altitudes, as a construct to feed into calc_dt_cubesphere(). xy reference grid should equidistant, so we are not getting a full matrix of dx and dy.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

I have tested drefx and drefy as they vary by altitude and is (almost) the same number (since they should be the same as the grid resolution is square and equidistant).

I have not tested calc_dt_cubesphere(); it needs to be incorporate into the cubesphere workflow since this requires further changes in code.

Test configuration

Checklist: