Changeset 5779 for LMDZ6/branches/contrails/libf/phylmd/lmdz_aviation.f90
- Timestamp:
- Jul 16, 2025, 3:40:25 PM (13 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/contrails/libf/phylmd/lmdz_aviation.f90
r5684 r5779 134 134 DO i = 1, klon 135 135 IF ( keepgoing(i) ) THEN 136 Tcritcont(i) = 0.137 136 qcritcont(i) = 0. 138 137 potcontfraP(i) = 0. … … 162 161 163 162 DO i = 1, klon 164 IF ( keepgoing(i) .AND. pt_pron_clds(i) .AND. ( temp(i) .LE. temp_nowater )) THEN163 IF ( keepgoing(i) .AND. pt_pron_clds(i) ) THEN 165 164 166 165 psatl_crit = qsatl_crit(i) / ( EPS_W + ( 1. - EPS_W ) * qsatl_crit(i) ) * pplay(i)
Note: See TracChangeset
for help on using the changeset viewer.