/[MITgcm]/manual/s_examples/plume_on_slope/Qsurf.eps
ViewVC logotype

Annotation of /manual/s_examples/plume_on_slope/Qsurf.eps

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


Revision 1.1 - (hide annotations) (download) (as text)
Mon Nov 26 19:20:15 2001 UTC (23 years, 7 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint57l_post, checkpoint01, HEAD
File MIME type: application/postscript
Added new expt.

1 adcroft 1.1 %!PS-Adobe-2.0 EPSF-1.2
2     %%Creator: MATLAB, The Mathworks, Inc.
3     %%Title: Qsurf.eps
4     %%CreationDate: 11/21/ 1 13:52:04
5     %%DocumentNeededFonts: Helvetica
6     %%DocumentProcessColors: Cyan Magenta Yellow Black
7     %%Pages: 1
8     %%BoundingBox: 55 200 543 589
9     %%EndComments
10    
11     %%BeginProlog
12    
13     % MathWorks dictionary
14     /MathWorks 160 dict begin
15    
16     % definition operators
17     /bdef {bind def} bind def
18     /ldef {load def} bind def
19     /xdef {exch def} bdef
20     /xstore {exch store} bdef
21    
22     % operator abbreviations
23     /c /clip ldef
24     /cc /concat ldef
25     /cp /closepath ldef
26     /gr /grestore ldef
27     /gs /gsave ldef
28     /mt /moveto ldef
29     /np /newpath ldef
30     /cm /currentmatrix ldef
31     /sm /setmatrix ldef
32     /rc {rectclip} bdef
33     /rf {rectfill} bdef
34     /rm /rmoveto ldef
35     /rl /rlineto ldef
36     /s /show ldef
37     /sc {setcmykcolor} bdef
38     /sr /setrgbcolor ldef
39     /sg /setgray ldef
40     /w /setlinewidth ldef
41     /j /setlinejoin ldef
42     /cap /setlinecap ldef
43    
44     % page state control
45     /pgsv () def
46     /bpage {/pgsv save def} bdef
47     /epage {pgsv restore} bdef
48     /bplot /gsave ldef
49     /eplot {stroke grestore} bdef
50    
51     % orientation switch
52     /portraitMode 0 def
53     /landscapeMode 1 def
54    
55     % coordinate system mappings
56     /dpi2point 0 def
57    
58     % font control
59     /FontSize 0 def
60     /FMS {
61     /FontSize xstore %save size off stack
62     findfont
63     [FontSize 0 0 FontSize neg 0 0]
64     makefont
65     setfont
66     }bdef
67    
68     /reencode {
69     exch dup where
70     {pop load} {pop StandardEncoding} ifelse
71     exch
72     dup 3 1 roll
73     findfont dup length dict begin
74     { 1 index /FID ne {def}{pop pop} ifelse } forall
75     /Encoding exch def
76     currentdict
77     end
78     definefont pop
79     } bdef
80    
81     /isroman {
82     findfont /CharStrings get
83     /Agrave known
84     } bdef
85    
86     /FMSR {
87     3 1 roll 1 index
88     dup isroman
89     {reencode} {pop pop} ifelse
90     exch FMS
91     } bdef
92    
93     /csm {
94     1 dpi2point div -1 dpi2point div scale
95     neg translate
96     landscapeMode eq {90 rotate} if
97     } bdef
98    
99     % line types: solid, dotted, dashed, dotdash
100     /SO { [] 0 setdash } bdef
101     /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
102     /DA { [6 dpi2point mul] 0 setdash } bdef
103     /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
104    
105     % macros for lines and objects
106     /L {
107     lineto
108     stroke
109     } bdef
110     /MP {
111     3 1 roll moveto
112     1 sub {rlineto} repeat
113     } bdef
114     /AP {
115     {rlineto} repeat
116     } bdef
117     /PP {
118     closepath eofill
119     } bdef
120     /DP {
121     closepath stroke
122     } bdef
123     /MR {
124     4 -2 roll moveto
125     dup 0 exch rlineto
126     exch 0 rlineto
127     neg 0 exch rlineto
128     closepath
129     } bdef
130     /FR {
131     MR stroke
132     } bdef
133     /PR {
134     MR fill
135     } bdef
136     /L1i {
137     { currentfile picstr readhexstring pop } image
138     } bdef
139    
140     /tMatrix matrix def
141     /MakeOval {
142     newpath
143     tMatrix currentmatrix pop
144     translate scale
145     0 0 1 0 360 arc
146     tMatrix setmatrix
147     } bdef
148     /FO {
149     MakeOval
150     stroke
151     } bdef
152     /PO {
153     MakeOval
154     fill
155     } bdef
156    
157     /PD {
158     currentlinecap 1 setlinecap 3 1 roll 2 copy moveto lineto stroke setlinecap
159     } bdef
160    
161     /FA {
162     newpath
163     tMatrix currentmatrix pop
164     translate scale
165     0 0 1 5 -2 roll arc
166     tMatrix setmatrix
167     stroke
168     } bdef
169     /PA {
170     newpath
171     tMatrix currentmatrix pop
172     translate 0 0 moveto scale
173     0 0 1 5 -2 roll arc
174     closepath
175     tMatrix setmatrix
176     fill
177     } bdef
178    
179     /FAn {
180     newpath
181     tMatrix currentmatrix pop
182     translate scale
183     0 0 1 5 -2 roll arcn
184     tMatrix setmatrix
185     stroke
186     } bdef
187     /PAn {
188     newpath
189     tMatrix currentmatrix pop
190     translate 0 0 moveto scale
191     0 0 1 5 -2 roll arcn
192     closepath
193     tMatrix setmatrix
194     fill
195     } bdef
196    
197     /vradius 0 def
198     /hradius 0 def
199     /lry 0 def
200     /lrx 0 def
201     /uly 0 def
202     /ulx 0 def
203     /rad 0 def
204    
205     /MRR {
206     /vradius xdef
207     /hradius xdef
208     /lry xdef
209     /lrx xdef
210     /uly xdef
211     /ulx xdef
212     newpath
213     tMatrix currentmatrix pop
214     ulx hradius add uly vradius add translate
215     hradius vradius scale
216     0 0 1 180 270 arc
217     tMatrix setmatrix
218     lrx hradius sub uly vradius add translate
219     hradius vradius scale
220     0 0 1 270 360 arc
221     tMatrix setmatrix
222     lrx hradius sub lry vradius sub translate
223     hradius vradius scale
224     0 0 1 0 90 arc
225     tMatrix setmatrix
226     ulx hradius add lry vradius sub translate
227     hradius vradius scale
228     0 0 1 90 180 arc
229     tMatrix setmatrix
230     closepath
231     } bdef
232     /FRR {
233     MRR stroke } bdef
234     /PRR {
235     MRR fill } bdef
236    
237     /MlrRR {
238     /lry xdef
239     /lrx xdef
240     /uly xdef
241     /ulx xdef
242     /rad lry uly sub 2 div def
243     newpath
244     tMatrix currentmatrix pop
245     ulx rad add uly rad add translate
246     rad rad scale
247     0 0 1 90 270 arc
248     tMatrix setmatrix
249     lrx rad sub lry rad sub translate
250     rad rad scale
251     0 0 1 270 90 arc
252     tMatrix setmatrix
253     closepath
254     } bdef
255     /FlrRR {
256     MlrRR stroke } bdef
257     /PlrRR {
258     MlrRR fill } bdef
259    
260     /MtbRR {
261     /lry xdef
262     /lrx xdef
263     /uly xdef
264     /ulx xdef
265     /rad lrx ulx sub 2 div def
266     newpath
267     tMatrix currentmatrix pop
268     ulx rad add uly rad add translate
269     rad rad scale
270     0 0 1 180 360 arc
271     tMatrix setmatrix
272     lrx rad sub lry rad sub translate
273     rad rad scale
274     0 0 1 0 180 arc
275     tMatrix setmatrix
276     closepath
277     } bdef
278     /FtbRR {
279     MtbRR stroke } bdef
280     /PtbRR {
281     MtbRR fill } bdef
282    
283     currentdict end def
284     %%EndProlog
285    
286     %%BeginSetup
287     MathWorks begin
288    
289     0 cap
290    
291     end
292     %%EndSetup
293    
294     %%Page: 1 1
295     %%BeginPageSetup
296     %%PageBoundingBox: 55 200 543 589
297     MathWorks begin
298     bpage
299     %%EndPageSetup
300    
301     %%BeginObject: obj1
302     bplot
303    
304     /dpi2point 12 def
305     portraitMode 0216 7344 csm
306    
307     455 273 5850 4660 MR c np
308     93 dict begin %Colortable dictionary
309     /c0 { 0 0 0 sr} bdef
310     /c1 { 1 1 1 sr} bdef
311     /c2 { 1 0 0 sr} bdef
312     /c3 { 0 1 0 sr} bdef
313     /c4 { 0 0 1 sr} bdef
314     /c5 { 1 1 0 sr} bdef
315     /c6 { 1 0 1 sr} bdef
316     /c7 { 0 1 1 sr} bdef
317     c0
318     1 j
319     1 sg
320     0 0 6914 5188 PR
321     6 w
322     0 4226 5356 0 0 -4226 899 4615 4 MP
323     PP
324     -5356 0 0 4226 5356 0 0 -4226 899 4615 5 MP stroke
325     4 w
326     DO
327     SO
328     6 w
329     0 sg
330     899 4615 mt 6255 4615 L
331     899 389 mt 6255 389 L
332     899 4615 mt 899 389 L
333     6255 4615 mt 6255 389 L
334     899 4615 mt 6255 4615 L
335     899 4615 mt 899 389 L
336     899 4615 mt 899 4561 L
337     899 389 mt 899 443 L
338     %%IncludeResource: font Helvetica
339     /Helvetica /ISOLatin1Encoding 120 FMSR
340    
341     866 4761 mt
342     (0) s
343     1723 4615 mt 1723 4561 L
344     1723 389 mt 1723 443 L
345     1690 4761 mt
346     (1) s
347     2547 4615 mt 2547 4561 L
348     2547 389 mt 2547 443 L
349     2514 4761 mt
350     (2) s
351     3371 4615 mt 3371 4561 L
352     3371 389 mt 3371 443 L
353     3338 4761 mt
354     (3) s
355     4195 4615 mt 4195 4561 L
356     4195 389 mt 4195 443 L
357     4162 4761 mt
358     (4) s
359     5019 4615 mt 5019 4561 L
360     5019 389 mt 5019 443 L
361     4986 4761 mt
362     (5) s
363     5843 4615 mt 5843 4561 L
364     5843 389 mt 5843 443 L
365     5810 4761 mt
366     (6) s
367     899 4615 mt 953 4615 L
368     6255 4615 mt 6201 4615 L
369     798 4659 mt
370     (0) s
371     899 4203 mt 953 4203 L
372     6255 4203 mt 6201 4203 L
373     731 4247 mt
374     (20) s
375     899 3790 mt 953 3790 L
376     6255 3790 mt 6201 3790 L
377     731 3834 mt
378     (40) s
379     899 3378 mt 953 3378 L
380     6255 3378 mt 6201 3378 L
381     731 3422 mt
382     (60) s
383     899 2966 mt 953 2966 L
384     6255 2966 mt 6201 2966 L
385     731 3010 mt
386     (80) s
387     899 2554 mt 953 2554 L
388     6255 2554 mt 6201 2554 L
389     664 2598 mt
390     (100) s
391     899 2141 mt 953 2141 L
392     6255 2141 mt 6201 2141 L
393     664 2185 mt
394     (120) s
395     899 1729 mt 953 1729 L
396     6255 1729 mt 6201 1729 L
397     664 1773 mt
398     (140) s
399     899 1317 mt 953 1317 L
400     6255 1317 mt 6201 1317 L
401     664 1361 mt
402     (160) s
403     899 904 mt 953 904 L
404     6255 904 mt 6201 904 L
405     664 948 mt
406     (180) s
407     899 492 mt 953 492 L
408     6255 492 mt 6201 492 L
409     664 536 mt
410     (200) s
411     899 4615 mt 6255 4615 L
412     899 389 mt 6255 389 L
413     899 4615 mt 899 389 L
414     6255 4615 mt 6255 389 L
415     gs 899 389 5357 4227 MR c np
416     32 0 33 0 32 0 33 0 32 0 33 0 32 0 33 0
417     32 0 32 0 33 0 32 0 32 0 32 0 33 0 32 0
418     32 0 32 0 32 0 32 0 32 0 32 0 31 0 32 0
419     32 0 31 0 32 0 32 0 31 0 31 0 32 0 31 0
420     31 0 31 0 31 0 31 0 31 0 30 0 31 0 30 0
421     31 0 30 0 30 0 30 0 30 0 30 0 29 0 30 0
422     29 0 29 0 29 0 29 0 28 0 29 0 28 0 28 0
423     28 0 28 0 27 0 27 0 27 0 27 0 27 0 26 0
424     26 0 26 0 26 0 25 0 25 0 25 0 25 0 24 0
425     25 0 23 0 24 0 23 0 24 0 22 0 23 0 22 0
426     22 0 22 0 21 0 21 0 21 0 21 0 20 0 20 0
427     20 0 20 0 19 0 19 0 19 0 18 0 18 0 18 0
428     18 0 18 0 17 0 3474 4615 100 MP stroke
429     17 0 17 0 17 0 16 0 17 0 16 0 16 0 15 0
430     16 0 15 0 15 0 15 0 15 0 15 0 14 0 15 0
431     14 0 14 0 14 0 14 0 14 0 13 0 14 0 13 0
432     13 0 14 0 13 0 13 0 12 0 13 0 13 0 13 0
433     12 0 13 0 12 0 13 0 12 0 12 0 12 0 12 0
434     13 0 12 0 12 0 11 0 12 0 12 0 12 0 12 0
435     12 0 11 0 12 0 12 0 11 0 12 0 11 0 12 0
436     11 0 12 0 11 0 12 0 11 0 11 0 12 0 11 0
437     11 0 12 0 11 0 11 0 12 0 11 0 11 0 11 0
438     11 0 12 0 11 0 11 0 11 0 11 0 12 0 11 0
439     11 0 11 0 11 0 11 0 11 0 11 0 12 0 11 0
440     11 0 11 0 11 0 11 0 11 0 11 0 11 0 11 0
441     11 0 11 0 11 0 2241 4615 100 MP stroke
442     11 0 11 0 12 0 11 0 11 0 11 0 11 0 11 0
443     11 0 11 0 11 0 11 0 11 0 11 0 11 0 11 0
444     11 0 11 0 11 0 11 0 11 0 11 0 11 0 11 0
445     11 0 11 0 11 0 11 0 11 0 11 0 11 0 11 0
446     11 0 11 0 11 0 11 1 11 0 11 0 11 0 11 1
447     11 0 11 1 11 1 11 1 11 1 11 2 11 2 11 3
448     11 4 11 6 11 6 11 9 11 12 11 15 11 19 11 25
449     11 33 11 41 11 53 11 67 11 84 11 104 11 127 11 154
450     11 182 11 209 11 235 11 256 11 269 11 275 11 270 11 256
451     11 235 11 209 11 182 11 154 11 127 11 105 11 84 11 66
452     11 53 11 42 11 32 10 25 11 20 11 15 11 12 11 8
453     11 7 11 6 11 4 11 3 11 2 11 2 11 1 11 1
454     11 1 11 1 11 0 1152 494 100 MP stroke
455     11 1 11 0 11 0 11 0 11 1 11 0 11 0 11 0
456     11 0 11 0 11 0 11 0 11 0 11 0 11 0 11 0
457     11 0 11 0 11 0 11 0 11 0 11 0 910 492 23 MP stroke
458     gr
459    
460     3401 4904 mt
461     (X \(km\)) s
462     609 2754 mt -90 rotate
463     (Q \(W/m) s
464     90 rotate
465     %%IncludeResource: font Helvetica
466     /Helvetica /ISOLatin1Encoding 96 FMSR
467    
468     549 2341 mt -90 rotate
469     (2) s
470     90 rotate
471     %%IncludeResource: font Helvetica
472     /Helvetica /ISOLatin1Encoding 120 FMSR
473    
474     609 2288 mt -90 rotate
475     (\)) s
476     90 rotate
477    
478     end
479    
480     eplot
481     %%EndObject
482    
483     epage
484     end
485    
486     showpage
487    
488     %%Trailer
489     %%EOF

  ViewVC Help
Powered by ViewVC 1.1.22