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

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

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

Stephen Pickles, 28 Nov 2011.
First commit of dCSE NEMO project work, part 1 - index re-ordering,
OPA_SRC top level only. Includes fix for sub-optimal auto-partitioning
in nemogcm.F90.

  • Property svn:keywords set to Id
File size: 951 bytes
Line 
1   !!----------------------------------------------------------------------
2   !!                   ***  trc_oce_ftrans  ***
3   !!---------------------------------------------------------------------
4   !! ** purpose : Directives to control permutation of array indices for
5   !!   public multi-dimensional arrays with a z-dimension declared in module
6   !!   trc_oce. 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 etot3 :I :I :z
Note: See TracBrowser for help on using the repository browser.