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