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 initializeREVISION HISTORY:
Created by T CraigLOCAL VARIABLES: