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

Last change on this file since 1152 was 1151, checked in by milmd, 11 years ago

LMDZ.GENERIC. two-layer aerosol model parameters are now set in callphys.def ; default settings are for Saturn case.

File size: 4.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                                                      &
[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                      &
[1026]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                                                        &
[1145]41     &   , strictboundcorrk                                             &
[1133]42     &   , rings_shadow                                         
[135]43
[596]44      logical callrad,corrk,calldifv,UseTurbDiff                        &
45     &   , calladj,co2cond,callsoil                                     &
[253]46     &   , season,diurnal,tlocked,lwrite                                &
47     &   , callstats,calleofdump                                        &
[1133]48     &   , callgasvis,continuum,H2Ocont_simple,graybody                 &
[1145]49     &   , strictboundcorrk                                             &
[1133]50     &   , rings_shadow
[135]51
52      logical enertest
53      logical nonideal
54      logical meanOLR
55      logical specOLR
[253]56      logical kastprof
57      logical newtonian
[538]58      logical check_cpp_match
[589]59      logical force_cpp
[253]60      logical testradtimes
[135]61      logical rayleigh
[253]62      logical stelbbody
[135]63      logical ozone
64      logical nearco2cond
65      logical tracer
[728]66      logical mass_redistrib
[135]67      logical varactive
68      logical varfixed
[728]69      logical radfixed
[135]70      logical sedimentation
71      logical water,watercond,waterrain
[1026]72      logical aeroco2,aeroh2o,aeroh2so4,aeroback2lay
[726]73      logical aerofixco2,aerofixh2o
[253]74      logical hydrology
75      logical sourceevol
76      logical CLFvarying
[952]77      logical nosurf
[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
Note: See TracBrowser for help on using the repository browser.