!!---------------------------------------------------------------------- !! *** ldftra_oce_ftrans *** !!---------------------------------------------------------------------- !! ** purpose : Directives to control permutation of array indices !! for multi-dimensional arrays with a z-dimension declared in module !! ldftra_oce. It should be included wherever the module is used, !! and updated whenever a new array is added to the module. !!---------------------------------------------------------------------- !!---------------------------------------------------------------------- !! NEMO/OPA 3.3 , NEMO Consortium (2011) !! $Id$ !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) !!---------------------------------------------------------------------- #if defined key_z_first !FTRANS assert :z :I #else !FTRANS assert :I :z #endif #if defined key_traldf_c3d !FTRANS ahtt ahtu ahtv ahtw :I :I :z #endif #if defined key_traldf_eiv #if defined key_traldf_c3d !FTRANS aeiu aeiv aeiw :I :I :z #endif #endif #if defined key_diaeiv !FTRANS u_eiv v_eiv w_eiv :I :I :z #endif