项目作者: smrt-model

项目描述 :
Snow Microwave Radiative Transfert model to compute thermal emission and backscatter from snowpack
高级语言: Python
项目地址: git://github.com/smrt-model/smrt.git
创建时间: 2016-10-31T16:42:14Z
项目社区:https://github.com/smrt-model/smrt

开源协议:Other

下载


Snow Microwave Radiative Transfer model

SMRT is a radiative transfer model to compute emission and backscatter from snowpack.

Getting started is easy, follow the instructions and explore the other repositories
with examples in the ‘smrt-model’ github organization or read the detailed ‘documentation’.

If you want to try without installing anything on your computer, use free mybinder.org notenooks: Binder.

If you want to try SMRT without coding, use SMRT-App.

Quick Installation

To install the latest stable release:

  1. pip install smrt

Alternatively, the latest developments are available using:

  1. pip install git+https://github.com/smrt-model/smrt.git

or by ‘manual installation’.

A simple example

An example to calculate the brightness temperature from a one-layer snowpack.

  1. from smrt import make_snowpack, sensor_list, make_model
  2. # create a snowpack
  3. snowpack = make_snowpack(thickness=10., # snowpack depth in m
  4. microstructure_model="sticky_hard_spheres",
  5. density=320.0, # density in kg/m3
  6. temperature=260, # temperature in Kelvin
  7. radius=100e-6) # scatterers raidus in m
  8. # create the sensor (AMSRE, channel 37 GHz vertical polarization)
  9. radiometer = sensor_list.amsre('37V')
  10. # create the model including the scattering model (IBA) and the radiative transfer solver (DORT)
  11. m = make_model("iba", "dort")
  12. # run the model
  13. result = m.run(radiometer, snowpack)
  14. print(result.TbV())

License information

See the file LICENSE.txt for terms & conditions for usage, and a DISCLAIMER OF ALL
WARRANTIES.

DISCLAIMER: This version of SMRT is under peer review. Please use this software with caution, ask for assistance if needed, and let us know any feedback you may have.

Copyright (c) 2016-2022 Ghislain Picard, Melody Sandells, Henning Löwe.

Other contributions

  • Nina Maass: initial implementation of the sea-ice functions
  • Ludovic Brucker: initial implementation of the saline snow functions
  • Mai Winstrup: initial implementation of the sea-ice functions
  • Marion Leduc-Leballeur: test&debuging (snow and ice)
  • Carlo Marin: debuging of the wet permittivities.
  • Fanny Larue: debuging (LRM altimetry)
  • Justin Murfitt: debuging (lake-ice, LRM altimetry)
  • Julien Meloche: debuging (snow). Help to user
  • Janna Rücker: implementation of new sea-ice functions
  • Jacqueline Boutin: implementation of new sea-ice permittivity functions