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

Update dynamic_core.cc #6168

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Commits on Dec 1, 2024

  1. Update dynamic_core.cc

    The previous code would halt if no solution was found for the inner core, preventing the simulation from proceeding. This limitation made it impossible to observe the Earth's mantle evolution during cooling when the inner core had not yet formed.
    
    The updated code addresses this issue. Now, if the inner core has not formed, the simulation continues, allowing the core-mantle boundary (CMB) to cool. If the inner core eventually forms during the simulation, its radius will be recorded in the statistics.
    Francyrad authored Dec 1, 2024
    Configuration menu
    Copy the full SHA
    c7d00c6 View commit details
    Browse the repository at this point in the history