#!/bin/sh

#OPTIONS
I="~/numerics_data/matrix/";
O="~/numerics_data/matrix/";
R="2.266";
E="0.01";
D="1.0";
Z="2";
W="3";

ssh pws1  ~/Siegel_Numerics/run  -cp ~/Siegel_Numerics/add_component   -i $I -o $O -e $E -d $D -z $Z -w $W -r $R;



