source: trunk/LMDZ.GENERIC/libf/phystd/callkeys.h @ 724

Last change on this file since 724 was 716, checked in by rwordsworth, 13 years ago

Mainly updates to radiative transfer and gas management scheme.
Most CIA data now read from standard HITRAN datafiles. For the H2O
continuum, two options have been added: the standard CKD continuum,
and the empirical formula in PPC (Pierrehumbert 2010). Use the toggle
'H2Ocont_simple' in callphys.def to choose.

Note to Martians: I've changed the default values of 'sedimentation' and
'co2cond' in inifis to false. Both these are defined in the standard deftank
callphys.def file, so there shouldn't be any compatibility problems.

File size: 4.7 KB
Line 
1!
2! For Fortran 77/Fortran 90 compliance always use line continuation
3! symbols '&' in columns 73 and 6
4!
5      COMMON/callkeys/callrad,corrk,calldifv,UseTurbDiff,calladj        &
6     &   , co2cond,callsoil                                             &
7     &   , season,diurnal,tlocked,iradia,lwrite                         &
8     &   , iaervar,iddist,topdustref,callstats,calleofdump              &
9     &   , enertest                                                     &
10     &   , callgasvis,Continuum,H2Ocont_simple,graybody                 &
11     &   , Nmix_co2, Nmix_h2o                                           &
12     &   , dusttau                                                      &
13     &   , meanOLR                                                      &
14     &   , specOLR                                                      &
15     &   , kastprof                                                     &
16     &   , noradsurf                                                    &
17     &   , Tstrat                                                       &
18     &   , newtonian                                                    &
19     &   , check_cpp_match                                              &
20     &   , force_cpp                                                    &
21     &   , tau_relax                                                    &
22     &   , testradtimes                                                 &
23     &   , rayleigh                                                     &
24     &   , stelbbody                                                    &
25     &   , stelTbb                                                      &
26     &   , tplanet                                                      &
27     &   , startype                                                     &
28     &   , Fat1AU                                                       &
29     &   , nearco2cond                                                  &
30     &   , tracer                                                       &
31     &   , varactive                                                    &
32     &   , varfixed                                                     &
33     &   , satval                                                       &
34     &   , sedimentation,water,watercond,waterrain                      &
35     &   , rainthreshold                                                &
36     &   , aerofixed                                                    &
37     &   , hydrology                                                    &
38     &   , sourceevol                                                   &
39     &   , icetstep                                                     &
40     &   , albedosnow                                                   &
41     &   , maxicethick                                                  &
42     &   , Tsaldiff                                                     &
43     &   , CLFfixval                                                    &
44     &   , CLFvarying                                                   &
45     &   , n2mixratio                                                   &
46     &   , co2supsat                                                    &
47     &   , cloudlvl                                                     &
48     &   , pceil                                                   
49
50      logical callrad,corrk,calldifv,UseTurbDiff                        &
51     &   , calladj,co2cond,callsoil                                     &
52     &   , season,diurnal,tlocked,lwrite                                &
53     &   , callstats,calleofdump                                        &
54     &   , callgasvis,Continuum,H2Ocont_simple,graybody
55
56      logical enertest
57      logical nonideal
58      logical meanOLR
59      logical specOLR
60      logical kastprof
61      logical newtonian
62      logical check_cpp_match
63      logical force_cpp
64      logical testradtimes
65      logical rayleigh
66      logical stelbbody
67      logical ozone
68      logical nearco2cond
69      logical tracer
70      logical varactive
71      logical varfixed
72      logical sedimentation
73      logical water,watercond,waterrain
74      logical aerofixed
75      logical hydrology
76      logical sourceevol
77      logical CLFvarying
78      logical noradsurf
79
80      integer iddist
81      integer iaervar
82      integer iradia
83      integer startype
84
85      real topdustref
86      real Nmix_co2
87      real Nmix_h2o
88      real dusttau
89      real Fat1AU
90      real stelTbb
91      real Tstrat
92      real tplanet
93      real satval
94      real rainthreshold
95      real CLFfixval
96      real n2mixratio
97      real co2supsat
98      real pceil
99      real albedosnow
100      real maxicethick
101      real Tsaldiff
102      real tau_relax
103      real cloudlvl
104      real icetstep
105
Note: See TracBrowser for help on using the repository browser.