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 342 for trunk/NEMO/TOP_SRC/TRP/trczdf_iso_vopt.F90 – NEMO

Ignore:
Timestamp:
2005-11-14T18:09:29+01:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_028 : CT : add missing headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/TRP/trczdf_iso_vopt.F90

    r334 r342  
    3434   !! * Substitutions 
    3535#  include "passivetrc_substitute.h90" 
     36   !!---------------------------------------------------------------------- 
     37   !!   OPA 9.0 , LOCEAN-IPSL (2005)  
     38   !! $Header$  
     39   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    3640   !!---------------------------------------------------------------------- 
    3741 
     
    5357      INTEGER, INTENT( in ) ::   kt      ! ocean time-step index 
    5458      CHARACTER (len=22) :: charout 
    55       !!--------------------------------------------------------------------- 
    56       !!  OPA 8.5, LODYC-IPSL (2002) 
    5759      !!--------------------------------------------------------------------- 
    5860 
     
    163165      REAL(wp) ::    ztra              !temporary scalars 
    164166      !!--------------------------------------------------------------------- 
    165       !!  OPA 8.5, LODYC-IPSL (2002) 
    166       !!--------------------------------------------------------------------- 
    167167 
    168168 
     
    408408      REAL(wp), DIMENSION(jpi,jpj,jpk) ::   & 
    409409         zwz, zwt, ztfw             ! temporary workspace arrays 
    410  
    411       !!--------------------------------------------------------------------- 
    412       !!  OPA 8.5, LODYC-IPSL (2002) 
    413410      !!--------------------------------------------------------------------- 
    414411 
Note: See TracChangeset for help on using the changeset viewer.