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

Last change on this file since 3733 was 3733, checked in by jbclement, 8 weeks ago

Mars PCM:
Fixing a sanity check for the prescribtion of the atmospheric water profile in 1D and making comments more explicit.
JBC

File size: 2.7 KB
Line 
1#
2#-----------------------------------------------------------------------
3# Run parameters for the 1D 'testphys1d.e' model                                         
4#-----------------------------------------------------------------------                                         
5
6#### In/Output parameters
7#
8# Initialization with start files if they are present and writing of restart files
9startfiles_1D=.false.
10# Writing subsurface outputs
11diagsoil=.false.
12
13#### Time integration parameters
14#
15# Initial date (in martian sols ; =0 at Ls=0)
16day0=0
17# Initial local time (in hours, between 0 and 24)
18time=0.
19# Number of time steps per sol
20day_step=48
21# Number of sols to run
22ndt = 669
23
24#### Physical parameters
25#
26# Surface pressure (Pa)
27psurf=610.
28# Reference dust opacity at 610 Pa, in the visible (true tau~tauref*psurf/610)
29tauvis=0.2
30# latitude (in degrees)
31latitude=0.
32# Albedo of bare ground
33albedo=0.2
34# Soil thermal inertia (SI)
35inertia=400
36# zonal eastward component of the geostrophic wind (m/s)
37u=10.
38# meridional northward component of the geostrophic wind (m/s)
39v=0.
40# Initial CO2 ice on the surface (kg.m-2)
41co2ice=0.
42# Water ice cap on ground ?
43watercaptag=.false.
44## Slopes parameters:
45# (for slope insolation scheme, when callslope=.true. in callphys.def)
46# slope_inclination angle (deg) 0: horizontal, 90: vertical
47slope_inclination=0.
48# slope orientation (deg)
49# 0 == Northward, 90 == Eastward, 180 == Southward, 270 == Westward
50slope_orientation=0.
51## Atmospheric water profile
52# Prescribed uniform column value (kg.m-2). In particular: -1 == free atmospheric water vapor profile; 0 == dry atmospheric water vapor profile
53atm_wat_profile=-1.
54# Relaxation time (s). In particular: if <0 then no time relaxation i.e. forcing
55atm_wat_tau=-1.
56
57# hybrid vertical coordinate ? (.true. for hybrid and .false. for sigma levels)
58hybrid=.true.
59
60###### Initial atmospheric temperature profile
61#
62# Type of initial temperature profile
63#         ichoice=1   Constant Temperature:  T=tref
64#         ichoice=2   Savidjari profile (as Seiff but with dT/dz=cte)
65#         ichoice=3   Lindner (polar profile)
66#         ichoice=4   inversion
67#         ichoice=5   Seiff  (standard profile, based on Viking entry)
68#         ichoice=6   constant T  +  gaussian perturbation (levels)
69#         ichoice=7   constant T  + gaussian perturbation (km)
70#         ichoice=8   Read in an ascii file "profile"
71ichoice=5
72# Reference temperature tref (K)
73tref=200
74# Add a perturbation to profile if isin=1
75isin=0
76# peak of gaussian perturbation (for ichoice=6 or 7)
77pic=26.522
78# width of the gaussian perturbation (for ichoice=6 or 7)
79largeur=10
80# height of the gaussian perturbation (for ichoice=6 or 7)
81hauteur=30.
82
83
84# some definitions for the physics, in file 'callphys.def'
85INCLUDEDEF=callphys.def
Note: See TracBrowser for help on using the repository browser.