source: trunk/LMDZ.GENERIC/deftank/callphys.kcm1d @ 1741

Last change on this file since 1741 was 715, checked in by rwordsworth, 12 years ago

specific callphys options for kcm1d

File size: 2.6 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.
7# Check to see if cpp, mugaz values used match gas mixture defined in gases.def (recommended) ?
8check_cpp_match = .false.
9
10## Radiative transfer options
11## ~~~~~~~~~~~~~~~~~~~~~~~~~~
12# call radiative transfer?
13callrad    = .true.
14# call multilayer correlated-k radiative transfer ?
15corrk      = .true.
16# Include continuum absorption in radiative transfer (note CO2 is treated separately) ?
17Continuum  = .true.
18# folder in which correlated-k data is stored ?
19corrkdir   = N2_CO2step_H2Ovar/1E3ppmCO2
20# call visible gaseous absorption in radiative transfer ?
21callgasvis = .true.
22# Include Rayleigh scattering in the visible ?
23rayleigh   = .true.
24# Characteristic planetary equilibrium (black body) temperature
25# This is used only in the aerosol radiative transfer setup. (see aerave.F)
26tplanet    = 215.
27# Output spectral OLR in 1D/3D?
28specOLR    = .true.
29# Variable gas species: Radiatively active ?
30varactive  = .false.
31# Variable gas species: Fixed vertical distribution ?
32varfixed   = .true.
33# Variable gas species: Saturation percentage value at ground ?
34satval     = 0.0
35# Use fixed vertical profile, 1 step, no iteration ?
36kastprof   = .true.
37# Remove lower boundary (e.g. for gas giant sims)
38noradsurf  = .false.
39
40## Star type
41## ~~~~~~~~~
42startype = 1
43# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
44# The choices are:
45#
46#       startype = 1            Sol        (G2V-class main sequence)
47#       startype = 2            Ad Leo     (M-class, synthetic)
48#       startype = 3            GJ644
49#       startype = 4            HD128167
50# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
51# Stellar flux at 1 AU. Examples:
52# 1366.0 W m-2                Sol today
53# 1024.5 W m-2                Sol today x 0.75 = weak Sun 3.8 GYa
54# 18.462 W m-2                The feeble GJ581
55# 19.960 W m-2                GJ581 with e=0.38 orbital average
56Fat1AU = 956.0
57
58##################################
59## extra non-standard definitions
60##################################
61
62## Tracer and aerosol options
63## ~~~~~~~~~~~~~~~~~~~~~~~~~~
64# Fixed aerosol distributions?
65aerofixed     = .true.
66# Varying H2O cloud fraction?
67CLFvarying    = .false.
68# H2O cloud fraction?
69CLFfixval     = 1.0
70# number mixing ratio of CO2 ice particles
71Nmix_co2      = 100000.
72# number mixing ratio of water ice particles
73Nmix_h2o      = 100000.
74# basic dust opacity
75dusttau       = 0.0
76# water cloud pressure level (norm. by psurf)
77cloudlvl      = 0.0
78
Note: See TracBrowser for help on using the repository browser.