Ignore:
Timestamp:
Jun 4, 2007, 4:13:10 PM (17 years ago)
Author:
Laurent Fairhead
Message:

Merge entre la version V3_conv et le HEAD
YM, JG, LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/dyn3dpar/convmas_p.F

    r630 r764  
    3535#include "logic.h"
    3636
    37       REAL pbaru( ip1jmp1,llm ),pbarv( ip1jm,llm ),convm(  ip1jmp1,llm )
     37      REAL pbaru( ip1jmp1,llm ),pbarv( ip1jm,llm )
     38      REAL, target :: convm(  ip1jmp1,llm )
    3839      INTEGER   l,ij
    3940
    40       EXTERNAL   filtreg_p
    41       EXTERNAL   convflu_p
     41      INTEGER ijb,ije,jjb,jje
     42 
    4243     
    43       INTEGER ijb,ije,jjb,jje
    44      
    45      
    46 
    4744c-----------------------------------------------------------------------
    4845c    ....  calcul de - (d(pbaru)/dx + d(pbarv)/dy ) ......
     
    6461       ije=ij_end+iip1
    6562       if (pole_sud) ije=ij_end
     63           
    6664      DO      l      = llmm1, 1, -1
    6765        DO    ij     = ijb, ije
Note: See TracChangeset for help on using the changeset viewer.