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

Last change on this file since 1194 was 1194, checked in by sglmd, 11 years ago

Latitude-dependent gravity field added. Option oblate = .true. in callphys.def, and three additional variables needed: J2, Rmean and MassPlanet?.

File size: 4.8 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,rings_shadow,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, flatten, oblate                             &     
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     &   , Rmean, J2, MassPlanet                                        &
42     &   , strictboundcorrk                                                                                     
43
44      logical callrad,corrk,calldifv,UseTurbDiff                        &
45     &   , calladj,co2cond,callsoil                                     &
46     &   , season,diurnal,tlocked,rings_shadow,lwrite                   &
47     &   , callstats,calleofdump                                        &
48     &   , callgasvis,continuum,H2Ocont_simple,graybody                 &
49     &   , strictboundcorrk                                             
50
51      logical enertest
52      logical nonideal
53      logical meanOLR
54      logical specOLR
55      logical kastprof
56      logical newtonian
57      logical check_cpp_match
58      logical force_cpp
59      logical testradtimes
60      logical rayleigh
61      logical stelbbody
62      logical ozone
63      logical nearco2cond
64      logical tracer
65      logical mass_redistrib
66      logical varactive
67      logical varfixed
68      logical radfixed
69      logical sedimentation
70      logical water,watercond,waterrain
71      logical aeroco2,aeroh2o,aeroh2so4,aeroback2lay
72      logical aerofixco2,aerofixh2o
73      logical hydrology
74      logical sourceevol
75      logical CLFvarying
76      logical nosurf
77      logical oblate
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
111      real flatten
112      real Rmean
113      real J2
114      real MassPlanet
Note: See TracBrowser for help on using the repository browser.