Giter VIP home page Giter VIP logo

pylrt's Introduction

pyLRT - A simple python interface for LibRadTran

Edward Gryspeerdt - Space and Atmospheric Physics Group Imperial College London, 2020

A simple python interface/wrapper for LibRadTran.

Note that you will need to download LibRadTran separately from http://www.libradtran.org/doku.php

Features

  • A simple class for managing a set of options for UVSPEC
  • Can parse UVSPEC output into an xarray
  • Parses verbose output (so easy to use pre-calculated optical properties)
  • Includes a set of examples (for a set of atmospheric radiation lectures)

Setup

Run python setup.py install

To make use of the function get_lrt_folder(), place the path to your libradtran folder in the file ~/.pylrtrc

Usage

from pyLRT import RadTran, get_lrt_folder

LIBRADTRAN_FOLDER = get_lrt_folder()

slrt = RadTran(LIBRADTRAN_FOLDER)
slrt.options['rte_solver'] = 'disort'
slrt.options['source'] = 'solar'
slrt.options['wavelength'] = '200 2600'

output = slrt.run(verbose=True)

For more advanced examples, please see the examples directory.

Example plots

The impact of a cloud layer on the TOA radiance

The impact of a cloud layer on top of atmosphere radiance, together with the Planck function at a selection of temperatures

Atmospheric absorption as a function of component and wavelength

Atmospheric absorption as a function of component and wavelength, created using the verbose output from LibRadTran

pylrt's People

Contributors

edgrrr avatar w-k-jones avatar

Watchers

 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.