source: trunk/LMDZ.PLUTO.old/deftank/testphys1d/run.def @ 3557

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