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 6035 for branches/2015/dev_MetOffice_merge_2015/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2015-12-11T12:13:32+01:00 (9 years ago)
Author:
timgraham
Message:

Merged branches/2014/dev_r4650_UKMO10_Tidally_Meaned_Diagnostics into branch

File:
1 edited

Legend:

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

    r6017 r6035  
    9090   USE stopar 
    9191   USE stopts 
     92   USE diatmb          ! Top,middle,bottom output 
     93   USE dia25h          ! 25h mean output 
    9294 
    9395   IMPLICIT NONE 
     
    497499      IF( lk_asminc     )   CALL asm_inc_init   ! Initialize assimilation increments 
    498500      IF(lwp) WRITE(numout,*) 'Euler time step switch is ', neuler 
     501                            CALL dia_tmb_init  ! TMB outputs 
     502                            CALL dia_25h_init  ! 25h mean  outputs 
     503 
    499504      ! 
    500505   END SUBROUTINE nemo_init 
Note: See TracChangeset for help on using the changeset viewer.