next up previous contents
Next: subgrid_get_gcellinfo Up: Routine/Function Prologues Previous: l2g_2d   Contents

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

sub-grid data and mapping types and modules


USES:

   use shr_kind_mod, only : r8 => shr_kind_r8
   use spmdMod     , only : masterproc
   use nanMod      , only : bigint,nan
   use abortutils  , only : endrun
 
   implicit none
   private	
   save
PUBLIC MEMBER FUNCTIONS:
   public subgrid_get_gcellinfo        ! Returns g,l,c,p properties from wtxy
REVISION HISTORY:
   2006.07.04 T Craig, rename initSubgridMod
PRIVATE MEMBER FUNCTIONS:
   !PRIVATE DATA MEMBERS: None



Subsections

Erik Kluzek 2011-06-15