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 247 for trunk/NEMO/OPA_SRC/ZDF/zdfric.F90 – NEMO

Ignore:
Timestamp:
2005-03-27T20:35:47+02:00 (19 years ago)
Author:
opalod
Message:

CL : Add CVS Header and CeCILL licence information

File:
1 edited

Legend:

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

    r16 r247  
    4242#  include "domzgr_substitute.h90" 
    4343   !!---------------------------------------------------------------------- 
    44  
     44   !!---------------------------------------------------------------------- 
     45   !!  OPA 9.0 , LOCEAN-IPSL (2005)  
     46   !! $Header$  
     47   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt 
     48   !!---------------------------------------------------------------------- 
    4549CONTAINS 
    4650 
     
    9094         zcoef, zdku, zdkv, zri, z05alp     ! temporary scalars 
    9195      REAL(wp), DIMENSION(jpi,jpj) ::   zwx ! temporary workspace 
    92       !!---------------------------------------------------------------------- 
    93       !!  OPA 9.0, LODYC-IPSL (2003) 
    94       !!---------------------------------------------------------------------- 
    9596 
    9697      IF( kt == nit000  ) CALL zdf_ric_init            ! Initialization (first time-step only) 
Note: See TracChangeset for help on using the changeset viewer.