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