Ignore:
Timestamp:
10/16/19 16:19:42 (5 years ago)
Author:
aquiquet
Message:

Small modifications for gfortran enabled compilations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/resol_adv_diff_2D-sept2009.f90

    r261 r285  
    143143!$OMP WORKSHARE 
    144144! calcul de bdx et hdx 
    145 hdx(:,:)=dx1*(vieuxH(:,:)-eoshift(vieuxH(:,:),shift=-1,boundary=0.,dim=1)) 
    146 hdy(:,:)=dx1*(vieuxH(:,:)-eoshift(vieuxH(:,:),shift=-1,boundary=0.,dim=2)) 
    147 bdx(:,:)=dx1*(B(:,:)-eoshift(B(:,:),shift=-1,boundary=0.,dim=1)) 
    148 bdy(:,:)=dx1*(B(:,:)-eoshift(B(:,:),shift=-1,boundary=0.,dim=2)) 
     145hdx(:,:)=dx1*(vieuxH(:,:)-eoshift(vieuxH(:,:),shift=-1,boundary=0d0,dim=1)) 
     146hdy(:,:)=dx1*(vieuxH(:,:)-eoshift(vieuxH(:,:),shift=-1,boundary=0d0,dim=2)) 
     147bdx(:,:)=dx1*(B(:,:)-eoshift(B(:,:),shift=-1,boundary=0d0,dim=1)) 
     148bdy(:,:)=dx1*(B(:,:)-eoshift(B(:,:),shift=-1,boundary=0d0,dim=2)) 
    149149 
    150150 
Note: See TracChangeset for help on using the changeset viewer.