Changeset 5116 for LMDZ6/branches/Amaury_dev/libf/phylmd/cv3p1_closure.F90
- Timestamp:
- Jul 24, 2024, 2:54:37 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/cv3p1_closure.F90
r5112 r5116 147 147 END DO 148 148 149 ! if(prt.level.GE.20) PRINT*,'cv3p1_param apres 100'149 ! IF(prt.level.GE.20) PRINT*,'cv3p1_param apres 100' 150 150 ! compute icbmax: 151 151 … … 154 154 icbmax = max(icbmax, icb(il)) 155 155 END DO 156 ! if(prt.level.GE.20) PRINT*,'cv3p1_param apres 200'156 ! IF(prt.level.GE.20) PRINT*,'cv3p1_param apres 200' 157 157 158 158 ! update sig and w0 below cloud base: … … 493 493 il)+1))/(ph(il,icb(il)+1)-ph(il,icb(il)+2)) 494 494 ! IM beg 495 END IF !(icb(il.le.inb(il))) then495 END IF !(icb(il.le.inb(il))) THEN 496 496 ! IM end 497 497 END DO … … 556 556 DO k=1,nl 557 557 DO il=1,ncum 558 if ((plfc(il)<ph(il,k)).and.(plfc(il)>=ph(il,k+1))) then558 if ((plfc(il)<ph(il,k)).and.(plfc(il)>=ph(il,k+1))) THEN 559 559 klfc(il)=k 560 560 endif … … 569 569 !CR: Add large-scale component to the mass-flux 570 570 !encore connu sous le nom "Experience du tube de dentifrice" 571 if ((coef_clos_ls>0.).and.(plfc(il)>0.)) then571 if ((coef_clos_ls>0.).and.(plfc(il)>0.)) THEN 572 572 cbmf1(il) = cbmf1(il) - coef_clos_ls*min(0.,1./RG*omega(il,klfc(il))) 573 573 endif … … 585 585 IF (cbmflim(il)>1.E-6) THEN 586 586 ! ATTENTION TEST CR 587 ! if (cbmfmax(il).lt.1.e-12) then587 ! if (cbmfmax(il).lt.1.e-12) THEN 588 588 cbmf(il) = min(cbmf1(il), cbmfmax(il)) 589 589 ! else
Note: See TracChangeset
for help on using the changeset viewer.