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 1417 for trunk/NEMO/OPA_SRC/ZDF/zdf_oce.F90 – NEMO

Ignore:
Timestamp:
2009-04-29T17:27:07+02:00 (15 years ago)
Author:
ctlod
Message:

add zdftmx.F90 module linked to the calculation of vertical viscosity/diffusion coefficients due to internal tidal mixing, see ticket: #425

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/ZDF/zdf_oce.F90

    r1152 r1417  
    4545      avt_evd,           &  !: convection: enhanced vertical diffusivity coeff. at w-point 
    4646      avmu_evd              !: convection: enhanced vertical viscosity   coeff. at w-point 
     47#if defined key_zdftmx 
     48   REAL(wp), PUBLIC, DIMENSION(jpi,jpj,jpk) ::   av_tide, av_tide_itf   !: Tidal mixing 
     49#endif 
    4750  
    4851   REAL(wp), PUBLIC, DIMENSION(jpk) ::   &   !: 
Note: See TracChangeset for help on using the changeset viewer.