source: trunk/LMDZ.UNIVERSAL/deftank/PROTO_saturn_tropostrato_256x192x64/callphys.def @ 1139

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

LMDZ.UNIVERSAL. updated def files for latest modifications.

File size: 5.7 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     = /home/spiga/datagcm
25#datadir     = /d5/aslmd/datagcm/
26datadir = /san/common/umr8539/DATAGENERIC/
27
28## Radiative transfer options
29## ~~~~~~~~~~~~~~~~~~~~~~~~~~
30# call radiative transfer?
31callrad    = .true.
32# the rad. transfer is computed every "iradia" physical timestep
33iradia     = 160
34iradia     = 640
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
41corrkdir   = CH4_C2H6_C2H2_T_70-400K
42corrkdir   = CH4_C2H6_C2H2_HITRAN2012
43corrkdir   = CH4_C2H6_C2H2_HITRAN2012_Karko
44# call visible gaseous absorption in radiative transfer ?
45callgasvis = .true.
46# Include Rayleigh scattering in the visible ?
47rayleigh   = .true.
48# Uniform absorption coefficient in radiative transfer?
49graybody     = .false.
50# Characteristic planetary equilibrium (black body) temperature
51# This is used only in the aerosol radiative transfer setup. (see aerave.F)
52tplanet    = 215.
53# Output spectral OLR in 1D/3D?
54specOLR    = .false.
55# Output global radiative balance in file 'rad_bal.out' - slow for 1D!!
56meanOLR    = .false.
57# Variable gas species: Radiatively active ?
58varactive  = .false.
59# Variable gas species: Fixed vertical distribution ?
60#   (not to be used in time integration mode)
61varfixed   = .false.
62# Variable gas species: Saturation percentage value at ground ?
63satval     = 0.0
64# Force specific heat capacity and molecular mass values
65force_cpp      = .false.
66# Specific heat capacity in J K-1 kg-1 [only used if force_cpp = T]
67cpp            = 14000.
68# Molecular mass in g mol-1 [only used if force_cpp = T]
69mugaz          = 2.14
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 = .true.
98# use turbdiff instead of vdifc ?
99UseTurbDiff = .true.
100# call convective adjustment ?
101calladj  = .true.
102# call thermal conduction in the soil ?
103callsoil = .false.
104# Internal heat flux (matters only if callsoil=F)
105intheat = 2.0
106# Remove lower boundary (e.g. for gas giant sims)
107nosurf = .true.
108# Saturn rings shadowing
109rings_shadow = .false. #.true. lorsque solution diurnal=F OK
110
111#########################################################################
112## extra non-standard definitions for Earth
113#########################################################################
114 
115## Tracer and aerosol options
116## ~~~~~~~~~~~~~~~~~~~~~~~~~~
117# Radiatively active CO2 aerosol?
118aeroco2       = .false.
119# Fixed CO2 aerosol distribution?
120aerofixco2    = .false.
121# Radiatively active water aerosol?
122aeroh2o       = .false.
123# Fixed water aerosol distribution?
124aerofixh2o    = .false.
125# two-layer aerosol model?
126aeroback2lay  = .true.
127# basic dust opacity
128dusttau       = 0.0
129# Varying H2O cloud fraction?
130CLFvarying    = .false.
131# H2O cloud fraction if fixed?
132CLFfixval     = 0.0
133# fixed radii for cloud particles?
134radfixed=.false.
135# number mixing ratio of CO2 ice particles
136Nmix_co2      = 100000.
137# number mixing ratio of water particles (for rafixed=.false.)
138Nmix_h2o      = 1.e7
139# number mixing ratio of water ice particles (for rafixed=.false.)
140Nmix_h2o_ice  = 5.e5
141# radius of H2O water particles (for rafixed=.true.):
142rad_h2o=10.e-6
143# radius of H2O ice particles (for rafixed=.true.):
144rad_h2o_ice=35.e-6
145# atm mass update due to tracer evaporation/condensation?
146mass_redistrib = .false.
147
148## Water options
149## ~~~~~~~~~~~~~
150# Model water cycle
151water         = .false.
152# Model water cloud formation
153watercond     = .false.
154# Model water precipitation (including coagulation etc.)
155waterrain     = .false.
156# Use simple precipitation scheme?
157precip_scheme=4
158# multiplicative constant in Boucher 95 precip scheme
159Cboucher=1.
160# Include hydrology ?
161hydrology     = .false.
162# H2O snow (and ice) albedo ?
163albedosnow    = 0.6
164# Maximum sea ice thickness ?
165maxicethick   = 10.
166# Freezing point of seawater (degrees C) ?
167Tsaldiff      = 0.0
168# Evolve surface water sources ?
169sourceevol    = .false.
170
171## CO2 options
172## ~~~~~~~~~~~
173# call CO2 condensation ?
174co2cond       = .false.
175# Set initial temperature profile to 1 K above CO2 condensation everywhere?
176nearco2cond   = .false.
Note: See TracBrowser for help on using the repository browser.