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

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