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

    r5087 r5099  
    1212  IMPLICIT NONE
    1313  ! ************************************************************************************************
    14   !
     14
    1515  ! yamada4: subroutine qui calcule le transfert turbulent avec une fermeture d'ordre 2 ou 2.5
    16   !
     16
    1717  ! Reference: Simulation of nocturnal drainage flows by a q2l Turbulence Closure Model
    1818  !            Yamada T.
    1919  !            J. Atmos. Sci, 40, 91-106, 1983
    20   !
     20
    2121  !************************************************************************************************
    2222  ! Input :
     
    3939  ! ustar: vitesse de friction calcul??e par une formule diagnostique
    4040  ! iflag_pbl: flag pour choisir des options du sch??ma de turbulence
    41   !
     41
    4242  !             iflag_pbl doit valoir entre 6 et 9
    4343  !             l=6, on prend  systematiquement une longueur d'equilibre
     
    4949  !             iflag_pbl=10/11 :  New scheme M2 and N2 explicit and dissiptation exact
    5050  !             iflag_pbl=12 = 11 with vertical diffusion off q2
    51   !
     51
    5252  !             2013/04/01 (FH hourdin@lmd.jussieu.fr)
    5353  !             Correction for very stable PBLs (iflag_pbl=10 and 11)
     
    6060  !             2020/10/01 (EV)
    6161  !               On ajoute la dissipation de la TKE en diagnostique de sortie
    62   !                 
     62
    6363  ! Inpout/Output :
    6464  !==============
     
    7575  ! kn : diffusivite turbulente des scalaires (au bas de chaque couche)
    7676  ! (en sortie : la valeur a la fin du pas de temps)
    77   !
     77
    7878  !.......................................................................
    7979
     
    544544  ! longueur de m??lange minimale
    545545  !====================================================================
    546   !
     546
    547547  ! Reference: Local versus Nonlocal boundary-layer diffusion in a global climate model
    548548  !            Holtslag A.A.M. and Boville B.A.
     
    631631 ! Estimations de w'2 et T'2 d'apres Abdela et McFarlane
    632632 !======================================================
    633  !
     633
    634634 ! Reference: A New Second-Order Turbulence Closure Scheme for the Planetary Boundary Layer
    635635 !            Abdella K and McFarlane N
     
    718718!             avec un schema implicite en temps avec
    719719!             inversion d'un syst??me tridiagonal
    720 !
     720
    721721!     Reference: Description of the interface with the surface and
    722722!                the computation of the turbulet diffusion in LMDZ
    723723!                Technical note on LMDZ
    724724!                Dufresne, J-L, Ghattas, J. and Grandpeix, J-Y
    725 !
     725
    726726!============================================================================
    727727! Declarations
     
    892892! L'id??e est la suivante: plus il y a de relief, plus il y a du m??lange
    893893! induit par les circulations meso et submeso ??chelles.
    894 !
     894
    895895! References: * The vertical distribution of wind and turbulent exchange in a neutral atmosphere
    896896!               Blackadar A.K.
    897897!               J. Geophys. Res., 64, No 8, 1962
    898 !
     898
    899899!             * An evaluation of neutral and convective planetary boundary-layer parametrisations relative
    900900!               to large eddy simulations
    901901!               Ayotte K et al
    902902!               Boundary Layer Meteorology, 79, 131-175, 1996
    903 !
    904 !
     903
     904
    905905!             * Local Similarity in the Stable Boundary Layer and Mixing length Approaches: consistency of concepts
    906906!               Van de Wiel B.J.H et al
    907907!               Boundary-Lay Meteorol, 128, 103-166, 2008
    908 !
    909 !
     908
     909
    910910! Histoire:
    911911!----------
    912912! * premi??re r??daction, Etienne et Frederic, 09/06/2016
    913 !
     913
    914914! ***********************************************************************
    915915
Note: See TracChangeset for help on using the changeset viewer.