Ignore:
Timestamp:
09/13/19 18:24:51 (5 years ago)
Author:
ymipsl
Message:

Bug fix in openMP for held&suarez physic.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/src/initial/etat0_heldsz.f90

    r967 r970  
    226226  SUBROUTINE compute_heldsz(ps,theta_eq,lat, theta_rhodz,u, theta)  
    227227    USE theta2theta_rhodz_mod 
     228    USE omp_para 
    228229    REAL(rstd),INTENT(IN)    :: ps(iim*jjm)  
    229230    REAL(rstd),INTENT(IN)    :: theta_eq(iim*jjm,llm)  
     
    236237 
    237238    CALL compute_theta_rhodz2theta(ps,theta_rhodz,theta,1) 
    238     DO l=1,llm 
     239    DO l=ll_begin,ll_end 
    239240       DO j=jj_begin-1,jj_end+1 
    240241          DO i=ii_begin-1,ii_end+1 
     
    247248    CALL compute_theta2theta_rhodz(ps,theta,theta_rhodz,1) 
    248249 
    249     Do l=1,llm 
     250    Do l=ll_begin,ll_end 
    250251       u(:,l)=u(:,l)*(1.-itau_physics*dt*kfrict(l)) 
    251252    END DO 
Note: See TracChangeset for help on using the changeset viewer.