source:
trunk/MESOSCALE/PLOT/SPEC/tempcond.inc
@
205
Last change on this file since 205 was 85, checked in by , 14 years ago | |
---|---|
File size: 220 bytes |
Line | |
---|---|
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.