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/src/OCE/nemogcm.F90 – NEMO

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/nemogcm.F90

    r11993 r12206  
    7272   USE step_diu       ! diurnal bulk SST timestepping (called from here if run offline) 
    7373   USE crsini         ! initialise grid coarsening utility 
    74    USE diatmb         ! Top,middle,bottom output 
    75    USE dia25h         ! 25h mean output 
    7674   USE sbc_oce , ONLY : lk_oasis 
    7775   USE wet_dry        ! Wetting and drying setting   (wad_init routine) 
     
    484482                           CALL     trd_init    ! Mixed-layer/Vorticity/Integral constraints trends 
    485483                           CALL dia_obs_init    ! Initialize observational data 
    486                            CALL dia_tmb_init    ! TMB outputs 
    487484                           CALL dia_25h_init    ! 25h mean  outputs 
    488485                           CALL dia_harm_init   ! tidal harmonics outputs 
Note: See TracChangeset for help on using the changeset viewer.