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

(lint) Fix obsolete boolean operators

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dyn3d_common/diagedyn.F

    r4593 r5082  
    279279C     ===================================
    280280C
    281       IF ( (idiag2.gt.0) .and. (pas(idiag2) .ne. 0) ) THEN
     281      IF ( (idiag2>0) .and. (pas(idiag2) /= 0) ) THEN
    282282        d_h_vcol  = (h_vcol_tot - h_vcol_pre(idiag2) )/dtime
    283283        d_h_dair = (h_dair_tot- h_dair_pre(idiag2))/dtime
     
    303303      ENDIF
    304304C
    305       IF (iprt.ge.2) THEN
     305      IF (iprt>=2) THEN
    306306        WRITE(6,9000) tit,pas(idiag),d_qt,d_qw,d_ql,d_qs
    307307 9000   format('Dyn3d. Watter Mass Budget (kg/m2/s)',A15
Note: See TracChangeset for help on using the changeset viewer.