next up previous contents
Next: latlon_check Up: Fortran: Module Interface domainMod Previous: latlon_clean   Contents

latlon_setsame


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 Craig
LOCAL VARIABLES:
     integer ier



Erik Kluzek 2011-06-15