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

source: branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/NEMO/OPA_SRC/ASM/asminc_ftrans.h90 @ 3211

Last change on this file since 3211 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   !!                   ***  asminc_ftrans  ***
3   !!----------------------------------------------------------------------
4   !! ** purpose : FTRANS directives to control permutation of array indices
5   !!   for multi-dimensional arrays with a z-dimension declared in module
6   !!   asminc.  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!FTRANS t_bkg :I :I :z
21!FTRANS s_bkg :I :I :z
22!FTRANS u_bkg :I :I :z
23!FTRANS v_bkg :I :I :z
24!FTRANS t_bkginc :I :I :z
25!FTRANS s_bkginc :I :I :z
26!FTRANS u_bkginc :I :I :z
27!FTRANS v_bkginc :I :I :z
Note: See TracBrowser for help on using the repository browser.