Differences between revisions 2 and 3
Revision 2 as of 2010-02-01 14:31:14
Size: 200
Comment:
Revision 3 as of 2010-02-01 14:32:20
Size: 393
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
{{{#!python
# an die anderen
for j in range(178,191):
    x,y=m(j-180.,77)
    m.plot(x,y,'r.')
    x,y=m(j-180.,78)
    m.plot(x,y,'b.')
    x,y=m(j-180.,79)
    m.plot(x,y,'g.')}}}

Zusammenfassung Konvektionszellen

Zusammenfassung Grenzschicht

Programmcode

   1 # an die anderen
   2 for j in range(178,191):
   3     x,y=m(j-180.,77)
   4     m.plot(x,y,'r.')
   5     x,y=m(j-180.,78)
   6     m.plot(x,y,'b.')
   7     x,y=m(j-180.,79)
   8     m.plot(x,y,'g.')

Profile

Grenschichthöhe

Vergleichen mit Theorie

latex error! exitcode was 2 (signal 0), transscript follows:

LehreWiki: OpenSource2010/Project/Project Idea2010/Ergebnisse (last edited 2011-01-17 09:45:59 by anonymous)