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 2177 for branches/DEV_r1924_nocs_latphys/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2010-10-07T09:54:26+02:00 (14 years ago)
Author:
sga
Message:

NEMO branch DEV_r1924_nocs_latphys.

Remove code for optional calculation of eddy induced velocity coefficients by Visbeck method.
This code now in separate branch DEV_r1924_visbeck.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r1924_nocs_latphys/NEMO/OPA_SRC/step.F90

    r2060 r2177  
    8585   USE ldfslp          ! iso-neutral slopes               (ldf_slp routine) 
    8686   USE ldfeiv          ! eddy induced velocity coef.      (ldf_eiv routine) 
    87    USE ldfeiv_vis      ! eddy induced velocity coef.  (ldf_eiv_vis routine) 
    8887 
    8988   USE zdftmx          ! tide-induced vertical mixing     (zdf_tmx routine) 
     
    243242      ENDIF 
    244243#if defined key_traldf_c2d 
    245       IF( lk_traldf_eiv )  THEN                                  ! eddy induced velocity coefficient 
    246          IF ( ln_traldf_vis )   THEN 
    247             CALL ldf_eiv_vis( kstp ) 
    248          ELSE 
    249             CALL ldf_eiv( kstp ) 
    250          ENDIF 
    251       ENDIF 
     244      IF( lk_traldf_eiv )   CALL ldf_eiv( kstp )      ! eddy induced velocity coefficient 
    252245#  endif 
    253246 
Note: See TracChangeset for help on using the changeset viewer.