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

Last change on this file since 1016 was 952, checked in by aslmd, 12 years ago

LMDZ.GENERIC. added the possibility to remove surface (nosurf option) and to add an internal heat flux (intheat value, default is 0.)

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