Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2010-02-01 14:29:46
Size: 137
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 4: Line 4:
== Programmcode ==
{{{#!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.')}}}

== Profile ==

== Grenschichthöhe ==

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)