Ignore:
Timestamp:
08/31/12 16:22:55 (12 years ago)
Author:
cholod
Message:

Update of the trunk with the vendor v3.4_r_3459_dev_r3406_LOCEAN4_XIOS

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfddm.F90

    r7 r46  
    4545   !!---------------------------------------------------------------------- 
    4646   !! NEMO/OPA 4.0 , NEMO Consortium (2011) 
    47    !! $Id: zdfddm.F90 3294 2012-01-28 16:44:18Z rblod $ 
     47   !! $Id: zdfddm.F90 3348 2012-04-11 08:25:58Z rblod $ 
    4848   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    4949   !!---------------------------------------------------------------------- 
     
    227227      ENDIF 
    228228      ! 
    229       !                              ! allocate zdfddm arrays 
     229      !                               ! allocate zdfddm arrays 
    230230      IF( zdf_ddm_alloc() /= 0 )   CALL ctl_stop( 'STOP', 'zdf_ddm_init : unable to allocate arrays' ) 
     231      !                               ! initialization to masked Kz 
     232      avs(:,:,:) = rn_avt0 * tmask(:,:,:)  
    231233      ! 
    232234   END SUBROUTINE zdf_ddm_init 
Note: See TracChangeset for help on using the changeset viewer.