next up previous contents
Next: Fortran: Module Interface domainMod Up: Fortran: Module Interface decompMod Previous: get_clmlevel_dsize   Contents

get_clmlevel_gsmap


INTERFACE:

   subroutine get_clmlevel_gsmap (clmlevel, gsmap)
DESCRIPTION:

Compute arguments for gatherv, scatterv for vectors


USES:

     use clmtype  , only : gratm, grlnd, nameg, namel, namec, namep, allrof
 
 #if (defined RTM)
     use RunoffMod, only : gsMap_rtm_gdc2glo
 #endif
ARGUMENTS:
     implicit none
     character(len=*), intent(in) :: clmlevel     ! type of input data
     type(mct_gsmap), pointer :: gsmap
REVISION HISTORY:
   Author: Mariana Vertenstein
LOCAL VARIABLES:




Erik Kluzek 2011-06-15