Skip to main content

The Snow Microwave Radiative Transfer (SMRT) model is a highly modular model to compute the thermal emission and backscattering coefficient of snowpacks and other cryospheric bodies in the microwave domain.

Project description

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

Quick Installation

To install the latest stable release:

pip install smrt

Alternatively, the latest developments are available using:

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.

from smrt import make_snowpack, sensor_list, make_model

# create a snowpack
snowpack = make_snowpack(thickness=10.,   # snowpack depth in m
                         microstructure_model="sticky_hard_spheres",
                         density=320.0,   # density in kg/m3
                         temperature=260, # temperature in Kelvin
                         radius=100e-6)   # scatterers raidus in m

# create the sensor (AMSRE, channel 37 GHz vertical polarization)
radiometer = sensor_list.amsre('37V')

# create the model including the scattering model (IBA) and the radiative transfer solver (DORT)
m = make_model("iba", "dort")

# run the model
result = m.run(radiometer, snowpack)

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
  • Ludovic Brucker
  • Marion Leduc-Leballeur
  • Mai Winstrup
  • Carlo Marin
  • Justin Murfitt
  • Julien Meloche

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

smrt-1.2.4.tar.gz (246.1 kB view details)

Uploaded Source

Built Distribution

smrt-1.2.4-py3-none-any.whl (255.9 kB view details)

Uploaded Python 3

File details

Details for the file smrt-1.2.4.tar.gz.

File metadata

  • Download URL: smrt-1.2.4.tar.gz
  • Upload date:
  • Size: 246.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for smrt-1.2.4.tar.gz
Algorithm Hash digest
SHA256 afb49ca671d69d3223d6b8abafe4058b8a61649229152aaa92b52a7d1c006e2f
MD5 816be1ce86da78652fc67b0f057f8ef2
BLAKE2b-256 a87b81b53beffe2f9da6dfaebcac505911394d2c6473eeceeb0ea1d7bd1b3078

See more details on using hashes here.

File details

Details for the file smrt-1.2.4-py3-none-any.whl.

File metadata

  • Download URL: smrt-1.2.4-py3-none-any.whl
  • Upload date:
  • Size: 255.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for smrt-1.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 e64ce18316508e3e0e0dc4f2e0bdb84baf9abd03617a75b8e7f3d0bac9cddd04
MD5 e88ce4ae2e97a4359ded2ecc3cf7d909
BLAKE2b-256 46fe39ab6193132e8e52ff209cd6d3d99c63510063a7685ab99ccca17725bebc

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page