Ignore:
Timestamp:
08/06/15 10:48:45 (9 years ago)
Author:
dubos
Message:

OpenMP fixes for DCMIP

File:
1 edited

Legend:

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

    r346 r353  
    3939    USE icosa 
    4040    USE disvert_mod 
     41    USE omp_para 
    4142    INTEGER, INTENT(IN) :: ngrid 
    4243    REAL(rstd),INTENT(IN) :: lon(ngrid) 
     
    6667    ENDDO 
    6768     
    68     DO l=1,llm 
     69    DO l=ll_begin,ll_end 
    6970       etal = 0.5 *( ap(l)/preff+bp(l) + ap(l+1)/preff+bp(l+1) ) 
    7071       etavl=(etal-eta0)*Pi/2 
Note: See TracChangeset for help on using the changeset viewer.