[135] | 1 | # |
---|
| 2 | #----------------------------------------------------------------------- |
---|
[2552] | 3 | # run control parameters: |
---|
[135] | 4 | #------------------------------ |
---|
| 5 | |
---|
[2552] | 6 | # planet type |
---|
| 7 | planet_type = generic |
---|
| 8 | |
---|
| 9 | # Number of days to run model for |
---|
[135] | 10 | nday=9999 |
---|
| 11 | |
---|
[2552] | 12 | # ndynstep (overrides nday): number of dynamical steps to run for |
---|
| 13 | # ndynstep=20 |
---|
| 14 | |
---|
| 15 | # Number of dynamical steps per day (must be a multiple of iperiod) |
---|
[135] | 16 | day_step = 960 |
---|
| 17 | |
---|
[2552] | 18 | # Apply a Matsuno step every iperiod dynamical step |
---|
[135] | 19 | iperiod=5 |
---|
| 20 | |
---|
[2552] | 21 | # Control output information in the dynamics every iconser dynamical steps |
---|
[135] | 22 | iconser=120 |
---|
| 23 | |
---|
[2552] | 24 | # Apply dissipation every idissip dynamical steps |
---|
[135] | 25 | idissip=5 |
---|
| 26 | |
---|
[2552] | 27 | # dissipation operator to use (star or non-star) |
---|
[135] | 28 | lstardis=.true. |
---|
| 29 | |
---|
[2552] | 30 | # use hybrid vertical coordinate (else will use sigma levels) |
---|
[135] | 31 | hybrid=.true. |
---|
| 32 | |
---|
[2552] | 33 | # iterate lateral dissipation operator gradiv nitergdiv times |
---|
[135] | 34 | nitergdiv=1 |
---|
| 35 | |
---|
[2552] | 36 | # iterate lateral dissipation operator nxgradrot nitergrot times |
---|
[135] | 37 | nitergrot=2 |
---|
| 38 | |
---|
[2552] | 39 | # iterate lateral dissipation operator divgrad niterh times |
---|
[135] | 40 | niterh=2 |
---|
| 41 | |
---|
[2552] | 42 | # time scale (s) for shortest wavelengths for u,v (gradiv) |
---|
[135] | 43 | tetagdiv= 4000. |
---|
| 44 | |
---|
[2552] | 45 | # time scale (s) for shortest wavelengths for u,v (nxgradrot) |
---|
[135] | 46 | tetagrot=5000. |
---|
| 47 | |
---|
[2552] | 48 | # time scale (s) for shortest wavelengths for h (divgrad) |
---|
[135] | 49 | tetatemp=5000. |
---|
| 50 | |
---|
[2552] | 51 | # multiplicative constants for dissipation with altitude: |
---|
| 52 | # coefficient for middle atmosphere |
---|
| 53 | dissip_fac_mid = 2 |
---|
| 54 | # coefficient for upper atmosphere |
---|
| 55 | dissip_fac_up = 10 |
---|
| 56 | |
---|
| 57 | # coefficient for gamdissip |
---|
[135] | 58 | coefdis=0. |
---|
| 59 | |
---|
[2552] | 60 | # time marching scheme (Matsuno if purmats is true, else Matsuno-Leapfrog) |
---|
[135] | 61 | purmats=.false. |
---|
| 62 | |
---|
[2552] | 63 | # run with (true) or without (false) physics |
---|
[135] | 64 | physic=.true. |
---|
| 65 | |
---|
[2552] | 66 | # call physics every iphysiq dynamical steps |
---|
[135] | 67 | iphysiq=20 |
---|
| 68 | |
---|
[2552] | 69 | # Use a regular grid |
---|
[135] | 70 | grireg=.true. |
---|
| 71 | |
---|
[2552] | 72 | # Output in diagfi file every ecritphy dynamical steps |
---|
[135] | 73 | ecritphy=240 |
---|
| 74 | |
---|
[2552] | 75 | # longitude (degrees) of zoom center |
---|
[135] | 76 | clon=63. |
---|
| 77 | |
---|
[2552] | 78 | # latitude (degrees) of zoom center |
---|
[135] | 79 | clat=0. |
---|
| 80 | |
---|
[2552] | 81 | # enhancement factor of zoom, along longitudes |
---|
[135] | 82 | grossismx=1. |
---|
| 83 | |
---|
[2552] | 84 | # enhancement factor of zoom, along latitudes |
---|
[135] | 85 | grossismy=1. |
---|
| 86 | |
---|
[2552] | 87 | # Use an hyperbolic function f(y) if .true., else use a sine |
---|
[135] | 88 | fxyhypb=.false. |
---|
| 89 | |
---|
[2552] | 90 | # extention along longitudes of zoom region (fraction of global domain) |
---|
[135] | 91 | dzoomx= 0. |
---|
| 92 | |
---|
[2552] | 93 | # extention along latitudes of zoom region (fraction of global domain) |
---|
[135] | 94 | dzoomy=0. |
---|
| 95 | |
---|
[2552] | 96 | # zoom stiffness along longitudes |
---|
[135] | 97 | taux=2. |
---|
| 98 | |
---|
[2552] | 99 | # Function f(y) as y = Sin(latitude) if = .true. , else y = latitude |
---|
[135] | 100 | ysinus= .false. |
---|
| 101 | |
---|
[2552] | 102 | # Use a sponge layer |
---|
[135] | 103 | callsponge = .true. |
---|
| 104 | |
---|
[2552] | 105 | # Sponge layer extends over topmost nsponge layers |
---|
| 106 | nsponge = 3 |
---|
| 107 | |
---|
| 108 | # Sponge: relaxed towards teta=teta_ave |
---|
| 109 | # and mode0(u=v=0), mode1(u=u_ave,v=0), mode2(u=u_ave,v=v_ave) |
---|
[135] | 110 | mode_sponge= 2 |
---|
| 111 | |
---|
[2552] | 112 | # Sponge layer time scale (s): tetasponge |
---|
[135] | 113 | tetasponge = 50000 |
---|
| 114 | |
---|
| 115 | # some definitions for the physics, in file 'callphys.def' |
---|
| 116 | INCLUDEDEF=callphys.def |
---|