source: LMDZ6/branches/Amaury_dev/libf/dyn3d_common/lmdz_comdissip.f90 @ 5201

Last change on this file since 5201 was 5134, checked in by abarral, 8 weeks ago

Replace academic.h, alpale.h, comdissip.h, comdissipn.h, comdissnew.h by modules
Remove unused clesph0.h

  • 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: 217 bytes
Line 
1! Replaces comdissip.h
2MODULE lmdz_comdissip
3  IMPLICIT NONE; PRIVATE
4  PUBLIC coefdis, tetavel, tetatemp, gamdissip, niterdis
5
6  INTEGER niterdis
7  REAL tetavel, tetatemp, coefdis, gamdissip
8END MODULE lmdz_comdissip
Note: See TracBrowser for help on using the repository browser.