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/TOP_SRC/TRP/trdmld_trc_rst.F90 – NEMO

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

Update NEMOGCM from branch nemo_v3_3_beta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/TOP_SRC/TRP/trdmld_trc_rst.F90

    • Property svn:keywords set to Id
    r1473 r2528  
    99#if defined key_top && defined key_trdmld_trc 
    1010   !!---------------------------------------------------------------------- 
    11    USE oce_trc 
    1211   USE in_out_manager  ! I/O manager 
    1312   USE iom             ! I/O module 
    14    USE trc             ! for ndttrc ctrcnm 
    15    USE trdmld_trc_oce  ! for lk_trdmld_trc 
     13   USE trc             ! for nn_dttrc ctrcnm 
     14   USE trdmod_trc_oce  ! for lk_trdmld_trc 
    1615 
    1716   IMPLICIT NONE 
     
    2322   INTEGER ::   nummldw_trc               ! logical unit for mld restart 
    2423   !!--------------------------------------------------------------------------------- 
    25    !! OPA 9.0 , LOCEAN-IPSL (2006)  
     24   !! NEMO/TOP 3.3 , NEMO Consortium (2010) 
    2625   !! $Header: /home/opalod/NEMOCVSROOT/NEMO/OPA_SRC/TRD/trdmld_rst.F90,v 1.6 2006/11/14 09:46:13 opalod Exp $  
    27    !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
     26   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
    2827   !!--------------------------------------------------------------------------------- 
    2928   
     
    4544      !!-------------------------------------------------------------------------------- 
    4645 
    47       IF( kt == nitrst - ndttrc .OR. nitend - nit000 + 1 < 2 * ndttrc ) THEN ! idem trcrst.F90 
     46      IF( kt == nitrst - nn_dttrc .OR. nitend - nit000 + 1 < 2 * nn_dttrc ) THEN ! idem trcrst.F90 
    4847         IF( nitrst > 1.0e9 ) THEN 
    4948            WRITE(clkt,*) nitrst 
Note: See TracChangeset for help on using the changeset viewer.