a modified posselt variation + the right one commented
authorhackbard <hackbard@sage.physik.uni-augsburg.de>
Mon, 17 Aug 2009 13:59:13 +0000 (15:59 +0200)
committerhackbard <hackbard@sage.physik.uni-augsburg.de>
Mon, 17 Aug 2009 13:59:13 +0000 (15:59 +0200)
calc_delta_e

index 6a97cc5..2b4130e 100755 (executable)
@@ -20,5 +20,6 @@ echo "-------------------------------------------------------------------------"
 echo "$si_cnt $c_cnt $e1 $e0" | \
        awk '{ print "   Gao: "($3-$4)*($1+$2) }'
 echo "$si_cnt $c_cnt $musi $muc $e1 $music" | \
-       awk '{ print "   Posselt: "$5*($1+$2)-0.5*($1+$2)*$6-0.5*($1-$2)*($3-$4) }'
+       #awk '{ print "   Posselt: "$5*($1+$2)-0.5*($1+$2)*$6-0.5*($1-$2)*($3-$4) }'
+       awk '{ print "   Posselt: "$5*($1+$2)-$1*$3-$2*$4) }'