Parent Directory
|
Revision Log
|
Revision Graph
adding code-async for llc_2160
| 1 | C $Header: /u/gcmpack/MITgcm_contrib/llc_hires/llc_1080/code-async/asyncio_register_tile.F,v 1.1 2013/09/29 22:43:00 dimitri Exp $ |
| 2 | |
| 3 | C Register the tile locations from each processor |
| 4 | SUBROUTINE ASYNCIO_REGISTER_TILE( TXLO, TYLO ) |
| 5 | IMPLICIT NONE |
| 6 | C South-west corner of tile in horizontal global index space. |
| 7 | INTEGER TXLO, TYLO |
| 8 | |
| 9 | RETURN |
| 10 | END |
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |