Table of Contents
![]() | Note microPublishing. During the code development cycle for a chapter a working snapshot will be maintained in the Figure 1, “Code Snapshot as of Feb 15, 2008” section of the chapter. At any point in time the code may be significantly ahead of the documentation. |
The Sun Up phase of the Go West Scenario builds the core process structure. or said another way, this section provides the process "backbone" for Go West
The key concepts and simulation code objects in this Chapter are:
Daily Event Cycle. desc ???
KESE Variables. desc of putting all sim drivers at top in globule variables ???
Print Switches. desc T/F printing switch for tracing simulation
This section also introduces Incremental Programing. This is my preferred methodology to attack large, complex problems. Get a simple version of the mainline code working and incrementally expand the functionality.
A second major concept present in this section is Just-in-Time knowledge. This is the teaching process where information about SimPy functionality, KESE data structure and Python programming are present as they are needed to accomplish the modelling task at hand. You read what something does and then immediately see it used in the code. Very little theory and lost of practical application.
????


![[Note]](/wiki/docbook/images/note.png)

