User Tools

Site Tools


howtos:toolcoding:general_view_writing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
howtos:toolcoding:general_view_writing [2010/03/08 13:33]
shona.weldon
howtos:toolcoding:general_view_writing [2011/05/13 12:25]
shona.weldon
Line 14: Line 14:
 would like to access. This is accomplished by using array indexes. The form of an object would like to access. This is accomplished by using array indexes. The form of an object
 array reference is: array reference is:
-<​code>​ objectName[][index] <\code>+<​code>​ objectName[upperDims,​auxDims][index] </code>
 where: where:
   * //index// the array index. It may be one of the following values:   * //index// the array index. It may be one of the following values:
Line 48: Line 48:
   * import.t -  Tool commands to import the external data according to the format of each variable   * import.t -  Tool commands to import the external data according to the format of each variable
 <​file>​ <​file>​
-creview import testInOut.s import.v import.t "​importing first scenario"​+setpath $HOME/​V4/​cal/​views 
 + 
 +! Data creation views: 
 +creview import testInOut.c import.v import.t "​importing first scenario"​ 
 + 
 + 
 +! Data display views: 
 +disview energyUseRpt myCalc energyUseRpt .v energyUseRpt .t "​energy use report"​ 
 </​file>​ </​file>​
  
howtos/toolcoding/general_view_writing.txt · Last modified: 2019/07/02 14:32 by erik.frenette