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

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

LMDZ.UNIVERSAL. LMDZ.GENERIC. Added def files for saturn. Made physics less verbose: only master proc (with cursor=1) talks to the user.

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