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

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

11/06/2013 == JL+EM

  • User manual (+ sources) added in DOC.
File size: 2.0 KB
Line 
1{\footnotesize
2\begin{verbatim}
3#
4#-----------------------------------------------------------------------
5# Run parameters for the 1D 'testphys1d.e' model                                         
6#-----------------------------------------------------------------------                                         
7
8#### Time integration parameters
9#
10# Initial date (in martian sols ; =0 at Ls=0)
11day0=0
12# Initial local time (in hours, between 0 and 24)
13time=0
14# Number of time steps per sol
15day_step=48
16# Number of sols to run
17ndt = 100
18
19#### Physical parameters
20#
21# Surface pressure (Pa)
22psurf= 610
23# Reference dust opacity at 700 Pa, in the visible (true tau~tauref*psurf/700)
24tauvis=0.2
25# latitude (in degrees)
26latitude= 0.
27# Albedo of bare ground
28albedo=0.2
29# Soil thermal inertia (SI)
30inertia=400
31# zonal eastward component of the geostrophic wind (m/s)
32u=10.
33# meridional northward component of the geostrophic wind (m/s)
34v=0.
35# Initial CO2 ice on the surface (kg.m-2)
36co2ice=0
37# hybrid vertical coordinate ? (.true. for hybrid and .false. for sigma levels)
38hybrid=.true.
39
40
41###### Initial atmospheric temperature profile
42#
43# Type of initial temperature profile
44#         ichoice=1   Constant Temperature:  T=tref
45#         ichoice=2   Savidjari profile (as Seiff but with dT/dz=cte)
46#         ichoice=3   Lindner (polar profile)
47#         ichoice=4   inversion
48#         ichoice=5   Seiff  (standard profile, based on Viking entry)
49#         ichoice=6   constant T  +  gaussian perturbation (levels)
50#         ichoice=7   constant T  + gaussian perturbation (km)
51#         ichoice=8   Read in an ascii file "profile"
52ichoice=5
53# Reference temperature tref (K)
54tref=200
55# Add a perturbation to profile if isin=1
56isin=0
57# peak of gaussian perturbation (for ichoice=6 or 7)
58pic=26.522
59# width of the gaussian perturbation (for ichoice=6 or 7)
60largeur=10
61# height of the gaussian perturbation (for ichoice=6 or 7)
62hauteur=30.
63
64
65# some definitions for the physics, in file 'callphys.def'
66INCLUDEDEF=callphys.def
67\end{verbatim}
68}
Note: See TracBrowser for help on using the repository browser.