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_common/infotrac.F90

    r5098 r5099  
    11!$Id$
    2 !
     2
    33MODULE infotrac
    44
     
    5454  !  * For water, "nqo" is equal to the more general field "isotopes(ip)%nphas".
    5555  !  * "niso", "nzone", "ntiso", "nphas" are defined for other isotopic tracers families, if any.
    56   !
     56
    5757  !=== DERIVED TYPE EMBEDDING MOST OF THE TRACERS-RELATED QUANTITIES (LENGTH: nqtot)
    5858  !    Each entry is accessible using "%" sign.
     
    8181  !  | iso_iPhas   | Isotope  phase index in isotopes(iso_iGroup)%phas(:) | phase_num   | 1:nphas                |
    8282  !  +-------------+------------------------------------------------------+-------------+------------------------+
    83   !
     83
    8484  !=== DERIVED TYPE EMBEDDING MOST OF THE ISOTOPES-RELATED QUANTITIES (LENGTH: nbIso, NUMBER OF ISOTOPES FAMILIES)
    8585  !    Each entry is accessible using "%" sign.
     
    120120    IMPLICIT NONE
    121121    !==============================================================================================================================
    122     !
     122
    123123    !   Auteur:  P. Le Van /L. Fairhead/F.Hourdin
    124124    !   -------
    125     !
     125
    126126    !   Modifications:
    127127    !   --------------
     
    129129    !   02/02: M-A Filiberti Lecture de traceur.def
    130130    !   01/22: D. Cugnet     Nouveaux tracer.def et tracer_*.def + encapsulation (types trac_type et isot_type)
    131     !
     131
    132132    !   Objet:
    133133    !   ------
    134134    !   GCM LMD nouvelle grille
    135     !
     135
    136136    !==============================================================================================================================
    137137    !   ... modification de l'integration de q ( 26/04/94 ) ....
     
    315315    !     iadv = 20   Slopes                                                       SLP
    316316    !     iadv = 30   Prather                                                      PRA
    317     !
     317
    318318    !        In array q(ij,l,iq) : iq = 1/2[/3]    for vapour/liquid[/ice] water
    319319    !        And optionaly:        iq = 3[4],nqtot for other tracers
Note: See TracChangeset for help on using the changeset viewer.