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 5845 for branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/NEMO/TOP_SRC/trcbc.F90 – NEMO

Ignore:
Timestamp:
2015-10-31T08:40:45+01:00 (8 years ago)
Author:
gm
Message:

#1613: vvl by default: suppression of domzgr_substitute.h90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/NEMO/TOP_SRC/trcbc.F90

    r5215 r5845  
    11MODULE trcbc 
    22   !!====================================================================== 
    3    !!                     ***  MODULE  trcdta  *** 
     3   !!                     ***  MODULE  trcbc  *** 
    44   !! TOP :  module for passive tracer boundary conditions 
    55   !!===================================================================== 
     
    4040   TYPE(FLD), SAVE, PUBLIC, ALLOCATABLE, DIMENSION(:)  :: sf_trccbc   ! structure of data input CBC (file informations, fields read) 
    4141 
    42    !! * Substitutions 
    43 #  include "domzgr_substitute.h90" 
    4442   !!---------------------------------------------------------------------- 
    4543   !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     
    5856      !!              - allocates passive tracer BC data structure  
    5957      !!---------------------------------------------------------------------- 
    60       ! 
    6158      INTEGER,INTENT(IN) :: ntrc                           ! number of tracers 
    6259      INTEGER            :: jl, jn                         ! dummy loop indices 
     
    242239         ! 
    243240      ENDIF 
    244   
     241      ! 
    245242      DEALLOCATE( slf_i )          ! deallocate local field structure 
    246243      IF( nn_timing == 1 )  CALL timing_stop('trc_bc_init') 
    247  
     244      ! 
    248245   END SUBROUTINE trc_bc_init 
    249246 
     
    258255      !!               
    259256      !!---------------------------------------------------------------------- 
    260     
    261       ! NEMO 
    262257      USE fldread 
    263        
    264       !! * Arguments 
     258      ! 
    265259      INTEGER, INTENT( in ) ::   kt      ! ocean time-step index 
    266  
    267260      !!--------------------------------------------------------------------- 
    268261      ! 
     
    295288      ! 
    296289      IF( nn_timing == 1 )  CALL timing_stop('trc_bc_read') 
    297       !        
    298  
     290      ! 
    299291   END SUBROUTINE trc_bc_read 
     292 
    300293#else 
    301294   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.