--- MITgcm/pkg/exch2/exch2_get_rx1.template 2009/06/28 01:00:23 1.2 +++ MITgcm/pkg/exch2/exch2_get_rx1.template 2010/04/23 20:21:06 1.3 @@ -1,4 +1,4 @@ -C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/pkg/exch2/exch2_get_rx1.template,v 1.2 2009/06/28 01:00:23 jmc Exp $ +C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/pkg/exch2/exch2_get_rx1.template,v 1.3 2010/04/23 20:21:06 jmc Exp $ C $Name: $ #include "CPP_EEOPTIONS.h" @@ -40,7 +40,7 @@ C tJstride :: index step in J that will be filled in target "array" C tKlo,tKhi :: index range in K that will be filled in target "array" C tKstride :: index step in K that will be filled in target "array" -C thisTile :: receiveing tile Id. number +C thisTile :: receiving tile Id. number C bi,bj :: Indices of the receiving tile within this process C :: (used to select buffer slots that are allowed). C nN :: Neighbour entry that we are processing @@ -64,7 +64,7 @@ C :: buffering. In PUT communication sender will increment C :: handle entry once data is ready in buffer. Receiver will C :: decrement handle once data is consumed from buffer. -C :: For MPI MSG communication MPI_Wait uses hanlde to check +C :: For MPI MSG communication MPI_Wait uses handle to check C :: Isend has cleared. This is done in routine after receives. C commSetting :: Mode of communication used to exchange with this neighbor C myThid :: my Thread Id. number @@ -88,7 +88,7 @@ C soT :: Source tile Id number C oNb :: Opposing send record number C iBufr :: Buffer counter -C sNb :: buffer (source) Neibour index to get data from +C sNb :: buffer (source) Neighbour index to get data from C sBi :: buffer (source) Tile index (for this Proc) to get data from C sBj :: buffer (source) Tile index (for this Proc) to get data from C sLv :: buffer (source) level index to get data from