/[MITgcm]/manual/s_phys_pkgs/figs/effective_slopes.eps
ViewVC logotype

Annotation of /manual/s_phys_pkgs/figs/effective_slopes.eps

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


Revision 1.1 - (hide annotations) (download) (as text)
Fri Sep 28 15:45:41 2001 UTC (22 years, 8 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint57l_post, checkpoint01, HEAD
File MIME type: application/postscript
Missing figure.

1 adcroft 1.1 %!PS-Adobe-3.0 EPSF-3.0
2     %%Creator: MATLAB, The Mathworks, Inc.
3     %%Title: effective_slopes.eps
4     %%CreationDate: 09/27/ 1 11:15:18
5     %%DocumentNeededFonts: Helvetica
6     %%DocumentProcessColors: Cyan Magenta Yellow Black
7     %%LanguageLevel: 2
8     %%Pages: 1
9     %%BoundingBox: 41 201 553 589
10     %%EndComments
11    
12     %%BeginProlog
13    
14     % MathWorks dictionary
15     /MathWorks 160 dict begin
16    
17     % definition operators
18     /bdef {bind def} bind def
19     /ldef {load def} bind def
20     /xdef {exch def} bdef
21     /xstore {exch store} bdef
22    
23     % operator abbreviations
24     /c /clip ldef
25     /cc /concat ldef
26     /cp /closepath ldef
27     /gr /grestore ldef
28     /gs /gsave ldef
29     /mt /moveto ldef
30     /np /newpath ldef
31     /cm /currentmatrix ldef
32     /sm /setmatrix ldef
33     /rc {rectclip} bdef
34     /rf {rectfill} bdef
35     /rm /rmoveto ldef
36     /rl /rlineto ldef
37     /s /show ldef
38     /sc {setcmykcolor} bdef
39     /sr /setrgbcolor ldef
40     /sg /setgray ldef
41     /w /setlinewidth ldef
42     /j /setlinejoin ldef
43     /cap /setlinecap ldef
44    
45     % page state control
46     /pgsv () def
47     /bpage {/pgsv save def} bdef
48     /epage {pgsv restore} bdef
49     /bplot /gsave ldef
50     /eplot {stroke grestore} bdef
51    
52     % orientation switch
53     /portraitMode 0 def
54     /landscapeMode 1 def
55    
56     % coordinate system mappings
57     /dpi2point 0 def
58    
59     % font control
60     /FontSize 0 def
61     /FMS {
62     /FontSize xstore %save size off stack
63     findfont
64     [FontSize 0 0 FontSize neg 0 0]
65     makefont
66     setfont
67     }bdef
68    
69     /reencode {
70     exch dup where
71     {pop load} {pop StandardEncoding} ifelse
72     exch
73     dup 3 1 roll
74     findfont dup length dict begin
75     { 1 index /FID ne {def}{pop pop} ifelse } forall
76     /Encoding exch def
77     currentdict
78     end
79     definefont pop
80     } bdef
81    
82     /isroman {
83     findfont /CharStrings get
84     /Agrave known
85     } bdef
86    
87     /FMSR {
88     3 1 roll 1 index
89     dup isroman
90     {reencode} {pop pop} ifelse
91     exch FMS
92     } bdef
93    
94     /csm {
95     1 dpi2point div -1 dpi2point div scale
96     neg translate
97     landscapeMode eq {90 rotate} if
98     } bdef
99    
100     % line types: solid, dotted, dashed, dotdash
101     /SO { [] 0 setdash } bdef
102     /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
103     /DA { [6 dpi2point mul] 0 setdash } bdef
104     /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
105    
106     % macros for lines and objects
107     /L {
108     lineto
109     stroke
110     } bdef
111     /MP {
112     3 1 roll moveto
113     1 sub {rlineto} repeat
114     } bdef
115     /AP {
116     {rlineto} repeat
117     } bdef
118     /PP {
119     closepath eofill
120     } bdef
121     /DP {
122     closepath stroke
123     } bdef
124     /MR {
125     4 -2 roll moveto
126     dup 0 exch rlineto
127     exch 0 rlineto
128     neg 0 exch rlineto
129     closepath
130     } bdef
131     /FR {
132     MR stroke
133     } bdef
134     /PR {
135     MR fill
136     } bdef
137     /L1i {
138     { currentfile picstr readhexstring pop } image
139     } bdef
140    
141     /tMatrix matrix def
142     /MakeOval {
143     newpath
144     tMatrix currentmatrix pop
145     translate scale
146     0 0 1 0 360 arc
147     tMatrix setmatrix
148     } bdef
149     /FO {
150     MakeOval
151     stroke
152     } bdef
153     /PO {
154     MakeOval
155     fill
156     } bdef
157    
158     /PD {
159     currentlinecap 1 setlinecap 3 1 roll 2 copy moveto lineto stroke setlinecap
160     } bdef
161    
162     /FA {
163     newpath
164     tMatrix currentmatrix pop
165     translate scale
166     0 0 1 5 -2 roll arc
167     tMatrix setmatrix
168     stroke
169     } bdef
170     /PA {
171     newpath
172     tMatrix currentmatrix pop
173     translate 0 0 moveto scale
174     0 0 1 5 -2 roll arc
175     closepath
176     tMatrix setmatrix
177     fill
178     } bdef
179    
180     /FAn {
181     newpath
182     tMatrix currentmatrix pop
183     translate scale
184     0 0 1 5 -2 roll arcn
185     tMatrix setmatrix
186     stroke
187     } bdef
188     /PAn {
189     newpath
190     tMatrix currentmatrix pop
191     translate 0 0 moveto scale
192     0 0 1 5 -2 roll arcn
193     closepath
194     tMatrix setmatrix
195     fill
196     } bdef
197    
198     /vradius 0 def
199     /hradius 0 def
200     /lry 0 def
201     /lrx 0 def
202     /uly 0 def
203     /ulx 0 def
204     /rad 0 def
205    
206     /MRR {
207     /vradius xdef
208     /hradius xdef
209     /lry xdef
210     /lrx xdef
211     /uly xdef
212     /ulx xdef
213     newpath
214     tMatrix currentmatrix pop
215     ulx hradius add uly vradius add translate
216     hradius vradius scale
217     0 0 1 180 270 arc
218     tMatrix setmatrix
219     lrx hradius sub uly vradius add translate
220     hradius vradius scale
221     0 0 1 270 360 arc
222     tMatrix setmatrix
223     lrx hradius sub lry vradius sub translate
224     hradius vradius scale
225     0 0 1 0 90 arc
226     tMatrix setmatrix
227     ulx hradius add lry vradius sub translate
228     hradius vradius scale
229     0 0 1 90 180 arc
230     tMatrix setmatrix
231     closepath
232     } bdef
233     /FRR {
234     MRR stroke } bdef
235     /PRR {
236     MRR fill } bdef
237    
238     /MlrRR {
239     /lry xdef
240     /lrx xdef
241     /uly xdef
242     /ulx xdef
243     /rad lry uly sub 2 div def
244     newpath
245     tMatrix currentmatrix pop
246     ulx rad add uly rad add translate
247     rad rad scale
248     0 0 1 90 270 arc
249     tMatrix setmatrix
250     lrx rad sub lry rad sub translate
251     rad rad scale
252     0 0 1 270 90 arc
253     tMatrix setmatrix
254     closepath
255     } bdef
256     /FlrRR {
257     MlrRR stroke } bdef
258     /PlrRR {
259     MlrRR fill } bdef
260    
261     /MtbRR {
262     /lry xdef
263     /lrx xdef
264     /uly xdef
265     /ulx xdef
266     /rad lrx ulx sub 2 div def
267     newpath
268     tMatrix currentmatrix pop
269     ulx rad add uly rad add translate
270     rad rad scale
271     0 0 1 180 360 arc
272     tMatrix setmatrix
273     lrx rad sub lry rad sub translate
274     rad rad scale
275     0 0 1 0 180 arc
276     tMatrix setmatrix
277     closepath
278     } bdef
279     /FtbRR {
280     MtbRR stroke } bdef
281     /PtbRR {
282     MtbRR fill } bdef
283    
284     currentdict end def
285     %%EndProlog
286    
287     %%BeginSetup
288     MathWorks begin
289    
290     0 cap
291    
292     end
293     %%EndSetup
294    
295     %%Page: 1 1
296     %%BeginPageSetup
297     %%PageBoundingBox: 41 201 553 589
298     MathWorks begin
299     bpage
300     %%EndPageSetup
301    
302     %%BeginObject: obj1
303     bplot
304    
305     /dpi2point 12 def
306     portraitMode 0216 7344 csm
307    
308     286 273 6142 4658 rc
309     93 dict begin %Colortable dictionary
310     /c0 { 0 0 0 sr} bdef
311     /c1 { 1 1 1 sr} bdef
312     /c2 { 1 0 0 sr} bdef
313     /c3 { 0 1 0 sr} bdef
314     /c4 { 0 0 1 sr} bdef
315     /c5 { 1 1 0 sr} bdef
316     /c6 { 1 0 1 sr} bdef
317     /c7 { 0 1 1 sr} bdef
318     c0
319     1 j
320     1 sg
321     0 0 6921 5185 rf
322     6 w
323     0 4224 5362 0 0 -4224 900 4613 4 MP
324     PP
325     -5362 0 0 4224 5362 0 0 -4224 900 4613 5 MP stroke
326     4 w
327     DO
328     SO
329     6 w
330     0 sg
331     900 4613 mt 6262 4613 L
332     900 389 mt 6262 389 L
333     900 4613 mt 900 389 L
334     6262 4613 mt 6262 389 L
335     900 4613 mt 6262 4613 L
336     900 4613 mt 900 389 L
337     900 4613 mt 900 4559 L
338     900 389 mt 900 443 L
339     %%IncludeResource: font Helvetica
340     /Helvetica /ISOLatin1Encoding 120 FMSR
341    
342     714 4759 mt
343     (-0.02) s
344     1570 4613 mt 1570 4559 L
345     1570 389 mt 1570 443 L
346     1350 4759 mt
347     (-0.015) s
348     2241 4613 mt 2241 4559 L
349     2241 389 mt 2241 443 L
350     2055 4759 mt
351     (-0.01) s
352     2911 4613 mt 2911 4559 L
353     2911 389 mt 2911 443 L
354     2691 4759 mt
355     (-0.005) s
356     3581 4613 mt 3581 4559 L
357     3581 389 mt 3581 443 L
358     3548 4759 mt
359     (0) s
360     4251 4613 mt 4251 4559 L
361     4251 389 mt 4251 443 L
362     4101 4759 mt
363     (0.005) s
364     4922 4613 mt 4922 4559 L
365     4922 389 mt 4922 443 L
366     4806 4759 mt
367     (0.01) s
368     5592 4613 mt 5592 4559 L
369     5592 389 mt 5592 443 L
370     5442 4759 mt
371     (0.015) s
372     6262 4613 mt 6262 4559 L
373     6262 389 mt 6262 443 L
374     6146 4759 mt
375     (0.02) s
376     900 4613 mt 954 4613 L
377     6262 4613 mt 6208 4613 L
378     562 4657 mt
379     (-0.01) s
380     900 4191 mt 954 4191 L
381     6262 4191 mt 6208 4191 L
382     495 4235 mt
383     (-0.008) s
384     900 3768 mt 954 3768 L
385     6262 3768 mt 6208 3768 L
386     495 3812 mt
387     (-0.006) s
388     900 3346 mt 954 3346 L
389     6262 3346 mt 6208 3346 L
390     495 3390 mt
391     (-0.004) s
392     900 2923 mt 954 2923 L
393     6262 2923 mt 6208 2923 L
394     495 2967 mt
395     (-0.002) s
396     900 2501 mt 954 2501 L
397     6262 2501 mt 6208 2501 L
398     799 2545 mt
399     (0) s
400     900 2079 mt 954 2079 L
401     6262 2079 mt 6208 2079 L
402     565 2123 mt
403     (0.002) s
404     900 1656 mt 954 1656 L
405     6262 1656 mt 6208 1656 L
406     565 1700 mt
407     (0.004) s
408     900 1234 mt 954 1234 L
409     6262 1234 mt 6208 1234 L
410     565 1278 mt
411     (0.006) s
412     900 811 mt 954 811 L
413     6262 811 mt 6208 811 L
414     565 855 mt
415     (0.008) s
416     900 389 mt 954 389 L
417     6262 389 mt 6208 389 L
418     632 433 mt
419     (0.01) s
420     900 4613 mt 6262 4613 L
421     900 389 mt 6262 389 L
422     900 4613 mt 900 389 L
423     6262 4613 mt 6262 389 L
424     gs 900 389 5363 4225 rc
425     134 0 134 0 134 0 134 0 134 0 134 0 134 0 134 0
426     134 0 134 0 135 0 134 1 134 3 134 19 134 103 134 296
427     134 136 134 -143 134 -204 134 -211 134 -211 134 -204 134 -143 134 136
428     134 296 134 103 134 19 134 3 134 1 134 0 135 0 134 0
429     134 0 134 0 134 0 134 0 134 0 134 0 134 0 134 0
430     900 2501 41 MP stroke
431     DA
432     134 56 134 61 134 69 134 78 134 88 134 101 134 116 134 135
433     134 160 134 192 135 -211 134 -211 134 -212 134 -211 134 -211 134 -211
434     134 -211 134 -212 134 -211 134 -211 134 -211 134 -211 134 -212 134 -211
435     134 -211 134 -211 134 -211 134 -212 134 -211 134 -211 135 192 134 160
436     134 135 134 116 134 101 134 88 134 78 134 69 134 61 134 56
437     900 3557 41 MP stroke
438     DO
439     134 0 134 0 134 0 134 0 134 0 134 0 134 0 134 0
440     134 0 134 0 135 0 134 0 134 0 134 0 134 0 134 0
441     134 -211 134 -212 134 -211 134 -211 134 -211 134 -211 134 -212 134 -211
442     134 0 134 0 134 0 134 0 134 0 134 0 135 0 134 0
443     134 0 134 0 134 0 134 0 134 0 134 0 134 0 134 0
444     900 3346 41 MP stroke
445     gr
446    
447     DO
448     3371 4902 mt
449     (Slope S) s
450     440 3184 mt -90 rotate
451     (Effective slope S) s
452     90 rotate
453     %%IncludeResource: font Helvetica
454     /Helvetica /ISOLatin1Encoding 96 FMSR
455    
456     380 2297 mt -90 rotate
457     (*) s
458     90 rotate
459     %%IncludeResource: font Helvetica
460     /Helvetica /ISOLatin1Encoding 120 FMSR
461    
462     440 2260 mt -90 rotate
463     ( = f\(S\) S) s
464     90 rotate
465     SO
466     1 sg
467     0 526 2225 0 0 -526 960 975 4 MP
468     PP
469     -2225 0 0 526 2225 0 0 -526 960 975 5 MP stroke
470     4 w
471     DO
472     SO
473     6 w
474     0 sg
475     960 975 mt 3185 975 L
476     960 449 mt 3185 449 L
477     960 975 mt 960 449 L
478     3185 975 mt 3185 449 L
479     960 975 mt 3185 975 L
480     960 975 mt 960 449 L
481     960 975 mt 3185 975 L
482     960 449 mt 3185 449 L
483     960 975 mt 960 449 L
484     3185 975 mt 3185 449 L
485     1293 513 mt
486     (DM95 {1+tanh[ \(S) s
487     %%IncludeResource: font Helvetica
488     /Helvetica /ISOLatin1Encoding 96 FMSR
489    
490     2310 573 mt
491     (c) s
492     %%IncludeResource: font Helvetica
493     /Helvetica /ISOLatin1Encoding 120 FMSR
494    
495     2358 513 mt
496     (-|S|\)/S) s
497     %%IncludeResource: font Helvetica
498     /Helvetica /ISOLatin1Encoding 96 FMSR
499    
500     2723 573 mt
501     (d) s
502     %%IncludeResource: font Helvetica
503     /Helvetica /ISOLatin1Encoding 120 FMSR
504    
505     2776 513 mt
506     ( ] }/2 S) s
507     1293 683 mt
508     (GKW91 \(S) s
509     %%IncludeResource: font Helvetica
510     /Helvetica /ISOLatin1Encoding 96 FMSR
511    
512     1866 743 mt
513     (max) s
514     %%IncludeResource: font Helvetica
515     /Helvetica /ISOLatin1Encoding 120 FMSR
516    
517     2047 683 mt
518     (/|S|\)) s
519     %%IncludeResource: font Helvetica
520     /Helvetica /ISOLatin1Encoding 96 FMSR
521    
522     2262 623 mt
523     (2) s
524     %%IncludeResource: font Helvetica
525     /Helvetica /ISOLatin1Encoding 120 FMSR
526    
527     2315 683 mt
528     ( S ) s
529     1293 875 mt
530     (Cox Slope Clipping ) s
531     gs 960 449 2226 527 rc
532     200 0 1027 547 2 MP stroke
533     DA
534     200 0 1027 714 2 MP stroke
535     DO
536     200 0 1027 882 2 MP stroke
537     gr
538    
539     DO
540     SO
541    
542     end
543    
544     eplot
545     %%EndObject
546    
547     epage
548     end
549    
550     showpage
551    
552     %%Trailer
553     %%EOF

  ViewVC Help
Powered by ViewVC 1.1.22