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 7104 for branches/UKMO/r5936_CO6_CO5_shelfdiagnostic/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2016-10-26T14:37:32+02:00 (8 years ago)
Author:
jcastill
Message:

Changes as in r6549 of branch 2015_CO6_CO5_shelfdiagnostic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/r5936_CO6_CO5_shelfdiagnostic/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r5836 r7104  
    8484   USE crsini          ! initialise grid coarsening utility 
    8585   USE lbcnfd , ONLY   : isendto, nsndto, nfsloop, nfeloop   ! Setup of north fold exchanges  
     86   USE diatmb          ! Top,middle,bottom output  
     87   USE dia25h          ! 25h mean output  
    8688   USE sbc_oce, ONLY   : lk_oasis 
    8789   USE stopar 
     
    470472      IF( lk_asminc     )   CALL asm_inc_init   ! Initialize assimilation increments 
    471473      IF(lwp) WRITE(numout,*) 'Euler time step switch is ', neuler 
     474                            CALL dia_tmb_init  ! TMB outputs  
     475                            CALL dia_25h_init  ! 25h mean outputs  
    472476      ! 
    473477   END SUBROUTINE nemo_init 
     
    622626      USE dom_oce   , ONLY: dom_oce_alloc 
    623627      USE trc_oce   , ONLY: trc_oce_alloc 
     628      USE diainsitutem, ONLY: insitu_tem_alloc 
    624629#if defined key_diadct  
    625630      USE diadct    , ONLY: diadct_alloc  
     
    636641      ierr = ierr + dom_oce_alloc   ()          ! ocean domain 
    637642      ierr = ierr + zdf_oce_alloc   ()          ! ocean vertical physics 
     643      ierr = ierr + insitu_tem_alloc() 
    638644      ! 
    639645      ierr = ierr + trc_oce_alloc   ()          ! shared TRC / TRA arrays 
Note: See TracChangeset for help on using the changeset viewer.