New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 2528 for trunk/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfric.F90 – NEMO

Ignore:
Timestamp:
2010-12-27T18:33:53+01:00 (14 years ago)
Author:
rblod
Message:

Update NEMOGCM from branch nemo_v3_3_beta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfric.F90

    • Property svn:eol-style deleted
    r1601 r2528  
    1010   !!            8.0  ! 1997-06 (G. Madec)  complete rewriting of zdfmix 
    1111   !!   NEMO     1.0  ! 2002-06  (G. Madec)  F90: Free form and module 
     12   !!            3.3  ! 2010-10  (C. Ethe, G. Madec) reorganisation of initialisation phase 
    1213   !!---------------------------------------------------------------------- 
    1314#if defined key_zdfric   ||   defined key_esopa 
     
    2829   PRIVATE 
    2930 
    30    PUBLIC   zdf_ric    ! called by step.F90 
     31   PUBLIC   zdf_ric         ! called by step.F90 
     32   PUBLIC   zdf_ric_init    ! called by opa.F90 
    3133 
    3234   LOGICAL, PUBLIC, PARAMETER ::   lk_zdfric = .TRUE.   !: Richardson vertical mixing flag 
     
    4244#  include "domzgr_substitute.h90" 
    4345   !!---------------------------------------------------------------------- 
    44    !! NEMO/OPA 3.2 , LOCEAN-IPSL (2009)  
    45    !! $Id$  
    46    !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
     46   !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     47   !! $Id$ 
     48   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
    4749   !!---------------------------------------------------------------------- 
    4850CONTAINS 
     
    8284      !!---------------------------------------------------------------------- 
    8385 
    84       IF( kt == nit000  ) CALL zdf_ric_init            ! Initialization (first time-step only) 
    85  
    8686      !                                                ! =============== 
    8787      DO jk = 2, jpkm1                                 ! Horizontal slab 
     
    193193   LOGICAL, PUBLIC, PARAMETER ::   lk_zdfric = .FALSE.   !: Richardson mixing flag 
    194194CONTAINS 
     195   SUBROUTINE zdf_ric_init         ! Dummy routine 
     196   END SUBROUTINE zdf_ric_init 
    195197   SUBROUTINE zdf_ric( kt )        ! Dummy routine 
    196198      WRITE(*,*) 'zdf_ric: You should not have seen this print! error?', kt 
Note: See TracChangeset for help on using the changeset viewer.