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

Last change on this file since 2890 was 1784, checked in by mturbet, 7 years ago

add Proxima Cen and TRAPPIST-1 stellar spectra

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#       startype = 9            TRAPPIST-1
51#       startype = 10           Proxima Centauri
52# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
53# Stellar flux at 1 AU. Examples:
54# 1366.0 W m-2                Sol today
55# 1024.5 W m-2                Sol today x 0.75 = weak Sun 3.8 GYa
56# 18.462 W m-2                The feeble GJ581
57# 19.960 W m-2                GJ581 with e=0.38 orbital average
58Fat1AU = 956.0
59
60##################################
61## extra non-standard definitions
62##################################
63
64## Tracer and aerosol options
65## ~~~~~~~~~~~~~~~~~~~~~~~~~~
66# Fixed aerosol distributions?
67aerofixed     = .true.
68# Varying H2O cloud fraction?
69CLFvarying    = .false.
70# H2O cloud fraction?
71CLFfixval     = 1.0
72# number mixing ratio of CO2 ice particles
73Nmix_co2      = 100000.
74# number mixing ratio of water ice particles
75Nmix_h2o      = 100000.
76# basic dust opacity
77dusttau       = 0.0
78# water cloud pressure level (norm. by psurf)
79cloudlvl      = 0.0
80
Note: See TracBrowser for help on using the repository browser.