<command id="P.v" name=" Point Timeseries Output P(c0, c1 )   ">

  <doc>   <![CDATA[

	The Point Timeseries Output config-cmd is used to output a timeseries consisting of the value of the variable evaluated at cell location (c0,c1) at each timestep.  All coordinates used in the Driver follow the MapII convention (origin at the upper left-hand corner of the map).  The first coordinate c0 is the number of rows below the origin, and the second coordinate c1 is the number of columns to the right of the origin.  A string of P(c0,c1) statements may be added for output at more than one point (cell). Currently, the output of each P() config-cmd declaration is written to a separate TEXT file in the projects DriverOutput file.  The file name will begin with the name of the variable being configured, and will end in a SME-defined extension.  This convention is subject to change in future versions.

 ]]> </doc> 

  <argument name="row" type="int" required="true" >

     <doc>   <![CDATA[
	Row coordinate of timeseries output. 
    ]]> </doc> 

  </argument>

  <argument name="col" type="int" required="true" >

     <doc>   <![CDATA[
	Column coordinate of timeseries output. 
    ]]> </doc> 

  </argument>

</command>