! ! $Log: S3SofieRet.pct,v $ ! Revision 1.1 2007/12/19 18:17:56 deaver ! Initial revision ! ! EOL = a, !Gather all the needed information for a model run ! and assign all files. b, !Do the model calculations c, !Close opened files and perform other housekeeping. z; !Terminate the program ! EOI = 0; ! ! a: PRE_EVENT_LOOP; b: EVENT_PROCESSOR; c: POST_EVENT_LOOP; ! !