INTERFACE:
subroutine clm_map1d()DESCRIPTION:
Set up 1d array of weights and indices for xy mapping Note: if DGVM is defined, weights are updated in DGVM modeUSES:
#if (!defined COUP_CAM)
use clmtype
#endif
use clmpoint, only : cpoint, ppoint
#if (defined SPMD)
use spmdMod, only : masterproc, spmd_init_arrays, gather_data_to_master
#else
use spmdMod, only : masterproc
#endif
ARGUMENTS:
implicit noneREVISION HISTORY:
Created by Mariana Vertenstein