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 343 for trunk/NEMO/OFF_SRC/ZDF/zdfini.F90 – NEMO

Ignore:
Timestamp:
2005-11-16T17:19:34+01:00 (19 years ago)
Author:
opalod
Message:

nemo_v1_update_O29:RB: add header for OFFLINE component

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OFF_SRC/ZDF/zdfini.F90

    r325 r343  
    77   !!---------------------------------------------------------------------- 
    88   !!   zdf_init    : initialization, namelist read, and parameters control 
     9   !!---------------------------------------------------------------------- 
     10   !!   OPA 9.0 , LOCEAN-IPSL  (2005) 
     11   !!   $Header$ 
     12   !!   This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt 
    913   !!---------------------------------------------------------------------- 
    1014   !! * Modules used 
     
    2024   !! *  Routine accessibility 
    2125   PUBLIC zdf_init          ! routine called by opa.F90 
    22    !!---------------------------------------------------------------------- 
    23    !!   OPA 9.0   !   LODYC-IPSL   (2003) 
    24    !!---------------------------------------------------------------------- 
    2526    
    2627CONTAINS 
     
    4243      !! * Namelist 
    4344      NAMELIST/namzdf/ avt0, ln_zdfnpc 
    44       !!---------------------------------------------------------------------- 
    45       !!  OPA 9.0, LODYC-IPSL (2003) 
    46       !!---------------------------------------------------------------------- 
    4745 
    4846      ! Read namzdf namelist : vertical mixing parameters 
Note: See TracChangeset for help on using the changeset viewer.