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 2104 for branches/DEV_r2006_merge_TRA_TRC/NEMO/TOP_SRC/trcini.F90 – NEMO

Ignore:
Timestamp:
2010-09-17T14:35:46+02:00 (14 years ago)
Author:
cetlod
Message:

update DEV_r2006_merge_TRA_TRC according to review

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2006_merge_TRA_TRC/NEMO/TOP_SRC/trcini.F90

    r2087 r2104  
    4141    !! * Substitutions 
    4242#  include "domzgr_substitute.h90" 
    43    !!---------------------------------------------------------------------- 
    44    !! NEMO/TOP 1.0 , LOCEAN-IPSL (2005)  
    45    !! $Id$  
    46    !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
    47    !!---------------------------------------------------------------------- 
    4843   
    4944CONTAINS 
     
    123118# if defined key_dtatrc 
    124119         ! Initialization of tracer from a file that may also be used for damping 
    125          CALL trc_dta( nittrc000 ) 
     120         CALL trc_dta( nit000 ) 
    126121         DO jn = 1, jptra 
    127122            IF( lutini(jn) )   trn(:,:,:,jn) = trdta(:,:,:,jn) * tmask(:,:,:)   ! initialisation from file if required 
     
    138133       
    139134      IF( ln_zps .AND. .NOT. lk_trc_c1d )   &              ! Partial steps: before horizontal gradient of passive 
    140       &                     CALL zps_hde( nittrc000, jptra, trb, gtru, gtrv )       ! tracers at the bottom ocean level 
     135      &                     CALL zps_hde( nit000, jptra, trb, gtru, gtrv )       ! tracers at the bottom ocean level 
    141136 
    142137 
     
    181176#endif 
    182177 
     178   !!---------------------------------------------------------------------- 
     179   !! NEMO/TOP 3.3 , LOCEAN-IPSL (2010)  
     180   !! $Id$  
     181   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
    183182   !!====================================================================== 
    184183END MODULE trcini 
Note: See TracChangeset for help on using the changeset viewer.