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

Last change on this file since 1202 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
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                                             &
[1161]7     &   , season,diurnal,tlocked,rings_shadow,iradia,lwrite            &
[253]8     &   , iaervar,iddist,topdustref,callstats,calleofdump              &
9     &   , enertest                                                     &
[873]10     &   , callgasvis,continuum,H2Ocont_simple,graybody                 &
[728]11     &   , Nmix_co2, radfixed, dusttau                                  &
12     &   , meanOLR, specOLR                                             &
[952]13     &   , kastprof, Tstrat                                             &
[1194]14     &   , nosurf, intheat, flatten, oblate                             &     
[728]15     &   , newtonian, tau_relax, testradtimes                           &
16     &   , check_cpp_match, force_cpp                                   &
[135]17     &   , rayleigh                                                     &
[728]18     &   , stelbbody, stelTbb                                           &
[135]19     &   , tplanet                                                      &
[1151]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                                                  &
[728]28     &   , startype, Fat1AU                                             &
[135]29     &   , nearco2cond                                                  &
[728]30     &   , tracer, mass_redistrib, varactive, varfixed, satval          &
[135]31     &   , sedimentation,water,watercond,waterrain                      &
[1175]32     &   , aeroco2,aeroh2o,aeroh2so4,aeroback2lay                       &
[726]33     &   , aerofixco2,aerofixh2o                                        &
[728]34     &   , hydrology, sourceevol, icetstep, albedosnow                  &
35     &   , maxicethick, Tsaldiff                                        &
36     &   , CLFfixval, CLFvarying                                        &
[253]37     &   , n2mixratio                                                   &
38     &   , co2supsat                                                    &
[305]39     &   , cloudlvl                                                     &
[1133]40     &   , pceil                                                        &
[1194]41     &   , Rmean, J2, MassPlanet                                        &
[1161]42     &   , strictboundcorrk                                                                                     
[135]43
[596]44      logical callrad,corrk,calldifv,UseTurbDiff                        &
45     &   , calladj,co2cond,callsoil                                     &
[1174]46     &   , season,diurnal,tlocked,rings_shadow,lwrite                   &
[253]47     &   , callstats,calleofdump                                        &
[1133]48     &   , callgasvis,continuum,H2Ocont_simple,graybody                 &
[1161]49     &   , strictboundcorrk                                             
[135]50
51      logical enertest
52      logical nonideal
53      logical meanOLR
54      logical specOLR
[253]55      logical kastprof
56      logical newtonian
[538]57      logical check_cpp_match
[589]58      logical force_cpp
[253]59      logical testradtimes
[135]60      logical rayleigh
[253]61      logical stelbbody
[135]62      logical ozone
63      logical nearco2cond
64      logical tracer
[728]65      logical mass_redistrib
[135]66      logical varactive
67      logical varfixed
[728]68      logical radfixed
[135]69      logical sedimentation
70      logical water,watercond,waterrain
[1026]71      logical aeroco2,aeroh2o,aeroh2so4,aeroback2lay
[1175]72      logical aerofixco2,aerofixh2o
[253]73      logical hydrology
74      logical sourceevol
75      logical CLFvarying
[952]76      logical nosurf
[1194]77      logical oblate
[135]78
79      integer iddist
80      integer iaervar
81      integer iradia
82      integer startype
83
84      real topdustref
85      real Nmix_co2
[253]86      real dusttau
[135]87      real Fat1AU
[253]88      real stelTbb
89      real Tstrat
[135]90      real tplanet
[1151]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
[135]99      real satval
[253]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
[305]108      real cloudlvl
[486]109      real icetstep
[952]110      real intheat
[1174]111      real flatten
[1194]112      real Rmean
113      real J2
114      real MassPlanet
Note: See TracBrowser for help on using the repository browser.