Select Git revision
Template.pm
phgpns.html 21.80 KiB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="flex_extract calculates the vertical velocity for FLEXPART">
<meta name="author" content="Leopold Haimberger<sup>1</sup>" >
<link rel="icon" href="../favicon.png">
<title>PHGPNS – Flex_extract: Calculation of etadot</title>
<link href="../css/bootstrap.min.css" rel="stylesheet">
<link href="../css/pygments.css" rel="stylesheet">
<link href="../css/font-awesome.min.css" rel="stylesheet">
<link href="../css/local.css" rel="stylesheet">
<link href="../tipuesearch/tipuesearch.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script src="../js/jquery-2.1.3.min.js"></script>
<script src="../js/svg-pan-zoom.min.js"></script>
</head>
<body>
<!-- Fixed navbar -->
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">Flex_extract: Calculation of etadot <small>7.1.2</small></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="dropdown hidden-xs visible-sm visible-md hidden-lg">
<a href="#" class="dropdown-toggle"
data-toggle="dropdown" role="button"
aria-haspopup="true"
aria-expanded="false">Contents <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="../lists/files.html">Source Files</a></li>
<li><a href="../lists/modules.html">Modules</a></li>
<li><a href="../lists/procedures.html">Procedures</a></li>
<li><a href="../program/calc_etadot.html">Program</a></li>
</ul>
</li>
<li class="visible-xs hidden-sm visible-lg"><a href="../lists/files.html">Source Files</a></li>
<li class="visible-xs hidden-sm visible-lg"><a href="../lists/modules.html">Modules</a></li>
<li class="visible-xs hidden-sm visible-lg"><a href="../lists/procedures.html">Procedures</a></li>
<li class="visible-xs hidden-sm visible-lg"><a href="../program/calc_etadot.html">Program</a></li>
</ul>
<form action="../search.html" class="navbar-form navbar-right" role="search">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search" name="q" id="tipue_search_input" autocomplete="off" required>
</div>
<!--
<button type="submit" class="btn btn-default">Submit</button>
-->
</form>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<div class="row">
<h1>PHGPNS
<small>Subroutine</small>
</h1>
<div class="row">
<div class="col-lg-12">
<div class="well well-sm">
<ul class="list-inline" style="margin-bottom:0px;display:inline">
<li><i class="fa fa-list-ol"></i>
<a data-toggle="tooltip"
data-placement="bottom" data-html="true"
title=" 2.2% of total for procedures.">22 statements</a>
</li>
<li><i class="fa fa-code"></i><a href="../src/phgrreal.f90"> Source File</a></li>
</ul>
<ol class="breadcrumb in-well text-right">
<li><a href='../sourcefile/phgrreal.f90.html'>phgrreal.f90</a></li>
<li><a href='../module/phtogr.html'>PHTOGR</a></li>
<li class="active">PHGPNS</li>
</ol>
</div>
</div>
</div>
<script>
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
</script>
</div>
<div class="row">
<div class="col-md-3 hidden-xs hidden-sm visible-md visible-lg">
<div id="sidebar">
<h3>Contents</h3>
<em>None</em>
</div>
</div>
<div class="col-md-9" id='text'>
<h2>
public subroutine PHGPNS(CXMN, FELD, Z, WSAVE, IFAX, J, MNAUF, MAUF, MANF, MAXL, MAXB, MLEVEL)
</h2>
<h3>Arguments</h3>
<table class="table table-striped varlist">
<thead><tr><th>Type</th>
<th>Intent</th><th>Optional</th>
<th>Attributes</th><th></th><th>Name</th><th></th></thead>
<tbody>
<tr>
<td><span class="anchor" id="variable-cxmn%7E9"></span>real,</td>
<td>intent(in)</td>
<td></td>
<td></td><td>::</td>
<td><strong>CXMN</strong>(0:(MNAUF+1)*(MNAUF+2)-1,MLEVEL)</td><td></td>
</tr>
<tr>
<td><span class="anchor" id="variable-feld%7E8"></span>real</td>
<td></td>
<td></td>
<td></td><td>::</td>
<td><strong>FELD</strong>(MAXL,MAXB,MLEVEL)</td><td></td>
</tr>
<tr>
<td><span class="anchor" id="variable-z%7E8"></span>real,</td>
<td>intent(in)</td>
<td></td>
<td></td><td>::</td>
<td><strong>Z</strong>(0:((MNAUF+3)*(MNAUF+4))/2,MAXB)</td><td></td>
</tr>
<tr>
<td><span class="anchor" id="variable-wsave%7E7"></span>real,</td>
<td>intent(in)</td>
<td></td>
<td></td><td>::</td>
<td><strong>WSAVE</strong>(4*MAUF+15)</td><td></td>
</tr>
<tr>
<td><span class="anchor" id="variable-ifax%7E8"></span>integer</td>
<td></td>
<td></td>
<td></td><td>::</td>
<td><strong>IFAX</strong>(10)</td><td></td>
</tr>
<tr>
<td><span class="anchor" id="variable-j%7E2"></span>integer,</td>
<td>intent(in)</td>
<td></td>
<td></td><td>::</td>
<td><strong>J</strong></td><td></td>
</tr>
<tr>
<td><span class="anchor" id="variable-mnauf%7E9"></span>integer,</td>
<td>intent(in)</td>
<td></td>
<td></td><td>::</td>
<td><strong>MNAUF</strong></td><td></td>
</tr>
<tr>
<td><span class="anchor" id="variable-mauf%7E3"></span>integer,</td>
<td>intent(in)</td>
<td></td>
<td></td><td>::</td>
<td><strong>MAUF</strong></td><td></td>
</tr>
<tr>
<td><span class="anchor" id="variable-manf%7E3"></span>integer,</td>
<td>intent(in)</td>
<td></td>
<td></td><td>::</td>
<td><strong>MANF</strong></td><td></td>
</tr>
<tr>
<td><span class="anchor" id="variable-maxl%7E9"></span>integer,</td>
<td>intent(in)</td>
<td></td>
<td></td><td>::</td>
<td><strong>MAXL</strong></td><td></td>
</tr>
<tr>
<td><span class="anchor" id="variable-maxb%7E9"></span>integer,</td>
<td>intent(in)</td>
<td></td>
<td></td><td>::</td>
<td><strong>MAXB</strong></td><td></td>
</tr>
<tr>
<td><span class="anchor" id="variable-mlevel%7E8"></span>integer,</td>
<td>intent(in)</td>
<td></td>
<td></td><td>::</td>
<td><strong>MLEVEL</strong></td><td></td>
</tr>
</tbody>
</table>
<br>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Calls</h3>
</div>
<div class="panel-body">
<div class="depgraph"><?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.38.0 (20140413.2041)
-->
<!-- Title: proc~~phgpns~~CallsGraph Pages: 1 -->
<svg id="procphgpnsCallsGraph" width="254pt" height="32pt"
viewBox="0.00 0.00 254.00 32.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="proc~~phgpns~~CallsGraph" class="graph" transform="scale(1 1) rotate(0) translate(4 28)">
<title>proc~~phgpns~~CallsGraph</title>
<polygon fill="white" stroke="none" points="-4,4 -4,-28 250,-28 250,4 -4,4"/>
<!-- proc~phgpns -->
<g id="proc~~phgpns~~CallsGraph_node1" class="node"><title>proc~phgpns</title>
<polygon fill="none" stroke="black" points="56,-24 0,-24 0,-0 56,-0 56,-24"/>
<text text-anchor="middle" x="28" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50">PHGPNS</text>
</g>
<!-- proc~rfourtr -->
<g id="proc~~phgpns~~CallsGraph_node2" class="node"><title>proc~rfourtr</title>
<g id="a_proc~~phgpns~~CallsGraph_node2"><a xlink:href=".././proc/rfourtr.html" xlink:title="RFOURTR">
<polygon fill="#d9534f" stroke="#d9534f" points="156,-24 92,-24 92,-0 156,-0 156,-24"/>
<text text-anchor="middle" x="124" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">RFOURTR</text>
</a>
</g>
</g>
<!-- proc~phgpns->proc~rfourtr -->
<g id="proc~~phgpns~~CallsGraph_edge1" class="edge"><title>proc~phgpns->proc~rfourtr</title>
<path fill="none" stroke="#000000" d="M56.1887,-12C64.217,-12 73.1892,-12 81.8881,-12"/>
<polygon fill="#000000" stroke="#000000" points="81.9013,-15.5001 91.9013,-12 81.9012,-8.5001 81.9013,-15.5001"/>
</g>
<!-- fft99 -->
<g id="proc~~phgpns~~CallsGraph_node3" class="node"><title>fft99</title>
<polygon fill="#777777" stroke="#777777" points="246,-24 192,-24 192,-0 246,-0 246,-24"/>
<text text-anchor="middle" x="219" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">fft99</text>
</g>
<!-- proc~rfourtr->fft99 -->
<g id="proc~~phgpns~~CallsGraph_edge2" class="edge"><title>proc~rfourtr->fft99</title>
<path fill="none" stroke="#000000" d="M156.226,-12C164.48,-12 173.455,-12 181.941,-12"/>
<polygon fill="#000000" stroke="#000000" points="181.969,-15.5001 191.969,-12 181.969,-8.5001 181.969,-15.5001"/>
</g>
</g>
</svg>
</div><div><a type="button" class="graph-help" data-toggle="modal" href="#graph-help-text">Help</a></div><div class="modal fade" id="graph-help-text" tabindex="-1" role="dialog"><div class="modal-dialog modal-lg" role="document"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button><h4 class="modal-title" id="-graph-help-label">Graph Key</h4></div><div class="modal-body">
<p>Nodes of different colours represent the following: </p>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.38.0 (20140413.2041)
-->
<!-- Title: Graph Key Pages: 1 -->
<svg width="560pt" height="32pt"
viewBox="0.00 0.00 559.50 32.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 28)">
<title>Graph Key</title>
<polygon fill="white" stroke="none" points="-4,4 -4,-28 555.5,-28 555.5,4 -4,4"/>
<!-- Subroutine -->
<g id="node1" class="node"><title>Subroutine</title>
<polygon fill="#d9534f" stroke="#d9534f" points="64,-24 0,-24 0,-0 64,-0 64,-24"/>
<text text-anchor="middle" x="32" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">Subroutine</text>
</g>
<!-- Function -->
<g id="node2" class="node"><title>Function</title>
<polygon fill="#d94e8f" stroke="#d94e8f" points="136,-24 82,-24 82,-0 136,-0 136,-24"/>
<text text-anchor="middle" x="109" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">Function</text>
</g>
<!-- Interface -->
<g id="node3" class="node"><title>Interface</title>
<polygon fill="#a7506f" stroke="#a7506f" points="209.5,-24 154.5,-24 154.5,-0 209.5,-0 209.5,-24"/>
<text text-anchor="middle" x="182" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">Interface</text>
</g>
<!-- Unknown Procedure Type -->
<g id="node4" class="node"><title>Unknown Procedure Type</title>
<polygon fill="#777777" stroke="#777777" points="364,-24 228,-24 228,-0 364,-0 364,-24"/>
<text text-anchor="middle" x="296" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">Unknown Procedure Type</text>
</g>
<!-- Program -->
<g id="node5" class="node"><title>Program</title>
<polygon fill="#f0ad4e" stroke="#f0ad4e" points="436,-24 382,-24 382,-0 436,-0 436,-24"/>
<text text-anchor="middle" x="409" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">Program</text>
</g>
<!-- This Page's Entity -->
<g id="node6" class="node"><title>This Page's Entity</title>
<polygon fill="none" stroke="black" points="551.5,-24 454.5,-24 454.5,-0 551.5,-0 551.5,-24"/>
<text text-anchor="middle" x="503" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50">This Page's Entity</text>
</g>
</g>
</svg>
<p>Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
</p>
</div></div></div></div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Called by</h3>
</div>
<div class="panel-body">
<div class="depgraph"><?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.38.0 (20140413.2041)
-->
<!-- Title: proc~~phgpns~~CalledByGraph Pages: 1 -->
<svg id="procphgpnsCalledByGraph" width="260pt" height="32pt"
viewBox="0.00 0.00 260.00 32.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="proc~~phgpns~~CalledByGraph" class="graph" transform="scale(1 1) rotate(0) translate(4 28)">
<title>proc~~phgpns~~CalledByGraph</title>
<polygon fill="white" stroke="none" points="-4,4 -4,-28 256,-28 256,4 -4,4"/>
<!-- proc~phgpns -->
<g id="proc~~phgpns~~CalledByGraph_node1" class="node"><title>proc~phgpns</title>
<polygon fill="none" stroke="black" points="252,-24 196,-24 196,-0 252,-0 252,-24"/>
<text text-anchor="middle" x="224" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50">PHGPNS</text>
</g>
<!-- proc~phgcut -->
<g id="proc~~phgpns~~CalledByGraph_node2" class="node"><title>proc~phgcut</title>
<g id="a_proc~~phgpns~~CalledByGraph_node2"><a xlink:href=".././proc/phgcut.html" xlink:title="PHGCUT">
<polygon fill="#d9534f" stroke="#d9534f" points="160,-24 103,-24 103,-0 160,-0 160,-24"/>
<text text-anchor="middle" x="131.5" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">PHGCUT</text>
</a>
</g>
</g>
<!-- proc~phgcut->proc~phgpns -->
<g id="proc~~phgpns~~CalledByGraph_edge1" class="edge"><title>proc~phgcut->proc~phgpns</title>
<path fill="none" stroke="#000000" d="M160.145,-12C168.201,-12 177.139,-12 185.688,-12"/>
<polygon fill="#000000" stroke="#000000" points="185.836,-15.5001 195.836,-12 185.835,-8.5001 185.836,-15.5001"/>
</g>
<!-- program~calc_etadot -->
<g id="proc~~phgpns~~CalledByGraph_node3" class="node"><title>program~calc_etadot</title>
<g id="a_proc~~phgpns~~CalledByGraph_node3"><a xlink:href=".././program/calc_etadot.html" xlink:title="calc_etadot">
<polygon fill="#f0ad4e" stroke="#f0ad4e" points="67,-24 0,-24 0,-0 67,-0 67,-24"/>
<text text-anchor="middle" x="33.5" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">calc_etadot</text>
</a>
</g>
</g>
<!-- program~calc_etadot->proc~phgcut -->
<g id="proc~~phgpns~~CalledByGraph_edge2" class="edge"><title>program~calc_etadot->proc~phgcut</title>
<path fill="none" stroke="#000000" d="M67.0012,-12C75.2769,-12 84.2412,-12 92.7541,-12"/>
<polygon fill="#000000" stroke="#000000" points="92.8375,-15.5001 102.837,-12 92.8374,-8.5001 92.8375,-15.5001"/>
</g>
</g>
</svg>
</div><div><a type="button" class="graph-help" data-toggle="modal" href="#graph-help-text">Help</a></div><div class="modal fade" id="graph-help-text" tabindex="-1" role="dialog"><div class="modal-dialog modal-lg" role="document"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button><h4 class="modal-title" id="-graph-help-label">Graph Key</h4></div><div class="modal-body">
<p>Nodes of different colours represent the following: </p>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.38.0 (20140413.2041)
-->
<!-- Title: Graph Key Pages: 1 -->
<svg width="560pt" height="32pt"
viewBox="0.00 0.00 559.50 32.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 28)">
<title>Graph Key</title>
<polygon fill="white" stroke="none" points="-4,4 -4,-28 555.5,-28 555.5,4 -4,4"/>
<!-- Subroutine -->
<g id="node1" class="node"><title>Subroutine</title>
<polygon fill="#d9534f" stroke="#d9534f" points="64,-24 0,-24 0,-0 64,-0 64,-24"/>
<text text-anchor="middle" x="32" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">Subroutine</text>
</g>
<!-- Function -->
<g id="node2" class="node"><title>Function</title>
<polygon fill="#d94e8f" stroke="#d94e8f" points="136,-24 82,-24 82,-0 136,-0 136,-24"/>
<text text-anchor="middle" x="109" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">Function</text>
</g>
<!-- Interface -->
<g id="node3" class="node"><title>Interface</title>
<polygon fill="#a7506f" stroke="#a7506f" points="209.5,-24 154.5,-24 154.5,-0 209.5,-0 209.5,-24"/>
<text text-anchor="middle" x="182" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">Interface</text>
</g>
<!-- Unknown Procedure Type -->
<g id="node4" class="node"><title>Unknown Procedure Type</title>
<polygon fill="#777777" stroke="#777777" points="364,-24 228,-24 228,-0 364,-0 364,-24"/>
<text text-anchor="middle" x="296" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">Unknown Procedure Type</text>
</g>
<!-- Program -->
<g id="node5" class="node"><title>Program</title>
<polygon fill="#f0ad4e" stroke="#f0ad4e" points="436,-24 382,-24 382,-0 436,-0 436,-24"/>
<text text-anchor="middle" x="409" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">Program</text>
</g>
<!-- This Page's Entity -->
<g id="node6" class="node"><title>This Page's Entity</title>
<polygon fill="none" stroke="black" points="551.5,-24 454.5,-24 454.5,-0 551.5,-0 551.5,-24"/>
<text text-anchor="middle" x="503" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50">This Page's Entity</text>
</g>
</g>
</svg>
<p>Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
</p>
</div></div></div></div>
</div>
</div>
<br>
<section class="visible-xs visible-sm hidden-md">
<h3>Contents</h3>
<em>None</em>
</section>
<br class="visible-xs visible-sm hidden-md">
</div>
</div>
<hr>
</div> <!-- /container -->
<footer>
<div class="container">
<div class="row">
<div class="col-xs-6 col-md-4"><p>© 2020 <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a>
</p></div>
<div class="col-xs-6 col-md-4 col-md-push-4">
<p class="text-right">
Documentation generated by
<a href="https://github.com/cmacmackin/ford">FORD</a>
</p>
</div>
<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<sup>1</sup></p></div>
</div>
<br>
</div> <!-- /container -->
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!--
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
-->
<script src="../js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../js/ie10-viewport-bug-workaround.js"></script>
<!-- MathJax JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
TeX: { extensions: ['AMSmath.js','AMSsymbols.js','noErrors.js','noUndefined.js'], equationNumbers: { autoNumber: 'AMS' } },
jax: ['input/TeX','input/MathML','output/HTML-CSS'],
extensions: ['tex2jax.js','mml2jax.js','MathMenu.js','MathZoom.js']
});
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="../tipuesearch/tipuesearch_content.js"></script>
<script src="../tipuesearch/tipuesearch_set.js"></script>
<script src="../tipuesearch/tipuesearch.js"></script>
</body>
</html>