Skip to content

Commit 4d2d2e3

Browse files
committed
minor updates
1 parent 06f49a7 commit 4d2d2e3

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

figures/2004_picorr.pdf

0 Bytes
Binary file not shown.

figures/sept04_diffpimap.pdf

0 Bytes
Binary file not shown.

figures/sept04_pimaps.pdf

0 Bytes
Binary file not shown.

figures/sept2004_missmap.pdf

0 Bytes
Binary file not shown.

pi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ def pi(SSTC,MSL,P,T,R,CKCD=0.9,ascent_flag=0,diss_flag=1,V_reduc=0.8,miss_handle
525525
RAT=1.0
526526

527527
#
528-
# *** Initial estimate of minimum pressure ***
528+
# *** Initial estimate of pressure at the radius of maximum winds ***
529529
#
530530
RS0=RP
531531
# Surface Density Temperature (E94, EQN. 4.3.1 and 6.3.7)
@@ -564,7 +564,7 @@ def pi(SSTC,MSL,P,T,R,CKCD=0.9,ascent_flag=0,diss_flag=1,V_reduc=0.8,miss_handle
564564
CAT=(CAPEM-CAPEA)+CKCD*RAT*CATFAC*(CAPEMS-CAPEM)
565565
CAT=max([CAT,0.0])
566566

567-
# Calculate the minimum pressure at the radius of maximum winds
567+
# Calculate the minimum pressure at the eye of the storm
568568
# BE02 EQN. 4
569569
PMIN=MSL*np.exp(-CAT/(RD*TVAV))
570570

0 commit comments

Comments
 (0)