Ignore:
Timestamp:
Mar 13, 2007 2:52:40 AM (17 years ago)
Author:
raasch
Message:

Id string added to all html files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/DOC/app/chapter_1.0.html

    r54 r62  
    11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    2 <html>
    3 <head>
    4   <meta content="text/html; charset=windows-1252"
    5  http-equiv="CONTENT-TYPE">
    6   <title>PALM chapter 1.0</title>
    7   <meta content="StarOffice 7  (Win32)" name="GENERATOR">
    8   <meta content="Marcus Oliver Letzel" name="AUTHOR">
    9   <meta content="20040719;13375546" name="CREATED">
    10   <meta content="20041112;13163393" name="CHANGED">
    11   <meta content="parallel LES model" name="KEYWORDS">
    12   <style>
    13         <!--
    14                 @page { size: 21cm 29.7cm }
    15         -->
    16         </style>
    17 </head>
    18 <body lang="de-DE" dir="ltr">
    19 <h2 style="line-height: 100%;"><font size="4">1.0 Introduction</font></h2>
    20 <p style="line-height: 100%;">This documentation wants to give
     2<html><head>
     3<meta content="text/html; charset=windows-1252" http-equiv="CONTENT-TYPE"><title>PALM chapter 1.0</title> <meta content="StarOffice 7 (Win32)" name="GENERATOR"> <meta content="Marcus Oliver Letzel" name="AUTHOR"> <meta content="20040719;13375546" name="CREATED"> <meta content="20041112;13163393" name="CHANGED"> <meta content="parallel LES model" name="KEYWORDS"> <style>
     4<!--
     5@page { size: 21cm 29.7cm }
     6-->
     7</style></head>
     8
     9<body style="direction: ltr;" lang="de-DE"><h2 style="line-height: 100%;"><font size="4">1.0
     10Introduction</font></h2>
     11<p style="line-height: 100%;">This documentation wants to
     12give
    2113assistance how to carry out runs with the large eddy simulation
    22 model <span
    23  style="background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;">PALM.</span>
     14model <span style="background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;">PALM.</span>
    2415It contains
    2516<font color="#000000">instructions</font><font color="#800000"> </font>for
    2617the installation of the model (<a href="chapter_5.0.html">chapter
    27 5.0</a>), for the practical execution of application runs (<a
    28  href="chapter_3.0.html">chapter
    29 3.0</a>) and for the steering of the model by parameters (<a
    30  href="chapter_4.0.html">chapter
     185.0</a>), for the practical execution of application runs (<a href="chapter_3.0.html">chapter
     193.0</a>) and for the steering of the model by parameters (<a href="chapter_4.0.html">chapter
    31204.0</a>). New users should first of all read <a href="chapter_2.0.html">chapters
    32212.0</a> and <a href="chapter_3.0.html">3.0</a>
    3322(up to and including <a href="chapter_3.5.html">3.5</a>).
    3423</p>
    35 <p style="line-height: 100%;"><b>This documentation does not explain
    36 the <font color="#000000">mathematical,</font> numerical and physical
     24<p style="line-height: 100%;"><b>This documentation
     25does not explain
     26the <font color="#000000">mathematical,</font>
     27numerical and physical
    3728background of large eddy simulation models and it also does not
    3829provide appropriate meteorological background knowledge. Good
    3930knowledge concerning this is presupposed and is indispensable for a
    4031successful application of the model.</b> In addition to this,
    41 knowledge of the operating system<span
    42  style="background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;">
    43 Unix, </span>the <span
    44  style="background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;">Queueing
    45 System (NQS, PBS, Load Leveler, etc.)</span> to generate batch jobs,
    46 the basic functionality of <font color="#000000">parallel computers
    47 </font>and the programming language <span
    48  style="background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;">FORTRAN90
     32knowledge of the operating system<span style="background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;">
     33Unix, </span>the <span style="background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;">Queueing
     34System (NQS, PBS, Load Leveler, etc.)</span> to generate batch
     35jobs,
     36the basic functionality of <font color="#000000">parallel
     37computers
     38</font>and the programming language <span style="background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;">FORTRAN90
    4939(particularly</span>, if code extensions are to be written by the
    5040user) are presupposed. Programming user-defined software usually
    5141requires exact knowledge of the internal model structure. First insight
    52 herei<span
    53  style="background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;">n
     42herei<span style="background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;">n
    5443<font color="#000000">is
    5544given</font></span> in <a href="chapter_2.0.html">chapter
    56452.0</a> and in the <a href="../tec/index.html">technical/numerical
    5746documentation</a>. The information obtained there is usually not
    58 <font color="#000000">sufficient</font> and has to be accompanied by
    59 detailed study of the source code of the model. A<span
    60  style="background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;">dditional
     47<font color="#000000">sufficient</font> and has to
     48be accompanied by
     49detailed study of the source code of the model. A<span style="background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;">dditional
    6150</span>experience in parallel programming with the
    62 message passing interface<span
    63  style="background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;">
     51message passing interface<span style="background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;">
    6452(MPI)</span> maybe presupposed. </p>
    65 <p style="line-height: 100%;">A documentation lives on criticism and
    66 suggestions by users. T<font color="#000000">hi</font>s is expressly
     53<p style="line-height: 100%;">A documentation lives on
     54criticism and
     55suggestions by users. T<font color="#000000">hi</font>s
     56is expressly
    6757requested. Please contact&nbsp; the PALM group
    68 (<span
    69  style="background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;">see
    70 <a
    71  href="http://www.muk.uni-hannover.de/%7Eraasch/PALM_group/PALM_group.html#0">members</a></span>).
     58(<span style="background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;">see
     59<a href="http://www.muk.uni-hannover.de/%7Eraasch/PALM_group/PALM_group.html#0">members</a></span>).
    7260The model documentation is regularly maintained and brought up-to-date
    7361by the PALM group. The date of the last code
     
    7563documentation. <br>
    7664&nbsp;
    77 </p>
    78 <hr><font color="#000080"><font color="#000080"><br>
    79 <a href="index.html"><font color="#000080"><img width="32" height="32"
    80  border="2" align="bottom" name="Grafik1" src="up.gif"></font></a><a
    81  href="chapter_2.0.html"><font color="#000080"><img width="32"
    82  height="32" border="2" align="bottom" name="Grafik2" src="right.gif"></font></a></font></font><br>
    83 <br>
    84 <span style="font-style: italic;">Last change:</span> 14/04/05 (SR)<br>
    85 <br>
    86 </body>
    87 </html>
     65</p><hr><font color="#000080"><font color="#000080"><br>
     66<a href="index.html"><font color="#000080"><img name="Grafik1" src="up.gif" align="bottom" border="2" height="32" width="32"></font></a><a href="chapter_2.0.html"><font color="#000080"><img name="Grafik2" src="right.gif" align="bottom" border="2" height="32" width="32"></font></a></font></font><br><br>
     67<span style="font-style: italic;">Last change:</span>
     68$Id$<br>
     69<br></body></html>
Note: See TracChangeset for help on using the changeset viewer.