Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions examples/retrievals/plot_profile_fit_pbl.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
"""
Planetary Boundary Layer Height Gradient Method Retrievals
Planetary Boundary Layer Height Profile Fit Retrievals
----------------------------------------------------------

This example shows how to estimate the planetary boundary layer
height via a gradient method retrieval
height via a Profile Method scheme,
where a backscatter profile is fit to an idealized profile
via an error function using non-linear least-squares optimization.

Author: Joe O'Brien
"""
Expand Down
Loading