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 5601 for branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/OPA_SRC/LBC/lbcnfd.F90 – NEMO

Ignore:
Timestamp:
2015-07-16T11:04:29+02:00 (9 years ago)
Author:
cbricaud
Message:

commit changes/bugfix/... for crs ; ok with time-splitting/fixed volume

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/OPA_SRC/LBC/lbcnfd.F90

    r4686 r5601  
    629629            SELECT CASE ( cd_type) 
    630630            CASE ( 'T' , 'U' , 'V' , 'W' )             ! T-, U-, V-, W-points 
    631                pt3dl(:, 1  ,jk) = 0.e0 
    632                pt3dl(:,ijpj,jk) = 0.e0 
     631               pt3dl(:, 1  ,:) = 0.e0 
     632               pt3dl(:,ijpj,:) = 0.e0 
    633633            CASE ( 'F' )                               ! F-point 
    634                pt3dl(:,ijpj,jk) = 0.e0 
     634               pt3dl(:,ijpj,:) = 0.e0 
    635635            END SELECT 
    636636            ! 
Note: See TracChangeset for help on using the changeset viewer.