source: trunk/LMDZ.MARS/deftank/run.def.1d @ 283

Last change on this file since 283 was 38, checked in by emillour, 14 years ago

Ajout du modè Martien (mon LMDZ.MARS.BETA, du 28/01/2011) dans le rértoire mars, pour pouvoir suivre plus facilement les modifs.
EM

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