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 VertensteinLOCAL VARIABLES: