source: LMDZ6/branches/Amaury_dev/libf/phydev/comcstphy.F90 @ 5153

Last change on this file since 5153 was 5119, checked in by abarral, 2 months ago

enforce PRIVATE by default in several modules, expose PUBLIC as needed
move eigen.f90 to obsolete/
(lint) aslong the way

  • 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
File size: 222 bytes
Line 
1module comcstphy
2 
3  REAL :: rradius ! planet radius (m)
4  REAL :: rr      ! recuced gas constant: R/molar mass of atm
5  REAL :: rg      ! gravity
6  REAL :: rcpp    ! specific heat of the atmosphere
7
8END MODULE comcstphy
Note: See TracBrowser for help on using the repository browser.