Ignore:
Timestamp:
Jul 24, 2024, 2:54:37 PM (4 months ago)
Author:
abarral
Message:

rename modules properly lmdz_*
move ismin, ismax, minmax into new lmdz_libmath.f90
(lint) uppercase fortran keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/cv3p1_closure.F90

    r5112 r5116  
    147147  END DO
    148148
    149   ! if(prt.level.GE.20) PRINT*,'cv3p1_param apres 100'
     149  ! IF(prt.level.GE.20) PRINT*,'cv3p1_param apres 100'
    150150  ! compute icbmax:
    151151
     
    154154    icbmax = max(icbmax, icb(il))
    155155  END DO
    156   ! if(prt.level.GE.20) PRINT*,'cv3p1_param apres 200'
     156  ! IF(prt.level.GE.20) PRINT*,'cv3p1_param apres 200'
    157157
    158158  ! update sig and w0 below cloud base:
     
    493493        il)+1))/(ph(il,icb(il)+1)-ph(il,icb(il)+2))
    494494      ! IM beg
    495     END IF !(icb(il.le.inb(il))) then
     495    END IF !(icb(il.le.inb(il))) THEN
    496496    ! IM end
    497497  END DO
     
    556556  DO k=1,nl
    557557     DO il=1,ncum
    558         if ((plfc(il)<ph(il,k)).and.(plfc(il)>=ph(il,k+1))) then
     558        if ((plfc(il)<ph(il,k)).and.(plfc(il)>=ph(il,k+1))) THEN
    559559           klfc(il)=k
    560560        endif
     
    569569!CR: Add large-scale component to the mass-flux
    570570!encore connu sous le nom "Experience du tube de dentifrice"
    571     if ((coef_clos_ls>0.).and.(plfc(il)>0.)) then
     571    if ((coef_clos_ls>0.).and.(plfc(il)>0.)) THEN
    572572       cbmf1(il) = cbmf1(il) - coef_clos_ls*min(0.,1./RG*omega(il,klfc(il)))
    573573    endif
     
    585585    IF (cbmflim(il)>1.E-6) THEN
    586586      ! ATTENTION TEST CR
    587       ! if (cbmfmax(il).lt.1.e-12) then
     587      ! if (cbmfmax(il).lt.1.e-12) THEN
    588588      cbmf(il) = min(cbmf1(il), cbmfmax(il))
    589589      ! else
Note: See TracChangeset for help on using the changeset viewer.