source: trunk/LMDZ.GENERIC/libf/phystd/gases.h @ 293

Last change on this file since 293 was 253, checked in by emillour, 14 years ago

Generic GCM

  • Massive update to version 0.7

EM+RW

  • Property svn:executable set to *
File size: 399 bytes
Line 
1!-----------------------------------------------------------------------
2! INCLUDE 'gases.h'
3
4      integer, parameter :: ngasmx = 2 
5      integer vgas
6      character*3 :: gnom(ngasmx) ! name of the gas
7!      character(len=3) :: gnom(ngasmx) ! name of the gas
8      real gfrac(ngasmx)
9
10      COMMON/gases/gnom,gfrac,vgas
11
12!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.