INTERFACE:
subroutine latlon_init(latlon,ni,nj)DESCRIPTION:
This subroutine allocates and nans the latlon type
USES:
ARGUMENTS:
implicit none type(latlon_type) :: latlon ! latlon datatype integer :: ni,nj ! grid size, 2dREVISION HISTORY:
Created by T CraigLOCAL VARIABLES:
integer ier