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/caladvtrac.F

    r2597 r5082  
    5151c
    5252! Earth-specific stuff for the first 2 tracers (water)
    53       if (planet_type.eq."earth") then
     53      if (planet_type=="earth") then
    5454C initialisation
    5555! CRisi: il faut gérer tous les traceurs si on veut pouvoir faire des
     
    7070c
    7171
    72       IF( iapptrac.EQ.iapp_tracvl ) THEN
    73         if (planet_type.eq."earth") then
     72      IF( iapptrac==iapp_tracvl ) THEN
     73        if (planet_type=="earth") then
    7474! Earth-specific treatment for the first 2 tracers (water)
    7575c
     
    108108        endif ! of if (planet_type.eq."earth")
    109109      ELSE
    110         if (planet_type.eq."earth") then
     110        if (planet_type=="earth") then
    111111! Earth-specific treatment for the first 2 tracers (water)
    112112          dq(:,:,1:nqtot)=0.
Note: See TracChangeset for help on using the changeset viewer.