source: trunk/LMDZ.GENERIC/deftank/rcm1d.def.earlymars @ 2468

Last change on this file since 2468 was 2110, checked in by emillour, 6 years ago

Generic model: update example rcm1d def files.
EM

File size: 2.3 KB
RevLine 
[135]1#
2#-----------------------------------------------------------------------
[253]3# Run parameters for the 1D 'rcm1d.e' model                                         
[135]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=24
14# Number of sols to run
15ndt = 4000
16
17#### Physical parameters
18#
[2110]19# Day length, in s
20daysec = 88775
21# length of a year, in days
22year_day = 669
23# Radius of the planet, in m
24rad = 3397200
[135]25# Surface pressure (Pa)
26psurf=200000
27# Gravity (ms^-2)
28g=3.72
29# Molar mass of atmosphere (g)
30mugaz=44.01
31# Specific heat capacity of atmosphere (J kg-1 K-1)
32cpp=900.0
33# latitude (in degrees)
34latitude=60.0
35# orbital distance at perihelion (AU)
[2110]36periastr=1.523
[135]37# orbital distance at aphelion (AU)
[2110]38apoastr=1.523
39# date of periastron, in days
40peri_day = 0
[135]41# obliquity (degrees)
42obliquit=0.0
43
44# Albedo of bare ground
45albedo=0.2
46# Emissivity of bare ground
47emis=0.95
48# Soil thermal inertia (SI)
49inertia=400
50# zonal eastward component of the geostrophic wind (m/s)
51u=10.
52# meridional northward component of the geostrophic wind (m/s)
53v=0.
54# Initial CO2 ice on the surface (kg.m-2)
55co2ice=0
56# hybrid vertical coordinate ? (.true. for hybrid and .false. for sigma levels)
57hybrid=.false.
58
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=1
72# Reference temperature tref (K)
73tref=250
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.