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

Last change on this file since 1970 was 899, checked in by emillour, 12 years ago

Mars GCM:

  • added possibility to set slope parameters in testphys1d

EM

File size: 2.3 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# Water ice cap on ground ?
36watercaptag=.false.
37## Slopes parameters:
38# (for slope insolation scheme, when callslope=.true. in callphys.def)
39# slope_inclination angle (deg) 0: horizontal, 90: vertical
40slope_inclination=20.0
41# slope orientation (deg)
42# 0 == Northward, 90 == Eastward, 180 == Southward, 270 == Westward
43slope_orientation=90.0
44
45# hybrid vertical coordinate ? (.true. for hybrid and .false. for sigma levels)
46hybrid=.true.
47
48###### Initial atmospheric temperature profile
49#
50# Type of initial temperature profile
51#         ichoice=1   Constant Temperature:  T=tref
52#         ichoice=2   Savidjari profile (as Seiff but with dT/dz=cte)
53#         ichoice=3   Lindner (polar profile)
54#         ichoice=4   inversion
55#         ichoice=5   Seiff  (standard profile, based on Viking entry)
56#         ichoice=6   constant T  +  gaussian perturbation (levels)
57#         ichoice=7   constant T  + gaussian perturbation (km)
58#         ichoice=8   Read in an ascii file "profile"
59ichoice=5
60# Reference temperature tref (K)
61tref=200
62# Add a perturbation to profile if isin=1
63isin=0
64# peak of gaussian perturbation (for ichoice=6 or 7)
65pic=26.522
66# width of the gaussian perturbation (for ichoice=6 or 7)
67largeur=10
68# height of the gaussian perturbation (for ichoice=6 or 7)
69hauteur=30.
70
71
72# some definitions for the physics, in file 'callphys.def'
73INCLUDEDEF=callphys.def
Note: See TracBrowser for help on using the repository browser.