Skip to content

Commit

Permalink
deploy: efc8fd7
Browse files Browse the repository at this point in the history
  • Loading branch information
anissa111 committed Nov 20, 2024
1 parent 66def6e commit b3f438b
Show file tree
Hide file tree
Showing 12 changed files with 199 additions and 199 deletions.
74 changes: 37 additions & 37 deletions applications/climatology.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions applications/datetime.html
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,8 @@ <h2>The <code class="docutils literal notranslate"><span class="pre">datetime</s
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>datetime.date.today() -&gt; 2024-11-19
datetime.datetime.now() -&gt; 2024-11-19 18:51:59.341518
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>datetime.date.today() -&gt; 2024-11-20
datetime.datetime.now() -&gt; 2024-11-20 00:08:16.060295
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -476,10 +476,10 @@ <h3><code class="docutils literal notranslate"><span class="pre">strftime()</spa
2024

now.strftime(&#39;%A, %B %d %Y %I:%M:%S %p&#39;)
Tuesday, November 19 2024 06:51:59 PM
Wednesday, November 20 2024 12:08:16 AM

now.strftime(&#39;%c&#39;)
Tue Nov 19 18:51:59 2024
Wed Nov 20 00:08:16 2024
</pre></div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion applications/general_applied_math.html
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ <h3><code class="docutils literal notranslate"><span class="pre">cosecant</span>
</div>
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;&gt;:14: SyntaxWarning: invalid escape sequence &#39;\M&#39;
&lt;&gt;:14: SyntaxWarning: invalid escape sequence &#39;\M&#39;
/tmp/ipykernel_2037/1093943048.py:14: SyntaxWarning: invalid escape sequence &#39;\M&#39;
/tmp/ipykernel_3169/1093943048.py:14: SyntaxWarning: invalid escape sequence &#39;\M&#39;
print(&quot;\Multiple Value Input (array/list)&quot;)
</pre></div>
</div>
Expand Down
34 changes: 17 additions & 17 deletions applications/humid_heat_metrics.html

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions applications/spectral_analysis.html

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions ncl/ncl_entries/spectral_analysis.html

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions ncl/receipts/climatology_functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -589,13 +589,9 @@ <h2>Comparison<a class="headerlink" href="#comparison" title="Link to this headi
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>calcMonAnomTLL:
python: 0.0033192038536071777
ncl: 0.003319263

clmMonTLL:
python: 0.8063018918037415
ncl: 0.8063018
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>calcDayAnomTLL:
python: -0.02774369716644287
ncl: -0.02774364

stdMonTLL:
python: 0.07392024993896484
Expand All @@ -605,17 +601,21 @@ <h2>Comparison<a class="headerlink" href="#comparison" title="Link to this headi
python: 0.9931214451789856
ncl: 0.9931215

clmDayTLL:
python: 0.7408185005187988
ncl: 0.7408184

rmMonAnnCycTLL:
python: 0.0033192038536071777
ncl: 0.003319263

calcDayAnomTLL:
python: -0.02774369716644287
ncl: -0.02774364
clmMonTLL:
python: 0.8063018918037415
ncl: 0.8063018

calcMonAnomTLL:
python: 0.0033192038536071777
ncl: 0.003319263

clmDayTLL:
python: 0.7408185005187988
ncl: 0.7408184
</pre></div>
</div>
</div>
Expand All @@ -632,20 +632,20 @@ <h2>Differences<a class="headerlink" href="#differences" title="Link to this hea
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>calcMonAnomTLL:
-5.9146392822079924e-08
clmMonTLL:
9.180374149764248e-08
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>calcDayAnomTLL:
-5.7166442871126044e-08
stdMonTLL:
-6.103516303479495e-11
month_to_season:
-5.482101439469034e-08
clmDayTLL:
1.0051879884009907e-07
rmMonAnnCycTLL:
-5.9146392822079924e-08
calcDayAnomTLL:
-5.7166442871126044e-08
clmMonTLL:
9.180374149764248e-08
calcMonAnomTLL:
-5.9146392822079924e-08
clmDayTLL:
1.0051879884009907e-07
</pre></div>
</div>
</div>
Expand Down
30 changes: 15 additions & 15 deletions ncl/receipts/days_in_month.html
Original file line number Diff line number Diff line change
Expand Up @@ -542,30 +542,26 @@ <h2>Comparison<a class="headerlink" href="#comparison" title="Link to this headi
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>julian:
python: [29, 28, 31, 29]
ncl: [29, 28, 31, 29]

366_day:
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>all_leap:
python: [29, 29, 31, 29]
ncl: [29, 29, 31, 29]

noleap:
python: [28, 28, 31, 28]
ncl: [28, 28, 31, 28]
standard:
python: [29, 28, 31, 29]
ncl: [29, 28, 31, 28]

julian:
python: [29, 28, 31, 29]
ncl: [29, 28, 31, 29]

360_day:
python: [30, 30, 30, 30]
ncl: [30, 30, 30, 30]

all_leap:
366_day:
python: [29, 29, 31, 29]
ncl: [29, 29, 31, 29]

standard:
python: [29, 28, 31, 29]
ncl: [29, 28, 31, 28]

gregorian:
python: [29, 28, 31, 29]
ncl: [29, 28, 31, 28]
Expand All @@ -574,6 +570,10 @@ <h2>Comparison<a class="headerlink" href="#comparison" title="Link to this headi
python: [28, 28, 31, 28]
ncl: [28, 28, 31, 28]

noleap:
python: [28, 28, 31, 28]
ncl: [28, 28, 31, 28]

none:
ncl: [29, 28, 31, 28]

Expand All @@ -598,9 +598,9 @@ <h3>Differences<a class="headerlink" href="#differences" title="Link to this hea
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>none: calendar not available in python
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>standard: [29, 28, 31, 29] != [29, 28, 31, 28]
none: calendar not available in python
proleptic_gregorian: calendar not available in ncl
standard: [29, 28, 31, 29] != [29, 28, 31, 28]
gregorian: [29, 28, 31, 29] != [29, 28, 31, 28]
</pre></div>
</div>
Expand Down
58 changes: 29 additions & 29 deletions ncl/receipts/general_applied_math.html
Original file line number Diff line number Diff line change
Expand Up @@ -1012,60 +1012,60 @@ <h2>Differences<a class="headerlink" href="#differences" title="Link to this hea
sum:
0
0
get_d2r:
-3.469446951953614e-18
-3.469446951953614e-18
sqrt:
-9.406726242389141e-08
-9.406726242389141e-08
mod:
0
0
floor:
0
0.0
ceil:
0
qsort:
[0. 0. 0. 0. 0. 0. 0.]
[0. 0. 0. 0. 0. 0. 0.]
max:
0.0
sum:
0
0
round:
0
0.0
exp:
-4.6922018159811785e-08
-4.6922018159811785e-08
log10:
1.704225516263591e-08
1.704225516263591e-08
decimalPlaces:
log:
-1.5453793578146247e-07
-1.5453793578146247e-07
get_r2d:
0.0
0.0
round:
0
0.0
get_pi:
0.0
0.0
mod:
log10:
1.704225516263591e-08
1.704225516263591e-08
abs:
0
0
min:
0.0
0.0
product:
sum:
0
0
log:
-1.5453793578146247e-07
-1.5453793578146247e-07
max:
0.0
ceil:
0
0.0
abs:
get_d2r:
-3.469446951953614e-18
-3.469446951953614e-18
product:
0
0
qsort:
[0. 0. 0. 0. 0. 0. 0.]
[0. 0. 0. 0. 0. 0. 0.]
get_r2d:
decimalPlaces:
0.0
0.0
sqrt:
-9.406726242389141e-08
-9.406726242389141e-08
</pre></div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions ncl/receipts/specx_anal.html
Original file line number Diff line number Diff line change
Expand Up @@ -866,10 +866,10 @@ <h2>Python Functionality<a class="headerlink" href="#python-functionality" title
creation_date: Tue Mar 30 09:29:20 MST 1999
references: Trenberth, Mon. Wea. Rev: 2/1984
time_span: 1882 - 1998
conventions: None</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>xarray.Dataset</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-09d25509-39cf-49b9-8aab-c29f8ee5b6f6' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-09d25509-39cf-49b9-8aab-c29f8ee5b6f6' class='xr-section-summary' title='Expand/collapse section'>Dimensions:</label><div class='xr-section-inline-details'><ul class='xr-dim-list'><li><span class='xr-has-index'>time</span>: 1404</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-d822d919-bb01-49f9-a297-8aaf36c902a2' class='xr-section-summary-in' type='checkbox' checked><label for='section-d822d919-bb01-49f9-a297-8aaf36c902a2' class='xr-section-summary' >Coordinates: <span>(1)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>time</span></div><div class='xr-var-dims'>(time)</div><div class='xr-var-dtype'>int32</div><div class='xr-var-preview xr-preview'>0 1 2 3 4 ... 1400 1401 1402 1403</div><input id='attrs-22218292-e511-4aca-9bce-8dd4e14195fe' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-22218292-e511-4aca-9bce-8dd4e14195fe' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-cf187ed9-5a6a-4a3e-b018-d41b4fda1478' class='xr-var-data-in' type='checkbox'><label for='data-cf187ed9-5a6a-4a3e-b018-d41b4fda1478' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>long_name :</span></dt><dd>Months Since January 1882</dd><dt><span>units :</span></dt><dd>months</dd></dl></div><div class='xr-var-data'><pre>array([ 0, 1, 2, ..., 1401, 1402, 1403], dtype=int32)</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-0391506f-096b-47fa-976b-9b75eb912f1c' class='xr-section-summary-in' type='checkbox' checked><label for='section-0391506f-096b-47fa-976b-9b75eb912f1c' class='xr-section-summary' >Data variables: <span>(2)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'><li class='xr-var-item'><div class='xr-var-name'><span>date</span></div><div class='xr-var-dims'>(time)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-3fcfa1d6-ced3-4f78-8434-c579416636b5' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3fcfa1d6-ced3-4f78-8434-c579416636b5' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-afe174c1-d26f-4695-8734-2db530708516' class='xr-var-data-in' type='checkbox'><label for='data-afe174c1-d26f-4695-8734-2db530708516' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>short_name :</span></dt><dd>Yr-Mo</dd><dt><span>long_name :</span></dt><dd>Year-Month</dd><dt><span>units :</span></dt><dd>YYYYMM</dd></dl></div><div class='xr-var-data'><pre>[1404 values with dtype=float64]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>DSOI</span></div><div class='xr-var-dims'>(time)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-7357f7a1-d62a-46e4-9030-71559759342d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-7357f7a1-d62a-46e4-9030-71559759342d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b73af537-5e1d-4bfb-abc9-cc09bbb38b4e' class='xr-var-data-in' type='checkbox'><label for='data-b73af537-5e1d-4bfb-abc9-cc09bbb38b4e' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>short_name :</span></dt><dd>DSOI</dd><dt><span>long_name :</span></dt><dd>Darwin Southern Oscillation Index</dd><dt><span>units :</span></dt><dd>dimensionless</dd></dl></div><div class='xr-var-data'><pre>[1404 values with dtype=float32]</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-62205f42-40ec-4de9-a1fd-5625dc67ac36' class='xr-section-summary-in' type='checkbox' ><label for='section-62205f42-40ec-4de9-a1fd-5625dc67ac36' class='xr-section-summary' >Indexes: <span>(1)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'><li class='xr-var-item'><div class='xr-index-name'><div>time</div></div><div class='xr-index-preview'>PandasIndex</div><div></div><input id='index-c7551fb7-2c9d-4dad-98ac-2c1287c204b4' class='xr-index-data-in' type='checkbox'/><label for='index-c7551fb7-2c9d-4dad-98ac-2c1287c204b4' title='Show/Hide index repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-index-data'><pre>PandasIndex(Index([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
conventions: None</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>xarray.Dataset</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-a0d89565-3612-4b8f-a8df-6c33d1e716ec' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-a0d89565-3612-4b8f-a8df-6c33d1e716ec' class='xr-section-summary' title='Expand/collapse section'>Dimensions:</label><div class='xr-section-inline-details'><ul class='xr-dim-list'><li><span class='xr-has-index'>time</span>: 1404</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-7bfc2038-7638-436a-a93b-bd663bd8aa6b' class='xr-section-summary-in' type='checkbox' checked><label for='section-7bfc2038-7638-436a-a93b-bd663bd8aa6b' class='xr-section-summary' >Coordinates: <span>(1)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>time</span></div><div class='xr-var-dims'>(time)</div><div class='xr-var-dtype'>int32</div><div class='xr-var-preview xr-preview'>0 1 2 3 4 ... 1400 1401 1402 1403</div><input id='attrs-e6a0dc7a-a502-4679-a39a-686de74e61fe' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e6a0dc7a-a502-4679-a39a-686de74e61fe' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9f74be38-0004-4962-adfe-4c29e783b3de' class='xr-var-data-in' type='checkbox'><label for='data-9f74be38-0004-4962-adfe-4c29e783b3de' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>long_name :</span></dt><dd>Months Since January 1882</dd><dt><span>units :</span></dt><dd>months</dd></dl></div><div class='xr-var-data'><pre>array([ 0, 1, 2, ..., 1401, 1402, 1403], dtype=int32)</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-3bcb4b3f-0e7c-47b0-a489-930faf488c4c' class='xr-section-summary-in' type='checkbox' checked><label for='section-3bcb4b3f-0e7c-47b0-a489-930faf488c4c' class='xr-section-summary' >Data variables: <span>(2)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'><li class='xr-var-item'><div class='xr-var-name'><span>date</span></div><div class='xr-var-dims'>(time)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-8899576b-1523-44a1-956b-5148e43d79c8' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8899576b-1523-44a1-956b-5148e43d79c8' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-8f6506ec-fed4-42a8-98f5-eb88ed95bed2' class='xr-var-data-in' type='checkbox'><label for='data-8f6506ec-fed4-42a8-98f5-eb88ed95bed2' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>short_name :</span></dt><dd>Yr-Mo</dd><dt><span>long_name :</span></dt><dd>Year-Month</dd><dt><span>units :</span></dt><dd>YYYYMM</dd></dl></div><div class='xr-var-data'><pre>[1404 values with dtype=float64]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>DSOI</span></div><div class='xr-var-dims'>(time)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-a845bd42-2e14-413e-a89c-009857fd0752' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-a845bd42-2e14-413e-a89c-009857fd0752' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d8d5f301-2c4b-411f-81fa-6601fe2fe804' class='xr-var-data-in' type='checkbox'><label for='data-d8d5f301-2c4b-411f-81fa-6601fe2fe804' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>short_name :</span></dt><dd>DSOI</dd><dt><span>long_name :</span></dt><dd>Darwin Southern Oscillation Index</dd><dt><span>units :</span></dt><dd>dimensionless</dd></dl></div><div class='xr-var-data'><pre>[1404 values with dtype=float32]</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-d27b5030-33bb-4c2a-be12-66d433f51e47' class='xr-section-summary-in' type='checkbox' ><label for='section-d27b5030-33bb-4c2a-be12-66d433f51e47' class='xr-section-summary' >Indexes: <span>(1)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'><li class='xr-var-item'><div class='xr-index-name'><div>time</div></div><div class='xr-index-preview'>PandasIndex</div><div></div><input id='index-b5ceca71-473c-4d45-894b-352d70b21f18' class='xr-index-data-in' type='checkbox'/><label for='index-b5ceca71-473c-4d45-894b-352d70b21f18' title='Show/Hide index repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-index-data'><pre>PandasIndex(Index([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
...
1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403],
dtype=&#x27;int32&#x27;, name=&#x27;time&#x27;, length=1404))</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-2b62b8dd-aa9a-44d2-89e6-7db0409d0f09' class='xr-section-summary-in' type='checkbox' checked><label for='section-2b62b8dd-aa9a-44d2-89e6-7db0409d0f09' class='xr-section-summary' >Attributes: <span>(7)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'><dt><span>title :</span></dt><dd>Darwin Southern Oscillation Index</dd><dt><span>source :</span></dt><dd>Climate Analysis Section, NCAR</dd><dt><span>history :</span></dt><dd>
dtype=&#x27;int32&#x27;, name=&#x27;time&#x27;, length=1404))</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-3d8bf0a3-fbca-44e6-a4c1-16fe71d5f99b' class='xr-section-summary-in' type='checkbox' checked><label for='section-3d8bf0a3-fbca-44e6-a4c1-16fe71d5f99b' class='xr-section-summary' >Attributes: <span>(7)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'><dt><span>title :</span></dt><dd>Darwin Southern Oscillation Index</dd><dt><span>source :</span></dt><dd>Climate Analysis Section, NCAR</dd><dt><span>history :</span></dt><dd>
DSOI = - Normalized Darwin
Normalized sea level pressure is used.
The normalization is done using Trenberth&#x27;s method.
Expand Down
Loading

0 comments on commit b3f438b

Please sign in to comment.