next up previous contents
Next: subroutine Up: Fortran: Module Interface ncdioMod Previous: ncd_ioglobal_real_3d   Contents

subroutine ncd_setDOF


INTERFACE:

  ------------------------------------------------------------------------
   subroutine ncd_setDOF(clmlevel,dims,compDOF,ioDOF,start,count)
DESCRIPTION:

Setup DOF and start/count arrays for pio


USES:

     use decompMod      , only : get_clmlevel_gsize,get_clmlevel_dsize
ARGUMENTS:
     implicit none
     character(len=*), intent(in)    :: clmlevel   ! dimension 1 name
     integer         , intent(in)    :: dims(:)
     integer,pointer , intent(inout) :: compDOF(:)
     integer,pointer , intent(inout) :: ioDOF(:)
     integer(pio_offset),pointer , intent(inout) :: start(:)
     integer(pio_offset),pointer , intent(inout) :: count(:)
REVISION HISTORY:
   Created by T Craig, Aug 2007
LOCAL VARIABLES:




Erik Kluzek 2010-06-21