Ignore:
Timestamp:
07/18/12 18:54:00 (12 years ago)
Author:
dubos
Message:

Fixed mistakes in transport code - now compiles and runs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/src/advect_tracer.f90

    r22 r23  
    1919    REAL(rstd),POINTER :: tangent(:,:) 
    2020    REAL(rstd),POINTER :: normal(:,:) 
     21    INTEGER :: ind 
    2122 
    2223    dt=dt_in 
     
    234235       DO k = 1,nqtot 
    235236          CALL compute_gradq3d(zq(:,:,k),gradq3d) 
    236           CALL compute_advect_horiz(zq(:,:,k),zm,u,massflx,bigt)  
     237          CALL compute_advect_horiz(tangent,normal,zq(:,:,k),gradq3d,zm,u,massflx,bigt)  
    237238       END DO 
    238239    END DO 
Note: See TracChangeset for help on using the changeset viewer.