Skip to content

Commit cc64d2f

Browse files
committed
BUG: Wrong name on Profile Fit example
1 parent 85d185f commit cc64d2f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

examples/retrievals/plot_profile_fit_pbl.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
"""
2-
Planetary Boundary Layer Height Gradient Method Retrievals
2+
Planetary Boundary Layer Height Profile Fit Retrievals
33
----------------------------------------------------------
44
55
This example shows how to estimate the planetary boundary layer
6-
height via a gradient method retrieval
6+
height via a Profile Method PBLH scheme,
7+
where a backscatter profile is fit to an idealized profile
8+
via an error function using non-linear least-squares optimization.
79
810
Author: Joe O'Brien
911
"""

0 commit comments

Comments
 (0)