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 4617 for branches/2014/dev_CNRS0_NOC1_LDF/NEMOGCM/NEMO/TOP_SRC/trcwri.F90 – NEMO

Ignore:
Timestamp:
2014-04-06T17:47:31+02:00 (10 years ago)
Author:
gm
Message:

#1260 : TOP fixes, see the associated wiki page for explanation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_CNRS0_NOC1_LDF/NEMOGCM/NEMO/TOP_SRC/trcwri.F90

    r3750 r4617  
    1010   !!   'key_top'                                           TOP models 
    1111   !!---------------------------------------------------------------------- 
    12    !! trc_wri_trc   :  outputs of concentration fields 
     12   !! trc_wri      :  outputs of concentration fields 
    1313   !!---------------------------------------------------------------------- 
    1414   USE dom_oce     ! ocean space and time domain variables 
     
    2929   !! * Substitutions 
    3030#  include "top_substitute.h90" 
    31  
     31   !!---------------------------------------------------------------------- 
     32   !! NEMO/TOP 3.3 , NEMO Consortium (2010) 
     33   !! $Id$  
     34   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     35   !!---------------------------------------------------------------------- 
    3236CONTAINS 
    3337 
     
    7680#endif 
    7781 
    78    !!---------------------------------------------------------------------- 
    79    !! NEMO/TOP 3.3 , NEMO Consortium (2010) 
    80    !! $Id$  
    81    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
    8282   !!====================================================================== 
    8383END MODULE trcwri 
Note: See TracChangeset for help on using the changeset viewer.