.
authorA.M. Thurnherr <ant@ldeo.columbia.edu>
Wed, 14 Mar 2012 01:08:20 -0400
changeset 7 e4f531c66f2c
parent 6 4d48ffde2471
child 9 6ea152571f00
.
LWplot_BR
LWplot_Sv
LWplot_TL
LWplot_TLhist
LWplot_corr
LWplot_prof
LWplot_residuals
LWplot_w
--- a/LWplot_BR	Fri Mar 09 08:34:30 2012 +0000
+++ b/LWplot_BR	Wed Mar 14 01:08:20 2012 -0400
@@ -1,15 +1,16 @@
-#!/bin/sh
+#!/bin/ksh
 #======================================================================
 #					 L W P L O T _ B R 
 #                    doc: Mon Oct 17 10:57:12 2011
-#                    dlm: Mon Nov 14 15:02:29 2011
+#                    dlm: Mon Mar 12 21:13:19 2012
 #                    (c) 2011 A.M. Thurnherr
-#                    uE-Info: 39 79 NIL 0 0 72 2 2 4 NIL ofnI
+#                    uE-Info: 14 0 NIL 0 0 72 2 2 4 NIL ofnI
 #======================================================================
 
 # HISTORY:
 #	Oct 17, 2011: - created
 #	Nov 14, 2011: - added file layout check
+#	Mar 12, 2012: - sh -> ksh as this does not work with /bin/sh on MacOSX 10.6.4
 
 #--------------------------------------------------
 # Usage
--- a/LWplot_Sv	Fri Mar 09 08:34:30 2012 +0000
+++ b/LWplot_Sv	Wed Mar 14 01:08:20 2012 -0400
@@ -1,16 +1,17 @@
-#!/bin/sh
+#!/bin/ksh
 #======================================================================
 #					 L W P L O T _ S V 
 #                    doc: Sat Oct 15 13:42:50 2011
-#                    dlm: Mon Nov 14 14:57:31 2011
+#                    dlm: Mon Mar 12 21:13:26 2012
 #                    (c) 2011 A.M. Thurnherr
-#                    uE-Info: 76 26 NIL 0 0 72 2 2 4 NIL ofnI
+#                    uE-Info: 15 0 NIL 0 0 72 2 2 4 NIL ofnI
 #======================================================================
 
 # HISTORY:
 #	Oct 19, 2011: - adapted from [LWplot_residuals]
 #	Oct 24, 2011: - LADCP_bin_length => ADCP_bin_length
 #	Nov 14, 2011: - added file layout check
+#	Mar 12, 2012: - sh -> ksh as this does not work with /bin/sh on MacOSX 10.6.4
 
 #--------------------------------------------------
 # Usage
--- a/LWplot_TL	Fri Mar 09 08:34:30 2012 +0000
+++ b/LWplot_TL	Wed Mar 14 01:08:20 2012 -0400
@@ -1,10 +1,10 @@
-#!/bin/sh
+#!/bin/ksh
 #======================================================================
 #                    L W P L O T _ T L 
 #                    doc: Thu Oct 13 10:51:49 2011
-#                    dlm: Mon Nov 14 15:27:35 2011
+#                    dlm: Mon Mar 12 21:12:36 2012
 #                    (c) 2011 A.M. Thurnherr
-#                    uE-Info: 31 88 NIL 0 0 72 2 2 4 NIL ofnI
+#                    uE-Info: 17 0 NIL 0 0 72 0 2 4 NIL ofnI
 #======================================================================
 
 # HISTORY:
@@ -13,6 +13,7 @@
 #	Oct 17, 2011: - turned into filter
 #				  - added %run_label
 #	Nov 14, 2011: - added file layout check
