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

Last change on this file since 3944 was 3944, checked in by jmauxion, 4 weeks ago

GENERIC PCM:
Update rcm1d.def files with the slow_diagfi flag.
JM

File size: 3.2 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
37diagfi_output_rate=120
38
39# If true, open/close netcdf file at output frequency instead of once
40slow_diagfi=.false.
41
42## Vertical levels
43## ~~~~~~~~~~~~~~~
44# hybrid vertical coordinate ? (.true. for hybrid and .false. for sigma levels)
45hybrid         = .true.
46# autocompute vertical discretisation? (useful for exoplanet runs)
47autozlevs      = .false.
48# Ceiling pressure (Pa) ?
49pceil          = 0.00001
50
51## Thermal properties
52## ~~~~~~~~~~~~~~~~~~
53# Simulate global averaged conditions ?
54global1d       = .true.
55# Latitude (deg) [only used if global1d = F]
56latitude       = 0.0
57# Solar Zenith angle (deg) [only used if global1d = T]
58szangle        = 60.
59# Force specific heat capacity and molecular mass values
60force_cpp      = .false.
61# Specific heat capacity in J K-1 kg-1 [only used if force_cpp = T]
62cpp            = 0.
63# Molecular mass in g mol-1 [only used if force_cpp = T]
64mugaz          = 0.
65# Albedo of bare ground
66albedo         = 0.16
67# Emissivity of bare ground
68emis           = 1.0
69# Soil thermal inertia (SI)
70inertia        = 400.
71# Initial CO2 ice on the surface (kg.m-2)
72co2ice         = 0.
73
74## Wind profile
75## ~~~~~~~~~~~~
76## zonal eastward component of the geostrophic wind (m/s)
77u              = 10.
78# meridional northward component of the geostrophic wind (m/s)
79v              = 0.
80
81## Initial atmospheric temperature profile
82## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
83#
84# Type of initial temperature profile
85#         ichoice=1   Constant Temperature:  T=tref
86#         [Mars] ichoice=2   Savidjari profile (as Seiff but with dT/dz=cte)
87#         [Mars] ichoice=3   Lindner (polar profile)
88#         [Mars] ichoice=4   inversion
89#         [Mars] ichoice=5   Seiff  (standard profile, based on Viking entry)
90#         ichoice=6   constant T  +  gaussian perturbation (levels)
91#         ichoice=7   constant T  + gaussian perturbation (km)
92#         ichoice=8   Read in an ascii file "profile"
93ichoice        = 1
94# Reference temperature tref (K)
95tref           = 210.
96# Add a perturbation to profile if isin=1
97isin           = 0
98# peak of gaussian perturbation (for ichoice=6 or 7)
99pic            = 26.522
100# width of the gaussian perturbation (for ichoice=6 or 7)
101largeur        = 10
102# height of the gaussian perturbation (for ichoice=6 or 7)
103hauteur        = 30.
104
Note: See TracBrowser for help on using the repository browser.