source: trunk/LMDZ.MARS/libf/grid/fxy_new.h @ 334

Last change on this file since 334 was 38, checked in by emillour, 14 years ago

Ajout du modè Martien (mon LMDZ.MARS.BETA, du 28/01/2011) dans le rértoire mars, pour pouvoir suivre plus facilement les modifs.
EM

File size: 749 bytes
Line 
1c--------------------------------------------------------------
2         REAL ripx
3         REAL fx,fxprim,fy,fyprim,ri,rj,bigy
4c
5c....stretching in x...
6c
7        ripx(  ri )= (ri-1.0) *2.*pi/FLOAT(iim) 
8        fx  (  ri )= ripx(ri) + transx  +
9     *         alphax * SIN( ripx(ri)+transx-pxo ) - pi
10        fxprim(ri) = 2.*pi/FLOAT(iim)  *
11     *        ( 1.+ alphax * COS( ripx(ri)+transx-pxo ) )
12
13c....stretching in y...
14c
15        bigy(rj)   = 2.* (FLOAT(jjp1)-rj) *pi/jjm
16        fy(rj)     =  ( bigy(rj) + transy  +
17     *        alphay * SIN( bigy(rj)+transy-pyo ) ) /2.  - pi/2.
18        fyprim(rj) = ( pi/jjm ) * ( 1.+
19     *           alphay * COS( bigy(rj)+transy-pyo ) )
20
21c--------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.