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 15249 for NEMO/trunk/src/SWE/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2021-09-13T11:59:09+02:00 (3 years ago)
Author:
hadcv
Message:

#2721: Fix SETTE debug failures

File:
1 edited

Legend:

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

    r15136 r15249  
    2525   USE isf_oce , ONLY : ln_isf           ! ice shelf 
    2626   USE trd_oce , ONLY : l_trddyn         ! dynamical trend logical 
     27   USE dia25h  , ONLY : ln_dia25h        ! 25h mean output 
    2728#if defined key_RK3 
    2829   USE stprk3         ! NEMO time-stepping               (stp_RK3   routine) 
     
    338339      !                                      ! Diagnostics 
    339340      IF( ln_diacfl    )   CALL dia_cfl_init    ! Initialise CFL diagnostics 
    340       !                                         ! Trends diag: switched off 
    341                            l_trddyn = .FALSE.        ! No trend diagnostics 
     341 
     342                           l_trddyn  = .FALSE.  ! No trend diagnostics 
     343                           ln_dia25h = .FALSE.  ! No 25h mean diagnostics (zdf_phy not used)- used in diawri 
    342344 
    343345      IF(lwp) WRITE(numout,cform_aaa)           ! Flag AAAAAAA 
Note: See TracChangeset for help on using the changeset viewer.