source: flex_extract.git/documentation/FORD/V5/Doc_original/program/preconvert.html @ ee06999

ctbtodev
Last change on this file since ee06999 was ee06999, checked in by pesei <petra seibert @…>, 5 years ago

Initial version of Fortran documentation

with FORD v5

  • Property mode set to 100644
File size: 37.5 KB
Line 
1<!DOCTYPE html>
2<html lang="en">
3  <head>
4    <meta charset="utf-8">
5    <meta http-equiv="X-UA-Compatible" content="IE=edge">
6    <meta name="viewport" content="width=device-width, initial-scale=1">
7         
8         <meta name="description" content="Calculation of vertical velocity for FLEXPART">
9   
10    <meta name="author" content="Leopold Haimberger" >
11    <link rel="icon" href="../favicon.png">
12
13    <title>PRECONVERT &ndash; Flex_extract: Calculation of etadot</title>
14
15    <link href="../css/bootstrap.min.css" rel="stylesheet">
16    <link href="../css/pygments.css" rel="stylesheet">
17    <link href="../css/font-awesome.min.css" rel="stylesheet">
18    <link href="../css/local.css" rel="stylesheet">
19   
20
21    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
22    <!--[if lt IE 9]>
23      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
24      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
25    <![endif]-->
26   
27    <script src="../js/jquery-2.1.3.min.js"></script>
28    <script src="../js/svg-pan-zoom.min.js"></script>
29
30   
31    <script src="../tipuesearch/tipuesearch_content.js"></script>
32    <link  href="../tipuesearch/tipuesearch.css" rel="stylesheet">
33    <script src="../tipuesearch/tipuesearch_set.js"></script>
34    <script src="../tipuesearch/tipuesearch.js"></script>
35   
36
37  </head>
38
39  <body>
40
41    <!-- Fixed navbar -->
42    <nav class="navbar navbar-inverse navbar-fixed-top">
43      <div class="container">
44        <div class="navbar-header">
45          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
46            <span class="sr-only">Toggle navigation</span>
47            <span class="icon-bar"></span>
48            <span class="icon-bar"></span>
49            <span class="icon-bar"></span>
50          </button>
51          <a class="navbar-brand" href="../index.html">Flex_extract: Calculation of etadot <small>7.1</small></a>
52        </div>
53        <div id="navbar" class="navbar-collapse collapse">
54          <ul class="nav navbar-nav">
55                               
56            <li class="dropdown hidden-xs visible-sm visible-md hidden-lg">
57              <a href="#" class="dropdown-toggle"
58              data-toggle="dropdown" role="button"
59              aria-haspopup="true"
60                 aria-expanded="false">Contents <span class="caret"></span></a>
61              <ul class="dropdown-menu">
62             
63            <li><a href="../lists/files.html">Source Files</a></li>
64                               
65                               
66            <li><a href="../lists/modules.html">Modules</a></li>
67                               
68           
69                               
70            <li><a href="../lists/procedures.html">Procedures</a></li>
71                               
72                                                               
73                               
74            <li><a href="../program/preconvert.html">Program</a></li>
75           
76            </ul>
77            </li>
78
79<li class="visible-xs hidden-sm visible-lg"><a href="../lists/files.html">Source Files</a></li>
80
81
82<li class="visible-xs hidden-sm visible-lg"><a href="../lists/modules.html">Modules</a></li>
83
84
85
86<li class="visible-xs hidden-sm visible-lg"><a href="../lists/procedures.html">Procedures</a></li>
87
88                             
89
90<li class="visible-xs hidden-sm visible-lg"><a href="../program/preconvert.html">Program</a></li>
91
92          </ul>
93       
94        <form action="../search.html" class="navbar-form navbar-right" role="search">
95        <div class="form-group">
96          <input type="text" class="form-control" placeholder="Search" name="q" id="tipue_search_input" autocomplete="off" required>
97        </div>
98<!--
99        <button type="submit" class="btn btn-default">Submit</button>
100-->
101        </form>
102       
103        </div><!--/.nav-collapse -->
104      </div>
105    </nav>
106
107    <div class="container">
108   
109 
110  <div class="row">
111    <h1>PRECONVERT
112    <small>Program</small>
113   
114    </h1>
115   
116<div class="row">
117  <div class="col-lg-12">
118<div class="well well-sm">
119  <ul class="list-inline" style="margin-bottom:0px;display:inline">
120     
121     
122     
123     
124   
125   
126     <li><i class="fa fa-list-ol"></i>
127       <a data-toggle="tooltip"
128          data-placement="bottom" data-html="true"
129          title="100.0% of total for programs.">541 statements</a>
130     </li> 
131     
132     
133    <li><i class="fa fa-code"></i><a href="../src/preconvert.f90"> Source File</a></li>
134     
135  </ul>
136  <ol class="breadcrumb in-well text-right">
137 
138     <li><a href='../sourcefile/preconvert.f90.html'>preconvert.f90</a></li>
139 
140     <li class="active">PRECONVERT</li>
141  </ol>
142</div>
143</div>
144</div>
145<script>
146  $(function () {
147  $('[data-toggle="tooltip"]').tooltip()
148  })
149</script>
150
151  </div>
152 
153  <div class="row">
154    <div class="col-md-3 hidden-xs hidden-sm visible-md visible-lg">
155   
156<div id="sidebar">
157 
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179  <hr>
180 
181
182<div class="panel panel-default">
183  <div class="panel-heading text-left"><h3 class="panel-title"><a data-toggle="collapse" href="#allprogs-0">All Programs</a></h3></div>
184  <div id="allprogs-0" class="panel-collapse collapse">
185    <div class="list-group">
186     
187      <a class="list-group-item" href="../program/preconvert.html">PRECONVERT</a>
188     
189    </div>
190  </div>
191</div>
192
193
194</div> 
195
196    </div>
197   
198    <div class="col-md-9" id='text'>
199   
200 
201    <ul class="list-inline">
202      <li><h4>Uses:</h4></li>
203     
204      <li><a href='../module/phtogr.html'>PHTOGR</a></li>
205     
206      <li><a href='../module/grtoph.html'>GRTOPH</a></li>
207     
208      <li>FTRAFO</li>
209     
210      <li><a href='../module/rwgrib2.html'>RWGRIB2</a></li>
211     
212      <li>GRIB_API</li>
213     
214    </ul>
215   
216                <div class="depgraph"><?xml version="1.0" encoding="UTF-8" standalone="no"?>
217<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
218 "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
219<!-- Generated by graphviz version 2.38.0 (20140413.2041)
220 -->
221<!-- Title: program~~preconvert~~UsesGraph Pages: 1 -->
222<svg id="programpreconvertUsesGraph" width="284pt" height="196pt"
223 viewBox="0.00 0.00 284.00 196.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
224<g id="program~~preconvert~~UsesGraph" class="graph" transform="scale(1 1) rotate(0) translate(4 192)">
225<title>program~~preconvert~~UsesGraph</title>
226<polygon fill="white" stroke="none" points="-4,4 -4,-192 280,-192 280,4 -4,4"/>
227<!-- program~preconvert -->
228<g id="program~~preconvert~~UsesGraph_node1" class="node"><title>program~preconvert</title>
229<polygon fill="none" stroke="black" points="276,-108 191,-108 191,-84 276,-84 276,-108"/>
230<text text-anchor="middle" x="233.5" y="-93.6" font-family="Helvetica,sans-Serif" font-size="10.50">PRECONVERT</text>
231</g>
232<!-- module~rwgrib2 -->
233<g id="program~~preconvert~~UsesGraph_node2" class="node"><title>module~rwgrib2</title>
234<g id="a_program~~preconvert~~UsesGraph_node2"><a xlink:href="../module/rwgrib2.html" xlink:title="RWGRIB2">
235<polygon fill="#337ab7" stroke="#337ab7" points="155,-188 94,-188 94,-164 155,-164 155,-188"/>
236<text text-anchor="middle" x="124.5" y="-173.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">RWGRIB2</text>
237</a>
238</g>
239</g>
240<!-- module~rwgrib2&#45;&gt;program~preconvert -->
241<g id="program~~preconvert~~UsesGraph_edge2" class="edge"><title>module~rwgrib2&#45;&gt;program~preconvert</title>
242<path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M141.751,-163.85C159.451,-150.616 187.948,-129.31 208.286,-114.104"/>
243<polygon fill="#000000" stroke="#000000" points="210.533,-116.794 216.447,-108.002 206.342,-111.187 210.533,-116.794"/>
244</g>
245<!-- module~grtoph -->
246<g id="program~~preconvert~~UsesGraph_node3" class="node"><title>module~grtoph</title>
247<g id="a_program~~preconvert~~UsesGraph_node3"><a xlink:href="../module/grtoph.html" xlink:title="GRTOPH">
248<polygon fill="#337ab7" stroke="#337ab7" points="153.5,-108 95.5,-108 95.5,-84 153.5,-84 153.5,-108"/>
249<text text-anchor="middle" x="124.5" y="-93.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">GRTOPH</text>
250</a>
251</g>
252</g>
253<!-- module~grtoph&#45;&gt;program~preconvert -->
254<g id="program~~preconvert~~UsesGraph_edge3" class="edge"><title>module~grtoph&#45;&gt;program~preconvert</title>
255<path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M153.613,-96C161.98,-96 171.425,-96 180.796,-96"/>
256<polygon fill="#000000" stroke="#000000" points="180.882,-99.5001 190.882,-96 180.882,-92.5001 180.882,-99.5001"/>
257</g>
258<!-- GRIB_API -->
259<g id="program~~preconvert~~UsesGraph_node4" class="node"><title>GRIB_API</title>
260<polygon fill="#337ab7" stroke="#337ab7" points="155,-66 94,-66 94,-42 155,-42 155,-66"/>
261<text text-anchor="middle" x="124.5" y="-51.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">GRIB_API</text>
262</g>
263<!-- GRIB_API&#45;&gt;program~preconvert -->
264<g id="program~~preconvert~~UsesGraph_edge4" class="edge"><title>GRIB_API&#45;&gt;program~preconvert</title>
265<path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M155.021,-65.5879C166.443,-70.0711 179.703,-75.2759 191.99,-80.0988"/>
266<polygon fill="#000000" stroke="#000000" points="190.994,-83.4679 201.581,-83.8638 193.552,-76.9519 190.994,-83.4679"/>
267</g>
268<!-- module~phtogr -->
269<g id="program~~preconvert~~UsesGraph_node5" class="node"><title>module~phtogr</title>
270<g id="a_program~~preconvert~~UsesGraph_node5"><a xlink:href="../module/phtogr.html" xlink:title="PHTOGR">
271<polygon fill="#337ab7" stroke="#337ab7" points="58,-128 3.55271e-15,-128 3.55271e-15,-104 58,-104 58,-128"/>
272<text text-anchor="middle" x="29" y="-113.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">PHTOGR</text>
273</a>
274</g>
275</g>
276<!-- module~phtogr&#45;&gt;program~preconvert -->
277<g id="program~~preconvert~~UsesGraph_edge5" class="edge"><title>module~phtogr&#45;&gt;program~preconvert</title>
278<path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M58.0369,-116.533C69.224,-116.721 82.2211,-116.908 94,-117 121.11,-117.212 128.126,-120.577 155,-117 165.156,-115.648 175.869,-113.342 185.982,-110.74"/>
279<polygon fill="#000000" stroke="#000000" points="187.116,-114.059 195.852,-108.064 185.284,-107.303 187.116,-114.059"/>
280</g>
281<!-- module~phtogr&#45;&gt;module~grtoph -->
282<g id="program~~preconvert~~UsesGraph_edge1" class="edge"><title>module~phtogr&#45;&gt;module~grtoph</title>
283<path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M58.0531,-109.999C66.6512,-108.16 76.2596,-106.105 85.4094,-104.148"/>
284<polygon fill="#000000" stroke="#000000" points="86.4201,-107.511 95.4667,-101.996 84.9558,-100.666 86.4201,-107.511"/>
285</g>
286<!-- FTRAFO -->
287<g id="program~~preconvert~~UsesGraph_node6" class="node"><title>FTRAFO</title>
288<polygon fill="#337ab7" stroke="#337ab7" points="152,-24 97,-24 97,-0 152,-0 152,-24"/>
289<text text-anchor="middle" x="124.5" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">FTRAFO</text>
290</g>
291<!-- FTRAFO&#45;&gt;program~preconvert -->
292<g id="program~~preconvert~~UsesGraph_edge6" class="edge"><title>FTRAFO&#45;&gt;program~preconvert</title>
293<path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M142.794,-24.0319C146.835,-26.9204 151.098,-30.0301 155,-33 173.976,-47.4435 194.931,-64.5509 210.261,-77.2913"/>
294<polygon fill="#000000" stroke="#000000" points="208.231,-80.1557 218.152,-83.8754 212.716,-74.7811 208.231,-80.1557"/>
295</g>
296</g>
297</svg>
298</div>
299                <div><a type="button" class="graph-help" data-toggle="modal" href="#graph-help-text">Help</a></div>
300                <div class="modal fade" id="graph-help-text" tabindex="-1" role="dialog">
301                  <div class="modal-dialog modal-lg" role="document">
302                    <div class="modal-content">
303                      <div class="modal-header">
304                        <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
305                        <h4 class="modal-title" id="-graph-help-label">Graph Key</h4>
306                      </div>
307                      <div class="modal-body">
308                       
309    <p>Nodes of different colours represent the following: </p>
310    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
311<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
312 "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
313<!-- Generated by graphviz version 2.38.0 (20140413.2041)
314 -->
315<!-- Title: Graph Key Pages: 1 -->
316<svg width="490pt" height="32pt"
317 viewBox="0.00 0.00 489.50 32.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
318<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 28)">
319<title>Graph Key</title>
320<polygon fill="white" stroke="none" points="-4,4 -4,-28 485.5,-28 485.5,4 -4,4"/>
321<!-- Module -->
322<g id="node1" class="node"><title>Module</title>
323<polygon fill="#337ab7" stroke="#337ab7" points="54,-24 0,-24 0,-0 54,-0 54,-24"/>
324<text text-anchor="middle" x="27" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">Module</text>
325</g>
326<!-- Submodule -->
327<g id="node2" class="node"><title>Submodule</title>
328<polygon fill="#5bc0de" stroke="#5bc0de" points="139.5,-24 72.5,-24 72.5,-0 139.5,-0 139.5,-24"/>
329<text text-anchor="middle" x="106" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">Submodule</text>
330</g>
331<!-- Subroutine -->
332<g id="node3" class="node"><title>Subroutine</title>
333<polygon fill="#d9534f" stroke="#d9534f" points="222,-24 158,-24 158,-0 222,-0 222,-24"/>
334<text text-anchor="middle" x="190" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">Subroutine</text>
335</g>
336<!-- Function -->
337<g id="node4" class="node"><title>Function</title>
338<polygon fill="#d94e8f" stroke="#d94e8f" points="294,-24 240,-24 240,-0 294,-0 294,-24"/>
339<text text-anchor="middle" x="267" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">Function</text>
340</g>
341<!-- Program -->
342<g id="node5" class="node"><title>Program</title>
343<polygon fill="#f0ad4e" stroke="#f0ad4e" points="366,-24 312,-24 312,-0 366,-0 366,-24"/>
344<text text-anchor="middle" x="339" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">Program</text>
345</g>
346<!-- This Page&#39;s Entity -->
347<g id="node6" class="node"><title>This Page&#39;s Entity</title>
348<polygon fill="none" stroke="black" points="481.5,-24 384.5,-24 384.5,-0 481.5,-0 481.5,-24"/>
349<text text-anchor="middle" x="433" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50">This Page&#39;s Entity</text>
350</g>
351</g>
352</svg>
353
354   
355    <p>Solid arrows point from a parent (sub)module to the submodule which is
356    descended from it. Dashed arrows point from a module being used to the
357    module or program unit using it.
358    </p>
359   
360                      </div>
361                    </div>
362                  </div>
363                </div>
364               
365   
366
367    <br><br>
368   
369   
370     <h3>Calls</h3>
371     
372                <div class="depgraph"><?xml version="1.0" encoding="UTF-8" standalone="no"?>
373<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
374 "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
375<!-- Generated by graphviz version 2.38.0 (20140413.2041)
376 -->
377<!-- Title: program~~preconvert~~CallsGraph Pages: 1 -->
378<svg id="programpreconvertCallsGraph" width="232pt" height="872pt"
379 viewBox="0.00 0.00 232.00 872.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
380<g id="program~~preconvert~~CallsGraph" class="graph" transform="scale(1 1) rotate(0) translate(4 868)">
381<title>program~~preconvert~~CallsGraph</title>
382<polygon fill="white" stroke="none" points="-4,4 -4,-868 228,-868 228,4 -4,4"/>
383<!-- program~preconvert -->
384<g id="program~~preconvert~~CallsGraph_node1" class="node"><title>program~preconvert</title>
385<polygon fill="none" stroke="black" points="85,-444 0,-444 0,-420 85,-420 85,-444"/>
386<text text-anchor="middle" x="42.5" y="-429.6" font-family="Helvetica,sans-Serif" font-size="10.50">PRECONVERT</text>
387</g>
388<!-- phgracut -->
389<g id="program~~preconvert~~CallsGraph_node2" class="node"><title>phgracut</title>
390<polygon fill="#777777" stroke="#777777" points="200,-864 145,-864 145,-840 200,-840 200,-864"/>
391<text text-anchor="middle" x="172.5" y="-849.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">phgracut</text>
392</g>
393<!-- program~preconvert&#45;&gt;phgracut -->
394<g id="program~~preconvert~~CallsGraph_edge1" class="edge"><title>program~preconvert&#45;&gt;phgracut</title>
395<path fill="none" stroke="#000000" d="M44.3378,-444.207C48.6899,-504.387 70.4844,-769.076 121,-831 124.845,-835.713 129.928,-839.383 135.389,-842.236"/>
396<polygon fill="#000000" stroke="#000000" points="134.216,-845.542 144.783,-846.306 136.999,-839.119 134.216,-845.542"/>
397</g>
398<!-- v -->
399<g id="program~~preconvert~~CallsGraph_node3" class="node"><title>v</title>
400<polygon fill="#777777" stroke="#777777" points="199.5,-822 145.5,-822 145.5,-798 199.5,-798 199.5,-822"/>
401<text text-anchor="middle" x="172.5" y="-807.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">v</text>
402</g>
403<!-- program~preconvert&#45;&gt;v -->
404<g id="program~~preconvert~~CallsGraph_edge2" class="edge"><title>program~preconvert&#45;&gt;v</title>
405<path fill="none" stroke="#000000" d="M44.6235,-444.027C50.0639,-499.956 75.295,-734.21 121,-789 124.974,-793.764 130.21,-797.465 135.804,-800.334"/>
406<polygon fill="#000000" stroke="#000000" points="134.826,-803.721 145.398,-804.419 137.568,-797.281 134.826,-803.721"/>
407</g>
408<!-- mars -->
409<g id="program~~preconvert~~CallsGraph_node4" class="node"><title>mars</title>
410<polygon fill="#777777" stroke="#777777" points="199.5,-780 145.5,-780 145.5,-756 199.5,-756 199.5,-780"/>
411<text text-anchor="middle" x="172.5" y="-765.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">mars</text>
412</g>
413<!-- program~preconvert&#45;&gt;mars -->
414<g id="program~~preconvert~~CallsGraph_edge3" class="edge"><title>program~preconvert&#45;&gt;mars</title>
415<path fill="none" stroke="#000000" d="M45.0385,-444.328C51.7802,-496.601 80.2087,-699.444 121,-747 125,-751.663 130.204,-755.311 135.748,-758.158"/>
416<polygon fill="#000000" stroke="#000000" points="134.676,-761.507 145.246,-762.233 137.436,-755.074 134.676,-761.507"/>
417</g>
418<!-- d -->
419<g id="program~~preconvert~~CallsGraph_node5" class="node"><title>d</title>
420<polygon fill="#777777" stroke="#777777" points="199.5,-738 145.5,-738 145.5,-714 199.5,-714 199.5,-738"/>
421<text text-anchor="middle" x="172.5" y="-723.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">d</text>
422</g>
423<!-- program~preconvert&#45;&gt;d -->
424<g id="program~~preconvert~~CallsGraph_edge4" class="edge"><title>program~preconvert&#45;&gt;d</title>
425<path fill="none" stroke="#000000" d="M43.4066,-444.087C43.732,-485.792 50.2971,-625.462 121,-705 125.082,-709.592 130.326,-713.204 135.885,-716.038"/>
426<polygon fill="#000000" stroke="#000000" points="134.816,-719.388 145.386,-720.11 137.573,-712.954 134.816,-719.388"/>
427</g>
428<!-- q -->
429<g id="program~~preconvert~~CallsGraph_node6" class="node"><title>q</title>
430<polygon fill="#777777" stroke="#777777" points="199.5,-696 145.5,-696 145.5,-672 199.5,-672 199.5,-696"/>
431<text text-anchor="middle" x="172.5" y="-681.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">q</text>
432</g>
433<!-- program~preconvert&#45;&gt;q -->
434<g id="program~~preconvert~~CallsGraph_edge5" class="edge"><title>program~preconvert&#45;&gt;q</title>
435<path fill="none" stroke="#000000" d="M44.144,-444.047C46.7727,-481.486 59.7144,-597.241 121,-663 125.147,-667.45 130.381,-670.988 135.898,-673.791"/>
436<polygon fill="#000000" stroke="#000000" points="134.74,-677.103 145.309,-677.848 137.511,-670.675 134.74,-677.103"/>
437</g>
438<!-- phgrad -->
439<g id="program~~preconvert~~CallsGraph_node7" class="node"><title>phgrad</title>
440<polygon fill="#777777" stroke="#777777" points="199.5,-654 145.5,-654 145.5,-630 199.5,-630 199.5,-654"/>
441<text text-anchor="middle" x="172.5" y="-639.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">phgrad</text>
442</g>
443<!-- program~preconvert&#45;&gt;phgrad -->
444<g id="program~~preconvert~~CallsGraph_edge6" class="edge"><title>program~preconvert&#45;&gt;phgrad</title>
445<path fill="none" stroke="#000000" d="M45.2399,-444.403C50.5064,-477.507 69.2195,-568.963 121,-621 125.248,-625.269 130.49,-628.711 135.974,-631.475"/>
446<polygon fill="#000000" stroke="#000000" points="134.73,-634.75 145.297,-635.511 137.511,-628.326 134.73,-634.75"/>
447</g>
448<!-- posnam -->
449<g id="program~~preconvert~~CallsGraph_node8" class="node"><title>posnam</title>
450<polygon fill="#777777" stroke="#777777" points="199.5,-612 145.5,-612 145.5,-588 199.5,-588 199.5,-612"/>
451<text text-anchor="middle" x="172.5" y="-597.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">posnam</text>
452</g>
453<!-- program~preconvert&#45;&gt;posnam -->
454<g id="program~~preconvert~~CallsGraph_edge7" class="edge"><title>program~preconvert&#45;&gt;posnam</title>
455<path fill="none" stroke="#000000" d="M46.7639,-444.026C54.8204,-471.58 78.171,-539.905 121,-579 125.403,-583.019 130.683,-586.33 136.146,-589.038"/>
456<polygon fill="#000000" stroke="#000000" points="134.822,-592.279 145.389,-593.045 137.607,-585.856 134.822,-592.279"/>
457</g>
458<!-- grib_get -->
459<g id="program~~preconvert~~CallsGraph_node9" class="node"><title>grib_get</title>
460<polygon fill="#777777" stroke="#777777" points="199.5,-570 145.5,-570 145.5,-546 199.5,-546 199.5,-570"/>
461<text text-anchor="middle" x="172.5" y="-555.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">grib_get</text>
462</g>
463<!-- program~preconvert&#45;&gt;grib_get -->
464<g id="program~~preconvert~~CallsGraph_edge8" class="edge"><title>program~preconvert&#45;&gt;grib_get</title>
465<path fill="none" stroke="#000000" d="M49.5402,-444.045C60.8362,-465.473 87.112,-510.453 121,-537 125.485,-540.513 130.641,-543.533 135.909,-546.098"/>
466<polygon fill="#000000" stroke="#000000" points="134.822,-549.443 145.388,-550.232 137.62,-543.026 134.822,-549.443"/>
467</g>
468<!-- grib_set -->
469<g id="program~~preconvert~~CallsGraph_node10" class="node"><title>grib_set</title>
470<polygon fill="#777777" stroke="#777777" points="199.5,-528 145.5,-528 145.5,-504 199.5,-504 199.5,-528"/>
471<text text-anchor="middle" x="172.5" y="-513.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">grib_set</text>
472</g>
473<!-- program~preconvert&#45;&gt;grib_set -->
474<g id="program~~preconvert~~CallsGraph_edge9" class="edge"><title>program~preconvert&#45;&gt;grib_set</title>
475<path fill="none" stroke="#000000" d="M56.0733,-444.166C70.733,-457.867 96.1383,-480.154 121,-495 125.739,-497.83 130.929,-500.457 136.121,-502.828"/>
476<polygon fill="#000000" stroke="#000000" points="134.803,-506.071 145.373,-506.807 137.569,-499.641 134.803,-506.071"/>
477</g>
478<!-- grib_new_from_file -->
479<g id="program~~preconvert~~CallsGraph_node11" class="node"><title>grib_new_from_file</title>
480<polygon fill="#777777" stroke="#777777" points="224,-486 121,-486 121,-462 224,-462 224,-486"/>
481<text text-anchor="middle" x="172.5" y="-471.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">grib_new_from_file</text>
482</g>
483<!-- program~preconvert&#45;&gt;grib_new_from_file -->
484<g id="program~~preconvert~~CallsGraph_edge10" class="edge"><title>program~preconvert&#45;&gt;grib_new_from_file</title>
485<path fill="none" stroke="#000000" d="M80.1797,-444.036C94.2389,-448.649 110.464,-453.972 125.301,-458.841"/>
486<polygon fill="#000000" stroke="#000000" points="124.222,-462.171 134.815,-461.963 126.405,-455.519 124.222,-462.171"/>
487</g>
488<!-- lnsp -->
489<g id="program~~preconvert~~CallsGraph_node12" class="node"><title>lnsp</title>
490<polygon fill="#777777" stroke="#777777" points="199.5,-444 145.5,-444 145.5,-420 199.5,-420 199.5,-444"/>
491<text text-anchor="middle" x="172.5" y="-429.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">lnsp</text>
492</g>
493<!-- program~preconvert&#45;&gt;lnsp -->
494<g id="program~~preconvert~~CallsGraph_edge11" class="edge"><title>program~preconvert&#45;&gt;lnsp</title>
495<path fill="none" stroke="#000000" d="M85.0579,-432C101.191,-432 119.502,-432 135.105,-432"/>
496<polygon fill="#000000" stroke="#000000" points="135.414,-435.5 145.414,-432 135.414,-428.5 135.414,-435.5"/>
497</g>
498<!-- grib_open_file -->
499<g id="program~~preconvert~~CallsGraph_node13" class="node"><title>grib_open_file</title>
500<polygon fill="#777777" stroke="#777777" points="212.5,-402 132.5,-402 132.5,-378 212.5,-378 212.5,-402"/>
501<text text-anchor="middle" x="172.5" y="-387.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">grib_open_file</text>
502</g>
503<!-- program~preconvert&#45;&gt;grib_open_file -->
504<g id="program~~preconvert~~CallsGraph_edge12" class="edge"><title>program~preconvert&#45;&gt;grib_open_file</title>
505<path fill="none" stroke="#000000" d="M80.1797,-419.964C94.2389,-415.351 110.464,-410.028 125.301,-405.159"/>
506<polygon fill="#000000" stroke="#000000" points="126.405,-408.481 134.815,-402.037 124.222,-401.829 126.405,-408.481"/>
507</g>
508<!-- omega -->
509<g id="program~~preconvert~~CallsGraph_node14" class="node"><title>omega</title>
510<polygon fill="#777777" stroke="#777777" points="199.5,-360 145.5,-360 145.5,-336 199.5,-336 199.5,-360"/>
511<text text-anchor="middle" x="172.5" y="-345.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">omega</text>
512</g>
513<!-- program~preconvert&#45;&gt;omega -->
514<g id="program~~preconvert~~CallsGraph_edge13" class="edge"><title>program~preconvert&#45;&gt;omega</title>
515<path fill="none" stroke="#000000" d="M56.0733,-419.834C70.733,-406.133 96.1383,-383.846 121,-369 125.739,-366.17 130.929,-363.543 136.121,-361.172"/>
516<polygon fill="#000000" stroke="#000000" points="137.569,-364.359 145.373,-357.193 134.803,-357.929 137.569,-364.359"/>
517</g>
518<!-- file -->
519<g id="program~~preconvert~~CallsGraph_node15" class="node"><title>file</title>
520<polygon fill="#777777" stroke="#777777" points="199.5,-318 145.5,-318 145.5,-294 199.5,-294 199.5,-318"/>
521<text text-anchor="middle" x="172.5" y="-303.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">file</text>
522</g>
523<!-- program~preconvert&#45;&gt;file -->
524<g id="program~~preconvert~~CallsGraph_edge14" class="edge"><title>program~preconvert&#45;&gt;file</title>
525<path fill="none" stroke="#000000" d="M49.5402,-419.955C60.8362,-398.527 87.112,-353.547 121,-327 125.485,-323.487 130.641,-320.467 135.909,-317.902"/>
526<polygon fill="#000000" stroke="#000000" points="137.62,-320.974 145.388,-313.768 134.822,-314.557 137.62,-320.974"/>
527</g>
528<!-- winds -->
529<g id="program~~preconvert~~CallsGraph_node16" class="node"><title>winds</title>
530<polygon fill="#777777" stroke="#777777" points="199.5,-276 145.5,-276 145.5,-252 199.5,-252 199.5,-276"/>
531<text text-anchor="middle" x="172.5" y="-261.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">winds</text>
532</g>
533<!-- program~preconvert&#45;&gt;winds -->
534<g id="program~~preconvert~~CallsGraph_edge15" class="edge"><title>program~preconvert&#45;&gt;winds</title>
535<path fill="none" stroke="#000000" d="M46.7639,-419.974C54.8204,-392.42 78.171,-324.095 121,-285 125.403,-280.981 130.683,-277.67 136.146,-274.962"/>
536<polygon fill="#000000" stroke="#000000" points="137.607,-278.144 145.389,-270.955 134.822,-271.721 137.607,-278.144"/>
537</g>
538<!-- jsppole -->
539<g id="program~~preconvert~~CallsGraph_node17" class="node"><title>jsppole</title>
540<polygon fill="#777777" stroke="#777777" points="199.5,-234 145.5,-234 145.5,-210 199.5,-210 199.5,-234"/>
541<text text-anchor="middle" x="172.5" y="-219.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">jsppole</text>
542</g>
543<!-- program~preconvert&#45;&gt;jsppole -->
544<g id="program~~preconvert~~CallsGraph_edge16" class="edge"><title>program~preconvert&#45;&gt;jsppole</title>
545<path fill="none" stroke="#000000" d="M45.2399,-419.597C50.5064,-386.493 69.2195,-295.037 121,-243 125.248,-238.731 130.49,-235.289 135.974,-232.525"/>
546<polygon fill="#000000" stroke="#000000" points="137.511,-235.674 145.297,-228.489 134.73,-229.25 137.511,-235.674"/>
547</g>
548<!-- proc~statis -->
549<g id="program~~preconvert~~CallsGraph_node18" class="node"><title>proc~statis</title>
550<g id="a_program~~preconvert~~CallsGraph_node18"><a xlink:href="../proc/statis.html" xlink:title="STATIS">
551<polygon fill="#d9534f" stroke="#d9534f" points="199.5,-192 145.5,-192 145.5,-168 199.5,-168 199.5,-192"/>
552<text text-anchor="middle" x="172.5" y="-177.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">STATIS</text>
553</a>
554</g>
555</g>
556<!-- program~preconvert&#45;&gt;proc~statis -->
557<g id="program~~preconvert~~CallsGraph_edge17" class="edge"><title>program~preconvert&#45;&gt;proc~statis</title>
558<path fill="none" stroke="#000000" d="M44.144,-419.953C46.7727,-382.514 59.7144,-266.759 121,-201 125.147,-196.55 130.381,-193.012 135.898,-190.209"/>
559<polygon fill="#000000" stroke="#000000" points="137.511,-193.325 145.309,-186.152 134.74,-186.897 137.511,-193.325"/>
560</g>
561<!-- spfilter -->
562<g id="program~~preconvert~~CallsGraph_node19" class="node"><title>spfilter</title>
563<polygon fill="#777777" stroke="#777777" points="199.5,-150 145.5,-150 145.5,-126 199.5,-126 199.5,-150"/>
564<text text-anchor="middle" x="172.5" y="-135.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">spfilter</text>
565</g>
566<!-- program~preconvert&#45;&gt;spfilter -->
567<g id="program~~preconvert~~CallsGraph_edge18" class="edge"><title>program~preconvert&#45;&gt;spfilter</title>
568<path fill="none" stroke="#000000" d="M43.4066,-419.913C43.732,-378.208 50.2971,-238.538 121,-159 125.082,-154.408 130.326,-150.796 135.885,-147.962"/>
569<polygon fill="#000000" stroke="#000000" points="137.573,-151.046 145.386,-143.89 134.816,-144.612 137.573,-151.046"/>
570</g>
571<!-- contgl -->
572<g id="program~~preconvert~~CallsGraph_node20" class="node"><title>contgl</title>
573<polygon fill="#777777" stroke="#777777" points="199.5,-108 145.5,-108 145.5,-84 199.5,-84 199.5,-108"/>
574<text text-anchor="middle" x="172.5" y="-93.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">contgl</text>
575</g>
576<!-- program~preconvert&#45;&gt;contgl -->
577<g id="program~~preconvert~~CallsGraph_edge19" class="edge"><title>program~preconvert&#45;&gt;contgl</title>
578<path fill="none" stroke="#000000" d="M45.0385,-419.672C51.7802,-367.399 80.2087,-164.556 121,-117 125,-112.337 130.204,-108.689 135.748,-105.842"/>
579<polygon fill="#000000" stroke="#000000" points="137.436,-108.926 145.246,-101.767 134.676,-102.493 137.436,-108.926"/>
580</g>
581<!-- grib_close_file -->
582<g id="program~~preconvert~~CallsGraph_node21" class="node"><title>grib_close_file</title>
583<polygon fill="#777777" stroke="#777777" points="213,-66 132,-66 132,-42 213,-42 213,-66"/>
584<text text-anchor="middle" x="172.5" y="-51.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">grib_close_file</text>
585</g>
586<!-- program~preconvert&#45;&gt;grib_close_file -->
587<g id="program~~preconvert~~CallsGraph_edge20" class="edge"><title>program~preconvert&#45;&gt;grib_close_file</title>
588<path fill="none" stroke="#000000" d="M44.6235,-419.973C50.0639,-364.044 75.295,-129.79 121,-75 121.855,-73.9747 122.769,-72.9986 123.732,-72.0695"/>
589<polygon fill="#000000" stroke="#000000" points="126.096,-74.6688 131.934,-65.8277 121.857,-69.0983 126.096,-74.6688"/>
590</g>
591<!-- set99 -->
592<g id="program~~preconvert~~CallsGraph_node22" class="node"><title>set99</title>
593<polygon fill="#777777" stroke="#777777" points="199.5,-24 145.5,-24 145.5,-0 199.5,-0 199.5,-24"/>
594<text text-anchor="middle" x="172.5" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">set99</text>
595</g>
596<!-- program~preconvert&#45;&gt;set99 -->
597<g id="program~~preconvert~~CallsGraph_edge21" class="edge"><title>program~preconvert&#45;&gt;set99</title>
598<path fill="none" stroke="#000000" d="M44.3378,-419.793C48.6899,-359.613 70.4844,-94.9245 121,-33 124.922,-28.1923 130.132,-24.4707 135.717,-21.594"/>
599<polygon fill="#000000" stroke="#000000" points="137.481,-24.6471 145.309,-17.5078 134.737,-18.2071 137.481,-24.6471"/>
600</g>
601</g>
602</svg>
603</div>
604                <div><a type="button" class="graph-help" data-toggle="modal" href="#graph-help-text">Help</a></div>
605                <div class="modal fade" id="graph-help-text" tabindex="-1" role="dialog">
606                  <div class="modal-dialog modal-lg" role="document">
607                    <div class="modal-content">
608                      <div class="modal-header">
609                        <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
610                        <h4 class="modal-title" id="-graph-help-label">Graph Key</h4>
611                      </div>
612                      <div class="modal-body">
613                       
614    <p>Nodes of different colours represent the following: </p>
615    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
616<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
617 "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
618<!-- Generated by graphviz version 2.38.0 (20140413.2041)
619 -->
620<!-- Title: Graph Key Pages: 1 -->
621<svg width="560pt" height="32pt"
622 viewBox="0.00 0.00 559.50 32.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
623<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 28)">
624<title>Graph Key</title>
625<polygon fill="white" stroke="none" points="-4,4 -4,-28 555.5,-28 555.5,4 -4,4"/>
626<!-- Subroutine -->
627<g id="node1" class="node"><title>Subroutine</title>
628<polygon fill="#d9534f" stroke="#d9534f" points="64,-24 0,-24 0,-0 64,-0 64,-24"/>
629<text text-anchor="middle" x="32" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">Subroutine</text>
630</g>
631<!-- Function -->
632<g id="node2" class="node"><title>Function</title>
633<polygon fill="#d94e8f" stroke="#d94e8f" points="136,-24 82,-24 82,-0 136,-0 136,-24"/>
634<text text-anchor="middle" x="109" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">Function</text>
635</g>
636<!-- Interface -->
637<g id="node3" class="node"><title>Interface</title>
638<polygon fill="#a7506f" stroke="#a7506f" points="209.5,-24 154.5,-24 154.5,-0 209.5,-0 209.5,-24"/>
639<text text-anchor="middle" x="182" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">Interface</text>
640</g>
641<!-- Unknown Procedure Type -->
642<g id="node4" class="node"><title>Unknown Procedure Type</title>
643<polygon fill="#777777" stroke="#777777" points="364,-24 228,-24 228,-0 364,-0 364,-24"/>
644<text text-anchor="middle" x="296" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">Unknown Procedure Type</text>
645</g>
646<!-- Program -->
647<g id="node5" class="node"><title>Program</title>
648<polygon fill="#f0ad4e" stroke="#f0ad4e" points="436,-24 382,-24 382,-0 436,-0 436,-24"/>
649<text text-anchor="middle" x="409" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">Program</text>
650</g>
651<!-- This Page&#39;s Entity -->
652<g id="node6" class="node"><title>This Page&#39;s Entity</title>
653<polygon fill="none" stroke="black" points="551.5,-24 454.5,-24 454.5,-0 551.5,-0 551.5,-24"/>
654<text text-anchor="middle" x="503" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50">This Page&#39;s Entity</text>
655</g>
656</g>
657</svg>
658
659   
660    <p>Solid arrows point from a procedure to one which it calls. Dashed
661    arrows point from an interface to procedures which implement that interface.
662    This could include the module procedures in a generic interface or the
663    implementation in a submodule of an interface in a parent module.
664    </p>
665   
666                      </div>
667                    </div>
668                  </div>
669                </div>
670               
671     
672    <br>
673
674     <section class="visible-xs visible-sm hidden-md">
675       
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697     </section>
698     <br class="visible-xs visible-sm hidden-md">
699
700     
701
702   
703   
704   
705   
706   
707   
708   
709
710   
711   
712   
713
714
715   
716   
717   
718   
719    </div>
720  </div>
721
722  <section class="visible-xs visible-sm hidden-md">
723    <hr>
724   
725
726<div class="panel panel-default">
727  <div class="panel-heading text-left"><h3 class="panel-title"><a data-toggle="collapse" href="#allprogs-1">All Programs</a></h3></div>
728  <div id="allprogs-1" class="panel-collapse collapse">
729    <div class="list-group">
730     
731      <a class="list-group-item" href="../program/preconvert.html">PRECONVERT</a>
732     
733    </div>
734  </div>
735</div>
736
737
738  </section>
739 
740    <hr>   
741    </div> <!-- /container -->
742    <footer>
743      <div class="container">
744      <div class="row">
745        <div class="col-xs-6 col-md-4"><p>&copy; 2019 <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="../80x15.png" /></a></p></div>
746        <div class="col-xs-6 col-md-4 col-md-push-4">
747          <p class="text-right">
748            Documentation generated by
749            <a href="https://github.com/cmacmackin/ford">FORD</a>
750           
751          </p>
752        </div>
753        <div class="col-xs-12 col-md-4 col-md-pull-4"><p class="text-center"> Flex_extract: Calculation of etadot was developed by Leopold Haimberger</p></div>
754      </div>
755      <br>
756      </div> <!-- /container -->   
757    </footer>
758
759    <!-- Bootstrap core JavaScript
760    ================================================== -->
761    <!-- Placed at the end of the document so the pages load faster -->
762<!--
763    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
764-->
765    <script src="../js/bootstrap.min.js"></script>
766    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
767    <script src="../js/ie10-viewport-bug-workaround.js"></script>
768
769    <!-- MathJax JavaScript
770    ================================================== -->
771    <!-- Placed at the end of the document so the pages load faster -->
772    <script type="text/x-mathjax-config">
773      MathJax.Hub.Config({
774        TeX: { extensions: ['AMSmath.js','AMSsymbols.js','noErrors.js','noUndefined.js'], equationNumbers: { autoNumber: 'AMS' } },
775        jax: ['input/TeX','input/MathML','output/HTML-CSS'],
776        extensions: ['tex2jax.js','mml2jax.js','MathMenu.js','MathZoom.js'],
777        'HTML-CSS': { 
778           styles: { '.MathJax_Display, .MathJax .mo, .MathJax .mi, .MathJax .mn': {color: '#000000 ! important'} }
779        }
780      });
781    </script>
782    <!-- <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> -->
783  </body>
784</html>
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG