C $Header: /home/ubuntu/mnt/e9_copy/MITgcm_contrib/llc_hires/llc_1080/code-async/asyncio_register_tile.F,v 1.1 2013/09/29 22:43:00 dimitri Exp $ C Register the tile locations from each processor SUBROUTINE ASYNCIO_REGISTER_TILE( TXLO, TYLO ) IMPLICIT NONE C South-west corner of tile in horizontal global index space. INTEGER TXLO, TYLO RETURN END