source: trunk/LMDZ.PLUTO/deftank/run_3d/reference_deBatz/callphys.def

Last change on this file was 3845, checked in by tbertrand, 6 months ago

Pluto PCM :
deftank : update of reference files for 1D and 3D runs
TB

  • Property svn:executable set to *
File size: 8.3 KB
Line 
1## Orbit / general options
2## ~~~~~~~~~~~~~~~~~~~~~~~
3# Run with or without tracer transport ?
4tracer       = .true.
5# Diurnal cycle ?  if diurnal=false, diurnally averaged solar heating
6diurnal      = .true.
7# Seasonal cycle ? if season=false, Ls stays constant, to value set in "start"
8season       = .true.
9noseason_day = 0
10# Tidally resonant orbit ? must have diurnal=false, correct rotation rate in newstart
11tlocked      = .false.
12# Tidal resonance ratio ? ratio T_orbit to T_rotation
13nres         = 1
14
15# Frequency (in physical steps) of diagfi file writing ?
16diagfi_output_rate = 32
17# Save statistics in file "stats.nc" ?
18callstats = .false.
19# Test energy conservation of model physics ?
20enertest  = .false.
21
22# Check the validity of input fields coming from the dynamics ?
23check_physics_inputs  = .false.
24# Check the validity of updated fields at the end of the physics step ?
25check_physics_outputs = .false.
26# Check minimum reasonable surface pressure (Pa) ?
27check_ps_min          = 1e-8
28
29# Conservation tracers diagnostics
30conservn2  = .false.
31conservch4 = .false.
32
33# run with triton orbit ?
34triton = .false.
35
36## Directory where external input files are
37## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
38datadir = /scratchu/bdebatz/Pluto/datadir
39
40## Radiative transfer options
41## ~~~~~~~~~~~~~~~~~~~~~~~~~~
42# call radiative transfer?
43callrad          = .true.
44# the rad. transfer is computed every "iradia" physical timestep
45iradia           = 5
46# call multilayer correlated-k radiative transfer ?
47corrk            = .true.
48oldplutocorrk    = .false.
49# Compute radiative methane?
50ch4fix           = .true.
51vmrch4fix        = 0.5
52vmrch4_proffix   = .false.
53nlte             = .false.
54strobel          = .false.
55cooling          = .false.
56pref             = 5.0e-2
57alpha_top        = 1e-11
58deltap           = 0.7
59# folder in which correlated-k data is stored ?
60corrkdir         = pluton_ch4var_COfix_17x27
61# strictboundcorrk
62strictboundcorrk = .false.
63strictboundcia   = .false.
64tplanckmin       = 5
65# call visible gaseous absorption in radiative transfer ?
66callgasvis       = .true.
67# call continuum in radiative transfer ?
68continuum        = .true.
69# Include Rayleigh scattering in the visible ?
70rayleigh         = .true.
71# Test physics timescale in 1D ?
72testradtimes     = .false.
73# Output spectral OLR in 1D/3D?
74specOLR          = .false.
75# Output global radiative balance in file 'rad_bal.out' - slow for 1D!!
76meanOLR          = .false.
77# Variable gas species: Radiatively active ?
78varactive        = .true.
79# Variable gas species: Fixed vertical distribution ?
80#   (not to be used in time integration mode)
81varfixed         = .false.
82# Use fixed vertical profile, 1 step, no iteration ?
83kastprof         = .false.
84
85## Star type (startype = 1 <=> Sol)
86## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
87startype = 1
88Fat1AU = 1366.0
89
90
91## Other physics options
92## ~~~~~~~~~~~~~~~~~~~~~
93# call turbulent vertical diffusion ?
94calldifv      = .true.
95oldplutovdifc = .true.
96# use turbdiff instead of vdifc ? (if oldplutovdifc = .false.)
97UseTurbDiff   = .false.
98# call convective adjustment ?
99calladj       = .true.
100# call thermal conduction in the soil ?
101callsoil      = .true.
102lay1_soil     = 2e-4
103# call thermal conduction
104callconduct   = .true.
105# call molecular viscosity
106callmolvis    = .true.
107# call molecular diffusion
108callmoldiff   = .false.
109# flux qui arrive au-dessus de latmosphere
110phitop        = 0.
111# geothermal flux at the bottom layer
112fluxgeo       = 0.
113# calldrag_noro_mod
114calllott      = .false.
115
116
117## Tracer options
118## ~~~~~~~~~~~~~~
119# atm mass update due to tracer evaporation/condensation?
120mass_redistrib = .false.
121
122### Volatile cycles
123### ~~~~~~~~~~~~~~~
124# call N2 condensation ?
125n2cond      = .true.
126# N2 condensation subtimestep ?
127nbsub       = 20
128# No formation of N2 frost ?
129no_n2frost  = .true.
130# Compute methane cycle ?
131methane     = .true.
132condmetsurf = .true.
133# Compute CO cycle ?
134carbox      = .true.
135condcosurf  = .false.
136# Compute methane clouds ?
137metcloud    = .false.
138# Compute CO clouds ?
139monoxcloud  = .false.
140
141## Microphysics options
142## ~~~~~~~~~~~~~~~~~~~~
143# call microphysics moment model?
144callmufi    = .true.
145# Path to microphysical config file.
146config_mufi = /scratchu/bdebatz/Pluto/datadir/microphysics/config.cfg
147
148### Radiatively active aerosols
149### ~~~~~~~~~~~~~~~~~~~~~~~~~~~
150# Number of radiatively active aerosols (if callmufi = true, must be = 2)?
151naerkind      = 2
152# Radiatively active haze aerosol?
153optichaze     = .true.
154##aersprop_file = optprop_rannou_r2-200nm_nu003.dat
155aersprop_file = optprop_lora_pluto_r4-1000nm_nu003.dat
156aerfprop_file = optprop_rannou_fractal_r020nm_N1_1e4_d2.dat
157##aerfprop_file = optprop_lora_fractal_PH_r010nm_N1_5e5_d2.dat
158
159### Aerosol options (if callmufi = .true.)
160### ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
161# Equivalent radius production (m).
162haze_rc_prod        = 8.0e-9
163# Monomer radius (m).
164haze_rm             = 20e-9
165# Aerosol's fractal dimension.
166haze_df             = 2.0
167# Aerosol density (kg.m-3).
168haze_rho            = 800.
169# Radius of air molecule (m) ? (Pluto : N2)
170air_rad             = 1.75e-10
171# Use production from CH4 photolysis (if not, use production rate)?
172call_haze_prod_pCH4 = .true.
173hazeconservch4      = .true.
174# (call_haze_prod_pCH4 == false):
175# Pressure level of aerosol production (Pa).
176haze_p_prod         = 1.0e-2
177# Aerosol production rate (kg.m-2.s-1).
178haze_tx_prod        = 9.8e-14
179
180### Old aerosol options (if callmufi = .false.)
181### ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
182# haze production?
183haze            = .false.
184# Gravitational sedimentation of tracers ?
185sedimentation   = .false.
186# Fixed haze distribution? (false == hazecloud, true == haze_prof)
187haze_proffix    = .false.
188hazemmr_file    = hazemmr.txt
189hazedens_file   = dens_haze.txt
190# Haze particule mean radius
191rad_haze        = 10e-9
192haze_radproffix = .false.
193hazerad_file    = rad_haze.txt
194fractal         = .false.
195nb_monomer      = 10
196hazeprop_file   = optprop_rannou_fractal_r010nm_N1_1e4_d2.dat
197# Number mixing ratio of haze particles for ch4 clouds
198Nmix_ch4        = 100000.
199# Number mixing ratio of haze particles for co clouds
200Nmix_co         = 100000.
201
202
203## Surface properties
204## ~~~~~~~~~~~~~~~~~~~~~~~~~~
205# options to change albedo with time
206#!  1) ALBEDOS and EMISSIVITY
207#!       A. N2
208#!                 CASE (0) ! fixed albedo
209#!                 CASE (1) ! Albedo decreases with thickness
210#!                 CASE (2) ! Special Sputnik differences of albedo
211#!                 CASE (3) ! Albedo increases (delta neg) or decreases (delta pos) with sublimationi rates
212#!                 CASE (4) ! Albedo Difference in N/S (e.g. used for Triton)
213#!                 CASE (5) ! Special Sputnik differences of albedo in small (1 pixel) patches (e.g. simulating dark patches / plumes)
214#!            --> EMISSIVITY N2: based on the alpha/beta transition
215#!       B. CO
216#!       C. CH4
217#!                 CASE (0) ! 2 albedos, one for the tropics, one for the poles
218#!                 CASE (1) ! 3 albedos, one for the tropics, 2 for the poles (north and south)
219#!                 CASE (2) ! 2 albedos + albedo feedback
220#!                          SELECT CASE (feedback_met)
221#!                            CASE (0) ! Default (linear from alb_ch4_eq)
222#!                            CASE (1) ! Hyperbolic tangent old
223#!                            CASE (2) ! hyperbolic tangent old
224#!                            CASE (3) ! hyperbolic tangent equation with parameters
225#!                 CASE (3) ! Eq, poles N, pole S + depending on Ls
226#!       D. Tholins
227#!                 CASE (0) ! Default, 2 albedos, one for the tropics, one for the poles
228#!                 CASE (1) ! Special mode one region with a different albedo
229#!       E. Tholins read from file
230#                 ! specalb
231
232# N2
233mode_n2     = 0
234thres_n2ice = 0.001
235deltab      = 0. ! if mod_n2 = 1, difference of albedo depending of thickness
236
237# CH4
238mode_ch4     = 1
239thres_ch4ice = 0.01
240metlateq     = 35 ! latitude separating dark/bright methane
241
242# CO
243thres_coice = 1.
244
245# Tholins
246mode_tholins = 0
247tholateq     = 25      ! latitude separating eq/pole tholins
248specalb      = .false. ! Specific treatment for tholins (diff values)
249
250alb_n2b    = 0.74
251alb_n2a    = 0.74
252alb_ch4    = 0.7
253alb_ch4_eq = 0.55
254alb_ch4_s  = 0.6
255alb_co     = 0.4
256alb_tho    = 0.1
257alb_tho_eq = 0.1
258emis_n2b    = 0.8
259emis_n2a    = 0.8
260emis_ch4    = 0.8
261emis_co     = 0.8
262emis_tho    = 1.
263emis_tho_eq = 1.
264
265# Change TI with time
266changeti=.false.
267ITCH4  = 800.
268ITN2   = 800.
269ITH2O  = 800.
270changetid=.false.
271ITCH4d = 20.
272ITN2d  = 20.
273ITH2Od = 20.
Note: See TracBrowser for help on using the repository browser.