User Tools

Site Tools


howtos:typical_initview

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
Last revision Both sides next revision
howtos:typical_initview [2019/03/18 03:17]
marcus.williams [Fixed Scenario for Simulator]
howtos:typical_initview [2019/03/18 03:35]
marcus.williams [Fixed Scenario for Simulator]
Line 20: Line 20:
 ===== Fixed Scenario for Simulator ===== ===== Fixed Scenario for Simulator =====
  
 +In Documenter, with Calibration view toggled off: //SAMM | View Scripts | Fixed Scenario//. Save the resulting `fixedScn.t` and `fixedScn.v` files.
 +
 +The `fixedScn.t` file will need some editing to run.
 +
 +This code block will need to have an appropriate tool object name inserted in order for the `$xYear` variables to be set.
 <​code>​ <​code>​
 integer $lastHisYear integer $lastHisYear
Line 28: Line 33:
 getobjinfo ([2], $lastYear; info=sequenceEnd,​ dim=time) getobjinfo ([2], $lastYear; info=sequenceEnd,​ dim=time)
 </​code>​ </​code>​
 +
 +There may be cases where input variables do not have have the standard time informant and therefore require custom assignment in the //​fixedScn//​ view.
  
  
howtos/typical_initview.txt ยท Last modified: 2019/03/18 03:36 by marcus.williams