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

Last change on this file since 603 was 596, checked in by jleconte, 13 years ago
  • Added double gray case (if graybody=true in callphys.def):
    • opacities are set to a constant value in sugas_corrk.
    • the values are kappa_IR m2/kg in the infrared (to be read in callphys.def)

kappa_VI m2/kg in the visible (to be read in callphys.def)

  • Cleaned continuum part in optc*
  • Added .def files for a typical 1d earth case in deftank (dry case for the moment)
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                                                     &
[596]10     &   , callgasvis,Continuum, graybody                               &
[253]11     &   , Nmix_co2, Nmix_h2o                                           &
12     &   , dusttau                                                      &
[135]13     &   , nonideal                                                     &
14     &   , meanOLR                                                      &
15     &   , specOLR                                                      &
[253]16     &   , kastprof                                                     &
17     &   , noradsurf                                                    &
18     &   , Tstrat                                                       &
19     &   , newtonian                                                    &
[538]20     &   , check_cpp_match                                              &
[589]21     &   , force_cpp                                                    &
[253]22     &   , tau_relax                                                    &
23     &   , testradtimes                                                 &
[135]24     &   , rayleigh                                                     &
[253]25     &   , stelbbody                                                    &
26     &   , stelTbb                                                      &
[135]27     &   , tplanet                                                      &
28     &   , startype                                                     &
29     &   , Fat1AU                                                       &
30     &   , nearco2cond                                                  &
31     &   , tracer                                                       &
32     &   , varactive                                                    &
33     &   , varfixed                                                     &
34     &   , satval                                                       &
35     &   , sedimentation,water,watercond,waterrain                      &
36     &   , rainthreshold                                                &
37     &   , aerofixed                                                    &
[253]38     &   , hydrology                                                    &
39     &   , sourceevol                                                   &
[486]40     &   , icetstep                                                     &
[253]41     &   , albedosnow                                                   &
42     &   , maxicethick                                                  &
43     &   , Tsaldiff                                                     &
44     &   , CLFfixval                                                    &
45     &   , CLFvarying                                                   &
46     &   , n2mixratio                                                   &
47     &   , co2supsat                                                    &
[305]48     &   , cloudlvl                                                     &
[253]49     &   , pceil                                                   
[135]50
[596]51      logical callrad,corrk,calldifv,UseTurbDiff                        &
52     &   , calladj,co2cond,callsoil                                     &
[253]53     &   , season,diurnal,tlocked,lwrite                                &
54     &   , callstats,calleofdump                                        &
[596]55     &   , callgasvis,Continuum,graybody
[135]56
57      logical enertest
58      logical nonideal
59      logical meanOLR
60      logical specOLR
[253]61      logical kastprof
62      logical newtonian
[538]63      logical check_cpp_match
[589]64      logical force_cpp
[253]65      logical testradtimes
[135]66      logical rayleigh
[253]67      logical stelbbody
[135]68      logical ozone
69      logical nearco2cond
70      logical tracer
71      logical varactive
72      logical varfixed
73      logical sedimentation
74      logical water,watercond,waterrain
75      logical aerofixed
[253]76      logical hydrology
77      logical sourceevol
78      logical CLFvarying
79      logical noradsurf
[135]80
81      integer iddist
82      integer iaervar
83      integer iradia
84      integer startype
85
86      real topdustref
87      real Nmix_co2
88      real Nmix_h2o
[253]89      real dusttau
[135]90      real Fat1AU
[253]91      real stelTbb
92      real Tstrat
[135]93      real tplanet
94      real satval
95      real rainthreshold
[253]96      real CLFfixval
97      real n2mixratio
98      real co2supsat
99      real pceil
100      real albedosnow
101      real maxicethick
102      real Tsaldiff
103      real tau_relax
[305]104      real cloudlvl
[486]105      real icetstep
106
Note: See TracBrowser for help on using the repository browser.