source: trunk/LMDZ.GENERIC/libf/phystd/callkeys_mod.F90 @ 1477

Last change on this file since 1477 was 1423, checked in by sglmd, 10 years ago

Second part of solving the top-of-atmosphere problem in the radiative transfer: Return to a previous interpolation scheme

File size: 2.1 KB
Line 
1MODULE callkeys_mod
2IMPLICIT NONE 
3
4      logical callrad,corrk,calldifv,UseTurbDiff                        &
5     &   , calladj,co2cond,callsoil                                     &
6     &   , season,diurnal,tlocked,rings_shadow,lwrite                   &
7     &   , callstats,calleofdump                                        &
8     &   , callgasvis,continuum,H2Ocont_simple,graybody                 &
9     &   , strictboundcorrk                                     
10
11      logical enertest
12      logical nonideal
13      logical meanOLR
14      logical specOLR
15      logical kastprof
16      logical newtonian
17      logical check_cpp_match
18      logical force_cpp
19      logical testradtimes
20      logical rayleigh
21      logical stelbbody
22      logical ozone
23      logical nearco2cond
24      logical tracer
25      logical mass_redistrib
26      logical varactive
27      logical varfixed
28      logical radfixed
29      logical sedimentation
30      logical water,watercond,waterrain
31      logical aeroco2,aeroh2o,aeroh2so4,aeroback2lay
32      logical aerofixco2,aerofixh2o
33      logical hydrology
34      logical sourceevol
35      logical CLFvarying
36      logical nosurf
37      logical oblate
38      logical ok_slab_ocean
39      logical ok_slab_sic
40      logical ok_slab_heat_transp
41
42      integer iddist
43      integer iaervar
44      integer iradia
45      integer startype
46
47      real topdustref
48      real Nmix_co2
49      real dusttau
50      real Fat1AU
51      real stelTbb
52      real Tstrat
53      real tplanet
54      real obs_tau_col_tropo
55      real obs_tau_col_strato
56      real pres_bottom_tropo
57      real pres_top_tropo
58      real pres_bottom_strato
59      real pres_top_strato
60      real size_tropo
61      real size_strato
62      real satval
63      real CLFfixval
64      real n2mixratio
65      real co2supsat
66      real pceil
67      real albedosnow
68      real maxicethick
69      real Tsaldiff
70      real tau_relax
71      real cloudlvl
72      real icetstep
73      real intheat
74      real flatten
75      real Rmean
76      real J2
77      real MassPlanet
78     
79      logical :: iscallphys=.false.!existence of callphys.def
80
81END MODULE callkeys_mod
Note: See TracBrowser for help on using the repository browser.