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

rename modules properly lmdz_*
move some unused files to obsolete/
(lint) uppercase fortran keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dyn3d/caladvtrac.F90

    r5116 r5117  
    5050  !
    5151  ! Earth-specific stuff for the first 2 tracers (water)
    52   if (planet_type=="earth") THEN
     52  IF (planet_type=="earth") THEN
    5353    ! initialisation
    5454    ! CRisi: il faut gérer tous les traceurs si on veut pouvoir faire des
     
    6060    !c        CALL minmaxq(q(1,1,1),1.e33,-1.e33,'Eau vapeur (a) ')
    6161    !c        CALL minmaxq(q(1,1,2),1.e33,-1.e33,'Eau liquide(a) ')
    62   endif ! of if (planet_type.eq."earth")
     62  ENDIF ! of if (planet_type.EQ."earth")
    6363  !   advection
    6464
     
    7070
    7171  IF(iapptrac==iapp_tracvl) THEN
    72     if (planet_type=="earth") THEN
     72    IF (planet_type=="earth") THEN
    7373      ! Earth-specific treatment for the first 2 tracers (water)
    7474      !
     
    105105      ENDDO
    106106      !
    107     endif ! of if (planet_type.eq."earth")
     107    endif ! of if (planet_type.EQ."earth")
    108108  ELSE
    109     if (planet_type=="earth") THEN
     109    IF (planet_type=="earth") THEN
    110110      ! Earth-specific treatment for the first 2 tracers (water)
    111111      dq(:, :, 1:nqtot) = 0.
    112     endif ! of if (planet_type.eq."earth")
     112    endif ! of if (planet_type.EQ."earth")
    113113  ENDIF ! of IF( iapptrac.EQ.iapp_tracvl )
    114114
Note: See TracChangeset for help on using the changeset viewer.