
#Running ml with an initial guess from wls
cp ../outold/wls.mod y123.mod

#we need to make several consecutive runs for better convergence
../opt123 all.dat ml.set -or1.lst
cp r1.mod y123.mod
../opt123 all.dat ml.set -or2.lst
cp r2.mod y123.mod
../opt123 all.dat ml.set -or3.lst

#restore recommended y123.mod
cp ../outold/ml.mod y123.mod

