An NDoc Documented Class Library

Storage.Main_storage Method 

Method: Main_storage

[Visual Basic]
Private Sub Main_storage( _ 
   ByRef storagemodel As Object _ 
)
[C#]
private void Main_storage(
   ref object storagemodel
);
[C++]
private: void Main_storage(
   * Object* storagemodel
);
[JScript]
private function Main_storage(
   Object storagemodel
);

Parameters

storagemodel
Calling object, currently excel workbook

Return Value

NA

Remarks

Name: main Storagecall Date: Sequence: Executed when all pre-processing is completed Object Requirements: begin: markdate to run the valuation end: ending simulation date trajectories: number of trajectories in the simulation file initgig: gas in ground, current storage level initgad: gas available for delivery, current month baseload can be positive for injection, negative for withdrawals. initgadnext: gas available for delivery in next month if date is between contract expiration and end of month. Needed for Constraints, and can be positive or negative as with GAD. Description: Main Storage macro examples Intrinsic only: %storage(6/25/02,6/25/02,0,50,0,0,3.45,3.55) Intinsic and Extrinsic: %storage(6/25/02,3/31/04,10,50,0,0,3.45,3.55)

See Also

Storage Class | CommodityStorage.Storage Namespace