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

Ignore:
Timestamp:
2015-12-04T17:05:58+01:00 (8 years ago)
Author:
gm
Message:

#1613: vvl by default, step III: Merge with the trunk (free surface simplification) (see wiki)

File:
1 edited

Legend:

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

    r5845 r6004  
    4747CONTAINS 
    4848 
    49    SUBROUTINE trc_bc_init(ntrc) 
     49   SUBROUTINE trc_bc_init( ntrc ) 
    5050      !!---------------------------------------------------------------------- 
    5151      !!                   ***  ROUTINE trc_bc_init  *** 
     
    5656      !!              - allocates passive tracer BC data structure  
    5757      !!---------------------------------------------------------------------- 
    58       INTEGER,INTENT(IN) :: ntrc                           ! number of tracers 
    59       INTEGER            :: jl, jn                         ! dummy loop indices 
    60       INTEGER            :: ierr0, ierr1, ierr2, ierr3     ! temporary integers 
    61       INTEGER            ::  ios                           ! Local integer output status for namelist read 
     58      INTEGER,INTENT(IN) ::   ntrc   ! number of tracers 
     59      ! 
     60      INTEGER ::  jl, jn                       ! dummy loop indices 
     61      INTEGER ::  ierr0, ierr1, ierr2, ierr3   ! temporary integers 
     62      INTEGER ::  ios                         ! Local integer output status for namelist read 
    6263      CHARACTER(len=100) :: clndta, clntrc 
    63       ! 
     64      !! 
    6465      CHARACTER(len=100) :: cn_dir 
    6566      TYPE(FLD_N), ALLOCATABLE, DIMENSION(:) :: slf_i  ! local array of namelist informations on the fields to read 
     
    257258      USE fldread 
    258259      ! 
    259       INTEGER, INTENT( in ) ::   kt      ! ocean time-step index 
     260      INTEGER, INTENT(in) ::   kt   ! ocean time-step index 
    260261      !!--------------------------------------------------------------------- 
    261262      ! 
Note: See TracChangeset for help on using the changeset viewer.