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

Last change on this file since 3026 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
RevLine 
[2279]1## $Header$
[5]2#
3INCLUDEDEF=physiq.def
4INCLUDEDEF=gcm.def
[2279]5## Calendar
[809]6#calend=venus
[2279]7## reference day of initial state
[5]8dayref=1
[2279]9##  year of the initial state (   4 figures number   )
[97]10anneeref=1111
[2279]11## Flag to reset initial date (0: no / 1: yes)
[888]12raz_date=0
[2279]13## Reinitialize control variables (in dynamics)
[97]14resetvarc=n
[2279]15#
16## Length of the simulation run
17##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18## Number of days of time integration
[5]19nday=2
[2279]20## If one wants to run less than 1 full day:
[97]21less1day=n
[2279]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)...
[5]33iconser=500
[6]34#
[2279]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.)
[6]38ok_dyn_ins=n
[2279]39## frequency of time series outputs in the dynamics (in dynamical steps)
[809]40iecri=500
[2279]41## time averaged outputs in the dynamics (files dyn_hist_ave.nc and co.)
[6]42ok_dyn_ave=n
[2279]43## rate of storage of averages in the dynamics and in dynzon (in days)
[809]44periodav=0.1
[2279]45## flag to trigger dynzon outputs
[6]46ok_dynzon=n
[2279]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.