Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add updated CALGUST/CALHEL htmls to gh-pages #659

Merged
merged 1 commit into from
Mar 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 17 additions & 11 deletions CALGUST_8f.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.6"/>
<meta name="generator" content="Doxygen 1.8.5"/>
<title>UPP: CALGUST.f File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
Expand All @@ -30,15 +30,15 @@
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">UPP
&#160;<span id="projectnumber">V11.0.0</span>
&#160;<span id="projectnumber">11.0.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.6 -->
<!-- Generated by Doxygen 1.8.5 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
Expand Down Expand Up @@ -116,21 +116,21 @@
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions/Subroutines</h2></td></tr>
<tr class="memitem:a1e3810a69038fff54f46595a9a0d2fc7"><td class="memItemLeft" align="right" valign="top">subroutine&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="CALGUST_8f.html#a1e3810a69038fff54f46595a9a0d2fc7">CALGUST</a> (LPBL, ZPBL, GUST)</td></tr>
<tr class="memdesc:a1e3810a69038fff54f46595a9a0d2fc7"><td class="mdescLeft">&#160;</td><td class="mdescRight">This routine computes surface wind gust by mixing down momentum from the level at the height of the PBL. <a href="#a1e3810a69038fff54f46595a9a0d2fc7">More...</a><br/></td></tr>
<tr class="separator:a1e3810a69038fff54f46595a9a0d2fc7"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa6f4842154ed670645b61226c472adb1"><td class="memItemLeft" align="right" valign="top">subroutine&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="CALGUST_8f.html#aa6f4842154ed670645b61226c472adb1">calgust</a> (LPBL, ZPBL, GUST)</td></tr>
<tr class="memdesc:aa6f4842154ed670645b61226c472adb1"><td class="mdescLeft">&#160;</td><td class="mdescRight">This routine computes surface wind gust by mixing down momentum from the level at the height of the PBL. <a href="#aa6f4842154ed670645b61226c472adb1">More...</a><br/></td></tr>
<tr class="separator:aa6f4842154ed670645b61226c472adb1"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Subroutine that computes max wind level. </p>

<p>Definition in file <a class="el" href="CALGUST_8f_source.html">CALGUST.f</a>.</p>
</div><h2 class="groupheader">Function/Subroutine Documentation</h2>
<a class="anchor" id="a1e3810a69038fff54f46595a9a0d2fc7"></a>
<a class="anchor" id="aa6f4842154ed670645b61226c472adb1"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">subroutine CALGUST </td>
<td class="memname">subroutine calgust </td>
<td>(</td>
<td class="paramtype">integer, dimension(ista_2l:iend_2u,jsta_2l:jend_2u), intent(in)&#160;</td>
<td class="paramname"><em>LPBL</em>, </td>
Expand Down Expand Up @@ -158,7 +158,9 @@
<p>This routine computes surface wind gust by mixing down momentum from the level at the height of the PBL. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramdir">[out]</td><td class="paramname">GUST</td><td>Speed of the maximum surface wind gust.</td></tr>
<tr><td class="paramdir">[in]</td><td class="paramname">LPBL</td><td>Model level that is closest to the planetary boundary layer height. </td></tr>
<tr><td class="paramdir">[in]</td><td class="paramname">ZPBL</td><td>Height of the planetary boundary layer. </td></tr>
<tr><td class="paramdir">[in,out]</td><td class="paramname">GUST</td><td>Speed of the maximum surface wind gust.</td></tr>
</table>
</dd>
</dl>
Expand All @@ -176,11 +178,15 @@ <h3>Program history log:</h3>
<td>2015-03-11 </td><td>S Moorthi </td><td>Set sfcwind to spval if u10 and v10 are spvals for A grid and set gust to just wind (in GSM with nemsio, it appears u10 &amp; v10 have spval) </td></tr>
<tr>
<td>2021-09-02 </td><td>Bo Cui </td><td>Decompose UPP in X direction </td></tr>
<tr>
<td>2023-02-24 </td><td>Weizhong Zheng</td><td>Revised calculation of wind gust for UFS applications </td></tr>
</table>
<dl class="section author"><dt>Author</dt><dd>Geoff Manikin W/NP2 </dd></dl>
<dl class="section date"><dt>Date</dt><dd>1997-03-04 </dd></dl>

<p>Definition at line <a class="el" href="CALGUST_8f_source.html#l00020">20</a> of file <a class="el" href="CALGUST_8f_source.html">CALGUST.f</a>.</p>
<p>Definition at line <a class="el" href="CALGUST_8f_source.html#l00023">23</a> of file <a class="el" href="CALGUST_8f_source.html">CALGUST.f</a>.</p>

<p>Referenced by <a class="el" href="MDLFLD_8f_source.html#l00088">mdlfld()</a>.</p>

</div>
</div>
Expand All @@ -192,7 +198,7 @@ <h3>Program history log:</h3>
<li class="navelem"><a class="el" href="dir_d8b772108138bf796aaa3f7fe4e09294.html">sorc</a></li><li class="navelem"><a class="el" href="dir_29f0049402def9fd0d109199f2d306c2.html">ncep_post.fd</a></li><li class="navelem"><a class="el" href="CALGUST_8f.html">CALGUST.f</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.5 </li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion CALGUST_8f.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var CALGUST_8f =
[
[ "CALGUST", "CALGUST_8f.html#a1e3810a69038fff54f46595a9a0d2fc7", null ]
[ "calgust", "CALGUST_8f.html#aa6f4842154ed670645b61226c472adb1", null ]
];
Loading