source: trunk/LMDZ.GENERIC/DOC/input/run.def.1d.tex @ 2958

Last change on this file since 2958 was 987, checked in by jleconte, 11 years ago

11/06/2013 == JL+EM

  • User manual (+ sources) added in DOC.
File size: 2.2 KB
Line 
1{\footnotesize
2\begin{verbatim}
3#-----------------------------------------------------------------------
4# Run parameters for the rcm1d.e model
5#-----------------------------------------------------------------------
6
7#### Time integration parameters
8#
9# Initial date (in martian sols ; =0 at Ls=0)
10day0=0
11# Initial local time (in hours, between 0 and 24)
12time=0
13# Number of time steps per sol
14day_step=48
15# Number of sols to run
16ndt =400
17
18#### Physical parameters
19#
20# Surface pressure (Pa)
21psurf=7000.
22# Gravity (ms^-2)
23g=3.72
24# Molar mass of atmosphere (g)
25mugaz=43.49
26# Specific heat capacity of atmosphere?
27cpp=744.5
28# latitude (in degrees)
29latitude=0.0
30# orbital distance at perihelion (AU)
31periastr=1.558
32# orbital distance at aphelion (AU)
33apoastr=1.558
34# obliquity (degrees)
35obliquit=0.0
36# Solar zenith angle (degrees)
37szangle=60.0
38
39# Albedo of bare ground
40albedo=0.2
41# Emissivity of bare ground
42emis=1.0
43# Soil thermal inertia (SI)
44inertia=400
45# zonal eastward component of the geostrophic wind (m/s)
46u=10.
47# meridional northward component of the geostrophic wind (m/s)
48v=0.
49# Initial CO2 ice on the surface (kg.m-2)
50co2ice=0
51# hybrid vertical coordinate ? (.true. for hybrid and .false. for sigma levels)
52hybrid=.false.
53# autocompute vertical discretisation? (useful for exoplanet runs)
54autozlevs=.false.
55% pressure ceiling
56pceil=40.0
57
58###### Initial atmospheric temperature profile
59#
60# Type of initial temperature profile
61#         ichoice=1   Constant Temperature:  T=tref
62#         ichoice=2   Savidjari profile (as Seiff but with dT/dz=cte)
63#         ichoice=3   Lindner (polar profile)
64#         ichoice=4   inversion
65#         ichoice=5   Seiff  (standard profile, based on Viking entry)
66#         ichoice=6   constant T  +  gaussian perturbation (levels)
67#         ichoice=7   constant T  + gaussian perturbation (km)
68#         ichoice=8   Read in an ascii file "profile"
69ichoice=5
70# Reference temperature tref (K)
71tref=200
72# Add a perturbation to profile if isin=1
73isin=0
74# peak of gaussian perturbation (for ichoice=6 or 7)
75pic=26.522
76# width of the gaussian perturbation (for ichoice=6 or 7)
77largeur=10
78# height of the gaussian perturbation (for ichoice=6 or 7)
79hauteur=30.
80
81# some definitions for the physics, in file 'callphys.def'
82INCLUDEDEF=callphys.def
83\end{verbatim}
84}
Note: See TracBrowser for help on using the repository browser.