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

Last change on this file since 3976 was 3976, checked in by mturbet, 5 days ago

update callphys.def deftank files

File size: 4.8 KB
Line 
1## Orbit / general options
2## ~~~~~~~~~~~~~~~~~~~~~~~
3# Run with or without tracer transport ?
4tracer    = .true.
5# rate of outputs for diagfi files (in physics steps, default: 24)
6diagfi_output_rate = 24
7# Diurnal cycle ?  if diurnal=false, diurnally averaged solar heating
8diurnal   = .false.
9# Seasonal cycle ? if season=false, Ls stays constant, to value set in "start"
10season    = .true.
11# Tidally resonant orbit ? must have diurnal=false, correct rotation rate in newstart
12tlocked   = .true.
13# Tidal resonance ratio ? ratio T_orbit to T_rotation
14nres      = 10
15# Write some more output on the screen ?
16lwrite    = .false.
17# Save statistics in file "stats.nc" ?
18callstats = .false.
19# Test energy conservation of model physics ?
20enertest  = .true.
21# Check to see if cpp, mugaz values used match gas mixture defined in gases.def (recommended) ?
22check_cpp_match=.true.
23
24## Radiative transfer options
25## ~~~~~~~~~~~~~~~~~~~~~~~~~~
26# call radiative transfer?
27callrad    = .true.
28# the rad. transfer is computed every "iradia" physical timestep
29iradia     = 4
30# call multilayer correlated-k radiative transfer ?
31corrk      = .true.
32# Include continuum absorption in radiative transfer (note CO2 is treated separately) ?
33continuum  = .true.
34generic_continuum_database = .true.
35# folder in which correlated-k data is stored ?
36corrkdir   = CO2_H2Ovar
37# call visible gaseous absorption in radiative transfer ?
38callgasvis = .true.
39# Include Rayleigh scattering in the visible ?
40rayleigh   = .true.
41# Characteristic planetary equilibrium (black body) temperature
42# This is used only in the aerosol radiative transfer setup. (see aerave.F)
43tplanet    = 215.
44# Output spectral OLR in 1D/3D?
45specOLR    = .false.
46# Output global radiative balance in file 'rad_bal.out' - slow for 1D!!
47meanOLR    = .true.
48# Variable gas species: Radiatively active ?
49varactive  = .true.
50# Variable gas species: Fixed vertical distribution ?
51varfixed   = .false.
52# Variable gas species: Saturation percentage value at ground ?
53satval     = 0.0
54
55## Host Star
56## ~~~~~~~~~
57stelspec_file = spectrum_Gliese_581_2011.dat
58tstellar = 3480.
59
60# Stellar flux at 1 AU. Examples:
61# 1366.0 W m-2          Sol today
62# 1024.5 W m-2          Sol today x 0.75 = weak early Sun
63# 18.462 W m-2          The feeble Gl581
64# 19.960 W m-2          Gl581 with e=0.38 orbital average
65Fat1AU = 18.46
66
67## Tracer and aerosol options
68## ~~~~~~~~~~~~~~~~~~~~~~~~~~
69# Gravitational sedimentation of tracers (KEEP FALSE FOR NOW) ?
70sedimentation = .false.
71
72## Other physics options
73## ~~~~~~~~~~~~~~~~~~~~~
74# call turbulent vertical diffusion ?
75calldifv = .true.
76# use turbdiff instead of vdifc ?
77UseTurbDiff = .true.
78# call convective adjustment ?
79calladj  = .true.
80# call thermal conduction in the soil ?
81callsoil = .true.
82
83#########################################################################
84## extra non-standard definitions for Gliese 581d
85#########################################################################
86 
87## Radiative transfer options
88## ~~~~~~~~~~~~~~~~~~~~~~~~~~
89# Parameterized Earth-like ozone absorption ?
90ozone         = .false.
91
92## Tracer and aerosol options
93## ~~~~~~~~~~~~~~~~~~~~~~~~~~
94# Number of radiatively active aerosols
95naerkind=1
96# Radiatively active CO2 aerosol?
97aeroco2       = .true.
98# Fixed CO2 aerosol distribution?
99aerofixco2    = .true.
100# Radiatively active water aerosol?
101aeroh2o       = .false.
102# Fixed water aerosol distribution?
103aerofixh2o  = .false.
104# basic dust opacity
105dusttau       = 0.0
106# Varying H2O cloud fraction?
107CLFvarying    = .false.
108# H2O cloud fraction?
109CLFfixval     = 1.0
110# number mixing ratio of CO2 ice particles
111Nmix_co2      = 100000.
112# number mixing ratio of water ice particles
113Nmix_h2o      = 100000.
114
115## Water options
116## ~~~~~~~~~~~~~
117# Model water cycle
118water         = .true.
119# Model water cloud formation
120watercond     = .true.
121# Model water precipitation (including coagulation etc.)
122waterrain     = .true.
123# WATER: Precipitation threshold (simple scheme only) ?
124rainthreshold = 0.001
125# Include hydrology ?
126hydrology     = .true.
127# Spectral Dependant Albedo ?
128albedo_spectral_mode=.false.
129# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
130# If albedo_spectral_mode=.true., albedosnow becomes the 0.5 micron snow albedo.
131#
132# albedosnow = 0.95  (0.73 Sun-integrated) for fresh snow.
133#            = 0.50  (0.39 Sun-integrated) for dirty snow.
134#            = 0.645 (0.50 Sun-integrated) for 'realistic' snow.
135# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
136# H2O snow (and ice) albedo ?
137albedosnow    = 0.50
138# Maximum sea ice thickness ?
139maxicethick   = 0.05
140# Freezing point of seawater (degrees C) ?
141Tsaldiff      = 0.0
142
143## CO2 options
144## ~~~~~~~~~~~
145# Co2 ice albedo ?
146albedoco2ice   = 0.5
147# gas is non-ideal CO2 ?
148nonideal      = .false.
149# call CO2 condensation ?
150co2cond       = .true.
151# Set initial temperature profile to 1 K above CO2 condensation everywhere?
152nearco2cond   = .false.
153
Note: See TracBrowser for help on using the repository browser.