next up previous contents
Next: surfrd_wtxy_special Up: Fortran: Module Interface surfrdMod Previous: surfrd_get_frac   Contents

surfrd_get_topo


INTERFACE:

   subroutine surfrd_get_topo(domain,filename)
DESCRIPTION:

Read the topo dataset grid related information: Assume domain has already been initialized and read


USES:

     use domainMod , only : domain_type
     use fileutils , only : getfil
ARGUMENTS:
     implicit none
     type(domain_type),intent(inout) :: domain   ! domain to init
     character(len=*) ,intent(in)    :: filename ! grid filename
CALLED FROM:
   subroutine initialize
REVISION HISTORY:
   Created by T Craig
LOCAL VARIABLES:




Erik Kluzek 2011-06-15