Last change
on this file since 117 was
85,
checked in by aslmd, 14 years ago
|
LMD_MM_MARS et LMD_LES_MARS: ajout des routines IDL pour tracer les sorties --> voir mesoscale/PLOT
|
File size:
220 bytes
|
Rev | Line | |
---|
[85] | 1 | ; |
---|
| 2 | ; input: log-pressure altitude |
---|
| 3 | ; |
---|
| 4 | |
---|
| 5 | latcond=5.9e5 |
---|
| 6 | tcond1mb=136.27 |
---|
| 7 | r=192. |
---|
| 8 | |
---|
| 9 | bcond=1./tcond1mb |
---|
| 10 | acond=r/latcond |
---|
| 11 | |
---|
| 12 | ;press=610.*exp(-column/10.) |
---|
| 13 | press=columnp |
---|
| 14 | |
---|
| 15 | overplot=1./(bcond-acond*alog(.0095*press)) |
---|
| 16 | overplot_column=column |
---|
Note: See
TracBrowser
for help on using the repository browser.