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

Last change on this file since 1157 was 1151, checked in by milmd, 11 years ago

LMDZ.GENERIC. two-layer aerosol model parameters are now set in callphys.def ; default settings are for Saturn case.

File size: 4.6 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, radfixed, dusttau                                  &
12     &   , meanOLR, specOLR                                             &
13     &   , kastprof, Tstrat                                             &
14     &   , nosurf, intheat                                              &     
15     &   , newtonian, tau_relax, testradtimes                           &
16     &   , check_cpp_match, force_cpp                                   &
17     &   , rayleigh                                                     &
18     &   , stelbbody, stelTbb                                           &
19     &   , tplanet                                                      &
20     &   , obs_tau_col_tropo                                            &
21     &   , obs_tau_col_strato                                           &
22     &   , pres_bottom_tropo                                            &
23     &   , pres_top_tropo                                               &
24     &   , pres_bottom_strato                                           &
25     &   , pres_top_strato                                              &
26     &   , size_tropo                                                   &
27     &   , size_strato                                                  &
28     &   , startype, Fat1AU                                             &
29     &   , nearco2cond                                                  &
30     &   , tracer, mass_redistrib, varactive, varfixed, satval          &
31     &   , sedimentation,water,watercond,waterrain                      &
32     &   , aeroco2,aeroh2o,aeroh2so4,aeroback2lay                         &
33     &   , aerofixco2,aerofixh2o                                        &
34     &   , hydrology, sourceevol, icetstep, albedosnow                  &
35     &   , maxicethick, Tsaldiff                                        &
36     &   , CLFfixval, CLFvarying                                        &
37     &   , n2mixratio                                                   &
38     &   , co2supsat                                                    &
39     &   , cloudlvl                                                     &
40     &   , pceil                                                        &
41     &   , strictboundcorrk                                             &
42     &   , rings_shadow                                         
43
44      logical callrad,corrk,calldifv,UseTurbDiff                        &
45     &   , calladj,co2cond,callsoil                                     &
46     &   , season,diurnal,tlocked,lwrite                                &
47     &   , callstats,calleofdump                                        &
48     &   , callgasvis,continuum,H2Ocont_simple,graybody                 &
49     &   , strictboundcorrk                                             &
50     &   , rings_shadow
51
52      logical enertest
53      logical nonideal
54      logical meanOLR
55      logical specOLR
56      logical kastprof
57      logical newtonian
58      logical check_cpp_match
59      logical force_cpp
60      logical testradtimes
61      logical rayleigh
62      logical stelbbody
63      logical ozone
64      logical nearco2cond
65      logical tracer
66      logical mass_redistrib
67      logical varactive
68      logical varfixed
69      logical radfixed
70      logical sedimentation
71      logical water,watercond,waterrain
72      logical aeroco2,aeroh2o,aeroh2so4,aeroback2lay
73      logical aerofixco2,aerofixh2o
74      logical hydrology
75      logical sourceevol
76      logical CLFvarying
77      logical nosurf
78
79      integer iddist
80      integer iaervar
81      integer iradia
82      integer startype
83
84      real topdustref
85      real Nmix_co2
86      real dusttau
87      real Fat1AU
88      real stelTbb
89      real Tstrat
90      real tplanet
91      real obs_tau_col_tropo
92      real obs_tau_col_strato
93      real pres_bottom_tropo
94      real pres_top_tropo
95      real pres_bottom_strato
96      real pres_top_strato
97      real size_tropo
98      real size_strato
99      real satval
100      real CLFfixval
101      real n2mixratio
102      real co2supsat
103      real pceil
104      real albedosnow
105      real maxicethick
106      real Tsaldiff
107      real tau_relax
108      real cloudlvl
109      real icetstep
110      real intheat
Note: See TracBrowser for help on using the repository browser.