comcstphy.f90 Source File


Files dependent on this one

sourcefile~~comcstphy.f90~~AfferentGraph sourcefile~comcstphy.f90 comcstphy.f90 sourcefile~physiq_mod.f90~3 physiq_mod.F90 sourcefile~physiq_mod.f90~3->sourcefile~comcstphy.f90 sourcefile~inifis_mod.f90~3 inifis_mod.f90 sourcefile~inifis_mod.f90~3->sourcefile~comcstphy.f90

Contents

Source Code


Source Code

module comcstphy
  
  real :: rradius ! planet radius (m)
  real :: rr      ! recuced gas constant: R/molar mass of atm
  real :: rg      ! gravity
  real :: rcpp    ! specific heat of the atmosphere

end module comcstphy