/[MITgcm]/manual/s_algorithm/figs/hgrid-Au.eps
ViewVC logotype

Annotation of /manual/s_algorithm/figs/hgrid-Au.eps

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download) (as text)
Wed Apr 5 15:10:25 2006 UTC (19 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.1: +39 -23 lines
File MIME type: application/postscript
use the standard notation Aw,As (as in the text & fortran code) instead of Au,Av

1 adcroft 1.1 %!PS-Adobe-2.0 EPSF-2.0
2 jmc 1.2 %%Title: hgrid-Au.fig
3     %%Creator: fig2dev Version 3.2 Patchlevel 4
4     %%CreationDate: Tue Apr 4 20:47:45 2006
5     %%For: jmc@eaps-dhcp-127.csail.mit.edu (Jean-Michel Campin)
6     %%BoundingBox: 0 0 361 362
7 adcroft 1.1 %%Magnification: 1.0000
8     %%EndComments
9     /$F2psDict 200 dict def
10     $F2psDict begin
11     $F2psDict /mtrx matrix put
12     /col-1 {0 setgray} bind def
13     /col0 {0.000 0.000 0.000 srgb} bind def
14     /col1 {0.000 0.000 1.000 srgb} bind def
15     /col2 {0.000 1.000 0.000 srgb} bind def
16     /col3 {0.000 1.000 1.000 srgb} bind def
17     /col4 {1.000 0.000 0.000 srgb} bind def
18     /col5 {1.000 0.000 1.000 srgb} bind def
19     /col6 {1.000 1.000 0.000 srgb} bind def
20     /col7 {1.000 1.000 1.000 srgb} bind def
21     /col8 {0.000 0.000 0.560 srgb} bind def
22     /col9 {0.000 0.000 0.690 srgb} bind def
23     /col10 {0.000 0.000 0.820 srgb} bind def
24     /col11 {0.530 0.810 1.000 srgb} bind def
25     /col12 {0.000 0.560 0.000 srgb} bind def
26     /col13 {0.000 0.690 0.000 srgb} bind def
27     /col14 {0.000 0.820 0.000 srgb} bind def
28     /col15 {0.000 0.560 0.560 srgb} bind def
29     /col16 {0.000 0.690 0.690 srgb} bind def
30     /col17 {0.000 0.820 0.820 srgb} bind def
31     /col18 {0.560 0.000 0.000 srgb} bind def
32     /col19 {0.690 0.000 0.000 srgb} bind def
33     /col20 {0.820 0.000 0.000 srgb} bind def
34     /col21 {0.560 0.000 0.560 srgb} bind def
35     /col22 {0.690 0.000 0.690 srgb} bind def
36     /col23 {0.820 0.000 0.820 srgb} bind def
37     /col24 {0.500 0.190 0.000 srgb} bind def
38     /col25 {0.630 0.250 0.000 srgb} bind def
39     /col26 {0.750 0.380 0.000 srgb} bind def
40     /col27 {1.000 0.500 0.500 srgb} bind def
41     /col28 {1.000 0.630 0.630 srgb} bind def
42     /col29 {1.000 0.750 0.750 srgb} bind def
43     /col30 {1.000 0.880 0.880 srgb} bind def
44     /col31 {1.000 0.840 0.000 srgb} bind def
45    
46     end
47     save
48 jmc 1.2 newpath 0 362 moveto 0 0 lineto 361 0 lineto 361 362 lineto closepath clip newpath
49     -413.5 396.7 translate
50 adcroft 1.1 1 -1 scale
51    
52     /cp {closepath} bind def
53     /ef {eofill} bind def
54     /gr {grestore} bind def
55     /gs {gsave} bind def
56     /sa {save} bind def
57     /rs {restore} bind def
58     /l {lineto} bind def
59     /m {moveto} bind def
60     /rm {rmoveto} bind def
61     /n {newpath} bind def
62     /s {stroke} bind def
63     /sh {show} bind def
64     /slc {setlinecap} bind def
65     /slj {setlinejoin} bind def
66     /slw {setlinewidth} bind def
67     /srgb {setrgbcolor} bind def
68     /rot {rotate} bind def
69     /sc {scale} bind def
70     /sd {setdash} bind def
71     /ff {findfont} bind def
72     /sf {setfont} bind def
73     /scf {scalefont} bind def
74     /sw {stringwidth} bind def
75     /tr {translate} bind def
76     /tnt {dup dup currentrgbcolor
77     4 -2 roll dup 1 exch sub 3 -1 roll mul add
78     4 -2 roll dup 1 exch sub 3 -1 roll mul add
79     4 -2 roll dup 1 exch sub 3 -1 roll mul add srgb}
80     bind def
81     /shd {dup dup currentrgbcolor 4 -2 roll mul 4 -2 roll mul
82     4 -2 roll mul srgb} bind def
83     /DrawEllipse {
84     /endangle exch def
85     /startangle exch def
86     /yrad exch def
87     /xrad exch def
88     /y exch def
89     /x exch def
90     /savematrix mtrx currentmatrix def
91     x y tr xrad yrad sc 0 0 1 startangle endangle arc
92     closepath
93     savematrix setmatrix
94     } def
95    
96     /$F2psBegin {$F2psDict begin /$F2psEnteredState save def} def
97     /$F2psEnd {$F2psEnteredState restore end} def
98    
99     $F2psBegin
100     10 setmiterlimit
101 jmc 1.2 0 slj 0 slc
102 adcroft 1.1 0.06000 0.06000 sc
103 jmc 1.2 %
104     % Fig objects follow
105     %
106     %
107     % here starts figure with depth 66
108 adcroft 1.1 /Symbol ff 300.00 scf sf
109     11252 2210 m
110     gs 1 -1 sc (D) col0 sh gr
111     /Times-Roman ff 300.00 scf sf
112     11462 2210 m
113     gs 1 -1 sc (y) col0 sh gr
114     /Times-Roman ff 210.00 scf sf
115     11589 2293 m
116     gs 1 -1 sc (f) col0 sh gr
117     /Symbol ff 300.00 scf sf
118     9752 3485 m
119     gs 1 -1 sc (D) col0 sh gr
120     /Times-Roman ff 300.00 scf sf
121     9962 3485 m
122     gs 1 -1 sc (x) col0 sh gr
123     /Times-Roman ff 210.00 scf sf
124     10119 3550 m
125     gs 1 -1 sc (v) col0 sh gr
126 jmc 1.2 % here ends figure;
127     %
128     % here starts figure with depth 62
129 adcroft 1.1 % Polyline
130     15.000 slw
131     n 8722 3097 m 8745 2595 l 8782 2100 l 8872 1620 l 8992 1215 l 9420 1200 l
132     9900 1192 l 10365 1192 l 10867 1222 l 10942 1597 l 11025 2100 l
133     11062 2572 l 11085 3105 l 10515 3075 l 9900 3060 l 9322 3075 l
134    
135     cp gs col7 0.75 shd ef gr gs col0 s gr
136 jmc 1.2 % here ends figure;
137     %
138     % here starts figure with depth 55
139 adcroft 1.1 % Arc
140 jmc 1.2 15.000 slw
141 adcroft 1.1 gs clippath
142 jmc 1.2 11095 3330 m 11104 3210 l 10952 3198 l 11067 3268 l 10942 3318 l cp
143     8685 3215 m 8694 3335 l 8847 3323 l 8723 3273 l 8837 3203 l cp
144 adcroft 1.1 eoclip
145     n 9923.3 16734.4 13515.5 -95.2 -85.1 arc
146     gs col0 s gr
147     gr
148    
149     % arrowhead
150 jmc 1.2 n 10942 3318 m 11067 3268 l 10952 3198 l col0 s
151 adcroft 1.1 % arrowhead
152 jmc 1.2 n 8837 3203 m 8723 3273 l 8847 3323 l col0 s
153 adcroft 1.1 % Arc
154     gs clippath
155 jmc 1.2 11177 3129 m 11297 3130 l 11299 2977 l 11238 3097 l 11179 2976 l cp
156     11095 1206 m 10978 1232 l 11012 1381 l 11044 1251 l 11129 1354 l cp
157 adcroft 1.1 eoclip
158     n 3807.3 2946.3 7432.7 -13.3 1.3 arc
159     gs col0 s gr
160     gr
161    
162     % arrowhead
163 jmc 1.2 n 11179 2976 m 11238 3097 l 11299 2977 l col0 s
164 adcroft 1.1 % arrowhead
165     n 11129 1354 m 11044 1251 l 11012 1381 l col0 s
166 jmc 1.2 % here ends figure;
167     %
168     % here starts figure with depth 50
169 adcroft 1.1 % Arc
170     7.500 slw
171     [60] 0 sd
172     n 17950.0 5100.0 10557.1 171.8 -154.8 arc
173     gs col0 s gr
174     [] 0 sd
175     % Arc
176     [60] 0 sd
177     n 1850.0 5100.0 10557.1 8.2 -25.2 arcn
178     gs col0 s gr
179     [] 0 sd
180     % Arc
181     [60] 0 sd
182     n 9900.0 16350.0 15150.0 -101.4 -78.6 arc
183     gs col0 s gr
184     [] 0 sd
185     % Arc
186     [60] 0 sd
187     n 9862.5 64462.5 58537.5 -92.9 -87.1 arc
188     gs col0 s gr
189     [] 0 sd
190     % Arc
191     [60] 0 sd
192     n 9900.0 18225.0 15150.0 -101.4 -78.6 arc
193     gs col0 s gr
194     [] 0 sd
195     % Ellipse
196     n 8625 4575 75 75 0 360 DrawEllipse gs col0 s gr
197    
198     % Ellipse
199     n 11175 4575 75 75 0 360 DrawEllipse gs col0 s gr
200    
201     % Ellipse
202     n 11025 2100 75 75 0 360 DrawEllipse gs col0 s gr
203    
204     % Ellipse
205     n 8775 2100 75 75 0 360 DrawEllipse gs col0 s gr
206    
207     % Polyline
208     [60] 0 sd
209     n 9900 600 m
210     9900 6600 l gs col0 s gr [] 0 sd
211     /Times-Roman ff 300.00 scf sf
212     7725 2325 m
213     gs 1 -1 sc (u) col0 sh gr
214     /Times-Roman ff 300.00 scf sf
215     8925 1275 m
216     gs 1 -1 sc (v) col0 sh gr
217     /Times-Roman ff 300.00 scf sf
218     11100 6000 m
219     gs 1 -1 sc (v) col0 sh gr
220     /Times-Roman ff 300.00 scf sf
221     9825 4650 m
222     gs 1 -1 sc (u) col0 sh gr
223     /Times-Roman ff 300.00 scf sf
224     7350 4650 m
225     gs 1 -1 sc (u) col0 sh gr
226     /Times-Roman ff 300.00 scf sf
227     8700 3225 m
228     gs 1 -1 sc (v) col0 sh gr
229     /Times-Roman ff 300.00 scf sf
230     8625 6000 m
231     gs 1 -1 sc (v) col0 sh gr
232     /Times-Roman ff 300.00 scf sf
233     11025 3225 m
234     gs 1 -1 sc (v) col0 sh gr
235     /Times-Roman ff 300.00 scf sf
236     10800 1275 m
237     gs 1 -1 sc (v) col0 sh gr
238     /Times-Roman ff 300.00 scf sf
239     11925 2325 m
240     gs 1 -1 sc (u) col0 sh gr
241     /Times-Roman ff 300.00 scf sf
242     12300 4650 m
243     gs 1 -1 sc (u) col0 sh gr
244 jmc 1.2 /Times-Roman ff 240.00 scf sf
245     10050 2250 m
246     gs 1 -1 sc (w) col0 sh gr
247     % here ends figure;
248     %
249     % here starts figure with depth 45
250 adcroft 1.1 /Times-Italic ff 390.00 scf sf
251 jmc 1.2 9825 2175 m
252 adcroft 1.1 gs 1 -1 sc (A) col0 sh gr
253 jmc 1.2 % here ends figure;
254 adcroft 1.1 $F2psEnd
255     rs
256 jmc 1.2 showpage

  ViewVC Help
Powered by ViewVC 1.1.22