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 12206 for NEMO/trunk/tests/CANAL – NEMO

Ignore:
Timestamp:
2019-12-12T12:14:55+01:00 (4 years ago)
Author:
smasson
Message:

trunk: supress diatmb as it was bugged and already coded in diawri, see #1759

Location:
NEMO/trunk/tests/CANAL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/tests/CANAL/EXPREF/namelist_cfg

    r11536 r12206  
    278278!!   nam_diaharm  Harmonic analysis of tidal constituents               (default: OFF) 
    279279!!   nam_diadct   transports through some sections                      (default: OFF) 
    280 !!   nam_diatmb   Top Middle Bottom Output                              (default: OFF) 
    281280!!   nam_dia25h   25h Mean Output                                       (default: OFF) 
    282281!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
  • NEMO/trunk/tests/CANAL/MY_SRC/diawri.F90

    r11536 r12206  
    4646   USE lbclnk         ! ocean lateral boundary conditions (or mpp link) 
    4747   USE in_out_manager ! I/O manager 
    48    USE diatmb         ! Top,middle,bottom output 
    4948   USE dia25h         ! 25h Mean output 
    5049   USE iom            !  
     
    492491      CALL iom_put( "bn2", rn2 )                      ! Brunt-Vaisala buoyancy frequency (N^2) 
    493492      ! 
    494  
    495       IF (ln_diatmb)   CALL dia_tmb                   ! tmb values  
    496493           
    497494      IF (ln_dia25h)   CALL dia_25h( kt )             ! 25h averaging 
Note: See TracChangeset for help on using the changeset viewer.