source: dynamico_lmdz/simple_physics/phyparam/param/gather.F @ 4191

Last change on this file since 4191 was 4176, checked in by dubos, 6 years ago

simple_physics : copy code from FH

File size: 262 bytes
RevLine 
[4176]1      SUBROUTINE monGATHER(n,a,b,index)
2c
3      IMPLICIT NONE
4C
5      INTEGER n,index(n),i
6      REAL a(n),b(n)
7c
8      DO 100 i=1,n
9        a(i)=b(index(i))
10100   CONTINUE
11c
12      RETURN
13      END
14c
15c     voir aussi vec_gather(v,vindices,count,r)...p.11-14
16
Note: See TracBrowser for help on using the repository browser.