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/exner_milieu_m.F90

    r5082 r5099  
    66
    77  SUBROUTINE  exner_milieu ( ngrid, ps, p, pks, pk, pkf )
    8     !
     8
    99    !     Auteurs :  F. Forget , Y. Wanherdrick
    1010    ! P.Le Van  , Fr. Hourdin  .
    1111    !    ..........
    12     !
     12
    1313    !    ....  ngrid, ps,p             sont des argum.d'entree  au sous-prog ...
    1414    !    ....  pks,pk,pkf   sont des argum.de sortie au sous-prog ...
    15     !
     15
    1616    !   ************************************************************************
    1717    !    Calcule la fonction d'Exner pk = Cp * (p/preff) ** kappa , aux milieux des
     
    2121    !  .. N.B : Au sommet de l'atmosphere,  p(llm+1) = 0. , et ps et pks sont
    2222    !    la pression et la fonction d'Exner  au  sol  .
    23     !
     23
    2424    !     WARNING : CECI est une version speciale de exner_hyb originale
    2525    !               Utilise dans la version martienne pour pouvoir
     
    2828    !              energie totale/ interne / potentielle (F.Forget 2001)
    2929    !    ( voir note de Fr.Hourdin )  ,
    30     !
    31     !
     30
     31
    3232    USE comconst_mod, ONLY: jmp1, cpp, kappa, r
    3333    USE comvert_mod, ONLY: preff
     
    100100    !    .... Calcul de pk  pour la couche l
    101101    !    --------------------------------------------
    102     !
     102
    103103    dum1 = cpp * (2*preff)**(-kappa)
    104104    DO l = 1, llm-1
Note: See TracChangeset for help on using the changeset viewer.