source: trunk/LMDZ.GENERIC/deftank/callphys.GJ581d @ 1473

Last change on this file since 1473 was 727, checked in by jleconte, 12 years ago

updated deftank files for new aerosol scheme

File size: 4.4 KB
Line 
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   = .true.
11# Tidal resonance ratio ? ratio T_orbit to T_rotation
12nres      = 10
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  = .true.
19# Check to see if cpp, mugaz values used match gas mixture defined in gases.def (recommended) ?
20check_cpp_match=.true.
21
22## Radiative transfer options
23## ~~~~~~~~~~~~~~~~~~~~~~~~~~
24# call radiative transfer?
25callrad    = .true.
26# the rad. transfer is computed every "iradia" physical timestep
27iradia     = 4
28# call multilayer correlated-k radiative transfer ?
29corrk      = .true.
30# Include continuum absorption in radiative transfer (note CO2 is treated separately) ?
31continuum  = .true.
32# folder in which correlated-k data is stored ?
33corrkdir   = CO2_H2Ovar
34# call visible gaseous absorption in radiative transfer ?
35callgasvis = .true.
36# Include Rayleigh scattering in the visible ?
37rayleigh   = .true.
38# Characteristic planetary equilibrium (black body) temperature
39# This is used only in the aerosol radiative transfer setup. (see aerave.F)
40tplanet    = 215.
41# Output spectral OLR in 1D/3D?
42specOLR    = .false.
43# Output global radiative balance in file 'rad_bal.out' - slow for 1D!!
44meanOLR    = .true.
45# Variable gas species: Radiatively active ?
46varactive  = .true.
47# Variable gas species: Fixed vertical distribution ?
48varfixed   = .false.
49# Variable gas species: Saturation percentage value at ground ?
50satval     = 0.0
51
52## Star type
53## ~~~~~~~~~
54startype = 2
55# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56# The choices are:
57#
58#       startype = 1            Sol        (G2V-class main sequence)
59#       startype = 2            Ad Leo     (M-class, synthetic)
60#       startype = 3            GJ644
61#       startype = 4            HD128167
62# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
63# Stellar flux at 1 AU. Examples:
64# 1366.0 W m-2          Sol today
65# 1024.5 W m-2          Sol today x 0.75 = weak early Sun
66# 18.462 W m-2          The feeble Gl581
67# 19.960 W m-2          Gl581 with e=0.38 orbital average
68Fat1AU = 18.46
69
70## Tracer and aerosol options
71## ~~~~~~~~~~~~~~~~~~~~~~~~~~
72# Gravitational sedimentation of tracers (KEEP FALSE FOR NOW) ?
73sedimentation = .false.
74
75## Other physics options
76## ~~~~~~~~~~~~~~~~~~~~~
77# call turbulent vertical diffusion ?
78calldifv = .true.
79# use turbdiff instead of vdifc ?
80UseTurbDiff = .true.
81# call convective adjustment ?
82calladj  = .true.
83# call thermal conduction in the soil ?
84callsoil = .true.
85
86#########################################################################
87## extra non-standard definitions for Gliese 581d
88#########################################################################
89 
90## Radiative transfer options
91## ~~~~~~~~~~~~~~~~~~~~~~~~~~
92# Parameterized Earth-like ozone absorption ?
93ozone         = .false.
94
95## Tracer and aerosol options
96## ~~~~~~~~~~~~~~~~~~~~~~~~~~
97# Radiatively active CO2 aerosol?
98aeroco2       = .true.
99# Fixed CO2 aerosol distribution?
100aerofixco2    = .true.
101# Radiatively active water aerosol?
102aeroh2o       = .false.
103# Fixed water aerosol distribution?
104aerofixh2o  = .false.
105# basic dust opacity
106dusttau       = 0.0
107# Varying H2O cloud fraction?
108CLFvarying    = .false.
109# H2O cloud fraction?
110CLFfixval     = 1.0
111# number mixing ratio of CO2 ice particles
112Nmix_co2      = 100000.
113# number mixing ratio of water ice particles
114Nmix_h2o      = 100000.
115
116## Water options
117## ~~~~~~~~~~~~~
118# Model water cycle
119water         = .true.
120# Model water cloud formation
121watercond     = .true.
122# Model water precipitation (including coagulation etc.)
123waterrain     = .true.
124# WATER: Precipitation threshold (simple scheme only) ?
125rainthreshold = 0.001
126# Include hydrology ?
127hydrology     = .true.
128# H2O snow (and ice) albedo ?
129albedosnow    = 0.5
130# Maximum sea ice thickness ?
131maxicethick   = 0.05
132# Freezing point of seawater (degrees C) ?
133Tsaldiff      = 0.0
134
135## CO2 options
136## ~~~~~~~~~~~
137# gas is non-ideal CO2 ?
138nonideal      = .false.
139# call CO2 condensation ?
140co2cond       = .true.
141# Set initial temperature profile to 1 K above CO2 condensation everywhere?
142nearco2cond   = .false.
143
Note: See TracBrowser for help on using the repository browser.