source: trunk/MESOSCALE/LMDZ.MARS/libf_gcm/phymars/yomlw.h @ 1242

Last change on this file since 1242 was 57, checked in by aslmd, 14 years ago

mineur LMD_MM_MARS: ajout du GCM ancienne physique, systeme maintenant complet sur SVN (ne manque que la base de donnees d'etats initiaux)

  • Property svn:executable set to *
File size: 673 bytes
Line 
1C*    Coefficients for the longwave radiation subroutines
2c-----------------------------------------------------------------------
3
4      COMMON/yomlw/at(2,2),bt(2,2)
5     S ,tref,xp(6,nir),tstand
6     S ,ga(npademx,nabsmx),gb(npademx,nabsmx)
7     S ,cst_voigt(2,nabsmx), gcp , nlaylte
8
9      REAL at,bt, tref,xp,tstand,ga,gb, cst_voigt
10      REAL gcp    ! = g/cpp
11
12c     Number of layers on which LTE calculations (in lw and sw) are performed
13c     (Computed in nlthermeq) :
14      INTEGER nlaylte       
15
16
17      COMMON/ksicom/
18     S xi(ngridmx,nuco2,0:nflev+1,0:nflev+1)
19     S ,xi_ground(ngridmx,nuco2),xi_emis(ngridmx,nuco2,nflev-1)
20
21      real xi, xi_ground, xi_emis
Note: See TracBrowser for help on using the repository browser.