Ignore:
Timestamp:
08/31/12 15:41:37 (12 years ago)
Author:
cholod
Message:

Load NEMO_TMP into vendor/nemo/current.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/nemo/current/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfddm.F90

    r4 r44  
    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.