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 7158 for branches/2016/dev_v3_6_STABLE_r6506_AGRIF_LIM3/NEMOGCM/NEMO/TOP_SRC/trcini.F90 – NEMO

Ignore:
Timestamp:
2016-10-29T01:21:05+02:00 (7 years ago)
Author:
clem
Message:

debug branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_v3_6_STABLE_r6506_AGRIF_LIM3/NEMOGCM/NEMO/TOP_SRC/trcini.F90

    r6971 r7158  
    182182      !! ** Purpose :   Allocate all the dynamic arrays of the OPA modules 
    183183      !!---------------------------------------------------------------------- 
    184       USE trcadv        , ONLY:   trc_adv_alloc          ! TOP-related alloc routines... 
    185184      USE trc           , ONLY:   trc_alloc 
    186       USE trcnxt        , ONLY:   trc_nxt_alloc 
    187       USE trczdf        , ONLY:   trc_zdf_alloc 
    188185      USE trdtrc_oce    , ONLY:   trd_trc_oce_alloc 
    189186#if defined key_trdmxl_trc  
     
    194191      !!---------------------------------------------------------------------- 
    195192      ! 
    196       ierr =        trc_adv_alloc()          ! Start of TOP-related alloc routines... 
    197       ierr = ierr + trc_alloc    () 
    198       ierr = ierr + trc_nxt_alloc() 
    199       ierr = ierr + trc_zdf_alloc() 
     193      ierr =        trc_alloc        () 
    200194      ierr = ierr + trd_trc_oce_alloc() 
    201195#if defined key_trdmxl_trc  
Note: See TracChangeset for help on using the changeset viewer.