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

Get the Code to Work with Restarts Again #148

Closed aaronjridley closed 6 months ago

aaronjridley commented 6 months ago

Description

Addresses #103

When the cubesphere was fully implemented, the restarts stopped working. So, this was solved by no restarting the grid for cubespheres. That is sort of a hack, but there are so many variables that are calculated for the cubesphere that it doesn't make much sense to actually restart it.

Further, restarts have never worked without netCDF files. A reader for binary file containers is included in this pull. That solves the problem of the netCDFs.

Type of change

How Has This Been Tested?

In the tests/restart* directories, there are different tests for restarting the code.

Test configuration

Checklist: