source: trunk/LMDZ.GENERIC/deftank/callphys.earth @ 187

Last change on this file since 187 was 135, checked in by aslmd, 14 years ago

CHANGEMENT ARBORESCENCE ETAPE 2 -- NON COMPLET

File size: 3.6 KB
RevLine 
[135]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   = .false.
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
20## Radiative transfer options
21## ~~~~~~~~~~~~~~~~~~~~~~~~~~
22# call radiative transfer?
23callrad    = .true.
24# the rad. transfer is computed every "iradia" physical timestep
25iradia     = 4
26# call multilayer correlated-k radiative transfer ?
27corrk      = .true.
28# folder in which correlated-k data is stored ?
29corrkdir   = earth
30# call visible gaseous absorption in radiative transfer ?
31callgasvis = .true.
32# Include Rayleigh scattering in the visible ?
33rayleigh   = .true.
34# Characteristic planetary equilibrium (black body) temperature
35# This is used only in the aerosol radiative transfer setup. (see aerave.F)
36tplanet    = 215.
37# Output spectral OLR in 3D?
38specOLR    = .false.
39# Output global radiative balance in file 'olr.txt' - slow for 1D!!
40meanOLR    = .false.
41# Variable gas species: Radiatively active ?
42varactive  = .false.
43# Variable gas species: Fixed vertical distribution ?
44varfixed   = .true.
45# Variable gas species: Saturation percentage value at ground ?
46satval     = 0.8
47
48## Star type
49## ~~~~~~~~~
50startype = 1
51# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52# The choices are:
53#
54#       startype = 1            Sol        (G2V-class main sequence)
55#       startype = 2            Ad Leo     (M-class, synthetic)
56#       startype = 3            GJ644
57#       startype = 4            HD128167
58# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
59# Stellar flux at 1 AU. Examples:
60# 1356.0 W m-2          Sol today
61# 1017.0 W m-2          Sol today x 0.75 = weak early Sun
62# 18.462 W m-2          The feeble Gl581
63Fat1AU = 1356.0
64
65## Tracer and aerosol options
66## ~~~~~~~~~~~~~~~~~~~~~~~~~~
67# Gravitational sedimentation of tracers (KEEP FALSE FOR NOW) ?
68sedimentation = .false.
69
70## Other physics options
71## ~~~~~~~~~~~~~~~~~~~~~
72# call turbulent vertical diffusion ?
73calldifv = .true.
74# call convective adjustment ?
75calladj  = .true.
76# call thermal conduction in the soil ?
77callsoil = .true.
78
79#########################################################################
80## extra non-standard definitions for Earth / Early Mars
81#########################################################################
82 
83## Radiative transfer options
84## ~~~~~~~~~~~~~~~~~~~~~~~~~~
85# Parameterized Earth-like ozone absorption ?
86ozone         = .false.
87
88## Tracer and aerosol options
89## ~~~~~~~~~~~~~~~~~~~~~~~~~~
90# Fixed aerosol distributions?
91aerofixed     = .true.
92# number mixing ratio of CO2 ice particles
93Nmix_co2      = 100000.
94# number mixing ratio of water ice particles
95Nmix_h2o      = 100000.
96
97## Water options
98## ~~~~~~~~~~~~~
99# Model water cycle
100water         = .true.
101# Model water cloud formation
102watercond     = .true.
103# Model water precipitation (including coagulation etc.)
104waterrain     = .true.
105# WATER: Precipitation threshold (simple scheme only) ?
106rainthreshold = 0.011
107
108## CO2 options
109## ~~~~~~~~~~~
110# gas is non-ideal CO2 ?
111nonideal      = .false.
112# call CO2 condensation ?
113co2cond       = .false.
114# Set initial temperature profile to 1 K above CO2 condensation everywhere?
115nearco2cond   = .false.
Note: See TracBrowser for help on using the repository browser.