Changeset 426


Ignore:
Timestamp:
06/13/16 22:42:37 (8 years ago)
Author:
ymipsl
Message:

Wrong place for !$SIMD directive.

YM

File:
1 edited

Legend:

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

    r405 r426  
    514514    DO l=ll_begin, ll_end 
    515515       ! compute theta flux 
    516        !DIR$ SIMD 
    517516       DO iq=1,nqdyn 
     517       !DIR$ SIMD 
    518518          DO ij=ij_begin_ext,ij_end_ext       
    519519             Ftheta(ij+u_right) = 0.5*(theta(ij,l,iq)+theta(ij+t_right,l,iq)) & 
     
    525525          END DO 
    526526          ! horizontal divergence of fluxes 
     527       !DIR$ SIMD 
    527528          DO ij=ij_begin,ij_end          
    528529             ! dtheta_rhodz =  -div(flux.theta) 
     
    537538       END DO 
    538539 
     540       !DIR$ SIMD 
    539541       DO ij=ij_begin,ij_end          
    540542          ! convm = -div(mass flux), sign convention as in Ringler et al. 2012, eq. 21 
Note: See TracChangeset for help on using the changeset viewer.