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 904 for trunk/NEMO/OPA_SRC – NEMO

Changeset 904 for trunk/NEMO/OPA_SRC


Ignore:
Timestamp:
2008-04-24T16:30:01+02:00 (16 years ago)
Author:
ctlod
Message:

remove the sdvt(:,:) variable which is not initialized at all but is used in the computation of the friction velocity ust2s(:,:), see ticket: #121

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/sbcice_lim.F90

    r900 r904  
    629629         WRITE(numout,*) ' vt_i          : ', vt_i(ki,kj)        
    630630         WRITE(numout,*) ' vt_s          : ', vt_s(ki,kj)        
    631          WRITE(numout,*) ' sdvt          : ', sdvt(ki,kj)        
    632631         WRITE(numout,*) ' u_ice(i-1,j)  : ', u_ice(ki-1,kj) 
    633632         WRITE(numout,*) ' u_ice(i  ,j)  : ', u_ice(ki,kj) 
Note: See TracChangeset for help on using the changeset viewer.