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/LBC/mppini.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/LBC/mppini.F90

    r2715 r3211  
    2222   PUBLIC mpp_init       ! called by opa.F90 
    2323   PUBLIC mpp_init2      ! called by opa.F90 
     24 
     25   !! * Control permutation of array indices 
     26#  include "dom_oce_ftrans.h90" 
    2427 
    2528   !! * Substitutions 
     
    142145      !  Computation of local domain sizes ilcit() ilcjt() 
    143146      !  These dimensions depend on global sizes jpni,jpnj and jpiglo,jpjglo 
    144       !  The subdomains are squares leeser than or equal to the global 
     147      !  The subdomains are squares lesser than or equal to the global 
    145148      !  dimensions divided by the number of processors minus the overlap 
    146149      !  array (cf. par_oce.F90). 
Note: See TracChangeset for help on using the changeset viewer.