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

surfrd_get_frac


INTERFACE:

   subroutine surfrd_get_frac(domain,filename)
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
     include 'netcdf.inc'
     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 2010-06-21