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 6332 for branches/UKMO/CO6_KD490/NEMOGCM/NEMO/OPA_SRC/DIA – NEMO

Ignore:
Timestamp:
2016-02-19T08:20:00+01:00 (8 years ago)
Author:
deazer
Message:

Tested Initial run one day physics only in rose suite.

Location:
branches/UKMO/CO6_KD490/NEMOGCM/NEMO/OPA_SRC/DIA
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/CO6_KD490/NEMOGCM/NEMO/OPA_SRC/DIA/diawri.F90

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