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

Last change on this file since 357 was 253, checked in by emillour, 13 years ago

Generic GCM

  • Massive update to version 0.7

EM+RW

File size: 3.9 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
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   = CO2_H2Ovar
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 1D/3D?
38specOLR    = .false.
39# Output global radiative balance in file 'rad_bal.out' - slow for 1D!!
40meanOLR    = .true.
41# Variable gas species: Radiatively active ?
42varactive  = .true.
43# Variable gas species: Fixed vertical distribution ?
44varfixed   = .false.
45# Variable gas species: Saturation percentage value at ground ?
46satval     = 0.0
47
48## Star type
49## ~~~~~~~~~
50startype = 2
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# 1366.0 W m-2          Sol today
61# 1024.5 W m-2          Sol today x 0.75 = weak early Sun
62# 18.462 W m-2          The feeble Gl581
63# 19.960 W m-2          Gl581 with e=0.38 orbital average
64Fat1AU = 18.46
65
66## Tracer and aerosol options
67## ~~~~~~~~~~~~~~~~~~~~~~~~~~
68# Gravitational sedimentation of tracers (KEEP FALSE FOR NOW) ?
69sedimentation = .false.
70
71## Other physics options
72## ~~~~~~~~~~~~~~~~~~~~~
73# call turbulent vertical diffusion ?
74calldifv = .true.
75# call convective adjustment ?
76calladj  = .true.
77# call thermal conduction in the soil ?
78callsoil = .true.
79
80#########################################################################
81## extra non-standard definitions for Gliese 581d
82#########################################################################
83 
84## Radiative transfer options
85## ~~~~~~~~~~~~~~~~~~~~~~~~~~
86# Parameterized Earth-like ozone absorption ?
87ozone         = .false.
88
89## Tracer and aerosol options
90## ~~~~~~~~~~~~~~~~~~~~~~~~~~
91# Fixed aerosol distributions?
92aerofixed     = .true.
93# Varying H2O cloud fraction?
94CLFvarying    = .false.
95# H2O cloud fraction?
96CLFfixval     = 1.0
97# number mixing ratio of CO2 ice particles
98Nmix_co2      = 100000.
99# number mixing ratio of water ice particles
100Nmix_h2o      = 100000.
101
102## Water options
103## ~~~~~~~~~~~~~
104# Model water cycle
105water         = .true.
106# Model water cloud formation
107watercond     = .true.
108# Model water precipitation (including coagulation etc.)
109waterrain     = .true.
110# WATER: Precipitation threshold (simple scheme only) ?
111rainthreshold = 0.0
112# Include hydrology ?
113hydrology     = .true.
114# H2O snow (and ice) albedo ?
115albedosnow    = 0.5
116# Maximum sea ice thickness ?
117maxicethick   = 0.05
118# Freezing point of seawater (degrees C) ?
119Tsaldiff      = 0.0
120
121## CO2 options
122## ~~~~~~~~~~~
123# gas is non-ideal CO2 ?
124nonideal      = .false.
125# call CO2 condensation ?
126co2cond       = .true.
127# Set initial temperature profile to 1 K above CO2 condensation everywhere?
128nearco2cond   = .false.
129
Note: See TracBrowser for help on using the repository browser.