source: trunk/MESOSCALE_DEV/PLOT/SPEC/LES/coeffw @ 211

Last change on this file since 211 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: 408 bytes
Line 
1;;#
2;;# @coeffw
3;;#
4
5ye2, r, t
6
7;;1.2
8yeyeye = where(t le 1.5) & r0 = r[yeyeye] & t0 = t[yeyeye]
9
10;;r0 = r & t0 = t
11
12rerr = replicate(1.e-10,n_elements(r0))
13start = [mean(r0), max(r0)-min(r0), (max(t0)-min(t0))*mean(r0)]
14start = [2.53,0.73,0]
15expr = 'FONC2(X, P)'
16result = MPFITEXPR(expr,t0,r0,rerr,start)
17
18plot, r, t, psym=5, yrange=[0,1.5] & oplot, fonc2(t, result), t
19;oplot, fonc2(t, [2.53,0.73,0.]), t
20
Note: See TracBrowser for help on using the repository browser.