source: LMDZ6/trunk/libf/dyn3d_common/comdissipn_mod_h.f90 @ 5280

Last change on this file since 5280 was 5280, checked in by abarral, 4 days ago

Turn comdissip.h, comdissipn.h, comdissnew.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: 274 bytes
Line 
1! Replaces comdissipn.h
2MODULE comdissipn_mod_h
3  USE dimensions_mod, ONLY: iim, jjm, llm, ndm
4  IMPLICIT NONE; PRIVATE
5  PUBLIC tetaudiv, tetaurot, tetah, cdivu, crot, cdivh
6
7
8
9  REAL tetaudiv(llm), tetaurot(llm), tetah(llm), cdivu, crot, cdivh
10END MODULE comdissipn_mod_h
Note: See TracBrowser for help on using the repository browser.