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 13740 – NEMO

Changeset 13740


Ignore:
Timestamp:
2020-11-06T14:00:29+01:00 (3 years ago)
Author:
techene
Message:

#2385 remove Kaa from arguments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13327_KERNEL-06_2_techene_e3/tests/VORTEX/MY_SRC/domqco.F90

    r13683 r13740  
    9494      CALL qco_rst_read( nit000, Kbb, Kmm )   ! Read or initialize ssh_(Kbb/Kmm) 
    9595      ! 
    96       CALL dom_qco_zgr( Kbb, Kmm, Kaa )       ! interpolation scale factor, depth and water column 
     96      CALL dom_qco_zgr( Kbb, Kmm )            ! interpolation scale factor, depth and water column 
    9797      ! 
    9898#if defined key_agrif 
     
    111111 
    112112 
    113    SUBROUTINE dom_qco_zgr( Kbb, Kmm, Kaa ) 
     113   SUBROUTINE dom_qco_zgr( Kbb, Kmm ) 
    114114      !!---------------------------------------------------------------------- 
    115115      !!                ***  ROUTINE dom_qco_init  *** 
     
    122122      !!              - r3(t/u/v/f)_n 
    123123      !!---------------------------------------------------------------------- 
    124       INTEGER, INTENT(in) ::   Kbb, Kmm, Kaa   ! time level indices 
     124      INTEGER, INTENT(in) ::   Kbb, Kmm   ! time level indices 
    125125      !!---------------------------------------------------------------------- 
    126126      ! 
Note: See TracChangeset for help on using the changeset viewer.