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.
ldftra_oce_ftrans.h90 in branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/NEMO/OPA_SRC/LDF – NEMO

source: branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/NEMO/OPA_SRC/LDF/ldftra_oce_ftrans.h90 @ 4409

Last change on this file since 4409 was 3211, checked in by spickles2, 12 years ago

Stephen Pickles, 11 Dec 2011

Commit to bring the rest of the DCSE NEMO development branch
in line with the latest development version. This includes
array index re-ordering of all OPA_SRC/.

  • Property svn:keywords set to Id
File size: 1.1 KB
Line 
1   !!----------------------------------------------------------------------
2   !!                   ***  ldftra_oce_ftrans  ***
3   !!----------------------------------------------------------------------
4   !! ** purpose : Directives to control permutation of array indices
5   !!   for multi-dimensional arrays with a z-dimension declared in module
6   !!   ldftra_oce.  It should be included wherever the module is used,
7   !!   and updated whenever a new array is added to the module.
8   !!----------------------------------------------------------------------
9   !!----------------------------------------------------------------------
10   !! NEMO/OPA 3.3 , NEMO Consortium (2011)
11   !! $Id$
12   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt)
13   !!----------------------------------------------------------------------
14
15#if defined key_z_first
16!FTRANS assert :z :I
17#else
18!FTRANS assert :I :z
19#endif
20
21#if defined key_traldf_c3d
22!FTRANS ahtt ahtu ahtv ahtw :I :I :z
23#endif
24
25#if defined key_traldf_eiv
26#if defined key_traldf_c3d
27!FTRANS aeiu aeiv aeiw :I :I :z
28#endif
29#endif
30
31#if defined key_diaeiv
32!FTRANS u_eiv v_eiv w_eiv :I :I :z
33#endif
34
Note: See TracBrowser for help on using the repository browser.