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

Last change on this file since 1198 was 635, checked in by emillour, 13 years ago

Mars GCM: Update of the chemistry package, including:

  • 93 reactions are accounted for (instead of 22); tracking 28 species (instead of 11)
  • computation of photoabsorption using raytracing
  • improved time stepping in the photochemistry
  • updated parameters (cross-sections); with this new version input files

are in 'EUV/param_v5' of "datafile" directory.

  • transition between lower and upper atmosphere chemistry set to 0.1 Pa (calchim.F90)
  • Lots of code clean-up: removed obsolete files column.F, param_v3.h, flujo.F, phdisrate.F, ch.F, interpfast.F, paramfoto.F, getch.F Converted chemtermos.F -> chemthermos.F90 and euvheat.F -> euvheat.F90. Added paramfoto_compact.F , param_v4.h and iono.h
  • Upadted surfacearea.F
  • Cleaned initracer.F and callkeys.h (removed use of obsolete "nqchem" and "oldnames" case when initializing tracers).
  • Minor correction in "callsedim": compute "rdust" and/or "rice" only when it makes sense.

FGG+FL+EM

File size: 791 bytes
Line 
1!***********************************************
2
3!       param.par
4
5!       Parameters for paramhr.f
6!***********************************************
7
8        integer    ninter
9        parameter  (ninter=36)
10
11        integer    nabs
12        parameter  (nabs=13)
13
14        integer    nz2
15        parameter  (nz2=253)
16
17        integer    ninter2
18        parameter  (ninter2=16)
19
20        real       kboltzman                  !cte Boltzman
21        parameter  (kboltzman = 1.381e-16)
22       
23        real       n_avog                    !# de Avogadro
24        parameter  (n_avog = 6.023e23)
25
26        real       gg                        !cte gravitacion
27        parameter  (gg = 6.67259e-8)
28
29        real       masa                      !masa de Marte(g)
30        parameter  (masa = 6.4163e26)
31
32        real       radio
33        parameter  (radio = 3390.)           !radio de Marte(km)
34
35        integer    nreact
36        parameter  (nreact=93)
37
38
39
40
Note: See TracBrowser for help on using the repository browser.