source: trunk/LMDZ.GENERIC/deftank/rcm1d.def.earlymars

Last change on this file was 3944, checked in by jmauxion, 10 days ago

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

File size: 2.4 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=0
10# Initial local time (in hours, between 0 and 24)
11time=0
12# Number of time steps per sol
13day_step=24
14# Number of sols to run
15ndt = 4000
16
17# If true, open/close netcdf file at output frequency instead of once
18slow_diagfi=.false.
19
20#### Physical parameters
21#
22# Day length, in s
23daysec = 88775
24# length of a year, in days
25year_day = 669
26# Radius of the planet, in m
27rad = 3397200
28# Surface pressure (Pa)
29psurf=200000
30# Gravity (ms^-2)
31g=3.72
32# Molar mass of atmosphere (g)
33mugaz=44.01
34# Specific heat capacity of atmosphere (J kg-1 K-1)
35cpp=900.0
36# latitude (in degrees)
37latitude=60.0
38# orbital distance at perihelion (AU)
39periastr=1.523
40# orbital distance at aphelion (AU)
41apoastr=1.523
42# date of periastron, in days
43peri_day = 0
44# obliquity (degrees)
45obliquit=0.0
46
47# Albedo of bare ground
48albedo=0.2
49# Emissivity of bare ground
50emis=0.95
51# Soil thermal inertia (SI)
52inertia=400
53# zonal eastward component of the geostrophic wind (m/s)
54u=10.
55# meridional northward component of the geostrophic wind (m/s)
56v=0.
57# Initial CO2 ice on the surface (kg.m-2)
58co2ice=0
59# hybrid vertical coordinate ? (.true. for hybrid and .false. for sigma levels)
60hybrid=.false.
61
62
63###### Initial atmospheric temperature profile
64#
65# Type of initial temperature profile
66#         ichoice=1   Constant Temperature:  T=tref
67#         ichoice=2   Savidjari profile (as Seiff but with dT/dz=cte)
68#         ichoice=3   Lindner (polar profile)
69#         ichoice=4   inversion
70#         ichoice=5   Seiff  (standard profile, based on Viking entry)
71#         ichoice=6   constant T  +  gaussian perturbation (levels)
72#         ichoice=7   constant T  + gaussian perturbation (km)
73#         ichoice=8   Read in an ascii file "profile"
74ichoice=1
75# Reference temperature tref (K)
76tref=250
77# Add a perturbation to profile if isin=1
78isin=0
79# peak of gaussian perturbation (for ichoice=6 or 7)
80pic=26.522
81# width of the gaussian perturbation (for ichoice=6 or 7)
82largeur=10
83# height of the gaussian perturbation (for ichoice=6 or 7)
84hauteur=30.
85
86
87# some definitions for the physics, in file 'callphys.def'
88INCLUDEDEF=callphys.def
Note: See TracBrowser for help on using the repository browser.