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/dyn3dmem/exner_milieu_loc_m.F90

    r5082 r5099  
    66
    77  SUBROUTINE  exner_milieu_loc ( 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     !
     30
    3131    USE parallel_lmdz
    3232    USE mod_filtreg_p
     
    3535   
    3636    IMPLICIT NONE
    37     !
     37
    3838    include "dimensions.h"
    3939    include "paramet.h"
     
    117117
    118118    !$OMP BARRIER
    119     !
    120     !
     119
     120
    121121    !    .... Calcul de pk  pour la couche l
    122122    !    --------------------------------------------
    123     !
     123
    124124    dum1 = cpp * (2*preff)**(-kappa)
    125125    DO l = 1, llm-1
Note: See TracChangeset for help on using the changeset viewer.