source: trunk/LMDZ.TITAN/deftank/callphys.def @ 3499

Last change on this file since 3499 was 3090, checked in by slebonnois, 13 months ago

BdeBatz? : Cleans microphysics and makes few corrections for physics

File size: 5.0 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   = ../../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   = .true.
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      = 4
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# Path to microphys. config file ?
123config_mufi = ../../datagcm/microphysics/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
133
134### Star type
135### ~~~~~~~~~
136startype = 1
137# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
138# The choices are:
139#
140#   startype = 1        Sol        (G2V-class main sequence)
141# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
142# Stellar flux at 1 AU. Examples:
143# 1366.0 W m-2          Sol today
144# 1024.5 W m-2          Sol today x 0.75 = weak early Sun
145Fat1AU = 1366.0
146
147
148### Other physics options
149### ~~~~~~~~~~~~~~~~~~~~~
150# Call turbulent vertical diffusion ?
151calldifv    = .true.
152# Use turbdiff instead of vdifc ?
153UseTurbDiff = .true.
154# Call convective adjustment ?
155calladj     = .true.
156# Call thermal conduction in the soil ?
157callsoil    = .true.
158# Call nudging of zonal wind ?
159nudging_u   = .true.
160# Nudging relaxation time (secondes) ?
161nudging_dt  = 9.3e8
Note: See TracBrowser for help on using the repository browser.