source: trunk/LMDZ.PLUTO/deftank/1d/rcm1d.def @ 3552

Last change on this file since 3552 was 3550, checked in by afalco, 4 weeks ago

Pluto: a bit of doc and example files.
AF

File size: 2.5 KB
Line 
1#
2#-----------------------------------------------------------------------
3# Run parameters for the 1D 'rcm1d.e' model
4#-----------------------------------------------------------------------
5
6#### Time integration parameters
7#
8# Initial date (in martian sols ; =0 at Ls=0)
9day0=1500
10# Initial local time (in hours, between 0 and 24)
11time=0
12# Number of time steps per sol
13day_step=10
14# Number of sols to run
15ndt = 2000
16ecritphy=20
17
18cpp_mugaz_mode = 2
19
20#### Physical parameters
21#
22# Day length, in s
23daysec = 551854.0625
24# length of a year, in days
25year_day = 14178.3037109375
26# Radius of the planet, in m
27rad = 1187000
28# Surface pressure (Pa)
29psurf=1.1
30# Gravity (ms^-2)
31g=0.617188990116119
32# Molar mass of atmosphere (g)
33mugaz=28
34# Specific heat capacity of atmosphere (J kg-1 K-1) # ignored if cpp_mugaz_mode = 1
35cpp=1040.0
36# latitude (in degrees)
37latitude=0.0
38# orbital distance at perihelion (AU)
39periastr=29.65831
40# orbital distance at aphelion (AU)
41apoastr=49.3050467
42# date of periastron, in days
43peri_day = 87.3600006103516
44# obliquity (degrees)
45obliquit=119.591
46
47# Albedo of bare ground
48albedo=0.5
49# Emissivity of bare ground
50emis=0.85
51# Soil thermal inertia (SI)
52inertia=20
53# zonal eastward component of the geostrophic wind (m/s)
54u=0
55# meridional northward component of the geostrophic wind (m/s)
56v=0.
57# Initial N2 ice on the surface (kg.m-2)
58n2ice=0
59# hybrid vertical coordinate ? (.true. for hybrid and .false. for sigma levels)
60hybrid=.false.
61
62# CH4 VMR (%)
63ch4ref=0.5
64# CO VMR (%)
65coref=0.046
66# haze ref (kg/kg)
67hazeref=0.000000385
68# prec haze ref (kg/kg)
69prechazeref=0.0000004
70
71# read haze from profhaze
72lecthaze = 1
73
74###### Initial atmospheric temperature profile
75#
76# Type of initial temperature profile
77#         ichoice=1   Constant Temperature:  T=tref
78#         ichoice=2   Savidjari profile (as Seiff but with dT/dz=cte)
79#         ichoice=3   Lindner (polar profile)
80#         ichoice=4   inversion
81#         ichoice=5   Seiff  (standard profile, based on Viking entry)
82#         ichoice=6   constant T  +  gaussian perturbation (levels)
83#         ichoice=7   constant T  + gaussian perturbation (km)
84#         ichoice=8   Read in an ascii file "profile"
85# ichoice=1
86ichoice=8
87# Reference temperature tref (K)
88tref=38
89# Add a perturbation to profile if isin=1
90isin=0
91# peak of gaussian perturbation (for ichoice=6 or 7)
92pic=26.522
93# width of the gaussian perturbation (for ichoice=6 or 7)
94largeur=10
95# height of the gaussian perturbation (for ichoice=6 or 7)
96hauteur=30.
97
98
99# some definitions for the physics, in file 'callphys.def'
100INCLUDEDEF=callphys.def
Note: See TracBrowser for help on using the repository browser.