Skip to content

Commit f04685f

Browse files
Deployed e8e016f with MkDocs version: 1.6.1
1 parent ee61fdb commit f04685f

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

conversion/convert-portable-layer/index.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1661,7 +1661,7 @@ <h2 id="1c-clean-up-dummy-argument-dimensions">1c - Clean up dummy argument dime
16611661
</li>
16621662
<li>If a named dimension is no longer used, it may be removed from the calling list (i.e. pcols, etc)</li>
16631663
<li>On the CAM interface side, any variables dimensioned by <code>pcols</code> in CAM will need to be subsetted to <code>1:ncol</code> in the call to the CCPP-ized routine so that only the active columns are passed</li>
1664-
<li>All <code>intent(out)</code> variables which are dimensioned pcols` should be initialized to zero right before being called in the main CAM physics calling routine to prevent extraneous values from existing in a pcols-dimensioned array.<ul>
1664+
<li>All <code>intent(out)</code> variables which are dimensioned <code>pcols</code> should be initialized to zero right before being called in the main CAM physics calling routine to prevent extraneous values from existing in a pcols-dimensioned array.<ul>
16651665
<li>Put <code>!REMOVECAM/!REMOVECAM_END</code> labels around these initializations as any which remain after CAM is retired no longer need this precautionary step.</li>
16661666
</ul>
16671667
</li>
@@ -1672,6 +1672,10 @@ <h2 id="1c-clean-up-dummy-argument-dimensions">1c - Clean up dummy argument dime
16721672
</ul>
16731673
</li>
16741674
</ol>
1675+
<div class="admonition note">
1676+
<p class="admonition-title">Note</p>
1677+
<p>When calling CCPPized subroutines from CAM, only the active columns (<code>1:ncol</code>) should be passed in. Because CAM distinguishes between <code>ncols</code> and <code>pcols</code>, output variables sized <code>pcols</code> must be initialized to zero, because the CCPPized subroutines will only be able to modify the active columns <code>1:ncol</code>.</p>
1678+
</div>
16751679
<h2 id="1d-use-kind_phys-instead-of-r8">1d - Use kind_phys instead of r8</h2>
16761680
<ol>
16771681
<li>Remove <code>use shr_kind_mod, only: r8=&gt; shr_kind_r8</code></li>
@@ -1806,7 +1810,7 @@ <h2 id="1k-optional-make-a-cam-tag">1k - OPTIONAL: Make a CAM tag</h2>
18061810
<span class="md-icon" title="Last update">
18071811
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
18081812
</span>
1809-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="December 9, 2024 16:38:18">December 9, 2024</span>
1813+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="April 9, 2025 19:51:45">April 9, 2025</span>
18101814
</span>
18111815

18121816

@@ -1834,6 +1838,11 @@ <h2 id="1k-optional-make-a-cam-tag">1k - OPTIONAL: Make a CAM tag</h2>
18341838

18351839
<nav>
18361840

1841+
<a href="https://github.com/jimmielin" class="md-author" title="@jimmielin">
1842+
1843+
<img src="https://avatars.githubusercontent.com/u/123603?v=4&size=72" alt="jimmielin">
1844+
</a>
1845+
18371846
<a href="https://github.com/peverwhee" class="md-author" title="@peverwhee">
18381847

18391848
<img src="https://avatars.githubusercontent.com/u/26393487?v=4&size=72" alt="peverwhee">

conversion/create-metadata/index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,7 +1531,7 @@ <h2 id="complete-metadata">Complete metadata</h2>
15311531
<tr>
15321532
<td style="text-align: left;">ncols or pcols</td>
15331533
<td>run phase</td>
1534-
<td>horizonal_loop_extent OR horizontal_loop_begin:horizontal_loop_end</td>
1534+
<td>horizonal_loop_extent</td>
15351535
</tr>
15361536
<tr>
15371537
<td style="text-align: left;">pcnst</td>
@@ -1594,7 +1594,7 @@ <h3 id="dependencies">Dependencies</h3>
15941594
<span class="md-icon" title="Last update">
15951595
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
15961596
</span>
1597-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="March 10, 2025 16:11:33">March 10, 2025</span>
1597+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="April 9, 2025 19:51:45">April 9, 2025</span>
15981598
</span>
15991599

16001600

@@ -1622,6 +1622,11 @@ <h3 id="dependencies">Dependencies</h3>
16221622

16231623
<nav>
16241624

1625+
<a href="https://github.com/jimmielin" class="md-author" title="@jimmielin">
1626+
1627+
<img src="https://avatars.githubusercontent.com/u/123603?v=4&size=72" alt="jimmielin">
1628+
</a>
1629+
16251630
<a href="https://github.com/peverwhee" class="md-author" title="@peverwhee">
16261631

16271632
<img src="https://avatars.githubusercontent.com/u/26393487?v=4&size=72" alt="peverwhee">

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)