Last change
on this file since 5319 was
5314,
checked in by abarral, 2 days ago
|
Turn raddimlw.h radepsi.h radopt.h into modules
Move unused raddim.*.h to obsolete
|
-
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:
227 bytes
|
Line | |
---|
1 | MODULE radopt_mod_h |
---|
2 | IMPLICIT NONE; PRIVATE |
---|
3 | PUBLIC levoigt, novlp, kaer |
---|
4 | |
---|
5 | LOGICAL LEVOIGT |
---|
6 | PARAMETER (LEVOIGT = .FALSE.) |
---|
7 | INTEGER NOVLP |
---|
8 | PARAMETER (NOVLP = 1) |
---|
9 | INTEGER KAER |
---|
10 | PARAMETER (KAER = 0) |
---|
11 | END MODULE radopt_mod_h |
---|
Note: See
TracBrowser
for help on using the repository browser.