Ignore:
Timestamp:
10/31/14 14:52:01 (10 years ago)
Author:
ymipsl
Message:

Merging OpenMP parallisme mode : by subdomain and on vertical level.
This feature is actually experimental but may be retro-compatible with the last method based only on subdomain

YM

File:
1 edited

Legend:

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

    r186 r295  
    2929  USE icosa 
    3030  USE disvert_mod 
     31  USE omp_para 
    3132  IMPLICIT NONE 
    3233    REAL(rstd),INTENT(IN)  :: ue(3*iim*jjm,llm) 
     
    3435    INTEGER :: i,j,ij,l 
    3536 
    36     DO l = 1,llm 
     37    DO l = ll_begin,ll_end 
    3738      DO j=jj_begin-1,jj_end+1 
    3839        DO i=ii_begin-1,ii_end+1 
Note: See TracChangeset for help on using the changeset viewer.