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

Last change on this file since 3943 was 3943, checked in by jmauxion, 5 weeks ago

MARS PCM:
Update run.def.1d with slow_diagfi option.
JM

File size: 3.0 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# If true, open/close netcdf at output frequency instead of once
25slow_diagfi=.false.
26
27#### Physical parameters
28#
29# Surface pressure (Pa)
30psurf=610.
31# Reference dust opacity at 610 Pa, in the visible (true tau~tauref*psurf/610)
32tauvis=0.2
33# latitude (in degrees)
34latitude=0.
35# Albedo of bare ground
36albedo=0.2
37# Soil thermal inertia (SI)
38inertia=400
39# zonal eastward component of the geostrophic wind (m/s)
40u=10.
41# meridional northward component of the geostrophic wind (m/s)
42v=0.
43# Initial CO2 ice on the surface (kg.m-2)
44co2ice=0.
45# Water ice cap on ground ?
46watercaptag=.false.
47## Slopes parameters:
48# (for slope insolation scheme, when callslope=.true. in callphys.def)
49# slope_inclination angle (deg) 0: horizontal, 90: vertical
50slope_inclination=0.
51# slope orientation (deg)
52# 0 == Northward, 90 == Eastward, 180 == Southward, 270 == Westward
53slope_orientation=0.
54# Prescription of atmospheric water vapour profile defined in file "profile_ref_h2o_vap" (kg/kg)
55ctrl_h2ovap=.false.
56# Relaxation time (s). If <0 then no time relaxation i.e. forcing
57relaxtime_h2ovap=-1.
58# Prescription of atmospheric water ice profile defined in file "profile_ref_h2o_ice" (kg/kg)
59ctrl_h2oice=.false.
60# Relaxation time (s). If <0 then no time relaxation i.e. forcing
61relaxtime_h2oice=-1.
62# hybrid vertical coordinate ? (.true. for hybrid and .false. for sigma levels)
63hybrid=.true.
64
65###### Initial atmospheric temperature profile
66# It matters only if there is no "start1D.txt"
67#
68# Type of initial temperature profile
69#         ichoice=1   Constant Temperature:  T=tref
70#         ichoice=2   Savidjari profile (as Seiff but with dT/dz=cte)
71#         ichoice=3   Lindner (polar profile)
72#         ichoice=4   inversion
73#         ichoice=5   Seiff  (standard profile, based on Viking entry)
74#         ichoice=6   constant T  +  gaussian perturbation (levels)
75#         ichoice=7   constant T  + gaussian perturbation (km)
76#         ichoice=8   Read in an ascii file "profile"
77ichoice=5
78# Reference temperature tref (K)
79tref=200
80# Add a perturbation to profile if isin=1
81isin=0
82# peak of gaussian perturbation (for ichoice=6 or 7)
83pic=26.522
84# width of the gaussian perturbation (for ichoice=6 or 7)
85largeur=10
86# height of the gaussian perturbation (for ichoice=6 or 7)
87hauteur=30.
88
89
90# some definitions for the physics, in file 'callphys.def'
91INCLUDEDEF=callphys.def
Note: See TracBrowser for help on using the repository browser.