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

Changeset 10582


Ignore:
Timestamp:
2019-01-25T15:11:18+01:00 (5 years ago)
Author:
smasson
Message:

trunk: forget dummy routine for [10577]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/SBC/cpl_oasis3.F90

    r10577 r10582  
    600600   END SUBROUTINE oasis_get 
    601601 
    602    SUBROUTINE oasis_get_freqs(k1,k2,k3,k4) 
     602   SUBROUTINE oasis_get_freqs(k1,k5,k2,k3,k4) 
    603603      INTEGER              , INTENT(in   ) ::  k1,k2 
    604604      INTEGER, DIMENSION(1), INTENT(  out) ::  k3 
    605       INTEGER              , INTENT(  out) ::  k4 
    606       k3(1) = k1 ; k4 = k2 
     605      INTEGER              , INTENT(  out) ::  k4,k5 
     606      k3(1) = k1 ; k4 = k2 ; k5 = k2 
    607607      WRITE(numout,*) 'oasis_get_freqs: Error you sould not be there...' 
    608608   END SUBROUTINE oasis_get_freqs 
Note: See TracChangeset for help on using the changeset viewer.