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

Last change on this file since 723 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
RevLine 
[135]1!
2! For Fortran 77/Fortran 90 compliance always use line continuation
3! symbols '&' in columns 73 and 6
4!
[596]5      COMMON/callkeys/callrad,corrk,calldifv,UseTurbDiff,calladj        &
[253]6     &   , co2cond,callsoil                                             &
7     &   , season,diurnal,tlocked,iradia,lwrite                         &
8     &   , iaervar,iddist,topdustref,callstats,calleofdump              &
9     &   , enertest                                                     &
[716]10     &   , callgasvis,Continuum,H2Ocont_simple,graybody                 &
[253]11     &   , Nmix_co2, Nmix_h2o                                           &
12     &   , dusttau                                                      &
[135]13     &   , meanOLR                                                      &
14     &   , specOLR                                                      &
[253]15     &   , kastprof                                                     &
16     &   , noradsurf                                                    &
17     &   , Tstrat                                                       &
18     &   , newtonian                                                    &
[538]19     &   , check_cpp_match                                              &
[589]20     &   , force_cpp                                                    &
[253]21     &   , tau_relax                                                    &
22     &   , testradtimes                                                 &
[135]23     &   , rayleigh                                                     &
[253]24     &   , stelbbody                                                    &
25     &   , stelTbb                                                      &
[135]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                                                    &
[253]37     &   , hydrology                                                    &
38     &   , sourceevol                                                   &
[486]39     &   , icetstep                                                     &
[253]40     &   , albedosnow                                                   &
41     &   , maxicethick                                                  &
42     &   , Tsaldiff                                                     &
43     &   , CLFfixval                                                    &
44     &   , CLFvarying                                                   &
45     &   , n2mixratio                                                   &
46     &   , co2supsat                                                    &
[305]47     &   , cloudlvl                                                     &
[253]48     &   , pceil                                                   
[135]49
[596]50      logical callrad,corrk,calldifv,UseTurbDiff                        &
51     &   , calladj,co2cond,callsoil                                     &
[253]52     &   , season,diurnal,tlocked,lwrite                                &
53     &   , callstats,calleofdump                                        &
[716]54     &   , callgasvis,Continuum,H2Ocont_simple,graybody
[135]55
56      logical enertest
57      logical nonideal
58      logical meanOLR
59      logical specOLR
[253]60      logical kastprof
61      logical newtonian
[538]62      logical check_cpp_match
[589]63      logical force_cpp
[253]64      logical testradtimes
[135]65      logical rayleigh
[253]66      logical stelbbody
[135]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
[253]75      logical hydrology
76      logical sourceevol
77      logical CLFvarying
78      logical noradsurf
[135]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
[253]88      real dusttau
[135]89      real Fat1AU
[253]90      real stelTbb
91      real Tstrat
[135]92      real tplanet
93      real satval
94      real rainthreshold
[253]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
[305]103      real cloudlvl
[486]104      real icetstep
105
Note: See TracBrowser for help on using the repository browser.