cooldwarf

Dynamic Brown Dwarf Cooling Model

https://github.com/tboudreaux/cooldwarf

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.6%) to scientific vocabulary
Last synced: 9 months ago · JSON representation ·

Repository

Dynamic Brown Dwarf Cooling Model

Basic Info
  • Host: GitHub
  • Owner: tboudreaux
  • License: mit
  • Language: TeX
  • Default Branch: master
  • Size: 2.92 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Changelog License Code of conduct Citation

README.md

Cool Dwarf Logo

CoolDwarf

CoolDwarf is a dynamic brown dwarf cooling model meant to cover short time scales with high accuracy. That is to say that CoolDwarf is not meant to trace cooling over gigayear, megayear, or even kiloyear timescales; rather, CoolDwarf is meant to trace cooling over minutes, hours, days, and year timescales.

The original reason for this project was to model the surface temperature profile of a brown dwarf + Mdwarf binary where the M dwarf exhibits a high degree of XRay flux (from flares).

CoolDwarf is still very early in its development and should not be taken as a scientificly useful software yet!

Development is ongoing and I hope to have a realease within the next 6 months.

Installation

If you with to install CoolDwarf for testing or development I reccomend using virtual enviroment and installing using pip

bash git clone https://github.com/tboudreaux/CoolDwarf cd CoolDwarf pip install . -e

Documentation

The documentation for CoolDwarf may be found here

Owner

  • Name: Emily Boudreaux
  • Login: tboudreaux
  • Kind: user
  • Location: Dartmouth College

I am a Fifth Year Graduate Student at Dartmouth College studying Astrophysics. My research focuses on numerical models of stellar evolution.

Citation (CITATION.cff)

cff-version: 1.1.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Boudreaux"
  given-names: "Emily"
  orcid: "https://orcid.org/0000-0002-2600-7513"
title: CoolDwarf
version: 0.0.1a
date-released: 2024-06-01
url: "https://github.com/tboudreaux/CoolDwarf"

GitHub Events

Total
Last Year

Dependencies

pyproject.toml pypi
  • matplotlib *
  • numpy *
  • pandas *
  • pybind11 *
  • scipy *
  • tqdm *
setup.py pypi