Last change
on this file since 5186 was
5160,
checked in by abarral, 3 months ago
|
Put .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
Id
|
File size:
347 bytes
|
Line | |
---|
1 | ! Amaury 08/24: I created this module to declare some constants that were previously duplicated in several places |
---|
2 | ! Feel free to move this to another better-suited module. |
---|
3 | MODULE lmdz_phys_constants |
---|
4 | IMPLICIT NONE; PRIVATE |
---|
5 | PUBLIC dobson_u |
---|
6 | |
---|
7 | REAL, PARAMETER :: dobson_u = 2.1415e-05 ! Dobson unit, in kg m-2 |
---|
8 | END MODULE lmdz_phys_constants |
---|
9 | |
---|
Note: See
TracBrowser
for help on using the repository browser.