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.
tradmp_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/tradmp_ftrans.h90 @ 4401

Last change on this file since 4401 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: 998 bytes
Line 
1   !!----------------------------------------------------------------------
2   !!                   ***  tradmp_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 tradmp.  It should be included wherever the module is used,
7   !!   and updated whenever a new public 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!FTRANS strdmp :I :I :z
21!FTRANS ttrdmp :I :I :z
22!FTRANS resto :I :I :z
Note: See TracBrowser for help on using the repository browser.