Ignore:
Timestamp:
07/16/14 18:05:01 (10 years ago)
Author:
milmd
Message:

Last LMDZ version (1315) with OpenMP directives and other stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/branches/SATURN_DYNAMICO/LMDZ.COMMON/libf/phystd/callsedim.F

    r222 r227  
    2828c   ------------- 
    2929 
    30 #include "dimensions.h" 
    31 #include "dimphys.h" 
     30!#include "dimensions.h" 
     31!#include "dimphys.h" 
    3232#include "comcstfi.h" 
    3333#include "callkeys.h" 
     
    6565      real epaisseur (ngrid,nlay) ! Layer thickness (m) 
    6666      real wq(ngrid,nlay+1) ! displaced tracer mass (kg.m-2) 
    67 c      real dens(ngrid,nlayermx) ! Mean density of the ice part. accounting for dust core 
     67c      real dens(ngrid,nlay) ! Mean density of the ice part. accounting for dust core 
    6868 
    6969 
    7070      LOGICAL,SAVE :: firstcall=.true. 
     71!$OMP THREADPRIVATE(firstcall) 
    7172 
    7273c    ** un petit test de coherence 
     
    125126          if (water.and.(iq.eq.igcm_h2o_ice)) then 
    126127            ! compute radii for h2o_ice  
    127              call h2o_reffrad(ngrid,zqi(1,1,igcm_h2o_ice),zt, 
     128             call h2o_reffrad(ngrid,nlay,zqi(1,1,igcm_h2o_ice),zt, 
    128129     &                reffrad(1,1,iaero_h2o),nueffrad(1,1,iaero_h2o)) 
    129130            ! call sedimentation for h2o_ice 
Note: See TracChangeset for help on using the changeset viewer.