next up previous contents
Next: map_setmapsAR Up: Routine/Function Prologues Previous: UrbanFluxes   Contents

Fortran: Module Interface RtmMapMod (Source File: RtmMapMod.F90)

Area averaging routines Thes routines are used for area-average mapping of a field from one grid to another.


USES:

   use domainMod    , only : latlon_type
   use clm_varcon   , only : re
   use clm_varctl   , only : iulog
   use shr_const_mod, only : SHR_CONST_PI
   use shr_kind_mod , only : r8 => shr_kind_r8
   use spmdMod      , only : masterproc
   use abortutils   , only : endrun
   use clm_mct_mod
PUBLIC TYPES:
   implicit none
   private
PUBLIC MEMBER FUNCTIONS:
   public :: map_setmapsAR
   public :: celledge
REVISION HISTORY:
   Created by Sam Levis
   Updated to clm2.1 data structures by Mariana Vertenstein
   2005.11.01 Updated and cleaned by T Craig
PRIVATE MEMBER FUNCTIONS:




Subsections

Erik Kluzek 2011-06-15