Giter Site home page Giter Site logo

input-converter's Introduction

This directory contains Input Converter source files for the BART project.
It consists three modules:
InputConverter.py
PT.py
InitialPT.py


  InputConverter.py
=============================================================================
  This module currently contains one function readatm() that reads a TEA 
  final atmospheric file and returns a list containing number of layers in 
  the atmosphere, species names, radii, temperature, pressure, and each 
  species abundances separately. It opens an atm file to find markers for 
  species and the TEA data, retrieves the species list, reads data below the
  markers, and fills out data into corresponding arrays. The final 
  atmospheric file is produces based on the initial PT profile, thus 
  containing just initial PT values.
============================================================================

  initialPT.py
============================================================================
  Module that has two functions to produce an initial PT profile and plots 
  it. This module with the PT.py module is used in the BART initialization
  procedure. It produces and plots the non-inverted PT profile based on the
  Equation 2 in Madhusudhan and Seager 2009. The profile is then smoothed 
  using 1D Gaussian filter. The pressure array needs to be equally spaced 
  in log space. 
============================================================================

  PT.py 
============================================================================
  This module generates PT profiles for BART. The profiles are parametrized, 
  done in a similar fashion as in Madhusudhan and Seager 2009. The module
  contains the following functions:
  read_press_file()  - reads a pressure file and extracts a list of pressures
  planet_Teff()      - calculates planet effective temperate to constrain T3 
                       parameter
  PT_Inversion()     - generates inverted PT profile
  PT_NoInversion()   - generates non-inverted PT profile
  PT_generator()     - wrapper that calls either inverted or non-inverted 
                       generator
  plot_PT()          - plots PT profile
===============================================================


input-converter's People

Contributors

dzesmin avatar

Stargazers

 avatar

Watchers

Patricio Cubillos avatar  avatar  avatar

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.