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 5427 for branches/UKMO/2015_CO6_CO5_shelfdiagnostic/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2015-06-16T06:16:43+02:00 (9 years ago)
Author:
deazer
Message:

Added back in basic shelf seas diagnostics after removal of svn keywords.
Builds, extracts and mereges and runs as expected from working copy

File:
1 edited

Legend:

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

    r5422 r5427  
    8282   USE crsini          ! initialise grid coarsening utility 
    8383   USE lbcnfd, ONLY: isendto, nsndto, nfsloop, nfeloop ! Setup of north fold exchanges  
     84   USE diatmb          ! Top,middle,bottom output 
     85   USE dia25h          ! 25h mean output 
    8486 
    8587   IMPLICIT NONE 
     
    452454      IF( lk_asminc     )   CALL asm_inc_init   ! Initialize assimilation increments 
    453455      IF(lwp) WRITE(numout,*) 'Euler time step switch is ', neuler 
     456                            CALL dia_tmb_init  ! TMB outputs 
     457                            CALL dia_25h_init  ! 25h mean  outputs 
     458 
    454459      ! 
    455460   END SUBROUTINE nemo_init 
     
    607612      USE ldftra_oce, ONLY: ldftra_oce_alloc 
    608613      USE trc_oce   , ONLY: trc_oce_alloc 
     614      USE diainsitutem, ONLY: insitu_tem_alloc 
    609615#if defined key_diadct  
    610616      USE diadct    , ONLY: diadct_alloc  
     
    623629      ierr = ierr + ldftra_oce_alloc()          ! ocean lateral  physics : tracers 
    624630      ierr = ierr + zdf_oce_alloc   ()          ! ocean vertical physics 
     631      ierr = ierr + insitu_tem_alloc() 
    625632      ! 
    626633      ierr = ierr + trc_oce_alloc   ()          ! shared TRC / TRA arrays 
Note: See TracChangeset for help on using the changeset viewer.