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

Last change on this file since 2721 was 2721, checked in by aslmd, 2 years ago

new routine generic_rain integrated in physiq_mod

File size: 6.5 KB
Line 
1MODULE callkeys_mod
2IMPLICIT NONE 
3
4      logical,save :: callrad,corrk,calldifv,UseTurbDiff
5!$OMP THREADPRIVATE(callrad,corrk,calldifv,UseTurbDiff)
6      logical,save :: calladj,calltherm,co2cond,callsoil
7!$OMP THREADPRIVATE(calladj,calltherm,co2cond,callsoil)
8      logical,save :: season,diurnal,tlocked,rings_shadow,lwrite
9!$OMP THREADPRIVATE(season,diurnal,tlocked,rings_shadow,lwrite)
10      logical,save :: callstats,calleofdump
11!$OMP THREADPRIVATE(callstats,calleofdump)
12      logical,save :: callgasvis,continuum,graybody
13!$OMP THREADPRIVATE(callgasvis,continuum,graybody)
14      logical,save :: strictboundcorrk                                     
15!$OMP THREADPRIVATE(strictboundcorrk)
16      logical,save :: strictboundcia                                     
17!$OMP THREADPRIVATE(strictboundcia)
18
19      logical,save :: enertest
20      logical,save :: nonideal
21      logical,save :: meanOLR
22      logical,save :: specOLR
23      logical,save :: kastprof
24      logical,save :: diagdtau
25!$OMP THREADPRIVATE(enertest,nonideal,meanOLR,kastprof,diagdtau)
26      logical,save :: newtonian
27      logical,save :: force_cpp
28      integer,save :: cpp_mugaz_mode
29      logical,save :: testradtimes
30      logical,save :: rayleigh
31!$OMP THREADPRIVATE(newtonian,force_cpp,cpp_mugaz_mode,testradtimes,rayleigh)
32      logical,save :: stelbbody
33      logical,save :: nearco2cond
34      logical,save :: tracer
35      logical,save :: mass_redistrib
36!$OMP THREADPRIVATE(stelbbody,nearco2cond,tracer,mass_redistrib)
37      logical,save :: varactive
38      logical,save :: varfixed
39      logical,save :: radfixed
40      logical,save :: sedimentation
41      logical,save :: generic_condensation
42      logical,save :: generic_rain
43!$OMP THREADPRIVATE(varactive,varfixed,radfixed,sedimentation,generic_condensation,generic_rain)
44      logical,save :: water,watercond,waterrain
45!$OMP THREADPRIVATE(water,watercond,waterrain)
46      logical,save :: aeroco2,aeroh2o,aeroh2so4,aeroback2lay
47!$OMP THREADPRIVATE(aeroco2,aeroh2o,aeroh2so4,aeroback2lay)
48      logical,save :: aeronh3, aeronlay, aeroaurora
49!$OMP THREADPRIVATE(aeronh3,aeronlay,aeroaurora)
50      logical,save :: aerofixco2,aerofixh2o
51!$OMP THREADPRIVATE(aerofixco2,aerofixh2o)
52      logical,save :: hydrology
53      logical,save :: sourceevol
54      logical,save :: CLFvarying
55      logical,save :: nosurf
56      logical,save :: oblate
57!$OMP THREADPRIVATE(hydrology,sourceevol,CLFvarying,nosurf,oblate)
58      logical,save :: ok_slab_ocean
59      logical,save :: ok_slab_sic
60      logical,save :: ok_slab_heat_transp
61      logical,save :: albedo_spectral_mode
62!$OMP THREADPRIVATE(ok_slab_ocean,ok_slab_sic,ok_slab_heat_transp,albedo_spectral_mode)
63      logical,save :: photochem
64      logical,save :: photoheat
65      logical,save :: jonline
66      logical,save :: depos
67      logical,save :: haze
68!$OMP THREADPRIVATE(photochem,photoheat,jonline,depos)
69      logical,save :: calllott_nonoro
70!$OMP THREADPRIVATE(calllott_nonoro)
71      logical,save :: global1d
72      real,save    :: szangle
73!$OMP THREADPRIVATE(global1d,szangle)
74
75      integer,save :: iddist
76      integer,save :: iaervar
77      integer,save :: iradia
78      integer,save :: startype
79      integer,save :: versH2H2cia
80      character(64),save :: H2orthopara_mixture
81      integer,save :: nlayaero
82!$OMP THREADPRIVATE(iddist,iaervar,iradia,startype,versH2H2cia,H2orthopara_mixture,nlayaero)
83      integer,dimension(:),allocatable,save :: aeronlay_choice
84!$OMP THREADPRIVATE(aeronlay_choice)
85
86      character(64),save :: optprop_back2lay_vis
87      character(64),save :: optprop_back2lay_ir
88      character(64),dimension(:),allocatable,save :: optprop_aeronlay_vis
89      character(64),dimension(:),allocatable,save :: optprop_aeronlay_ir
90!$OMP THREADPRIVATE(optprop_back2lay_vis,optprop_back2lay_ir,optprop_aeronlay_vis,optprop_aeronlay_ir)
91
92      real,save :: tplanckmin
93      real,save :: tplanckmax
94      real,save :: dtplanck
95!$OMP THREADPRIVATE(tplanckmin,tplanckmax,dtplanck)
96      real,save :: topdustref
97      real,save :: Nmix_co2
98      real,save :: dusttau
99      real,save :: Fat1AU
100      real,save :: stelTbb
101!$OMP THREADPRIVATE(topdustref,Nmix_co2,dusttau,Fat1AU,stelTbb)
102      real,save :: Tstrat
103      real,save :: tplanet
104      real,save :: obs_tau_col_tropo
105      real,save :: obs_tau_col_strato
106!$OMP THREADPRIVATE(Tstrat,tplanet,obs_tau_col_tropo,obs_tau_col_strato)
107      real,save :: pres_bottom_tropo
108      real,save :: pres_top_tropo
109      real,save :: pres_bottom_strato
110      real,save :: pres_top_strato
111!$OMP THREADPRIVATE(pres_bottom_tropo,pres_top_tropo,pres_bottom_strato,pres_top_strato)
112      real,save :: size_tropo
113      real,save :: size_strato
114      real,save :: satval
115      real,save :: CLFfixval
116      real,save :: n2mixratio
117!$OMP THREADPRIVATE(size_tropo,size_strato,satval,CLFfixval,n2mixratio)
118      real,save :: size_nh3_cloud
119      real,save :: pres_nh3_cloud
120      real,save :: tau_nh3_cloud
121!$OMP THREADPRIVATE(size_nh3_cloud, pres_nh3_cloud, tau_nh3_cloud)
122      real,dimension(:),allocatable,save :: aeronlay_tauref
123      real,dimension(:),allocatable,save :: aeronlay_lamref
124      real,dimension(:),allocatable,save :: aeronlay_ptop
125      real,dimension(:),allocatable,save :: aeronlay_pbot
126      real,dimension(:),allocatable,save :: aeronlay_sclhght
127      real,dimension(:),allocatable,save :: aeronlay_size
128      real,dimension(:),allocatable,save :: aeronlay_nueff
129!$OMP THREADPRIVATE(aeronlay_tauref,aeronlay_lamref,aeronlay_ptop,aeronlay_pbot,aeronlay_sclhght,aeronlay_size,aeronlay_nueff)
130      real,save :: co2supsat
131      real,save :: pceil
132      real,save :: albedosnow
133      real,save :: alb_ocean
134      real,save :: albedoco2ice
135      real,save :: maxicethick
136!$OMP THREADPRIVATE(co2supsat,pceil,albedosnow,alb_ocean,albedoco2ice,maxicethick)
137      real,save :: Tsaldiff
138      real,save :: tau_relax
139      real,save :: cloudlvl
140      real,save :: icetstep
141      real,save :: intheat
142!$OMP THREADPRIVATE(Tsaldiff,tau_relax,cloudlvl,icetstep,intheat)
143      real,save :: flatten
144      real,save :: Rmean
145      real,save :: J2
146      real,save :: MassPlanet
147!$OMP THREADPRIVATE(flatten,Rmean,J2,MassPlanet)
148      real,save :: surfalbedo
149      real,save :: surfemis
150!$OMP THREADPRIVATE(surfalbedo,surfemis)
151      real,save :: noseason_day
152!$OMP THREADPRIVATE(noseason_day)
153      real,save :: kmixmin
154!$OMP THREADPRIVATE(kmixmin)
155     
156      logical,save :: iscallphys=.false.!existence of callphys.def
157!$OMP THREADPRIVATE(iscallphys)
158
159      ! do we read a startphy.nc file (default=.true.)
160      logical,save :: startphy_file=.true.
161!$OMP THREADPRIVATE(startphy_file)
162
163END MODULE callkeys_mod
Note: See TracBrowser for help on using the repository browser.