[5] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
---|
[62] | 2 | <html><head> |
---|
| 3 | <meta http-equiv="CONTENT-TYPE" content="text/html; charset=windows-1252"><title>PALM |
---|
| 4 | chapter 3.0</title> <meta name="GENERATOR" content="StarOffice 7 (Win32)"> <meta name="AUTHOR" content="Marcus Oliver Letzel"> <meta name="CREATED" content="20040723;15213734"> <meta name="CHANGED" content="20041112;13170538"> <meta name="KEYWORDS" content="parallel LES model"> <style> |
---|
| 5 | <!-- |
---|
| 6 | @page { size: 21cm 29.7cm } |
---|
| 7 | --> |
---|
| 8 | </style></head> |
---|
| 9 | |
---|
| 10 | <body style="direction: ltr;" lang="en-US"><h2 style="font-style: normal; line-height: 100%;"><font size="4">3.0 |
---|
[5] | 11 | Execution of model runs</font></h2> |
---|
| 12 | <p style="line-height: 100%;">Given that the model was |
---|
| 13 | installed by the user (look at <a href="chapter_5.0.html">chapter |
---|
[62] | 14 | 5.0</a>) and that it is clear, which phenomenon is to be |
---|
| 15 | simulated, |
---|
[5] | 16 | there is a whole set of questions which must be answered before |
---|
| 17 | executing |
---|
| 18 | the actual application run, e.g.: </p> |
---|
[62] | 19 | <ul> <li> <p style="margin-bottom: 0cm; font-style: normal; line-height: 100%;">How |
---|
[5] | 20 | large does the model domain have to be and what grid size does |
---|
[62] | 21 | phenomenon to be simulated require? </p> </li> <li> |
---|
| 22 | <p style="margin-bottom: 0cm; font-style: normal; line-height: 100%;">How |
---|
[5] | 23 | long is the time which should be simulated, i.e. which typical time |
---|
[62] | 24 | scale does the phenomenon have? </p> </li> <li> <p style="margin-bottom: 0cm; font-style: normal; line-height: 100%;">Which |
---|
[5] | 25 | boundary conditions and initial conditions are to be selected? </p> |
---|
[62] | 26 | </li> <li> <p style="font-style: normal; line-height: 100%;">Which model |
---|
[5] | 27 | output data are necessary at which points in time, in order to be able |
---|
[62] | 28 | to analyze the phenomenon afterwards? </p> </li> |
---|
| 29 | </ul><p style="line-height: 100%;">The answers to |
---|
| 30 | these questions |
---|
[5] | 31 | substantially determine the choice of values for the most important |
---|
| 32 | model parameters, with which the model run is steered. All possible |
---|
| 33 | parameters are described in chapters <a href="chapter_4.1.html">4.1</a>, |
---|
| 34 | <a href="chapter_4.2.html">4.2</a> |
---|
| 35 | and <a href="chapter_4.3.html">4.3</a>. |
---|
| 36 | The basic steering of the model with these parameters is explained in |
---|
| 37 | the introduction to <a href="chapter_4.0.html">chapter |
---|
[62] | 38 | 4</a>. The user will rarely use all model parameters, since many |
---|
| 39 | are |
---|
[5] | 40 | preset with consistent default values and therefore do not have to be |
---|
| 41 | changed by the user. Some of the most important parameters are not |
---|
| 42 | preset with default values and must be adjusted by the user in each |
---|
[62] | 43 | case. Such a typical, minimum parameter set is described in <a href="chapter_4.4.html">chapter |
---|
[5] | 44 | 4.4</a>. For the subsequent analysis of model runs, graphical |
---|
[62] | 45 | visualization of model data is particularly important. <a href="chapter_4.5.html">Chapter |
---|
[5] | 46 | 4.5</a> describes, how such outputs are produced with the model. </p> |
---|
[62] | 47 | <p style="line-height: 100%;">The selected parameters and |
---|
| 48 | their values |
---|
[5] | 49 | have to be supplied to the model as an input file. The |
---|
[62] | 50 | structure of this file is described in the introduction to <a href="chapter_4.0.html">chapter |
---|
| 51 | 4</a>. The data, produced by the model, are located in a number |
---|
| 52 | of |
---|
[5] | 53 | different output files. The model works with relative file names |
---|
| 54 | (i.e. without absolute path information). Thus all input and output |
---|
| 55 | files are |
---|
| 56 | expected and put in the directory, in which the actual model (the |
---|
| 57 | executable program created from the FORTRAN source code) is started |
---|
| 58 | (but also see next paragraph). |
---|
[62] | 59 | All user-relevant input and output files are described in <a href="chapter_3.4.html">chapter |
---|
[5] | 60 | 3.4</a>. </p> |
---|
[62] | 61 | <p style="line-height: 100%;">The actual model (the |
---|
| 62 | executable |
---|
[5] | 63 | program) is not started directly via the user, but with the help of |
---|
[62] | 64 | the shell script <a href="http://www.muk.uni-hannover.de/institut/software/mrun_beschreibung.html">mrun</a>,which |
---|
[5] | 65 | can be called by the user. This script takes over the entire pre- and |
---|
| 66 | postprocessing work, which is necessary for a model run. In addition |
---|
| 67 | to this, it generates e.g. automatically batch jobs for model runs on |
---|
| 68 | remote computers, provides for the appropriate file transfers of the |
---|
| 69 | input and output files to these computers, secures data on existing |
---|
| 70 | archives systems, starts if necessary restart jobs, and much more. |
---|
[62] | 71 | <span style="font-weight: bold;">mrun</span> allows |
---|
| 72 | to specify |
---|
[5] | 73 | individual path names for each simulation and |
---|
| 74 | for the different types of input/output files. The start of model runs |
---|
| 75 | with <b>mrun</b> is described in <a href="chapter_3.1.html">chapter |
---|
| 76 | 3.1</a>. </p> |
---|
[62] | 77 | <p style="line-height: 100%;">The implementation of user |
---|
| 78 | code |
---|
[5] | 79 | extensions in |
---|
| 80 | the model is made possible by a set of defined interfaces. You will |
---|
[62] | 81 | find references to the programming of such extensions in <a href="chapter_3.5.html">chapter |
---|
| 82 | 3.5</a>. Frequently errors arise during the execution of the |
---|
| 83 | model |
---|
[5] | 84 | after such changes, which can often be found only by interactive |
---|
| 85 | model steering and error tracing (debugging), which are described in |
---|
| 86 | <a href="chapter_3.6.html">chapter |
---|
| 87 | 3.6</a>. </p> |
---|
[62] | 88 | <hr><p style="font-style: normal; line-height: 100%;"><br> |
---|
| 89 | <font color="#000080"><font color="#000080"><a href="chapter_2.0.html"><font color="#000080"><img src="left.gif" name="Grafik1" align="bottom" border="2" height="32" width="32"></font></a><a href="index.html"><font color="#000080"><img src="up.gif" name="Grafik2" align="bottom" border="2" height="32" width="32"></font></a><a href="chapter_3.1.html"><font color="#000080"><img src="right.gif" name="Grafik3" align="bottom" border="2" height="32" width="32"></font></a></font></font><br> |
---|
| 90 | </p><p style="font-style: normal; line-height: 100%;"><span style="font-style: italic;">Last change:</span> |
---|
| 91 | $Id: chapter_3.0.html 62 2007-03-13 02:52:40Z raasch $<br> |
---|
| 92 | </p></body></html> |
---|