source: LMDZ6/branches/Amaury_dev/libf/dyn3d_common/lmdz_comdissnew.f90

Last change on this file was 5140, checked in by abarral, 3 months ago

Put comsoil.h, conema3.h, cvflag.h into modules

  • Property copyright set to
    Name of program: LMDZ
    Creation date: 1984
    Version: LMDZ5
    License: CeCILL version 2
    Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
    See the license file in the root directory
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 621 bytes
RevLine 
[5134]1! Replaces comdissnew.h
[5099]2
[5134]3MODULE lmdz_comdissnew
4  IMPLICIT NONE; PRIVATE
5  PUBLIC lstardis, nitergdiv, nitergrot, niterh, tetagdiv, &
6          tetagrot, tetatemp, coefdis, vert_prof_dissip
[5099]7
[5134]8  LOGICAL lstardis
9  INTEGER nitergdiv, nitergrot, niterh
[5099]10
[5134]11  INTEGER vert_prof_dissip ! vertical profile of horizontal dissipation
12  !     Allowed values:
13  !     0: rational fraction, function of pressure
14  !     1: tanh of altitude
[5099]15
[5134]16  REAL     tetagdiv, tetagrot, tetatemp, coefdis
[5140]17  ! ... Les parametres de ce lmdz_comdissnew sont  lues par defrun_new
[5134]18  !              sur le fichier  run.def    ....
19END MODULE lmdz_comdissnew
Note: See TracBrowser for help on using the repository browser.