GHS Manual Corrigendum

Version 11.50 and prior versions

DAMSTAB command (Advanced Features module)

PROBSURV macro example in the DAMSTAB documentation implies that the criterion multiplies intermediate-flooding S by moment S:

A better example would be:

MACRO PROBSURV
.Sfinal
SET DAMSTAB_PS={S}, DAMSTAB_RANGE={R}, DAMSTAB_MAXRA={MA}
.Smom
SET DAMSTAB_PS={DAMSTAB_PS} TIMES {S}
.Sinter
IF {S}<{DAMSTAB_PS} THEN SET DAMSTAB_PS={S}
/

Here the final-flooding S is multiplied by the moment S.

Copyright (C) 2009 Creative Systems, Inc.