Skip to content

Commit ea6d440

Browse files
ptop notes update
1 parent 26d2615 commit ea6d440

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

picaso/retrieval.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ def deck_decay(self,ptop, dp=0.005):
931931
Parameters
932932
----------
933933
ptop : float
934-
ptop is pressure at which tau of cloud ~1
934+
ptop is log pressure (bar) at which tau of cloud ~1
935935
dp : float
936936
dtau / dP = const * exp((P-P0) / pressure_scale)
937937
"""
@@ -964,7 +964,7 @@ def slab_decay(self, ptop, dp=0.005, reference_tau=1):
964964
Parameters
965965
----------
966966
ptop : float
967-
pressure top in dex bars
967+
pressure top in log bars
968968
dp : float
969969
pressure thickness in dex bars, default - 0.005
970970
reference_tau : float

0 commit comments

Comments
 (0)