INTERFACE:
subroutine latlon_setsame(latlon1,latlon2)DESCRIPTION:
This subroutine copies parts of latlon2 = latlon1 specifically for setting a finemesh lats/lons to coarsemesh grid
USES:
ARGUMENTS:
implicit none
type(latlon_type),intent(in) :: latlon1 ! latlon datatype
type(latlon_type),intent(inout) :: latlon2 ! latlon datatype
REVISION HISTORY:
Created by T CraigLOCAL VARIABLES:
integer ier