Ignore:
Timestamp:
Jul 22, 2024, 9:29:09 PM (2 months ago)
Author:
abarral
Message:

Replace most uses of CPP_DUST by the corresponding logical defined in lmdz_cppkeys_wrapper.F90
Convert several files from .F to .f90 to allow Dust to compile w/o rrtm/ecrad
Create lmdz_yoerad.f90
(lint) Remove "!" on otherwise empty line

File:
1 edited

Legend:

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

    r5082 r5099  
    55SUBROUTINE advtrac(pbaru, pbarv, p, masse,q,iapptrac,teta, flxw, pk)
    66   !     Auteur :  F. Hourdin
    7    !
     7
    88   !     Modif. P. Le Van     (20/12/97)
    99   !            F. Codron     (10/99)
    1010   !            D. Le Croller (07/2001)
    1111   !            M.A Filiberti (04/2002)
    12    !
     12
    1313   USE infotrac,     ONLY: nqtot, tracers, isoCheck
    1414   USE control_mod,  ONLY: iapp_tracvl, day_step
     
    1616
    1717   IMPLICIT NONE
    18    !
     18
    1919   include "dimensions.h"
    2020   include "paramet.h"
     
    9696
    9797   !   ..  Modif P.Le Van  ( 20/12/97 )  ....
    98    !
     98
    9999   !   traitement des flux de masse avant advection.
    100100   !       1. calcul de w
Note: See TracChangeset for help on using the changeset viewer.