source: trunk/MESOSCALE/PLOT/SPEC/LES/fonc2.pro @ 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: 179 bytes
Line 
1function fonc2, x, p
2
3y = p(0) * x^(2./3.) * ( 1. - p(1) * x + p(2) )^2
4 
5y = p(0) * x^(2./3.) * ( p(2) - p(1) * x )^2
6
7y = p(0) * x^(2./3.) * ( 1. - p(1) * x )^2
8
9
10return, y
11end
Note: See TracBrowser for help on using the repository browser.