source: trunk/LMDZ.GENERIC/deftank/earth1d.rcm1d.def @ 3466

Last change on this file since 3466 was 3220, checked in by emillour, 9 months ago

Generic PCM:
Cleanup in deftank:

  • Update xml files: add missing variable definitions in field_def_physics.xml, extract file_def_physics.xml from context_lmdz_physics.xml (and rename it context_pcm_physics.xml)
  • remove "executable property" for def files

EM

File size: 3.1 KB
Line 
1#---------------------------------#
2# Run parameters for the 1D model #                                         
3#---------------------------------#
4
5## Planetary constants
6## ~~~~~~~~~~~~~~~~~~~~~~~
7## NB: those are mandatory
8## ~~~~~~~~~~~~~~~~~~~~~~~
9## LENGTH OF A DAY in s
10daysec         = 86400.
11## GRAVITY in m s-2
12g              = 9.81
13## LENGTH OF A YEAR in days
14year_day       = 365
15## MIN DIST STAR-PLANET in AU [periastron]
16periastr       = 1.00
17## MAX DIST STAR-PLANET in AU [apoastron]
18apoastr        = 1.00
19## DATE OF PERIASTRON in days
20peri_day       = 0.
21## OBLIQUITY in deg
22obliquit       = 0.
23## SURFACE PRESSURE in Pa
24psurf          = 101325.
25
26## Time integration parameters
27## ~~~~~~~~~~~~~~~~~~~~~~~~~~~
28# Initial date (in solar days,=0 at Ls=0)
29day0           = 0
30# Initial local time (in hours, between 0 and 24)
31time           = 12
32# Number of time steps per sol
33day_step       = 12
34# Number of sols to run
35ndt            = 1300
36# Number of steps between each writting in diagfi
37ecritphy=120
38
39
40## Vertical levels
41## ~~~~~~~~~~~~~~~
42# hybrid vertical coordinate ? (.true. for hybrid and .false. for sigma levels)
43hybrid         = .true.
44# autocompute vertical discretisation? (useful for exoplanet runs)
45autozlevs      = .false.
46# Ceiling pressure (Pa) ?
47pceil          = 0.00001
48
49## Thermal properties
50## ~~~~~~~~~~~~~~~~~~
51# Simulate global averaged conditions ?
52global1d       = .true.
53# Latitude (deg) [only used if global1d = F]
54latitude       = 0.0
55# Solar Zenith angle (deg) [only used if global1d = T]
56szangle        = 60.
57# Force specific heat capacity and molecular mass values
58force_cpp      = .false.
59# Specific heat capacity in J K-1 kg-1 [only used if force_cpp = T]
60cpp            = 0.
61# Molecular mass in g mol-1 [only used if force_cpp = T]
62mugaz          = 0.
63# Albedo of bare ground
64albedo         = 0.16
65# Emissivity of bare ground
66emis           = 1.0
67# Soil thermal inertia (SI)
68inertia        = 400.
69# Initial CO2 ice on the surface (kg.m-2)
70co2ice         = 0.
71
72## Wind profile
73## ~~~~~~~~~~~~
74## zonal eastward component of the geostrophic wind (m/s)
75u              = 10.
76# meridional northward component of the geostrophic wind (m/s)
77v              = 0.
78
79## Initial atmospheric temperature profile
80## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
81#
82# Type of initial temperature profile
83#         ichoice=1   Constant Temperature:  T=tref
84#         [Mars] ichoice=2   Savidjari profile (as Seiff but with dT/dz=cte)
85#         [Mars] ichoice=3   Lindner (polar profile)
86#         [Mars] ichoice=4   inversion
87#         [Mars] ichoice=5   Seiff  (standard profile, based on Viking entry)
88#         ichoice=6   constant T  +  gaussian perturbation (levels)
89#         ichoice=7   constant T  + gaussian perturbation (km)
90#         ichoice=8   Read in an ascii file "profile"
91ichoice        = 1
92# Reference temperature tref (K)
93tref           = 210.
94# Add a perturbation to profile if isin=1
95isin           = 0
96# peak of gaussian perturbation (for ichoice=6 or 7)
97pic            = 26.522
98# width of the gaussian perturbation (for ichoice=6 or 7)
99largeur        = 10
100# height of the gaussian perturbation (for ichoice=6 or 7)
101hauteur        = 30.
102
Note: See TracBrowser for help on using the repository browser.