Skip to content

Commit

Permalink
Doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsandells committed Oct 8, 2022
1 parent 7e4db2e commit 5c411c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion smrt/rtsolver/nadir_lrm_altimetry.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# coding: utf-8

"""
"""Nadir Altimetry Low Resolution Mode radiative transfer solver
Approximation:
In the medium:
Expand Down Expand Up @@ -33,6 +34,7 @@ class NadirLRMAltimetry(object):
See the 'oversampling' argument.
:param return_contributions: return volume, surface and interface backscatter contributions in addition to the total backscatter.
"""

# this specifies which dimension this solver is able to deal with. Those not in this list must be managed by the called (Model object)
Expand Down

0 comments on commit 5c411c6

Please sign in to comment.