source: trunk/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfddm_substitute.h90

Last change on this file was 1, checked in by cholod, 12 years ago

importing initial nemo vendor drop (v3.4_r_3220)

File size: 1004 bytes
Line 
1   !!----------------------------------------------------------------------
2   !!                    *** zdfddm_substitute.h90  ***
3   !!----------------------------------------------------------------------
4   !! ** purpose :   substitute fsaht. the eddy diffusivity coeff.
5   !!      with a constant or 1D or 2D or 3D array, using CPP macro.
6   !!----------------------------------------------------------------------
7#if defined key_zdfddm
8!   'key_zdfddm' :                      avs: 3D array defined in zdfddm module
9#   define   fsavs(i,j,k)   avs(i,j,k)
10#else
11!   Defautl option :                     avs = avt
12#   define   fsavs(i,j,k)   avt(i,j,k)
13#endif
14   !!----------------------------------------------------------------------
15   !! NEMO/OPA 4.0 , NEMO Consortium (2011)
16   !! $Id: zdfddm_substitute.h90 2715 2011-03-30 15:58:35Z rblod $
17   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt)
18   !!----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.