|
Last change
on this file since 525 was
134,
checked in by aslmd, 14 years ago
|
|
CHANGEMENT ARBORESCENCE ETAPE 1 -- NON COMPLET
|
|
File size:
1.4 KB
|
| Line | |
|---|
| 1 | # ok_geost=.TRUE. |
|---|
| 2 | ok_geost=.FALSE. |
|---|
| 3 | # ! Constants for Newtonian relaxation and friction |
|---|
| 4 | # k_f=1. !friction |
|---|
| 5 | # k_f=1./(daysec*k_f) |
|---|
| 6 | #k_f=48. |
|---|
| 7 | #k_f=480. >>> low jets |
|---|
| 8 | #k_f=20. |
|---|
| 9 | k_f=48. |
|---|
| 10 | # k_c_s=4. !cooling surface |
|---|
| 11 | # k_c_s=1./(daysec*k_c_s) |
|---|
| 12 | #k_c_s=920. |
|---|
| 13 | #k_c_s=4. pas trop petit.... |
|---|
| 14 | #k_c_s=4. |
|---|
| 15 | #k_c_s=300. |
|---|
| 16 | #k_c_s=4. |
|---|
| 17 | k_c_s=920. |
|---|
| 18 | # k_c_a=40. !cooling free atm |
|---|
| 19 | # k_c_a=1./(daysec*k_c_a) |
|---|
| 20 | #k_c_a=92. |
|---|
| 21 | #k_c_a=4. pas trop petit.... |
|---|
| 22 | #k_c_a=300. |
|---|
| 23 | #k_c_a=40. |
|---|
| 24 | k_c_a=92. |
|---|
| 25 | # ! Constants for Teta equilibrium profile |
|---|
| 26 | # teta0=315. ! mean Teta (S.H. 315K) |
|---|
| 27 | #teta0=200. |
|---|
| 28 | teta0=160. |
|---|
| 29 | |
|---|
| 30 | # ttp=200. ! Tropopause temperature (S.H. 200K) |
|---|
| 31 | #ttp=100. theta ~ 400. |
|---|
| 32 | #ttp=150. |
|---|
| 33 | ttp=100. |
|---|
| 34 | ## voir fouchet |
|---|
| 35 | ### sinon 200. est OK avec dowling |
|---|
| 36 | |
|---|
| 37 | # eps=0. ! Deviation to N-S symmetry(~0-20K) |
|---|
| 38 | # delt_y=60. ! Merid Temp. Gradient (S.H. 60K) |
|---|
| 39 | #delt_y=10. |
|---|
| 40 | ### grosso modo en regardant schneider |
|---|
| 41 | #delt_y=0. |
|---|
| 42 | #delt_y=50. |
|---|
| 43 | delt_y=60. |
|---|
| 44 | eps=4. |
|---|
| 45 | eps=8. |
|---|
| 46 | |
|---|
| 47 | # delt_z=10. ! Vertical Gradient (S.H. 10K) |
|---|
| 48 | #delt_z=20. |
|---|
| 49 | ###2. trop faible ?? non car couche melangee |
|---|
| 50 | delt_z=2. |
|---|
| 51 | |
|---|
| 52 | |
|---|
| 53 | |
|---|
| 54 | |
|---|
| 55 | |
|---|
| 56 | |
|---|
| 57 | |
|---|
| 58 | |
|---|
| 59 | |
|---|
| 60 | # ! Polar vortex |
|---|
| 61 | # ok_pv=.false. |
|---|
| 62 | # phi_pv=-50. ! Latitude of edge of vortex |
|---|
| 63 | # phi_pv=phi_pv*pi/180. |
|---|
| 64 | # dphi_pv=5. ! Width of the edge |
|---|
| 65 | # dphi_pv=dphi_pv*pi/180. |
|---|
| 66 | # gam_pv=4. ! -dT/dz vortex (in K/km) |
|---|
| 67 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.