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

get_clmlevel_gsize


INTERFACE:

   integer function get_clmlevel_gsize (clmlevel)
DESCRIPTION:

Determine 1d size from clmlevel


USES:

   use clmtype  , only : gratm, grlnd, nameg, namel, namec, namep, allrof
   use domainMod, only : adomain,ldomain
 #ifdef RTM
   use clm_varpar,only : rtmlon,rtmlat
 #endif
ARGUMENTS:
     implicit none
     character(len=*), intent(in) :: clmlevel    !type of clm 1d array
REVISION HISTORY:
LOCAL VARIABLES:




Erik Kluzek 2011-06-15