!!---------------------------------------------------------------------- !! *** ldfslp_ftrans *** !!---------------------------------------------------------------------- !! ** purpose : Directives to control permutation of array indices for !! public multi-dimensional arrays with a z-dimension declared in module !! ldfslp. 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 !FTRANS triadi_g :I :I :z : : !FTRANS triadj_g :I :I :z : : !FTRANS wslp2 :I :I :z !FTRANS triadi :I :I :z : : !FTRANS triadj :I :I :z : : !FTRANS uslp :I :I :z !FTRANS vslp :I :I :z !FTRANS wslpi :I :I :z !FTRANS wslpj :I :I :z !FTRANS omlmask :I :I :z