Ignore:
Timestamp:
Jul 22, 2024, 9:29:09 PM (4 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/phylmd/nflxtr.F90

    r5082 r5099  
    1 !
     1
    22! $Id $
    3 !
     3
    44SUBROUTINE nflxtr(pdtime,pmfu,pmfd,pen_u,pde_u,pen_d,pde_d,pplay,paprs,x,dx)
    55  USE dimphy
     
    2020!    contrairement au schema de Tiedtke d'ou les changements de signe!!!!
    2121!=====================================================================
    22 !
     22
    2323  include "YOMCST.h"
    2424  include "YOECUMF.h"
    2525
    2626  REAL,INTENT(IN) :: pdtime  ! pdtphys
    27 !
     27
    2828! les flux sont definis au 1/2 niveaux
    2929! => pmfu(klev+1) et pmfd(klev+1) sont implicitement nuls
    30 !
     30
    3131  REAL,DIMENSION(klon,klev),INTENT(IN) :: pmfu  ! flux de masse dans le panache montant
    3232  REAL,DIMENSION(klon,klev),INTENT(IN) :: pmfd  ! flux de masse dans le panache descendant
     
    9090! calcul des flux dans le panache montant
    9191! =========================================
    92 !
     92
    9393! Dans la premiere couche, on prend q comme valeur de qu
    9494
Note: See TracChangeset for help on using the changeset viewer.