|
Last change
on this file since 562 was
91,
checked in by aslmd, 14 years ago
|
|
mars: test outliers [dans initracer.F, commente] LMD_MM_MARS: modifications mineures [retrocompatibilite ancienne physique, callphys.def test pour nouvelle physique] PLOT: generalisation de la routine map_uvt pour pouvoir tracer des figures en projection polaire complete
|
-
Property svn:executable set to
*
|
|
File size:
888 bytes
|
| Line | |
|---|
| 1 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|---|
| 2 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|---|
| 3 | format = '(I0)' |
|---|
| 4 | colors = 64 ;32 |
|---|
| 5 | minfield_init = -8. |
|---|
| 6 | maxfield_init = 12. |
|---|
| 7 | pal = 33 |
|---|
| 8 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|---|
| 9 | missing_value=1.e30 |
|---|
| 10 | lim_max = maxfield_init & w=where((what_I_plot ge lim_max) and (what_I_plot le 1e9)) & if (w[0] ne -1) then what_I_plot[w]=lim_max |
|---|
| 11 | lim_min = minfield_init & w=where(what_I_plot le lim_min) & if (w[0] ne -1) then what_I_plot[w]=lim_min |
|---|
| 12 | flag_cb = 'true' |
|---|
| 13 | windowx = [0.,9.] |
|---|
| 14 | windowy = [0.,12.] |
|---|
| 15 | intervalx = 1. |
|---|
| 16 | intervaly = 1. |
|---|
| 17 | title_axis = ['Horizontal coordinate (km)','Altitude above surface (km)'] |
|---|
| 18 | title_user = 'Vertical wind (m s!U-1!N) in Meridiani LES' |
|---|
| 19 | subtitle_user = 'DOD = 0.5 / BW = 10 m s!U-1!N' |
|---|
| 20 | poscb = 0.55 |
|---|
| 21 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|---|
| 22 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|---|
Note: See
TracBrowser
for help on using the repository browser.