Parent Directory
|
Revision Log
|
Revision Graph
Small test case with set-up as similar as possible to llc_4320 for testing asyncio and coupling to GEOS-5.
1 | C $Header: /u/gcmpack/MITgcm_contrib/llc_hires/llc_4320/code-async/asyncio_register_tile.F,v 1.1 2013/09/20 12:38:03 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 |