Last change
on this file since 5134 was
5134,
checked in by abarral, 4 months 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:
249 bytes
|
Line | |
---|
1 | ! Replaces comdissipn.h |
---|
2 | MODULE lmdz_comdissipn |
---|
3 | IMPLICIT NONE; PRIVATE |
---|
4 | PUBLIC tetaudiv, tetaurot, tetah, cdivu, crot, cdivh |
---|
5 | |
---|
6 | INCLUDE "dimensions.h" |
---|
7 | |
---|
8 | REAL tetaudiv(llm), tetaurot(llm), tetah(llm), cdivu, crot, cdivh |
---|
9 | END MODULE lmdz_comdissipn |
---|
Note: See
TracBrowser
for help on using the repository browser.