Ignore:
Timestamp:
06/29/16 16:21:13 (8 years ago)
Author:
dumas
Message:

OpenMP parallelization in conserv-mass-adv-diff_sept2009_mod.f90, diffusiv-polyn-0.6.f90, dragging_neff_slope_mod.f90, eaubasale-0.5_mod.f90 and relaxation_water_diffusion.f90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/Temperature-routines/prop_th_icetemp.f90

    r24 r76  
    1515 
    1616Subroutine Thermal_prop_icetemp 
     17!$ USE OMP_LIB 
    1718  Use Icetemp_declar  
    1819 
     
    2122  If (Itracebug.Eq.1) Write(Num_tracebug,*)' Entree Dans Routine Thermal_prop_icetemp' 
    2223 
     24!$OMP PARALLEL 
     25!$OMP DO COLLAPSE(2) 
    2326  Do K=1,Nz   
    2427     Do J=1,Ny 
     
    2932           !  Attention Pour La Conductivite C'Est La Formule De Yin-Chao Yen 
    3033 
    31            Ct(I,J,K)=6.62E7 
    32            Cp(I,J,K)=2009.  
     34!           Ct(I,J,K)=6.62E7 
     35!           Cp(I,J,K)=2009.  
    3336           Tpmp(I,J,K)=-0.00087*(K-1)*1./(Nz-1)*H(I,J)!De=1/(Nz_m-1) 
    3437           Cp(I,J,K)=(2115.3+7.79293*T(I,J,K))  
     
    3841     End Do 
    3942  End Do 
    40  
     43!$OMP END DO 
     44!$OMP END PARALLEL 
    4145End Subroutine Thermal_prop_icetemp 
    4246 
Note: See TracChangeset for help on using the changeset viewer.