/[lmdze]/trunk/dyn3d/grille_m.f90
ViewVC logotype

Diff of /trunk/dyn3d/grille_m.f90

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 254 by guez, Mon Feb 5 10:39:38 2018 UTC revision 279 by guez, Fri Jul 20 14:30:23 2018 UTC
# Line 1  Line 1 
1  module grille_m_m  module grille_m_m
2    
   ! From grid_atob.F, v 1.1.1.1, 2004/05/19 12:53:05  
   
3    IMPLICIT none    IMPLICIT none
4    
5  contains  contains
6    
7    function grille_m(xdata, ydata, entree, x, y)    function grille_m(xdata, ydata, entree, x, y)
8    
9        ! From grid_atob.F, v 1.1.1.1, 2004/05/19 12:53:05
10        
11      ! Z. X. Li (1er avril 1994) (voir aussi A. Harzallah et L. Fairhead)      ! Z. X. Li (1er avril 1994) (voir aussi A. Harzallah et L. Fairhead)
12    
13      ! M\'ethode na\"ive pour transformer un champ d'une grille fine \`a une      ! M\'ethode na\"ive pour transformer un champ d'une grille fine \`a une
14      ! grille grossi\`ere. Je consid\`ere que les nouveaux points occupent      ! grille grossi\`ere. Je consid\`ere que les nouveaux points occupent
15      ! une zone adjacente qui comprend un ou plusieurs anciens points.      ! une zone adjacente qui comprend un ou plusieurs anciens points.
16    
17      ! Aucune pond\'eration n'est consid\'er\'ee (voir      ! Aucune pond\'eration n'est consid\'er\'ee. Cf. grille_m.txt.
     ! grille_p). Cf. grille_m.txt.  
18    
     use  dist_sphe_m, only: dist_sphe  
19      use nr_util, only: assert_eq      use nr_util, only: assert_eq
20    
21        use  dist_sphe_m, only: dist_sphe
22    
23      ! Coordonn\'ees :      ! Coordonn\'ees :
24      REAL, intent(in):: xdata(:) ! (imdep)      REAL, intent(in):: xdata(:) ! (imdep)
25      REAL, intent(in):: ydata(:) ! (jmdep)      REAL, intent(in):: ydata(:) ! (jmdep)

Legend:
Removed from v.254  
changed lines
  Added in v.279

  ViewVC Help
Powered by ViewVC 1.1.21