Changeset 5099 for LMDZ6/branches/Amaury_dev/libf/phylmd/yamada4.F90
- Timestamp:
- Jul 22, 2024, 9:29:09 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/yamada4.F90
r5087 r5099 12 12 IMPLICIT NONE 13 13 ! ************************************************************************************************ 14 ! 14 15 15 ! yamada4: subroutine qui calcule le transfert turbulent avec une fermeture d'ordre 2 ou 2.5 16 ! 16 17 17 ! Reference: Simulation of nocturnal drainage flows by a q2l Turbulence Closure Model 18 18 ! Yamada T. 19 19 ! J. Atmos. Sci, 40, 91-106, 1983 20 ! 20 21 21 !************************************************************************************************ 22 22 ! Input : … … 39 39 ! ustar: vitesse de friction calcul??e par une formule diagnostique 40 40 ! iflag_pbl: flag pour choisir des options du sch??ma de turbulence 41 ! 41 42 42 ! iflag_pbl doit valoir entre 6 et 9 43 43 ! l=6, on prend systematiquement une longueur d'equilibre … … 49 49 ! iflag_pbl=10/11 : New scheme M2 and N2 explicit and dissiptation exact 50 50 ! iflag_pbl=12 = 11 with vertical diffusion off q2 51 ! 51 52 52 ! 2013/04/01 (FH hourdin@lmd.jussieu.fr) 53 53 ! Correction for very stable PBLs (iflag_pbl=10 and 11) … … 60 60 ! 2020/10/01 (EV) 61 61 ! On ajoute la dissipation de la TKE en diagnostique de sortie 62 ! 62 63 63 ! Inpout/Output : 64 64 !============== … … 75 75 ! kn : diffusivite turbulente des scalaires (au bas de chaque couche) 76 76 ! (en sortie : la valeur a la fin du pas de temps) 77 ! 77 78 78 !....................................................................... 79 79 … … 544 544 ! longueur de m??lange minimale 545 545 !==================================================================== 546 ! 546 547 547 ! Reference: Local versus Nonlocal boundary-layer diffusion in a global climate model 548 548 ! Holtslag A.A.M. and Boville B.A. … … 631 631 ! Estimations de w'2 et T'2 d'apres Abdela et McFarlane 632 632 !====================================================== 633 ! 633 634 634 ! Reference: A New Second-Order Turbulence Closure Scheme for the Planetary Boundary Layer 635 635 ! Abdella K and McFarlane N … … 718 718 ! avec un schema implicite en temps avec 719 719 ! inversion d'un syst??me tridiagonal 720 ! 720 721 721 ! Reference: Description of the interface with the surface and 722 722 ! the computation of the turbulet diffusion in LMDZ 723 723 ! Technical note on LMDZ 724 724 ! Dufresne, J-L, Ghattas, J. and Grandpeix, J-Y 725 ! 725 726 726 !============================================================================ 727 727 ! Declarations … … 892 892 ! L'id??e est la suivante: plus il y a de relief, plus il y a du m??lange 893 893 ! induit par les circulations meso et submeso ??chelles. 894 ! 894 895 895 ! References: * The vertical distribution of wind and turbulent exchange in a neutral atmosphere 896 896 ! Blackadar A.K. 897 897 ! J. Geophys. Res., 64, No 8, 1962 898 ! 898 899 899 ! * An evaluation of neutral and convective planetary boundary-layer parametrisations relative 900 900 ! to large eddy simulations 901 901 ! Ayotte K et al 902 902 ! Boundary Layer Meteorology, 79, 131-175, 1996 903 ! 904 ! 903 904 905 905 ! * Local Similarity in the Stable Boundary Layer and Mixing length Approaches: consistency of concepts 906 906 ! Van de Wiel B.J.H et al 907 907 ! Boundary-Lay Meteorol, 128, 103-166, 2008 908 ! 909 ! 908 909 910 910 ! Histoire: 911 911 !---------- 912 912 ! * premi??re r??daction, Etienne et Frederic, 09/06/2016 913 ! 913 914 914 ! *********************************************************************** 915 915
Note: See TracChangeset
for help on using the changeset viewer.