source: trunk/LMDZ.PLUTO.old/deftank/kbo_def/run.def_eris @ 3177

Last change on this file since 3177 was 3175, checked in by emillour, 11 months ago

Pluto PCM:
Add the old Pluto LMDZ for reference (required prior step to making
an LMDZ.PLUTO using the same framework as the other physics packages).
TB+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# Length of day (s) ?
9daysec=93225
10# Length of year (sol) ?
11year_day=188877
12# Initial date (in martian sols ; =0 at Ls=0)
13day0=0
14# Initial local time (in hours, between 0 and 24)
15time=0
16# Number of time steps per sol
17day_step=1
18# Number of sols to run
19ndt=1000
20
21#### Physical parameters
22#
23# Surface pressure (Pa)
24psurf=1.e-9
25# Gravity (ms^-2)
26g=0.83
27# Molar mass of atmosphere (g)
28mugaz=28.00
29# Specific heat capacity of atmosphere (J kg-1 K-1)
30cpp=1040.0
31# latitude (in degrees)
32latitude=0.
33# orbital distance at perihelion (AU)
34periheli=37.911
35# orbital distance at aphelion (AU)
36aphelie=97.651
37# obliquity (degrees)
38obliquit=0
39# Lsperi
40Lsperi=0
41
42# Albedo of bare ground
43albedo=0.9
44# Emissivity of bare ground
45emis=0.85
46# Soil thermal inertia (SI)
47inertia=100
48# zonal eastward component of the geostrophic wind (m/s)
49u=0
50# meridional northward component of the geostrophic wind (m/s)
51v=0
52# Initial N2 ice on the surface (kg.m-2)
53n2ice=0
54# hybrid vertical coordinate ? (.true. for hybrid and .false. for sigma levels)
55hybrid=.true.
56# CH4 VMR (%)
57ch4ref=0
58# CO VMR (%)
59coref=0.0
60# haze ref (kg/kg)
61hazeref=0.0
62# prec haze ref (kg/kg)
63prechazeref=0.0
64
65###### Initial atmospheric temperature profile
66#
67# Type of initial temperature profile
68#         ichoice=1   Constant Temperature:  T=tref
69#         ichoice=2   Savidjari profile (as Seiff but with dT/dz=cte)
70#         ichoice=3   Lindner (polar profile)
71#         ichoice=4   inversion
72#         ichoice=5   Seiff  (standard profile, based on Viking entry)
73#         ichoice=6   constant T  +  gaussian perturbation (levels)
74#         ichoice=7   constant T  + gaussian perturbation (km)
75#         ichoice=8   Read in an ascii file "profile"
76ichoice=1
77# Reference temperature tref (K)
78tref=30
79# Add a perturbation to profile if isin=1
80isin=0
81# peak of gaussian perturbation (for ichoice=6 or 7)
82pic=26.522
83# width of the gaussian perturbation (for ichoice=6 or 7)
84largeur=10
85# height of the gaussian perturbation (for ichoice=6 or 7)
86hauteur=30.
87
88
89# some definitions for the physics, in file 'callphys.def'
90INCLUDEDEF=callphys.def
Note: See TracBrowser for help on using the repository browser.