next up previous contents
Next: Fortran: Module Interface clm_varcon Up: Fortran: Module Interface clm_mapping Previous: clm_map   Contents

clm_map1d


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 mode
USES:
 #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 none
REVISION HISTORY:
   Created by Mariana Vertenstein



Mariana Vertenstein 2003-01-14