source: trunk/MESOSCALE/PLOT/SPEC/tempcond.inc @ 205

Last change on this file since 205 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
Line 
1;
2; input: log-pressure altitude
3;
4
5latcond=5.9e5
6tcond1mb=136.27
7r=192.
8
9bcond=1./tcond1mb
10acond=r/latcond
11
12;press=610.*exp(-column/10.)
13press=columnp
14
15overplot=1./(bcond-acond*alog(.0095*press))
16overplot_column=column
Note: See TracBrowser for help on using the repository browser.