source: trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/meso_callkeys.h @ 1867

Last change on this file since 1867 was 1202, checked in by aslmd, 11 years ago

MESOSCALE. old physics for polar runs: better handling of Titus cap and handling of Tyler surface properties

  • Property svn:executable set to *
File size: 1.5 KB
Line 
1      COMMON/callkeys/callrad,calldifv,calladj,callcond,callsoil,
2     s   season,diurnal,iradia,lwrite,calllott
3     s   ,iaervar,iddist,topdustref,callstats,calleofdump
4     s   ,callnirco2,callnlte,callthermos,callconduct,
5     s        calleuv,callmolvis,callmoldiff,thermochem
6     .   , solarcondate, thermoswater
7     .   , semi
8     .   , callemis
9     .   , callg2d
10     .   , linear
11     .   , ilwd
12     .   , ilwb
13     .   , ilwn
14     .   , ncouche
15     .   , alphan
16     .   , rayleigh
17     .   , tracer
18     .   , dustbin,active,doubleq,lifting,callddevil,scavenging
19     .   , sedimentation,iceparty,activice,water,caps
20     .   , photochem,nqchem_min
21     .   , tituscap
22
23      LOGICAL callrad,calldifv,calladj,callcond,callsoil,
24     s   season,diurnal,lwrite,calllott
25     s   ,callstats,calleofdump
26     s   ,callnirco2,callnlte,callthermos,callconduct,
27     s    calleuv,callmolvis,callmoldiff,thermochem,thermoswater
28     s   ,tituscap
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 ecri_phys         
40      integer iddist
41      integer iaervar
42      integer iradia
43      integer ilwd
44      integer ilwb
45      integer ilwn
46      integer ncouche
47
48      logical rayleigh
49      logical tracer
50      integer dustbin
51      logical active,doubleq,lifting,callddevil,scavenging
52      logical sedimentation,iceparty,activice,water,caps
53      logical photochem
54      integer nqchem_min
Note: See TracBrowser for help on using the repository browser.