======= Radiative transfer codes for the Martian atmosphere and a sub-mm frequency region
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.
- atmospheric emission and absorption
- no scattering for the moment
- onion peeling approximation
- Python 2.7
- IPython
- matplotlib
- numpy
- scipy
-
Open IPython
$ ipython --pylab
-
execute main.py
IPython$ %run main.py
-
To generate Absorption coefficient
IPython$ rt = RT('where/you/put/ctlfile.py') IPython$ rt.get_abscoef()
-
To compute a Brightness temperature
IPython$ Tb = rt.radiative_transfer()
-
To see the settings
IPython$ print(rt)
download the latest ver.
or
$ git clone https://github.com/kazu41/RT4Mars
Kazutoshi Sagi -- kazutoshi.sagi@gmail.com