source: LMDZ6/branches/Amaury_dev/libf/phy_common/lmdz_phys_constants.f90 @ 5160

Last change on this file since 5160 was 5160, checked in by abarral, 7 weeks 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.
3MODULE 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
8END MODULE lmdz_phys_constants
9   
Note: See TracBrowser for help on using the repository browser.