source: trunk/LMDZ.UNIVERSAL/deftank/PROTO_saturn_strato/callphys.def @ 1136

Last change on this file since 1136 was 1136, checked in by aslmd, 11 years ago

LMDZ.GENERIC made def file for 1D linked to 3D case for consistency Part II

File size: 5.6 KB
Line 
1## Orbit / general options
2## ~~~~~~~~~~~~~~~~~~~~~~~
3# Run with or without tracer transport ?
4tracer    = .false.
5# Diurnal cycle ?  if diurnal=false, diurnally averaged solar heating
6diurnal   = .false. #.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  = .false.
19# Check to see if cpp, mugaz values used match gas mixture defined in gases.def (recommended) ?
20check_cpp_match=.false.
21
22## Directory where external input files are
23## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24#datadir     = /san/home/spiga/DATAGENERIC
25#datadir      = /san/home/spiga/COMMON/DATAGENERIC/
26#datadir     = /home/spiga/datagcm
27datadir = /d5/aslmd/datagcm/
28
29## Radiative transfer options
30## ~~~~~~~~~~~~~~~~~~~~~~~~~~
31# call radiative transfer?
32callrad    = .true.
33# the rad. transfer is computed every "iradia" physical timestep
34iradia     = 160
35# call multilayer correlated-k radiative transfer ?
36corrk      = .true.
37# Include continuum absorption in radiative transfer (note CO2 is treated separately) ?
38continuum  = .true.
39# folder in which correlated-k data is stored ?
40corrkdir   = CH4_C2H6_C2H2_Profils
41# call visible gaseous absorption in radiative transfer ?
42callgasvis = .true.
43# Include Rayleigh scattering in the visible ?
44rayleigh   = .false.
45# Uniform absorption coefficient in radiative transfer?
46graybody     = .false.
47# Characteristic planetary equilibrium (black body) temperature
48# This is used only in the aerosol radiative transfer setup. (see aerave.F)
49tplanet    = 215.
50# Output spectral OLR in 1D/3D?
51specOLR    = .false.
52# Output global radiative balance in file 'rad_bal.out' - slow for 1D!!
53meanOLR    = .false.
54# Variable gas species: Radiatively active ?
55varactive  = .false.
56# Variable gas species: Fixed vertical distribution ?
57#   (not to be used in time integration mode)
58varfixed   = .false.
59# Variable gas species: Saturation percentage value at ground ?
60satval     = 0.0
61# Force specific heat capacity and molecular mass values
62force_cpp      = .true.
63# Specific heat capacity in J K-1 kg-1 [only used if force_cpp = T]
64cpp            = 14000.
65# Molecular mass in g mol-1 [only used if force_cpp = T]
66mugaz          = 2.14
67# Remove lower boundary (e.g. for gas giant sims)
68#noradsurf    = .true.
69noradsurf    = .false.
70
71## Star type
72## ~~~~~~~~~
73startype = 1
74# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
75# The choices are:
76#
77#       startype = 1            Sol        (G2V-class main sequence)
78#       startype = 2            Ad Leo     (M-class, synthetic)
79#       startype = 3            GJ644
80#       startype = 4            HD128167
81# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
82# Stellar flux at 1 AU. Examples:
83# 1366.0 W m-2          Sol today
84# 1024.5 W m-2          Sol today x 0.75 = weak early Sun
85# 18.462 W m-2          The feeble Gl581
86# 19.960 W m-2          Gl581 with e=0.38 orbital average
87Fat1AU = 1366.0
88
89## Tracer and aerosol options
90## ~~~~~~~~~~~~~~~~~~~~~~~~~~
91# Gravitational sedimentation of tracers (just H2O ice for now) ?
92sedimentation = .false.
93
94## Other physics options
95## ~~~~~~~~~~~~~~~~~~~~~
96# call turbulent vertical diffusion ?
97calldifv = .false. #.true. #.false. ##true. ##false chez sandrine
98# use turbdiff instead of vdifc ?
99UseTurbDiff = .true.
100# call convective adjustment ?
101calladj  = .true.
102# call thermal conduction in the soil ?
103callsoil = .false.
104
105#########################################################################
106## extra non-standard definitions for Earth
107#########################################################################
108 
109## Tracer and aerosol options
110## ~~~~~~~~~~~~~~~~~~~~~~~~~~
111# Radiatively active CO2 aerosol?
112aeroco2       = .false.
113# Fixed CO2 aerosol distribution?
114aerofixco2    = .false.
115# Radiatively active water aerosol?
116aeroh2o       = .false.
117# Fixed water aerosol distribution?
118aerofixh2o    = .false.  ##true chez Sandrine
119# basic dust opacity
120dusttau       = 0.0
121# Varying H2O cloud fraction?
122CLFvarying    = .false.
123# H2O cloud fraction if fixed?
124CLFfixval     = 0.0
125# fixed radii for cloud particles?
126radfixed=.false.
127# number mixing ratio of CO2 ice particles
128Nmix_co2      = 100000.
129# number mixing ratio of water particles (for rafixed=.false.)
130Nmix_h2o      = 1.e7
131# number mixing ratio of water ice particles (for rafixed=.false.)
132Nmix_h2o_ice  = 5.e5
133# radius of H2O water particles (for rafixed=.true.):
134rad_h2o=10.e-6
135# radius of H2O ice particles (for rafixed=.true.):
136rad_h2o_ice=35.e-6
137# atm mass update due to tracer evaporation/condensation?
138mass_redistrib = .false.
139
140## Water options
141## ~~~~~~~~~~~~~
142# Model water cycle
143water         = .false.
144# Model water cloud formation
145watercond     = .false.
146# Model water precipitation (including coagulation etc.)
147waterrain     = .false.
148# Use simple precipitation scheme?
149precip_scheme=4
150# multiplicative constant in Boucher 95 precip scheme
151Cboucher=1.
152# WATER: hydrology ?
153hydrology     = .false.
154# H2O snow (and ice) albedo ?
155albedosnow    = 0.6
156# Maximum sea ice thickness ?
157maxicethick   = 10.
158# Freezing point of seawater (degrees C) ?
159Tsaldiff      = 0.0
160# Evolve surface water sources ?
161sourceevol    = .false.
162
163## CO2 options
164## ~~~~~~~~~~~
165# gas is non-ideal CO2 ?
166nonideal      = .false.
167# call CO2 condensation ?
168co2cond       = .false.
169# Set initial temperature profile to 1 K above CO2 condensation everywhere?
170nearco2cond   = .false.
Note: See TracBrowser for help on using the repository browser.