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 13427 for NEMO/branches/2020/dev_r13327_KERNEL-06_2_techene_e3/src/OFF/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2020-08-21T18:26:57+02:00 (4 years ago)
Author:
techene
Message:

debug in order to pass non linear SETTE test when agrif in not activated see #2385

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13327_KERNEL-06_2_techene_e3/src/OFF/nemogcm.F90

    r13286 r13427  
    6464   USE lib_fortran    ! Fortran utilities (allows no signed zero when 'key_nosignedzero' defined) 
    6565   USE lbcnfd  , ONLY : isendto, nsndto   ! Setup of north fold exchanges 
    66    USE step, ONLY : Nbb, Nnn, Naa, Nrhs   ! time level indices 
     66#if defined key_qco 
     67   USE stepMLF , ONLY : Nbb, Nnn, Naa, Nrhs   ! time level indices 
     68#else 
     69   USE step    , ONLY : Nbb, Nnn, Naa, Nrhs   ! time level indices 
     70#endif 
    6771   USE halo_mng 
    6872 
     
    126130                                CALL dta_dyn_atf( istp, Nbb, Nnn, Naa )       ! time filter of sea  surface height and vertical scale factors 
    127131# if defined key_qco 
    128                                 CALL dom_qco_r3c( ssh(:,:,Kmm), r3t_f, r3u_f, r3v_f ) 
     132                                CALL dom_qco_r3c( ssh(:,:,Nnn), r3t_f, r3u_f, r3v_f ) 
    129133# endif 
    130134         ENDIF 
    131135                                CALL trc_stp    ( istp, Nbb, Nnn, Nrhs, Naa ) ! time-stepping 
    132136# if defined key_qco 
    133                                 !r3t(:,:,Kmm) = r3t_f(:,:)                     ! update ssh to h0 ratio 
    134                                 !r3u(:,:,Kmm) = r3u_f(:,:) 
    135                                 !r3v(:,:,Kmm) = r3v_f(:,:) 
     137                                !r3t(:,:,Nnn) = r3t_f(:,:)                     ! update ssh to h0 ratio 
     138                                !r3u(:,:,Nnn) = r3u_f(:,:) 
     139                                !r3v(:,:,Nnn) = r3v_f(:,:) 
    136140# endif 
    137141#endif 
     
    143147         ! 
    144148#if ! defined key_qco 
    145 #if ! defined key_sed_off 
     149# if ! defined key_sed_off 
    146150         IF( .NOT.ln_linssh )   CALL dta_dyn_sf_interp( istp, Nnn )  ! calculate now grid parameters 
    147 #endif 
     151# endif 
    148152#endif          
    149153                                CALL stp_ctl    ( istp )             ! Time loop: control and print 
Note: See TracChangeset for help on using the changeset viewer.