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 12252 for NEMO/branches/2019/dev_r11943_MERGE_2019/src/OCE/DIA/diawri.F90 – NEMO

Ignore:
Timestamp:
2019-12-14T14:57:23+01:00 (4 years ago)
Author:
smasson
Message:

rev12240_dev_r11943_MERGE_2019: same as [12251], merge trunk 12072:12248, all sette tests ok, GYRE_PISCES, AMM12, ISOMIP, VORTEX intentical to 12236

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11943_MERGE_2019/src/OCE/DIA/diawri.F90

    r12182 r12252  
    4949   USE lbclnk         ! ocean lateral boundary conditions (or mpp link) 
    5050   USE in_out_manager ! I/O manager 
    51    USE diatmb         ! Top,middle,bottom output 
    5251   USE dia25h         ! 25h Mean output 
    5352   USE iom            !  
     
    399398      CALL iom_put( "bn2", rn2 )                      ! Brunt-Vaisala buoyancy frequency (N^2) 
    400399      ! 
    401  
    402       IF (ln_diatmb)   CALL dia_tmb( Kmm )            ! tmb values  
    403            
     400       
    404401      IF (ln_dia25h)   CALL dia_25h( kt, Kmm )        ! 25h averaging 
    405402 
Note: See TracChangeset for help on using the changeset viewer.