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

Changeset 13415


Ignore:
Timestamp:
2020-08-20T11:38:28+02:00 (4 years ago)
Author:
smasson
Message:

trunk: correct typo following [13414], see #2513

File:
1 edited

Legend:

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

    r13414 r13415  
    384384                  &        kinfo == OASIS_RecvOut .OR. kinfo == OASIS_FromRestOut 
    385385                
    386                IF ( sn_cfctl%l_oasout )   $ 
    387                &  WRITE(numout,*) "llaction, kinfo, kstep, ivarid: " , llaction, kinfo, kstep, srcv(kid)%nid(jc,jm) 
     386               IF ( sn_cfctl%l_oasout )   & 
     387                  &  WRITE(numout,*) "llaction, kinfo, kstep, ivarid: " , llaction, kinfo, kstep, srcv(kid)%nid(jc,jm) 
    388388                
    389389               IF( llaction ) THEN   ! data received from oasis do not include halos 
Note: See TracChangeset for help on using the changeset viewer.