source: trunk/LMDZ.MARS/libf/aeronomars/chimiedata.h @ 1198

Last change on this file since 1198 was 655, checked in by flefevre, 13 years ago
  • aeronomars/inichim_newstart.F : initialization of chemistry now handles

nitrogen species and ions (FGG, FL)

  • aeronomars/conc.h : cleaning of obsolete variables (FL)
  • aeronomars/chimiedata.h : cleaning of obsolete variables (FL)
File size: 993 bytes
Line 
1! -----------------------------------------
2! ---  Data for photolysis lookup table ---
3! -----------------------------------------
4
5      integer nd, nozo, nr, nsza, ntemp, ntau
6
7      parameter (nd    = 29)
8      parameter (nozo  = 7)
9      parameter (nr    = nd + 28)
10      parameter (nsza  = 27)
11      parameter (ntemp = 4)
12      parameter (ntau  = 8)
13
14      real kb
15      parameter (kb = 1.3806e-23)
16
17      common/chimiedata/jphot,colairtab,table_ozo
18
19      real jphot(ntemp,nsza,0:200,nozo,ntau,nd)
20      real colairtab(0:200)
21      real szatab(nsza)
22      real table_ozo(nozo)
23      real tautab(ntau)
24
25      data szatab/0.,  5., 10., 15., 20., 25.,                          &
26     &            30., 35., 40., 45., 50., 55.,                         &
27     &            60., 65., 70., 75., 80., 82.,                         &
28     &            84., 86., 88., 90., 91., 92.,                         &
29     &            93., 94., 95./
30
31      data tautab/0., 0.2, 0.4, 0.6, 0.8, 1., 2., 4./
Note: See TracBrowser for help on using the repository browser.