source: LMDZ6/trunk/libf/phy_common/phys_constants_mod.f90 @ 5319

Last change on this file since 5319 was 5296, checked in by abarral, 8 days ago

Turn compbl.h into a module
Move calcul_REGDYN.h to obsolete
Create phys_constants_mod.f90

File size: 341 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 phys_constants_mod
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 phys_constants_mod
9
Note: See TracBrowser for help on using the repository browser.