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.
Changeset 3211 for branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/NEMO/OPA_SRC/DYN/dynzdf.F90 – NEMO

Ignore:
Timestamp:
2011-12-11T16:00:26+01:00 (13 years ago)
Author:
spickles2
Message:

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/.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/NEMO/OPA_SRC/DYN/dynzdf.F90

    r2715 r3211  
    3535   REAL(wp) ::   r2dt       ! time-step, = 2 rdttra except at nit000 (=rdttra) if neuler=0 
    3636 
     37   !! * Control permutation of array indices 
     38#  include "oce_ftrans.h90" 
     39#  include "dom_oce_ftrans.h90" 
     40#  include "zdf_oce_ftrans.h90" 
     41#  include "ldfdyn_oce_ftrans.h90" 
     42 
    3743   !! * Substitutions 
    3844#  include "domzgr_substitute.h90" 
     
    5561      USE wrk_nemo, ONLY:   wrk_in_use, wrk_not_released 
    5662      USE wrk_nemo, ONLY:   ztrdu => wrk_3d_1 , ztrdv => wrk_3d_2    ! 3D workspace 
     63      !! DCSE_NEMO: need additional directives for renamed module variables 
     64!FTRANS ztrdu :I :I :z 
     65!FTRANS ztrdv :I :I :z 
    5766      !! 
    5867      INTEGER, INTENT( in ) ::   kt      ! ocean time-step index 
     
    112121      USE zdfgls 
    113122      USE zdfkpp 
     123#  include "zdftke_ftrans.h90" 
    114124      !!---------------------------------------------------------------------- 
    115125      ! 
Note: See TracChangeset for help on using the changeset viewer.