Event increment used for post processing


Q: How is the EVE_INC parameter for the -EVENT option for reporting commands in the PRCPOST Menu related to the time step specified on the &ENV command?
REV 7.05

A: If EVE_INC is omitted (or 0) the events computed will still be reported. Suppose you specify:

     -EVENTS 100 200 1

Then you will get results reported at 100, 101, 102, ..... 200. Now, suppose you originally had computed these with a time step of 2. MOSES will compute the reported event at t by a linear interpolation of the computed events at t1 and t2. Here t1 is the maximum computed event less than t and t2 is the minimum computed event greater than t. The -EVENTS option is available on most of the commands in the Post-Processing Menu.