+#	Mar 12, 2012: - sh -> ksh as this does not work with /bin/sh on MacOSX 10.6.4
 
 USAGE="Usage: $0 <eps-file> [in-file]"
 	[ $# -eq 2 ] && exec <"$2" "$0" "$1"
--- a/LWplot_TLhist	Fri Mar 09 08:34:30 2012 +0000
+++ b/LWplot_TLhist	Wed Mar 14 01:08:20 2012 -0400
@@ -1,10 +1,10 @@
-#!/bin/sh
+#!/bin/ksh
 #======================================================================
 #                    L W P L O T _ T L H I S T 
 #                    doc: Thu Oct 13 10:51:49 2011
-#                    dlm: Mon Nov 14 15:27:46 2011
+#                    dlm: Mon Mar 12 21:12:43 2012
 #                    (c) 2011 A.M. Thurnherr
-#                    uE-Info: 29 88 NIL 0 0 72 2 2 4 NIL ofnI
+#                    uE-Info: 16 0 NIL 0 0 72 2 2 4 NIL ofnI
 #======================================================================
 
 # HISTORY:
@@ -12,6 +12,7 @@
 #	Oct 17, 2011: - turned into filter
 #				  - added %run_label
 #   Nov 14, 2011: - added file layout check
+#	Mar 12, 2012: - sh -> ksh as this does not work with /bin/sh on MacOSX 10.6.4
 
 USAGE="Usage: $0 <eps-file> [in-file]"
 	[ $# -eq 2 ] && exec <"$2" "$0" "$1"
--- a/LWplot_corr	Fri Mar 09 08:34:30 2012 +0000
+++ b/LWplot_corr	Wed Mar 14 01:08:20 2012 -0400
@@ -1,16 +1,17 @@
-#!/bin/sh
+#!/bin/ksh
 #======================================================================
 #					 L W P L O T _ C O R R 
 #                    doc: Sat Oct 15 13:42:50 2011
-#                    dlm: Mon Nov 14 14:58:54 2011
+#                    dlm: Mon Mar 12 21:12:50 2012
 #                    (c) 2011 A.M. Thurnherr
-#                    uE-Info: 75 26 NIL 0 0 72 2 2 4 NIL ofnI
+#                    uE-Info: 15 0 NIL 0 0 72 2 2 4 NIL ofnI
 #======================================================================
 
 # HISTORY:
 #	Oct 19, 2011: - adapted from [LWplot_residuals]
 #   Oct 24, 2011: - LADCP_bin_length => ADCP_bin_length
 #	Nov 14, 2011: - added file layout check
+#	Mar 12, 2012: - sh -> ksh as this does not work with /bin/sh on MacOSX 10.6.4
 
 #--------------------------------------------------
 # Usage
--- a/LWplot_prof	Fri Mar 09 08:34:30 2012 +0000
+++ b/LWplot_prof	Wed Mar 14 01:08:20 2012 -0400
@@ -1,10 +1,10 @@
-#!/bin/sh
+#!/bin/ksh
 #======================================================================
 #					 L W P L O T _ P R O F 
 #                    doc: Fri Oct 14 09:42:36 2011
-#                    dlm: Mon Nov 14 14:59:46 2011
+#                    dlm: Tue Mar 13 20:07:46 2012
 #                    (c) 2011 A.M. Thurnherr
-#                    uE-Info: 44 65 NIL 0 0 72 2 2 4 NIL ofnI
+#                    uE-Info: 102 0 NIL 0 0 72 2 2 4 NIL ofnI
 #======================================================================
 
 # HISTORY:
@@ -14,6 +14,7 @@
 #	Oct 17, 2011: - turned into filter
 #				  - added %run_label
 #	Nov 14, 2011: - added file layout check
+#	Mar 12, 2012: - sh -> ksh as this does not work with /bin/sh on MacOSX 10.6.4
 
 #--------------------------------------------------
 # Usage
@@ -70,11 +71,11 @@
 U=-R0/1/0/1
 X=-JX10/-10
 
-echo -e "0 $min_depth\n0 $max_depth" | psxy -P -K $R $X > "$eps_file"
-echo -e "0.07 $min_depth\n0.07 $max_depth\n0.18 $max_depth\n0.18 $min_depth" | psxy -O -K $R $X -L -G200 >> "$eps_file"
-echo -e "50 $min_depth\n50 $max_depth" | psxy -O -K $R2 $X >> "$eps_file"
-echo -e "100 $min_depth\n100 $max_depth" | psxy -O -K $R2 $X >> "$eps_file"
-echo -e "150 $min_depth\n150 $max_depth" | psxy -O -K $R2 $X >> "$eps_file"
+echo "0 $min_depth\n0 $max_depth" | psxy -P -K $R $X > "$eps_file"
+echo "0.07 $min_depth\n0.07 $max_depth\n0.18 $max_depth\n0.18 $min_depth" | psxy -O -K $R $X -L -G200 >> "$eps_file"
+echo "50 $min_depth\n50 $max_depth" | psxy -O -K $R2 $X >> "$eps_file"
+echo "100 $min_depth\n100 $max_depth" | psxy -O -K $R2 $X >> "$eps_file"
+echo "150 $min_depth\n150 $max_depth" | psxy -O -K $R2 $X >> "$eps_file"
 
 awk '{print $4, $1}' $TMPFILE | psxy -O -K -N -Mn $R $X -W4/coral >> "$eps_file"
 awk '{print $9, $1}' $TMPFILE | psxy -O -K -N -Mn $R $X -W4/SeaGreen >> "$eps_file"
--- a/LWplot_residuals	Fri Mar 09 08:34:30 2012 +0000
+++ b/LWplot_residuals	Wed Mar 14 01:08:20 2012 -0400
@@ -1,10 +1,10 @@
-#!/bin/sh
+#!/bin/ksh
 #======================================================================
 #					 L W P L O T _ R E S I D U A L S 
 #                    doc: Sat Oct 15 13:42:50 2011
-#                    dlm: Mon Nov 14 14:53:06 2011
+#                    dlm: Mon Mar 12 21:13:05 2012
 #                    (c) 2011 A.M. Thurnherr
-#                    uE-Info: 77 26 NIL 0 0 72 2 2 4 NIL ofnI
+#                    uE-Info: 17 0 NIL 0 0 72 2 2 4 NIL ofnI
 #======================================================================
 
 # HISTORY:
@@ -13,6 +13,7 @@
 #				  - added %run_label
 #   Oct 24, 2011: - LADCP_bin_length => ADCP_bin_length
 #	Nov 14, 2011: - added file layout check
+#	Mar 12, 2012: - sh -> ksh as this does not work with /bin/sh on MacOSX 10.6.4
 
 #--------------------------------------------------
 # Usage
--- a/LWplot_w	Fri Mar 09 08:34:30 2012 +0000
+++ b/LWplot_w	Wed Mar 14 01:08:20 2012 -0400
@@ -1,10 +1,10 @@
-#!/bin/sh
+#!/bin/ksh
 #======================================================================
 #					 L W P L O T _ W 
 #                    doc: Sat Oct 15 13:42:50 2011
-#                    dlm: Mon Feb  6 18:41:55 2012
+#                    dlm: Mon Mar 12 21:13:13 2012
 #                    (c) 2011 A.M. Thurnherr
-#                    uE-Info: 91 0 NIL 0 0 72 2 2 4 NIL ofnI
+#                    uE-Info: 18 0 NIL 0 0 72 2 2 4 NIL ofnI
 #======================================================================
 
 # HISTORY:
@@ -14,6 +14,7 @@
 #	Oct 19, 2011: - fiddled
 #   Oct 24, 2011: - LADCP_bin_length => ADCP_bin_length
 #	Nov 14, 2011: - added file layout check
+#	Mar 12, 2012: - sh -> ksh as this does not work with /bin/sh on MacOSX 10.6.4
 
 #--------------------------------------------------
 # Usage