Skip to content
/ RT4Mars Public

Radiative transfer codes for the Martian atmosphere and a sub-mm frequency region

Notifications You must be signed in to change notification settings

kazu41/RT4Mars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RT4Mars

======= Radiative transfer codes for the Martian atmosphere and a sub-mm frequency region

Description

RT4Mars is a python code set for the Martian atmosphere and a sub-mm frequency region. This allows us to compute an absorption coefficient and Brightness temperatures.

Features

  • atmospheric emission and absorption
  • no scattering for the moment
  • onion peeling approximation

Requirement

  • Python 2.7
  • IPython
  • matplotlib
  • numpy
  • scipy

Usage

  1. Open IPython

    $ ipython --pylab
  2. execute main.py

    IPython$ %run main.py
  3. To generate Absorption coefficient

    IPython$ rt = RT('where/you/put/ctlfile.py')
    IPython$ rt.get_abscoef()
  4. To compute a Brightness temperature

    IPython$ Tb = rt.radiative_transfer()
  5. To see the settings

    IPython$ print(rt)

Installation

download the latest ver.

or

$ git clone https://github.com/kazu41/RT4Mars

Author

Kazutoshi Sagi -- kazutoshi.sagi@gmail.com

License

About

Radiative transfer codes for the Martian atmosphere and a sub-mm frequency region

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages