#!/bin/sh
# Alternative script to briefly test the ESRU integrated simulator.

VERSION="/opt/esp-r/bin"

#### Link appropriate shading file
cd ../cfg
$VERSION/ish -mode text -file bld_basic_shd.cfg -zone reception -act update_silent

rm -f *.cfg.*_res
rm -f *.cfg.*_res.data
rm -f *.cfg.*_res.data.par

./SIMULATE.shd bld_basic_shd.cfg $VERSION
./ANALYSE_4 bld_basic_shd.cfg.shd4_res $VERSION
./ANALYSE_4 bld_basic_shd.cfg.shd4s_res $VERSION

