source: trunk/LMDZ.TITAN/deftank/callphys.def.allmuparams @ 3667

Last change on this file since 3667 was 3657, checked in by emoisan, 9 months ago

Titan physics (under MESOSCALE precompiling flag):
Change initialization for microphysics model, to be consistent with
initialization for physics.
The parameters are now defined in callphys.def instead of datagcm.
The new callphys.def with all the parameters is in deftank
(callphys.def.allmuparams).
EMo

File size: 7.2 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.
9# Tidally resonant orbit ? Must have diurnal = .false., correct rotation rate in newstart
10tlocked   = .false.
11# Tidal resonance ratio ? Ratio T_orbit to T_rotation
12nres      = 1
13# Write some more output on the screen ?
14lwrite    = .false.
15# Save statistics in file "stats.nc" ?
16callstats = .false.
17# Test energy conservation of model physics ?
18enertest  = .true.
19# Check if cpp matches gases.def (should be false in 1d)
20check_cpp_match = .false.
21# Force cpp and mugaz values from gases.def (should be false in 1d)
22force_cpp = .false.
23# Compute effective variations of gravity field with altitude in physics ?
24# Better be true if you run with chemistry
25eff_gz     = .false.
26
27### Directory where external input files are
28### ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
29datadir   = /data/emoisan/datagcm
30
31
32### Radiative transfer options
33### ~~~~~~~~~~~~~~~~~~~~~~~~~~
34# Call radiative transfer?
35callrad    = .true.
36# The rad. transfer is computed every "iradia" physical timestep
37iradia     = 4
38# Use blackbody for stellar spectrum ?
39stelbbody  = .false.
40# Stellar blackbody temperature ?
41stelTbb    = 2000.000
42# Call multilayer correlated-k radiative transfer ?
43corrk      = .true.
44# Folder in which correlated-k data is stored ?
45corrkdir   = recombin
46# Use corr-k recombination instead of pre-mixed ?
47corrk_recombin = .true.
48# Call visible gaseous absorption in radiative transfer ?
49callgasvis = .true.
50# Call continuum in radiative transfer ?
51Continuum  = .true.
52# Allow temperatures above kmatrix tmax
53strictboundcorrk = .false.
54# Include Rayleigh scattering in the visible ?
55rayleigh   = .true.
56# Uniform absorption coefficient in radiative transfer?
57graybody   = .false.
58# Constant absorption coefficient in visible
59#      (in m^2/kg; only if graybody=true):
60#      tau_surf= kappa*P/g
61kappa_VI   = 0.
62# Constant absorption coefficient in IR
63#      (in m^2/kg; only if graybody=true):
64kappa_IR   = 0.
65# Use Newtonian cooling in place of radiative transfer ?
66newtonian  = .false.
67# Radiative timescale for Newtonian cooling ? [only if newtonian = T]
68tau_relax  = 30.00000
69# Test physics timescale in 1D ?
70testradtimes = .false.
71# Characteristic planetary equilibrium (black body) temperature
72# This is used only in the aerosol radiative transfer setup. (see aerave.F)
73tplanet    = 94.
74# Output spectral OLR in 1D/3D?
75specOLR    = .false.
76# Output global radiative balance in file 'rad_bal.out' - slow for 1D!!
77meanOLR    = .false.
78# Remove lower boundary (e.g. for gas giant sims)
79noradsurf  = .false.
80# Output optical diagnostics (in otpcv & optci) ?
81diagdtau   = .false.
82
83
84### Chemistry
85### ~~~~~~~~~
86# Call chemistry ? (must have tracer = .true.)
87callchim   = .false.
88# Activate zonal mean ?
89moyzon_ch  = .true.
90# Chemistry is computed every "ichim" phys. timestep
91ichim      = 20
92# Infinite tank of CH4 ? (.false. == lakes at the poles)
93resCH4_inf = .false.
94
95
96### Microphysics
97### ~~~~~~~~~~~~
98# Call microphysics ? (must have tracer = .true.)
99callmufi   = .true.
100# Activate zonal mean ? (must be .true. if callmufi by now ?)
101moyzon_mu  = .false.
102# If yes, compute clouds ?
103callclouds = .true.
104# If yes, number of ices ? (must be compatible with traceur.def AND microphysical model)
105nices      = 1
106# Use new optics for clouds ?
107opt4clouds = .true.
108# Cloudy fraction in the Clear / Dark column method ?
109Fcloudy    = 0.2
110# Adjustment of ssca albedo for cloudy dropplet ?
111Fssa       = 0.90
112# Adjustment of aerosol properties in the VIS ?
113FHVIS      = 1.0
114# Adjustment of aerosol properties in the IR ?
115FHIR       = 1.0
116# Desactivate radiative coupling of microphysics (i.e. use mean opacity profile)
117uncoupl_optic_haze = .false.
118# Use haze seasonal model ? (if you run without coupled microphysics)
119seashaze   = .false.
120
121# ~~~~~ Parameters for microphysics ~~~~~
122# Microphys. config file ?
123config_mufi = config.ne15.cfg
124# Pressure level of aer. production (Pa) ?
125p_prod     = 1.0
126# Aer. production rate (kg.m-2.s-1) ?
127tx_prod    = 3.5e-13
128# Equivalent radius production (m) ?
129rc_prod    = 1.0e-8
130# Radius of air (nitrogen) molecule (m) ?
131air_rad    = 1.75e-10
132# Monomer radius (m)
133rm                     = 50e-9
134# Fractal dimension
135df                     = 2.0
136# Aerosol density (kg.m-3)
137rho_aer                = 600.
138# Enable/disable Haze production process
139haze_production        = T
140# Enable/disable Haze coagulation process
141haze_coagulation       = T
142# Coagulation interactions, a combination of:
143#    0 - no interactions (same as haze_coagulation == F)
144#    1 - SS interactions
145#    2 - SF interactions
146#    4 - FF interactions.
147# (for example : 5 = 4+1 --> SS and FF coagulation only)
148haze_coag_interactions = 7
149# Enable/disable Haze sedimentation process
150haze_sedimentation     = T
151# Disable Fiadero correction for sedimentation process
152no_fiadero             = T
153# Fiadero correction minimum ratio threshold
154fiadero_min_ratio      = 0.1
155# Fiadero correction maximum ratio threshold
156fiadero_max_ratio      = 10.
157# Force settling velocity to M0
158wsed_m0                = T
159# Force settling velocity to M3
160wsed_m3                = F
161# Enable/disable clouds sedimentation process
162# (automatically set to F if clouds microphysics is not enabled)
163clouds_sedimentation   = T
164# Enable/disable clouds nucleation and condensation processes
165# (automatically set to F if clouds microphysics is not enabled)
166clouds_nuc_cond        = T
167# Condensible species configuration file
168# (not needed if clouds microphysics is not enabled)
169specie_cfg             = mp2m_species.cfg
170# Enable/disable spherical mode transfert probability
171transfert_probability = T
172# Spherical mode transfert probability look-up tables file
173# (optional if 'transfert_probability' is False)
174ps2s_file             = mmp_ps2s_rm50_ne15.nc
175# Electric charging coagulation correction
176# If set to .false. then no correction is assumed
177electric_charging     = T
178# File for the electric charging correction factor.
179# (optional if 'electric_charging' is False)
180mq_file               = mmp_qmean_rm50_ne15.nc
181### Thresholds related parameters
182# Aerosol spherical mode total number min. threshold
183m0as_min = 1e-10
184# Aerosol spherical mode min. caracteristic radius threshold
185rcs_min  = 1e-9
186# Aerosol fractal mode total number min. threshold
187m0af_min = 1e-10
188# Aerosol fractal mode min. caracteristic radius threshold (updated to monomer radius at runtime if needed)
189rcf_min  = 1e-9
190# cloud drop total number min. threshold
191m0n_min = 1e-10
192
193
194### Star type
195### ~~~~~~~~~
196startype = 1
197# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
198# The choices are:
199#
200#   startype = 1        Sol        (G2V-class main sequence)
201# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
202# Stellar flux at 1 AU. Examples:
203# 1366.0 W m-2          Sol today
204# 1024.5 W m-2          Sol today x 0.75 = weak early Sun
205Fat1AU = 1366.0
206
207
208### Other physics options
209### ~~~~~~~~~~~~~~~~~~~~~
210# Call turbulent vertical diffusion ?
211calldifv    = .true.
212# Use turbdiff instead of vdifc ?
213UseTurbDiff = .true.
214# Call convective adjustment ?
215calladj     = .true.
216# Call thermal conduction in the soil ?
217callsoil    = .true.
218# Call nudging of zonal wind ?
219nudging_u   = .false.
Note: See TracBrowser for help on using the repository browser.