Giter VIP home page Giter VIP logo

readsmart's Introduction

readsmart

A Python package for reading and parsing i/o files related to the SMART model

Examples

# Import readsmart package 
import readsmart as rs

# Specify file locations
atm_file = 'icrccm_62.atm'
rad_file = 'earth_standard_hitran08_50_100000cm-1_clearsky_toa.rad'

# Get atm file data
pressure, temperature, abundance_profiles, gas_codes = rs.atm(atm_file, skiprows=11, plot=False, getdata=True)

# Plot atm
rs.atm(atm_file, skiprows=11)

# Get rad file data
wl, wno, solar_spec, TOA_flux, rad_streams = rs.rad(rad_file, plot=False, getdata=True)

# Plot flux
rs.rad(rad_file, plot=True, getdata=False)
# Plot radiance streams
rs.rad(rad_file, plot=True, getdata=False, ptype='rad', xran=[1.0,15])
# Specify jacobian file extension tag
jext = '.j_O3'

# Get Radiance Jacobians
wl, wno, pressure, radiance, jacobian, xprofile, xdelta = rs.jacobians(rad_file, jext, plot=False, getdata=True)

# Plot Radiance Jacobians
rs.jacobians(rad_file, jext, plot=True, getdata=False, xran=[3.0,5.0], pran=[100.,10000.])

readsmart's People

Contributors

jlustigy avatar

Watchers

James Cloos 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.