source: trunk/LMDZ.GENERIC/deftank/kcm1d.def @ 3466

Last change on this file since 3466 was 714, checked in by rwordsworth, 12 years ago

test commit from berserker: one deftank file only

File size: 709 bytes
Line 
1#-----------------------------------------------------------------------
2# Parameters for the 1D radiative snapshot model
3#-----------------------------------------------------------------------                                         
4
5global1d=.true.
6
7# Surface pressure (Pa)
8psurf=100000.
9# Gravity (ms^-2)
10g=9.81
11# orbital distance at perihelion (AU)
12periastr=1.0
13# orbital distance at aphelion (AU)
14apoastr=1.0
15# Solar zenith angle (degrees)
16szangle=60.0
17# Albedo of bare ground
18albedo=0.22
19# Emissivity of bare ground
20emis=1.0
21# Ceiling pressure (Pa)
22pceil=100.0 
23# Reference surface temperature tref (K)
24tref=280.0
25
26# some definitions for the physics, in file 'callphys.def'
27INCLUDEDEF=callphys.def
Note: See TracBrowser for help on using the repository browser.