source: trunk/LMDZ.MARS/libf/phymars/callkeys.h @ 485

Last change on this file since 485 was 485, checked in by aslmd, 13 years ago

LMDZ.MARS: added keyword tituscap. MESOSCALE: corrected a nasty bug in initializing surface deposits (no effect thus far because is set to 0 in surfini). also corrected mars=12 for ccn tracers NOT to be passed through boundaries. UTIL/PYTHON minor fix for redope.

File size: 2.1 KB
Line 
1!
2! For Fortran 77/Fortran 90 compliance always use line continuation
3! symbols '&' in columns 73 and 6
4!
5! NB: to keep commons aligned, it is better to split them in groups
6!     of given types (logical, integer, real, ...)
7
8      COMMON/callkeys_l/callrad,calldifv,calladj,callcond,callsoil      &
9     &   ,season,diurnal,lwrite,calllott,callstats,calleofdump          &
10     &   ,callnirco2,callnlte,callthermos,callconduct,calleuv           &
11     &   ,callmolvis,callmoldiff,thermochem,thermoswater,callemis       &
12     &   ,callg2d,linear,rayleigh,tracer,active,doubleq,submicron       &
13     &   ,lifting,callddevil,scavenging,sedimentation,activice,water    &
14     &   ,microphys,caps,photochem,calltherm,outptherm,callrichsl       &
15     &   ,callslope,tituscap
16     
17      COMMON/callkeys_i/iradia,iaervar,iddist,ilwd,ilwb,ilwn,ncouche    &
18     &   ,dustbin,nqchem_min,nltemodel,nircorr
19     
20      COMMON/callkeys_r/topdustref,solarcondate,semi,alphan
21     
22      LOGICAL callrad,calldifv,calladj,callcond,callsoil,               &
23     &   season,diurnal,lwrite,calllott                                 &
24     &   ,callstats,calleofdump                                         &
25     &   ,callnirco2,callnlte,callthermos,callconduct,                  &
26     &    calleuv,callmolvis,callmoldiff,thermochem,thermoswater        &
27     &   ,calltherm,outptherm,callrichsl,callslope,tituscap
28
29
30      logical callemis
31      logical callg2d
32      logical linear
33
34      real topdustref
35      real semi
36      real alphan
37      real solarcondate
38
39      integer iddist
40      integer iaervar
41      integer iradia
42      integer ilwd
43      integer ilwb
44      integer ilwn
45      integer ncouche
46
47      logical rayleigh
48      logical tracer
49      integer dustbin
50      logical active,doubleq,submicron,lifting,callddevil,scavenging
51      logical sedimentation,activice,water,microphys,caps
52      logical photochem
53      integer nqchem_min
54      integer nltemodel
55      integer nircorr
56
57      integer swrtype ! type of short wave (solar wavelength) radiative
58      ! transfer to use 1: Fouquart 2: Toon.
59      parameter (swrtype=2)
60!      parameter (swrtype=2)
Note: See TracBrowser for help on using the repository browser.