Changeset 26542


Ignore:
Timestamp:
11/04/21 14:23:00 (3 years ago)
Author:
dmenemen
Message:

cosmetic chnages

Location:
issm/trunk-jpl/test/MITgcm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/MITgcm/code/packages.conf

    r21968 r26542  
    1 # $Header: /u/gcmpack/MITgcm/verification/isomip/code/packages.conf,v 1.2 2010/02/11 22:24:12 dimitri Exp $
    2 # $Name:  $
    3 
    41gfd
    52timeave
  • issm/trunk-jpl/test/MITgcm/code_4003/SIZE.h

    r24121 r26542  
     1CBOP
     2C    !ROUTINE: SIZE.h
     3C    !INTERFACE:
     4C    include SIZE.h
     5C    !DESCRIPTION: \bv
     6C     *==========================================================*
     7C     | SIZE.h Declare size of underlying computational grid.
     8C     *==========================================================*
     9C     | The design here supports a three-dimensional model grid
     10C     | with indices I,J and K. The three-dimensional domain
     11C     | is comprised of nPx*nSx blocks (or tiles) of size sNx
     12C     | along the first (left-most index) axis, nPy*nSy blocks
     13C     | of size sNy along the second axis and one block of size
     14C     | Nr along the vertical (third) axis.
     15C     | Blocks/tiles have overlap regions of size OLx and OLy
     16C     | along the dimensions that are subdivided.
     17C     *==========================================================*
     18C     \ev
    119C
    2 C     /==========================================================\
    3 C     | SIZE.h Declare size of underlying computational grid.    |
    4 C     |==========================================================|
    5 C     | The design here support a three-dimensional model grid   |
    6 C     | with indices I,J and K. The three-dimensional domain     |
    7 C     | is comprised of nPx*nSx blocks of size sNx along one axis|
    8 C     | nPy*nSy blocks of size sNy along another axis and one    |
    9 C     | block of size Nz along the final axis.                   |
    10 C     | Blocks have overlap regions of size OLx and OLy along the|
    11 C     | dimensions that are subdivided.                          |
    12 C     \==========================================================/
    13 C     Voodoo numbers controlling data layout.
    14 C     sNx - No. X points in sub-grid.
    15 C     sNy - No. Y points in sub-grid.
    16 C     OLx - Overlap extent in X.
    17 C     OLy - Overlat extent in Y.
    18 C     nSx - No. sub-grids in X.
    19 C     nSy - No. sub-grids in Y.
    20 C     nPx - No. of processes to use in X.
    21 C     nPy - No. of processes to use in Y.
    22 C     Nx  - No. points in X for the total domain.
    23 C     Ny  - No. points in Y for the total domain.
    24 C     Nr  - No. points in Z for full process domain.
     20C     Voodoo numbers controlling data layout:
     21C     sNx :: Number of X points in tile.
     22C     sNy :: Number of Y points in tile.
     23C     OLx :: Tile overlap extent in X.
     24C     OLy :: Tile overlap extent in Y.
     25C     nSx :: Number of tiles per process in X.
     26C     nSy :: Number of tiles per process in Y.
     27C     nPx :: Number of processes to use in X.
     28C     nPy :: Number of processes to use in Y.
     29C     Nx  :: Number of points in X for the full domain.
     30C     Ny  :: Number of points in Y for the full domain.
     31C     Nr  :: Number of points in vertical direction.
     32CEOP
    2533      INTEGER sNx
    2634      INTEGER sNy
     
    4755     &           Nr  =  90)
    4856
    49 C     MAX_OLX  - Set to the maximum overlap region size of any array
     57C     MAX_OLX :: Set to the maximum overlap region size of any array
    5058C     MAX_OLY    that will be exchanged. Controls the sizing of exch
    51 C                routine buufers.
     59C                routine buffers.
    5260      INTEGER MAX_OLX
    5361      INTEGER MAX_OLY
Note: See TracChangeset for help on using the changeset viewer.