source: LMDZ6/trunk/libf/phymar/comcstphy.F90 @ 3863

Last change on this file since 3863 was 2089, checked in by Laurent Fairhead, 10 years ago

Inclusion de la physique de MAR


Integration of MAR physics

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.