[5] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
---|
| 2 | <html> |
---|
| 3 | <head> |
---|
| 4 | <meta http-equiv="CONTENT-TYPE" |
---|
| 5 | content="text/html; charset=windows-1252"> |
---|
| 6 | <title>PALM chapter 4.5.4</title> |
---|
| 7 | <meta name="GENERATOR" content="StarOffice 7 (Win32)"> |
---|
| 8 | <meta name="AUTHOR" content="Siegfried Raasch"> |
---|
| 9 | <meta name="CREATED" content="20041027;10130843"> |
---|
| 10 | <meta name="CHANGED" content="20041117;11420847"> |
---|
| 11 | <meta name="KEYWORDS" content="parallel LES model"> |
---|
| 12 | <style> |
---|
| 13 | <!-- |
---|
| 14 | @page { size: 21cm 29.7cm } |
---|
| 15 | --> |
---|
| 16 | </style> |
---|
| 17 | </head> |
---|
| 18 | <body dir="ltr" lang="en-US"> |
---|
| 19 | <h4 style="line-height: 100%;"><font size="4">4.5.4 Plots of 2d cross |
---|
| 20 | sections with iso2d</font></h4> |
---|
| 21 | <p style="line-height: 100%;">PALM permits simultaneous output xy, xz |
---|
| 22 | and |
---|
| 23 | yz cross sections. Since the output of all three cross section plots is |
---|
| 24 | steered in the same way, only the creation of xy plots is described.</p> |
---|
| 25 | <p style="line-height: 100%;">Output of xy cross |
---|
| 26 | sections requires to set at least two parameters: first, the temporal |
---|
| 27 | interval of the output time (run parameter <a |
---|
| 28 | href="chapter_4.2.html#dt_do2d_xy"><u>dt_do2d_xy)</u></a><span |
---|
| 29 | style="text-decoration: none;"> |
---|
| 30 | and second<span style="text-decoration: none;"></span> |
---|
| 31 | the names of the quantities for which cross section output is wanted</span><span |
---|
| 32 | style="text-decoration: none;"><span style="text-decoration: none;"> (<a |
---|
| 33 | href="chapter_4.2.html#data_output">data_output</a></span></span>). |
---|
| 34 | The string <span style="font-style: italic;">'_xy'</span> |
---|
| 35 | must be appended to these name strings in either case. Output times |
---|
| 36 | cannot be defined |
---|
| 37 | directly but only via the output time interval, starting from the |
---|
| 38 | beginning of the initial 3d run (t=0, but no cross sections are |
---|
| 39 | written at the time t=0; exceptions see <a |
---|
| 40 | href="chapter_4.2.html#do2d_at_begin">do2d_at_begin</a>). |
---|
| 41 | The exact location (height level) of the cross |
---|
| 42 | section(s) can be defined with run parameter <a |
---|
| 43 | href="chapter_4.2.html#section_xy">section_xy</a>. |
---|
| 44 | If no values have been assigned to <b>data_output</b> and <b>section_xy</b> or |
---|
| 45 | if the value given for <b>dt_do2d_xy </b>is |
---|
| 46 | larger than the simulated time (see <a href="chapter_4.1.html#end_time">end_time</a>), |
---|
| 47 | <b>then there will be no output!</b><br> |
---|
| 48 | </p> |
---|
| 49 | <p style="line-height: 100%;">Data is output in binary format |
---|
| 50 | into the |
---|
| 51 | local file <a href="chapter_3.4.html#PLOT2D_XY">PLOT2D_XY</a>. |
---|
| 52 | This file must be linked with a permanent file by |
---|
| 53 | using a file connection statement in the <b>mrun</b> configuration |
---|
| 54 | file (see e.g. <a href="chapter_3.2.html">chapter |
---|
| 55 | 3.2</a>). At the end of the run the local file is copied to this |
---|
| 56 | file. Such a statement can look like this: </p> |
---|
| 57 | <ul> |
---|
| 58 | <pre style="margin-bottom: 0.5cm; line-height: 100%;"><font |
---|
| 59 | style="font-size: 10pt;" size="2">PLOT2D_XY out:loc:tr pxy ~/PLOT/$fname _pxy_in.</font></pre> |
---|
| 60 | </ul> |
---|
| 61 | <p style="line-height: 100%;">If the respective <b>mrun</b> call is |
---|
| 62 | like </p> |
---|
| 63 | <ul> |
---|
| 64 | <pre style="margin-bottom: 0.5cm; line-height: 100%;"><font |
---|
| 65 | style="font-size: 10pt;" size="2">mrun -d test -r pxy
</font></pre> |
---|
| 66 | </ul> |
---|
| 67 | <p style="line-height: 100%;">then the local file <tt><font |
---|
| 68 | style="font-size: 10pt;" size="2">PLOT2D_XY</font></tt> |
---|
| 69 | is copied to the permanent file <tt><font style="font-size: 10pt;" |
---|
| 70 | size="2">~/PLOT/test/test_pxy_in</font> |
---|
| 71 | </tt>. However, the character string <font style="font-size: 10pt;" |
---|
| 72 | size="2"></font><tt><font style="font-size: 10pt;" size="2">pxy</font></tt><font |
---|
| 73 | style="font-size: 10pt;" size="2"></font> |
---|
| 74 | activating the file connection statement (see third column of the |
---|
| 75 | statement) must be given in the <b>mrun</b> call as argument of the |
---|
| 76 | option -r (and/or -o)<b>.</b> <span style="text-decoration: none;">If |
---|
| 77 | t</span>his is forgotten by mistake, the model outputs the data to |
---|
| 78 | the local file, but this is not copied to the permanent file and thus |
---|
| 79 | the data are not available for the user after the run has finished.</p> |
---|
| 80 | <p style="line-height: 100%;">The created data file can be |
---|
| 81 | directly used as input file for the plot software <b>iso2d</b>. |
---|
| 82 | However, this requires the user to assign <a |
---|
| 83 | href="chapter_4.2.html#data_output_2d_on_each_pe">data_output_2d_on_each_pe</a> |
---|
| 84 | = <i>.FALSE. </i>(see also at the end of this chapter) . <b>iso2d</b> |
---|
| 85 | needs another file, the so-called parameter file, which specifies the |
---|
| 86 | plot |
---|
| 87 | layout. This file contains a |
---|
| 88 | so-called global parameter set which applies to all plots as well as |
---|
| 89 | a local parameter set which is valid for each individual plot. These |
---|
| 90 | global and |
---|
| 91 | local parameter sets are also created by PALM and output into two |
---|
| 92 | different local files named <a href="chapter_3.4.html#PLOT2D_XY_GLOBAL">PLOT2D_XY_GLOBAL</a> |
---|
| 93 | and <a href="chapter_3.4.html#PLOT2D_XY_LOCAL">PLOT2D_XY_LOCAL</a>. |
---|
| 94 | These must be combined to one file via a so-called <a |
---|
| 95 | href="http://www.muk.uni-hannover.de/institut/software/mrun_beschreibung.html#chapter6.2">output |
---|
| 96 | command</a> in the configuration file. The resulting file also needs a |
---|
| 97 | file connection statement: </p> |
---|
| 98 | <ul> |
---|
| 99 | <pre style="line-height: 100%;"><font style="font-size: 10pt;" |
---|
| 100 | size="2">OC: [[ -f PLOT2D_XY_GLOBAL]] && cat PLOT2D_XY_LOCAL >> PLOT2D_XY_GLOBAL</font><br><br><font |
---|
| 101 | style="font-size: 10pt;" size="2">PLOT2D_XY_GLOBAL out:loc:tr pxy ~/PLOT/$fname _pxy_par.</font></pre> |
---|
| 102 | </ul> |
---|
| 103 | <p style="line-height: 100%;">The output command (corn shell syntax) |
---|
| 104 | tests whether the file <tt><font style="font-size: 10pt;" size="2">PLOT2D_XY_GLOBAL</font></tt> |
---|
| 105 | exists and if so the file <tt><font style="font-size: 10pt;" size="2">PLOT2D_XY_LOCAL</font></tt> |
---|
| 106 | is appended via the "cat" command to the file <tt><font |
---|
| 107 | style="font-size: 10pt;" size="2">PLOT2D_XY_GLOBAL</font></tt> |
---|
| 108 | which then contains all parameters needed by <b>iso2d</b>. This |
---|
| 109 | relatively pedantic proceeding is due to the fact that PALM |
---|
| 110 | can produce the file PLOT2D_XY_GLOBAL only at the end of the simulation |
---|
| 111 | (when the final value of the global <span style="font-weight: bold;">iso2d</span>-parameter |
---|
| 112 | <a |
---|
| 113 | href="http://www.muk.uni-hannover.de/institut/software/iso2d_beschreibung.html#PLANZ">planz</a> |
---|
| 114 | is known), while the local parameter sets are written continuously |
---|
| 115 | to the file PLOT2D_XY_LOCAL during the run. A consequence is, that in |
---|
| 116 | case of aborts of a run the file <tt><font style="font-size: 10pt;" |
---|
| 117 | size="2">PLOT2D_XY_GLOBAL</font></tt> |
---|
| 118 | has possibly not been created and thus a visualization of the data - |
---|
| 119 | although they may be available - is |
---|
| 120 | not possible (in such a case, the user may create the parameter file |
---|
| 121 | manually). </p> |
---|
| 122 | <p style="line-height: 100%;">If you are in the directory <tt><font |
---|
| 123 | style="font-size: 10pt;" size="2">~/PLOT/test</font></tt>, the data |
---|
| 124 | can be plotted by entering |
---|
| 125 | </p> |
---|
| 126 | <ul> |
---|
| 127 | <pre style="margin-bottom: 0.5cm; line-height: 100%;"><font |
---|
| 128 | style="font-size: 10pt;" size="2">iso2d -d test _pxy_in -p test_pxy_par</font></pre> |
---|
| 129 | </ul> |
---|
| 130 | <p style="line-height: 100%;">By default plot layout as specified in |
---|
| 131 | the parameter file is as follows: for each cross section of each |
---|
| 132 | individual quantity a seperate plot is created using isolines. Isolines |
---|
| 133 | with negative values are displayed in |
---|
| 134 | red color. The axes do not have labels and the units are [m]. For |
---|
| 135 | identification, each plot is |
---|
| 136 | provided with a title, which contains the model version number, the |
---|
| 137 | run identifier (base file name + number of the restart run), the name |
---|
| 138 | of the host where the run was executed, and the date and time of the |
---|
| 139 | beginning |
---|
| 140 | of the run. Furthermore each plot carries a |
---|
| 141 | caption where the name of the displayed quantity, the output time |
---|
| 142 | (starting from |
---|
| 143 | beginning of the 3d simulation, t=0) and the location of the cross |
---|
| 144 | sections (as height level and grid point number) is noted. </p> |
---|
| 145 | <p style="line-height: 100%;">The layout of the plots can be |
---|
| 146 | varied by editing the parameter file (according to the |
---|
| 147 | various features of <b>iso2d</b>: color shading, |
---|
| 148 | vector plots, streamlines, etc.). For a detailed description of the <span |
---|
| 149 | style="font-weight: bold;">iso2d</span> parameters see the |
---|
| 150 | <a |
---|
| 151 | href="http://www.muk.uni-hannover.de/institut/software/iso2d_beschreibung.html">iso2d</a> |
---|
| 152 | manual (only in German). </p> |
---|
| 153 | <p style="line-height: 100%;">With parallel runs and choice of <a |
---|
| 154 | href="chapter_4.2.html#data_output_2d_on_each_pe">data_output_2d_on_each_pe</a> |
---|
| 155 | = <i>.T.</i> each PE outputs the data of its subdomain |
---|
| 156 | to a separate file with the name PLOT2D_XY_<processor-Id>, |
---|
| 157 | whereby <processor-Id> is a four digit number (e.g. |
---|
| 158 | PLOT2D_XY_0000). These files are not suitable for <span |
---|
| 159 | style="font-weight: bold;">iso2d</span>, but after the |
---|
| 160 | end |
---|
| 161 | of a run they can be combined to one file readable by <span |
---|
| 162 | style="font-weight: bold;">iso2d</span>. This is done via a |
---|
| 163 | further output command in the configuration file: </p> |
---|
| 164 | <ul> |
---|
| 165 | <pre style="margin-bottom: 0.5cm; line-height: 100%;"><font |
---|
| 166 | style="font-size: 10pt;" size="2">OC:[[$ ( echo $localhost | cut -c1-3 ) = imbh ]] && combine_plot_fields.x</font></pre> |
---|
| 167 | </ul> |
---|
| 168 | <p style="line-height: 100%;">The program <tt><font |
---|
| 169 | style="font-size: 10pt;" size="2">combine_plot_fields.x</font></tt> |
---|
| 170 | collects the data from the individual processor files and outputs it |
---|
| 171 | into the local file <tt><font style="font-size: 10pt;" size="2">PLOT2D_XY</font></tt> |
---|
| 172 | which can be processed by <span style="font-weight: bold;">iso2d</span>. |
---|
| 173 | Using this call, possibly existing |
---|
| 174 | files of the other cross sections (xz, yz) and of 3d volume data are |
---|
| 175 | also combined. The tool writes |
---|
| 176 | informative messages about the actions accomplished into the job |
---|
| 177 | protocol, even if no files were found (i.e. the output command |
---|
| 178 | may remain in the configuration file, even if no appropriate files |
---|
| 179 | are created during the simulation). <br> |
---|
| 180 | <b><br> |
---|
| 181 | Note:</b> due to internal |
---|
| 182 | restrictions of <b>iso2d </b>the file <tt><font |
---|
| 183 | style="font-size: 10pt;" size="2">PLOT2D_XY</font></tt> |
---|
| 184 | may not contain more than 99 cross sections. This restriction does not |
---|
| 185 | apply |
---|
| 186 | for the production of video clips via <b>iso2d</b>. </p> |
---|
| 187 | <hr> |
---|
| 188 | <p style="line-height: 100%;"><br> |
---|
| 189 | <font color="#000080"><font color="#000080"><a href="chapter_4.5.3.html"><font |
---|
| 190 | color="#000080"><img src="left.gif" name="Grafik1" align="bottom" |
---|
| 191 | border="2" height="32" width="32"></font></a><a href="index.html"><font |
---|
| 192 | color="#000080"><img src="up.gif" name="Grafik2" align="bottom" |
---|
| 193 | border="2" height="32" width="32"></font></a><a |
---|
| 194 | href="chapter_4.5.5.html"><font color="#000080"><img src="right.gif" |
---|
| 195 | name="Grafik3" align="bottom" border="2" height="32" width="32"></font></a></font></font></p> |
---|
| 196 | <p style="line-height: 100%;"> <i>Last change: </i> |
---|
| 197 | 20/04/05 (SR)</p> |
---|
| 198 | </body> |
---|
| 199 | </html> |
---|