source: trunk/MESOSCALE/LMDZ.MARS/libf_gcm/phymars/yomaer.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: 1.1 KB
Line 
1C*    Radiative characteristics of the aerosols
2C
3C   Shortwave
4c   ~~~~~~~~~
5c
6c tauvis: dust optical depth at reference wavelength  ("longrefvis" set
7c in dimradmars.h : typically longrefvis = 0.67E-6 m, as measured by Viking )
8
9c For the "naerkind" kind of aerosol radiative properties : 
10C QVISsQREF  :  Qext / Qext("longrefvis")   <--- For both solar bands
11C omegavis   :  sinle scattering albedo     <--- For both solar bands
12C gvis       :  assymetry factor            <--- For both solar bands
13c
14C   Longwave
15c   ~~~~~~~~
16c
17c For the "naerkind" kind of aerosol radiative properties : 
18c QIRsQREF :  Qext / Qext("longrefvis")     <--- For the nir bandes IR
19c omegaIR  :  mean single scattering albedo <--- For the nir bandes IR
20c gIR      :  mean assymetry factor         <--- For the nir bandes IR
21c
22      real tauvis
23      real QVISsQREF(nsun,naerkind)
24      real omegavis(nsun,naerkind),gvis(nsun,naerkind)
25      real QIRsQREF(nir,naerkind)
26      real omegaIR(nir,naerkind),gIR(nir,naerkind)
27
28      COMMON/YOMAER/tauvis,QVISsQREF,omegavis,gvis,
29     &              QIRsQREF,omegaIR,gIR
Note: See TracBrowser for help on using the repository browser.