Skip to content

Commit

Permalink
build based on b5af3011
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Nov 15, 2024
1 parent a79372b commit 1587c17
Show file tree
Hide file tree
Showing 104 changed files with 104 additions and 104 deletions.
2 changes: 1 addition & 1 deletion previews/PR1081/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-11-15T13:09:38","documenter_version":"1.5.0"}}
{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-11-15T18:24:14","documenter_version":"1.5.0"}}
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
/</code></pre><p>From <code>src/arpifs/module/yommcc.F90</code>:</p><pre><code class="language-fortran hljs">! LMCC01_MSE = .T. ===&gt; THE CLIM.FIELD(S) ARE READ IN LBC FILE AND USED IN SURFEX
:
! LMCCECSST =.T. ===&gt; SST FROM ECMWF (SST-ANA COMB with surf temp over seaice)
! =.F. ===&gt; SST FROM SURFTEMPERATURE</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../../DataAssimilation/NWECHKEVO/">« NWECHKEVO</a><a class="docs-footer-nextpage" href="../../ForecastModel/Forecast/">Forecast »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.5.0 on <span class="colophon-date" title="Friday 15 November 2024 13:09">Friday 15 November 2024</span>. Using Julia version 1.10.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
! =.F. ===&gt; SST FROM SURFTEMPERATURE</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../../DataAssimilation/NWECHKEVO/">« NWECHKEVO</a><a class="docs-footer-nextpage" href="../../ForecastModel/Forecast/">Forecast »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.5.0 on <span class="colophon-date" title="Friday 15 November 2024 18:24">Friday 15 November 2024</span>. Using Julia version 1.10.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion previews/PR1081/Build/Build_with_cmake/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion previews/PR1081/Build/Build_with_makeup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@

# or not to mess up the output, use just one process for compilations

gmake NPES=1 -i</code></pre><h3 id="Creating-precompiled-installation"><a class="docs-heading-anchor" href="#Creating-precompiled-installation">Creating precompiled installation</a><a id="Creating-precompiled-installation-1"></a><a class="docs-heading-anchor-permalink" href="#Creating-precompiled-installation" title="Permalink"></a></h3><p>If you want to provide precompiled libraries, objects, source code to other users so that they do not have to start compilation from scratch, then make a distribution or precompiled installation as follows:</p><pre><code class="language-bash hljs">gmake PRECOMPILED=/a/precompiled/rootdir precompiled</code></pre><p>After this the stuff you just compiled ends up in directory <code>/a/precompiled/rootdir</code> with two subdirectories : <code>src/</code> and <code>util/</code>. All executables are currently removed.</p><p>You can repeat this call, and it will just <code>rsync</code> the modified bits.</p><h3 id="Update/check-your-interface-blocks-outside-configure"><a class="docs-heading-anchor" href="#Update/check-your-interface-blocks-outside-configure">Update/check your interface blocks outside <code>configure</code></a><a id="Update/check-your-interface-blocks-outside-configure-1"></a><a class="docs-heading-anchor-permalink" href="#Update/check-your-interface-blocks-outside-configure" title="Permalink"></a></h3><p>The <code>configure</code> has options -c or -g to check up or enforce for (re-)creation of interface blocks of projects <code>arp</code> and <code>ald</code>. To avoid full and lengthy <code>configure</code>-run, you can just do the following:</p><pre><code class="language-bash hljs">gmake intfb</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../Build_with_cmake/">« CMake</a><a class="docs-footer-nextpage" href="../../System/MFaccess/">MF Access »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.5.0 on <span class="colophon-date" title="Friday 15 November 2024 13:09">Friday 15 November 2024</span>. Using Julia version 1.10.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
gmake NPES=1 -i</code></pre><h3 id="Creating-precompiled-installation"><a class="docs-heading-anchor" href="#Creating-precompiled-installation">Creating precompiled installation</a><a id="Creating-precompiled-installation-1"></a><a class="docs-heading-anchor-permalink" href="#Creating-precompiled-installation" title="Permalink"></a></h3><p>If you want to provide precompiled libraries, objects, source code to other users so that they do not have to start compilation from scratch, then make a distribution or precompiled installation as follows:</p><pre><code class="language-bash hljs">gmake PRECOMPILED=/a/precompiled/rootdir precompiled</code></pre><p>After this the stuff you just compiled ends up in directory <code>/a/precompiled/rootdir</code> with two subdirectories : <code>src/</code> and <code>util/</code>. All executables are currently removed.</p><p>You can repeat this call, and it will just <code>rsync</code> the modified bits.</p><h3 id="Update/check-your-interface-blocks-outside-configure"><a class="docs-heading-anchor" href="#Update/check-your-interface-blocks-outside-configure">Update/check your interface blocks outside <code>configure</code></a><a id="Update/check-your-interface-blocks-outside-configure-1"></a><a class="docs-heading-anchor-permalink" href="#Update/check-your-interface-blocks-outside-configure" title="Permalink"></a></h3><p>The <code>configure</code> has options -c or -g to check up or enforce for (re-)creation of interface blocks of projects <code>arp</code> and <code>ald</code>. To avoid full and lengthy <code>configure</code>-run, you can just do the following:</p><pre><code class="language-bash hljs">gmake intfb</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../Build_with_cmake/">« CMake</a><a class="docs-footer-nextpage" href="../../System/MFaccess/">MF Access »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.5.0 on <span class="colophon-date" title="Friday 15 November 2024 18:24">Friday 15 November 2024</span>. Using Julia version 1.10.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion previews/PR1081/DataAssimilation/CHKEVO/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
CHKEVO : 1.3677546254375832 0.22965677860570116
CHKEVO : 1.1506125378848564 0.20575065246468008
CHKEVO : 0.98597708942270756 0.19299583141063531
.....</code></pre><ul><li>The first column contains the string <code>CHKEVO :</code></li><li>Second column contains the RMS of dps/dt averaged over the domain.</li><li>Second column contains the AVG of dps/dt averaged over the domain.</li></ul><p>The RMS of dps/dt alone can be extracted with:</p><pre><code class="language-bash hljs">grep &quot;^ CHKEVO : &quot; HM_Date_2013041118.html | tail -n +2 | awk &#39;{print $3}&#39;</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../MTEN/">« MTEN</a><a class="docs-footer-nextpage" href="../NWECHKEVO/">NWECHKEVO »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.5.0 on <span class="colophon-date" title="Friday 15 November 2024 13:09">Friday 15 November 2024</span>. Using Julia version 1.10.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
.....</code></pre><ul><li>The first column contains the string <code>CHKEVO :</code></li><li>Second column contains the RMS of dps/dt averaged over the domain.</li><li>Second column contains the AVG of dps/dt averaged over the domain.</li></ul><p>The RMS of dps/dt alone can be extracted with:</p><pre><code class="language-bash hljs">grep &quot;^ CHKEVO : &quot; HM_Date_2013041118.html | tail -n +2 | awk &#39;{print $3}&#39;</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../MTEN/">« MTEN</a><a class="docs-footer-nextpage" href="../NWECHKEVO/">NWECHKEVO »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.5.0 on <span class="colophon-date" title="Friday 15 November 2024 18:24">Friday 15 November 2024</span>. Using Julia version 1.10.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion previews/PR1081/DataAssimilation/DFS/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion previews/PR1081/DataAssimilation/DaAlgorithms/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@
},
</code></pre><p>Maybe the only other information that is required to effectively use this VC algorithm, concerns the parameters :</p><pre><code class="nohighlight hljs">&#39;VCWEIGHTHD&#39; =&gt; &#39;-1.50,&#39;,
&#39;VCWEIGHTT&#39; =&gt; &#39;-1.50,&#39;,
&#39;VCWEIGHTPS&#39; =&gt; &#39;-1.50,&#39;,</code></pre><p>They enable the flexibility of considering different weights for different 3DVAR analysis increments. When VC operates with a low VCWEIGHT value (strongly constrained mode), it can remove some overfitting to wind, temperature and/or surface pressure observations, and this may produce an apparent degradation in operational verification curves close to t=0. These three parameters permit adjust individually each variable. Note that negative values ( as in the default ) automatically reverts to the VCWEIGHT value. </p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../StructureFunctions/">« Structure functions</a><a class="docs-footer-nextpage" href="../DigitalFilterInitialization/">Digital Filter Initialization »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.5.0 on <span class="colophon-date" title="Friday 15 November 2024 13:09">Friday 15 November 2024</span>. Using Julia version 1.10.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
&#39;VCWEIGHTPS&#39; =&gt; &#39;-1.50,&#39;,</code></pre><p>They enable the flexibility of considering different weights for different 3DVAR analysis increments. When VC operates with a low VCWEIGHT value (strongly constrained mode), it can remove some overfitting to wind, temperature and/or surface pressure observations, and this may produce an apparent degradation in operational verification curves close to t=0. These three parameters permit adjust individually each variable. Note that negative values ( as in the default ) automatically reverts to the VCWEIGHT value. </p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../StructureFunctions/">« Structure functions</a><a class="docs-footer-nextpage" href="../DigitalFilterInitialization/">Digital Filter Initialization »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.5.0 on <span class="colophon-date" title="Friday 15 November 2024 18:24">Friday 15 November 2024</span>. Using Julia version 1.10.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion previews/PR1081/DataAssimilation/LSMIXandJk/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 1587c17

Please sign in to comment.