Skip to content

cataglyphis/libRadtran

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

libRadtran

a package for radiative transfer calculations in the ultraviolet, visible, and infrared

version 1.7

last_update_time: 2014-10-24

reference:

  1. http://www.libradtran.org/doku.php
  2. Mayer B, Kylling A, Emde C, et al. libRadtran user’s guide[J]. 2011.
  3. Mayer B, Kylling A. Technical note: The libRadtran software package for radiative transfer calculations-description and examples of use[J]. Atmospheric Chemistry and Physics, 2005, 5(7): 1855-1877.

###Get the distribution link

###Unpack the distribution

gzip -d libradtran-1.7.tar.gz

###Required software to build libRadtran

  1. GUN make, gcc, python
  2. gfortran (sudo apt-get install gfortran)
  3. gsl 1.16 (GUN Scientific Library)
 ./configure, make, make check, make install
  1. m4 1.4.17
 ./configure, make, make check, make install
  1. gmp 5.1.3
 ./configure, make, make check, make install
  1. zlib 1.2.8
 ./configure, make, make check, make install
  1. netcdf 4.2
 ./configure --disable-dap  --disable-netcdf-4  --disable-doxygen, make, make check, make install
  1. 环境变量
 sudo gedit ~/.bashrc

最后加入:

export PATH=/usr/local/netcdf/bin:$PATH
export LD_LIBRARY_PATH=/usr/local/netcdf/lib:$LD_LIBRARY_PATH
export DYLD_LIBRARY_PATH=/usr/local/netcdf/lib:$DYLD_LIBRARY_PATH
source ~/.bashrc 使上述设置生效, 终端执行 nc-config 按照提示操作

###Compile the distribution

cd libRadtran-1.7
./configure (看能否找到上述包的安装目录, 如无误, 则继续)
make
make check

###Python package (推荐使用Anaconda,可以简化不同包之间的依赖关系)

sudo apt-get install python-scipy
sudo apt-get install python-numpy
sudo apt-get isstall python-matplotlib

Water clouds, ice clouds, OPAC aerosols link

Please untar these data in the libRadtran directory:

~/libRadtran-1.7/data/aerosol/OPAC

~/libRadtran-1.7/data/wc/mie

~/libradtran-1.7/data/ic

###Examples to use libRadtran

Put files mystic.inp, mystic_run.inp, polarization.py in directory ~/libRadtran-1.7/bin

run polarization.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages