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

Last change on this file since 677 was 627, checked in by emillour, 13 years ago

Mars GCM:

Some cleanup on messages and comments in code about the reference pressure

for dust opacity which is now 610 Pa.

EM

File size: 2.0 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 610 Pa, in the visible (true tau~tauref*psurf/610)
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# Water ice cap on ground ?
38watercaptag=.false.
39
40###### Initial atmospheric temperature profile
41#
42# Type of initial temperature profile
43#         ichoice=1   Constant Temperature:  T=tref
44#         ichoice=2   Savidjari profile (as Seiff but with dT/dz=cte)
45#         ichoice=3   Lindner (polar profile)
46#         ichoice=4   inversion
47#         ichoice=5   Seiff  (standard profile, based on Viking entry)
48#         ichoice=6   constant T  +  gaussian perturbation (levels)
49#         ichoice=7   constant T  + gaussian perturbation (km)
50#         ichoice=8   Read in an ascii file "profile"
51ichoice=5
52# Reference temperature tref (K)
53tref=200
54# Add a perturbation to profile if isin=1
55isin=0
56# peak of gaussian perturbation (for ichoice=6 or 7)
57pic=26.522
58# width of the gaussian perturbation (for ichoice=6 or 7)
59largeur=10
60# height of the gaussian perturbation (for ichoice=6 or 7)
61hauteur=30.
62
63
64# some definitions for the physics, in file 'callphys.def'
65INCLUDEDEF=callphys.def
Note: See TracBrowser for help on using the repository browser.