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

source: branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/NEMO/OPA_SRC/TRA/traldf_iso_grif_ftrans.h90 @ 4431

Last change on this file since 4431 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.0 KB
Line 
1   !!----------------------------------------------------------------------
2   !!                   ***  traldf_iso_grif_ftrans  ***
3   !!----------------------------------------------------------------------
4   !! ** purpose : Directives to control permutation of array indices for
5   !!   public multi-dimensional arrays with a z-dimension declared in
6   !!   module traldf_iso_grif_ftrans.  It should be included wherever the
7   !!   module is used, and updated whenever a new public array is added
8   !!   to the module.
9   !!----------------------------------------------------------------------
10   !!----------------------------------------------------------------------
11   !! NEMO/OPA 3.3 , NEMO Consortium (2011)
12   !! $Id$
13   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt)
14   !!----------------------------------------------------------------------
15
16#if defined key_z_first
17!FTRANS assert :z :I
18#else
19!FTRANS assert :I :z
20#endif
21!FTRANS psix_eiv :I :I :z
22!FTRANS psiy_eiv :I :I :z
23!FTRANS ah_wslp2 :I :I :z
Note: See TracBrowser for help on using the repository browser.