source: trunk/LMDZ.UNIVERSAL/deftank/gray_lmdz.generic_lmdz5/callphys.def @ 880

Last change on this file since 880 was 838, checked in by aslmd, 12 years ago

LMDZ.GENERIC. added def files for runs with gray model using LMDZ.GENERIC or LMDZ5 (parallel).

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