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 3497 for branches/2012/dev_r3452_NOCL02_Smagorinsky/NEMOGCM/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2012-10-12T18:14:36+02:00 (12 years ago)
Author:
hliu
Message:

Upload code files for Smagorinsky viscosity/diffusivity work, documentation to be converted to latex format and uploaded soon. See the ticket (coming in minutes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3452_NOCL02_Smagorinsky/NEMOGCM/NEMO/OPA_SRC/step.F90

    r3294 r3497  
    155155      IF( lk_traldf_eiv )   CALL ldf_eiv( kstp )      ! eddy induced velocity coefficient 
    156156#endif 
     157#if defined key_traldf_c3d && key_traldf_smag 
     158                          CALL ldf_tra_smag( kstp )      ! eddy induced velocity coefficient 
     159#  endif 
     160#if defined key_dynldf_c3d && key_dynldf_smag 
     161                          CALL ldf_dyn_smag( kstp )      ! eddy induced velocity coefficient 
     162#  endif 
     163 
    157164 
    158165      !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
Note: See TracChangeset for help on using the changeset viewer.