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/DIA/diawri.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/DIA/diawri.F90

    r5930 r7104  
    4343   USE in_out_manager  ! I/O manager 
    4444   USE diadimg         ! dimg direct access file format output 
     45   USE diatmb          ! Top,middle,bottom output  
     46   USE dia25h          ! 25h Mean output  
    4547   USE iom 
    4648   USE ioipsl 
     
    379381      CALL wrk_dealloc( jpi , jpj      , z2d ) 
    380382      CALL wrk_dealloc( jpi , jpj, jpk , z3d ) 
     383      ! If we want tmb values   
     384       
     385      IF (ln_diatmb) THEN  
     386         CALL dia_tmb   
     387      ENDIF   
     388      IF (ln_dia25h) THEN  
     389         CALL dia_25h( kt )  
     390      ENDIF   
     391       
    381392      ! 
    382393      IF( nn_timing == 1 )   CALL timing_stop('dia_wri') 
Note: See TracChangeset for help on using the changeset viewer.