Ignore:
Timestamp:
Jul 19, 2024, 5:41:58 PM (2 months ago)
Author:
abarral
Message:

(lint) Fix obsolete boolean operators

File:
1 edited

Legend:

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

    r4844 r5082  
    6161
    6262!-----------------------------------------------------------------------
    63    if (prt_level.ge.1) print*,'0 OK convect8'
     63   if (prt_level>=1) print*,'0 OK convect8'
    6464
    6565   do ll=1,nlay
     
    8686   do ig=1,ngrid
    8787      do ll=1,nlay-1
    88          if ((zh(ig,ll).gt.273.15).and.(zh(ig,ll+1).le.273.15)) then
     88         if ((zh(ig,ll)>273.15).and.(zh(ig,ll+1)<=273.15)) then
    8989            lcong(ig)=ll+1
    9090            lintercong(ig)=(ll*(zh(ig,ll+1)-zh(ig,ll))  &
Note: See TracChangeset for help on using the changeset viewer.