source: trunk/LMDZ.VENUS/deftank/physiq-96x96x90-chemistry-IONOSPHERE-IONDIFF.def @ 3315

Last change on this file since 3315 was 3191, checked in by slebonnois, 10 months ago

SL: small update for the Venusian def files

File size: 3.7 KB
Line 
1## $Header$
2#
3##  Include diurnal cycle or not
4cycle_diurne=y
5##  Include soil model or not
6soil_model=y
7## Use orodr or not for orography
8ok_orodr=n
9## Use orolf or not for orography
10ok_orolf=n
11## Use non-orographic Gravity Waves of not
12ok_gw_nonoro=y
13## Number of calls to the radiative transfer (per day)
14nbapp_rad=24000
15## Number of calls to the chemistry routines (per day)
16nbapp_chem=24000
17##  Flag for convection : 1 pour LMD, 2 pour Tiedtke, 3 KE(new version JYG), 30 KE(version IPCC AR4), 4 KE vect
18iflag_con=0
19#
20# orbital parameters
21##~~~~~~~~~~~~~~~~~~
22#
23# VENUS ##
24# R_ecc = 0.006787
25R_ecc = 0.
26R_peri = 0.
27# R_incl = 177.4
28R_incl = 0.
29# solar: effective flux, given at 1 UA
30solaire = 328.
31#
32# parameters for the tracers
33##~~~~~~~~~~~~~~~~~~~~~~~~~
34#
35# 0: nothing (passive tracers)
36# 1: pseudo-chemistry relaxation (phytrac_relax)
37# 2: surface emission (phytrac_emiss)
38# 3: full chemistry (phytrac_chem)
39tr_scheme = 3
40#
41# Reinitialization of tracer abundances
42reinit_trac=n
43#
44# parameters for chemistry and microphysics
45##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46#
47# use chemistry ?
48ok_chem=y
49
50## include photolysis j online calculated or not
51ok_jonline = y
52
53# use clouds ? (needed for chemistry)
54ok_cloud=y
55# if yes, which scheme:
56#  1 => simple scheme (Aurelien Stolzenbach)
57#  2 => full microphysical scheme (Sabrina Guilbon)
58cl_scheme=1
59# use sedimentation (goes with clouds)
60ok_sedim=y
61nb_mode=3
62#
63# parameters for the boundary layer
64##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
65#
66iflag_pbl=8
67z0 = 0.01
68lmixmin = 35.
69ksta = 1.e-7
70ok_kzmin=n
71#
72# Surface thermal inertia
73inertie=2000
74#
75# dry convection parameters
76##~~~~~~~~~~~~~~~~~~~~~~~~~
77#
78iflag_ajs = 1
79
80# Solar radiation module
81##~~~~~~~~~~~~~~~~~~~~~~
82## 1 = Rainer Haus Tables
83## 2 = Generic solar module
84#
85solarchoice=1
86
87# Thermosphere and nlte parameters
88##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
89#
90## Compute non-LTE or not
91callnlte=y
92## choice of species profile to use
93nltemodel=2
94## Compute CO2 IR absorption or not
95callnirco2=y
96##CO2 IR Absorption model
97nircorr=0
98##include thermosphere or not
99callthermos=y
100
101## Thermospheric options
102##~~~~~~~~~~~~~~~~~~~~~~
103## Tuning of photochemistry for oxygen production ?
104tuneupperatm = n
105
106## include ion chemistry or not
107ok_ionchem = y
108
109## include ion diffusion or not | WARNING: it is 2.5-3. time slower with
110#  BE CAREFULL IF (ok_iondiff = y)
111#  ==> nbapp_chem need to be equal to day_step in gcm.def
112ok_iondiff = n
113
114#Method to include solar variability?
115#0-> Old method   1-> Variability with E10.7 as observed
116solvarmod=0
117
118## (Solar min=70 ave=140 max=300)
119fixed_euv_value = 140.
120
121# value for the UV heating efficiency
122##(experimental values between 0.19 and 0.23, lower values may
123## be used to compensate for low 15 um cooling)
124euveff = 0.195       
125#
126#
127#
128#
129# Parameters for IOIPSL output files
130##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
131## OLD. Now we use XIOS => see context_lmdz_physics.xml to taylor the output files
132#
133### OK_journe= y for daily output file histday.nc, =n no histday.nc output
134### Meaningless for Venus
135OK_journe=n
136### OK_mensuel= y for monthly output file histmth.nc, =n no histmth.nc
137### For Venus, only these averaged outputs
138OK_mensuel=n
139## rate (in days) at which the Venus histmth file is to be written               
140# sets the output rate in histmth and/or histins
141ecritphy=0.1
142### OK_instan=y, make some "instantaneous" outputs (same rate as histmth)
143OK_instan=n
144#
145# Output levels for the various output files
146#
147# output level for  "day" lev_histday
148# - lev_hist*=1 => baseline 2D fields
149# - lev_hist*=2 => baseline 3D fields (default)
150# - lev_hist*=3 => radiative transfert
151# - lev_hist*=4 => 3D tendencies
152# - lev_hist*=5 => tracers and others
153lev_histday=2
154#output level for "mth" lev_histmth
155lev_histmth=2
156#output level for "ins" lev_histins
157lev_histins=2
158
Note: See TracBrowser for help on using the repository browser.