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

Changeset 1296


Ignore:
Timestamp:
2009-02-05T12:04:28+01:00 (15 years ago)
Author:
ctlod
Message:

correct sxopw(:,:) into sxyopw(:,:) for the last argument when calling lim_adv_x, see ticket: #311

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC_3/limtrp.F90

    r1156 r1296  
    211211               CALL lim_adv_x( zusnit, zui_u, rone , zsm, zs0ow(:,:) , sxopw(:,:) , &  
    212212                  sxxopw(:,:), syopw(:,:) , &  
    213                   syyopw(:,:), sxopw(:,:) ) 
     213                  syyopw(:,:), sxyopw(:,:) ) 
    214214               CALL lim_adv_y( zusnit, zvi_v, rzero, zsm, zs0ow(:,:) , sxopw (:,:) , & 
    215215                  sxxopw(:,:), syopw (:,:) , &  
Note: See TracChangeset for help on using the changeset viewer.