source: trunk/LMDZ.VENUS/deftank/run.def @ 3315

Last change on this file since 3315 was 2279, checked in by slebonnois, 5 years ago

SL: mise à jour des .def de référence à partir des simulations les plus récentes, traduits en anglais

File size: 2.0 KB
Line 
1## $Header$
2#
3INCLUDEDEF=physiq.def
4INCLUDEDEF=gcm.def
5## Calendar
6#calend=venus
7## reference day of initial state
8dayref=1
9##  year of the initial state (   4 figures number   )
10anneeref=1111
11## Flag to reset initial date (0: no / 1: yes)
12raz_date=0
13## Reinitialize control variables (in dynamics)
14resetvarc=n
15#
16## Length of the simulation run
17##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18## Number of days of time integration
19nday=2
20## If one wants to run less than 1 full day:
21less1day=n
22## if less1day is y, fraction of day to run :
23fractday=0.1
24## si less1day is y and if successive runs are made,
25## then indicate here the fraction of the initial day for the previous run
26## !! and also set raz_date=1 !!
27## Default=0.
28starttime=0.
29#
30#
31## Control output information in the dynamics every iconser dynamical steps
32## Only used in LMDZ, in serial run (not in parallel)...
33iconser=500
34#
35## Outputs in the dynamical core (only LMDZ, and not used usually)
36##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37## time series outputs in the dynamics (files dyn_hist.nc and co.)
38ok_dyn_ins=n
39## frequency of time series outputs in the dynamics (in dynamical steps)
40iecri=500
41## time averaged outputs in the dynamics (files dyn_hist_ave.nc and co.)
42ok_dyn_ave=n
43## rate of storage of averages in the dynamics and in dynzon (in days)
44periodav=0.1
45## flag to trigger dynzon outputs
46ok_dynzon=n
47#
48## Parameters that can be used for newstart, when modifying initial state
49##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
50# modify topography (e.g. when changing resolution), needs a RELIEF.nc file
51# topoflag=y
52# Remove topography
53# notopo=y
54# Initialize winds to zero
55# razvitu=y
56# razvitv=y
57# Initialize zonal wind to superrotation (uini)
58# uini=y
59# Initialize temperature to smooth VIRA profile
60# raztemp=y
61# Initialize surface temperature to 735K
62# razTS=y
63# Reinitialize the albedo value (we may consider a map later)
64# albedoflag=y
65# if yes, value used for albedo (default: 0.1)
66# albedo=0.1
67
68
Note: See TracBrowser for help on using the repository browser.