Skip to content

Commit

Permalink
doc update for altimetry - adding usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsandells committed Oct 9, 2022
1 parent 3d9125a commit 746305e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions smrt/rtsolver/nadir_lrm_altimetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@
This error is likely to be small (except for very deep penetration).
- At this stage, we consider that the backscatter of layers does not depend on theta (Geometrical optics or other, not AIEM).
This is the isotropic assumption which is only valid for rough surfaces
Example::
# Total backscatter waveform
m = make_model("iba", "nadir_lrm_altimetry")
# Backscatter waveform split by volume, surface and interface scattering
m = make_model("iba", "nadir_lrm_altimetry", rtsolver_options=dict(return_contributions=True))
# Run the model
m.run(altimeter, snowpack) # Prescribed altimeter sensor and snowpack
"""

import numpy as np
Expand Down

0 comments on commit 746305e

Please sign in to comment.