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

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

update callphys.def deftank files

File size: 2.4 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.
18generic_continuum_database = .true.
19# folder in which correlated-k data is stored ?
20corrkdir   = N2_CO2step_H2Ovar/1E3ppmCO2
21# call visible gaseous absorption in radiative transfer ?
22callgasvis = .true.
23# Include Rayleigh scattering in the visible ?
24rayleigh   = .true.
25# Characteristic planetary equilibrium (black body) temperature
26# This is used only in the aerosol radiative transfer setup. (see aerave.F)
27tplanet    = 215.
28# Output spectral OLR in 1D/3D?
29specOLR    = .true.
30# Variable gas species: Radiatively active ?
31varactive  = .false.
32# Variable gas species: Fixed vertical distribution ?
33varfixed   = .true.
34# Variable gas species: Saturation percentage value at ground ?
35satval     = 0.0
36# Use fixed vertical profile, 1 step, no iteration ?
37kastprof   = .true.
38# Remove lower boundary (e.g. for gas giant sims)
39noradsurf  = .false.
40
41## Host Star
42## ~~~~~~~~~
43stelspec_file = spectrum_Sun_2025.dat
44tstellar = 5780.
45
46# Stellar flux at 1 AU. Examples:
47# 1366.0 W m-2                Sol today
48# 1024.5 W m-2                Sol today x 0.75 = weak Sun 3.8 GYa
49# 18.462 W m-2                The feeble GJ581
50# 19.960 W m-2                GJ581 with e=0.38 orbital average
51Fat1AU = 956.0
52
53##################################
54## extra non-standard definitions
55##################################
56
57## Tracer and aerosol options
58## ~~~~~~~~~~~~~~~~~~~~~~~~~~
59# Number of radiatively active aerosols
60naerkind=0
61# Fixed aerosol distributions?
62aerofixed     = .true.
63# Varying H2O cloud fraction?
64CLFvarying    = .false.
65# H2O cloud fraction?
66CLFfixval     = 1.0
67# number mixing ratio of CO2 ice particles
68Nmix_co2      = 100000.
69# number mixing ratio of water ice particles
70Nmix_h2o      = 100000.
71# basic dust opacity
72dusttau       = 0.0
73# water cloud pressure level (norm. by psurf)
74cloudlvl      = 0.0
75
Note: See TracBrowser for help on using the repository browser.