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

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

rename modules properly lmdz_*
move ismin, ismax, minmax into new lmdz_libmath.f90
(lint) uppercase fortran keywords

  • 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.