next up previous contents
Next: surfrd_get_topo Up: Fortran: Module Interface surfrdMod Previous: surfrd   Contents

surfrd_get_frac


INTERFACE:

   subroutine surfrd_get_frac(domain,filename,glcfilename)
DESCRIPTION:

Read the landfrac 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
     character(len=*) ,optional, intent(in) :: glcfilename ! glc mask filename
CALLED FROM:
   subroutine initialize
REVISION HISTORY:
   Created by T Craig
LOCAL VARIABLES:




Erik Kluzek 2011-06-15