Giter Club home page Giter Club logo

coreevolution's Introduction

Core evolution

This package is the implementation of the equations for the energy budget of the core of a rocky body with a known Core-Mantle Boundary heat flow evolution.

Installation

Requirements: python (>3.6), numpy, scipy, matplotlib, pandas, pyyaml

You can install the package with python thanks to the setup.py

python setup.py install

Notebooks

How to cite this work

Scientific publication: Bonati et al. (2021), accepted to JGR:Planets

Cite the package:

coreevolution's People

Contributors

irenebonati avatar marinelasbleis avatar

Watchers

 avatar  avatar

Forkers

guilhem-ferre

coreevolution's Issues

assert in the init function

These asserts:
# Check if the IC radius and melting temperature I find correspond to the ones in the planet structure
if self.planet.S == 0:
assert int(self.planet.TL0) == int(self.planet.TL0_0), int(
self.planet.r_IC_0) == int(self.planet.r_IC_0)
elif self.planet.S == 0.05:
assert int(self.planet.TL0) == int(self.planet.TL0_005), int(
self.planet.r_IC_0) == int(self.planet.r_IC_005)
elif self.planet.S == 0.11:
assert int(self.planet.TL0) == int(self.planet.TL0_011), int(
self.planet.r_IC_0) == int(self.planet.r_IC_011)

Should we keep them? We need to rewrite them when we change the T liquidus, so it's quite heavy.
Maybe remove it in another function (that woul then be rewritten when a new class is made, inheriting functions from Evolution class?)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.