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

Last change on this file since 1150 was 1145, checked in by aslmd, 11 years ago

LMDZ.GENERIC. added a flag strictboundcorrk (default is true) that can be set to false if one wants the model to keep running even if temperature gets outside correlated-k temperature grid bounds. use with caution and only if you know what you are doing.

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