Skip to content

Commit

Permalink
deploy: 796b294
Browse files Browse the repository at this point in the history
  • Loading branch information
anissa111 committed Dec 10, 2024
1 parent 0cf501d commit 4d7aeaa
Show file tree
Hide file tree
Showing 12 changed files with 192 additions and 192 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-12-09
datetime.datetime.now() -&gt; 2024-12-09 00:09:13.191700
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>datetime.date.today() -&gt; 2024-12-10
datetime.datetime.now() -&gt; 2024-12-10 00:09:04.402443
</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;)
Monday, December 09 2024 12:09:13 AM
Tuesday, December 10 2024 12:09:04 AM

now.strftime(&#39;%c&#39;)
Mon Dec 9 00:09:13 2024
Tue Dec 10 00:09:04 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_3202/1093943048.py:14: SyntaxWarning: invalid escape sequence &#39;\M&#39;
/tmp/ipykernel_3190/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.

38 changes: 19 additions & 19 deletions ncl/receipts/climatology_functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -589,13 +589,21 @@ <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>clmMonTLL:
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>month_to_season:
python: 0.9931214451789856
ncl: 0.9931215

stdMonTLL:
python: 0.07392024993896484
ncl: 0.07392025

clmMonTLL:
python: 0.8063018918037415
ncl: 0.8063018

month_to_season:
python: 0.9931214451789856
ncl: 0.9931215
rmMonAnnCycTLL:
python: 0.0033192038536071777
ncl: 0.003319263

calcDayAnomTLL:
python: -0.02774369716644287
Expand All @@ -605,14 +613,6 @@ <h2>Comparison<a class="headerlink" href="#comparison" title="Link to this headi
python: 0.0033192038536071777
ncl: 0.003319263

rmMonAnnCycTLL:
python: 0.0033192038536071777
ncl: 0.003319263

stdMonTLL:
python: 0.07392024993896484
ncl: 0.07392025

clmDayTLL:
python: 0.7408185005187988
ncl: 0.7408184
Expand All @@ -632,18 +632,18 @@ <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>clmMonTLL:
9.180374149764248e-08
month_to_season:
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>month_to_season:
-5.482101439469034e-08
stdMonTLL:
-6.103516303479495e-11
clmMonTLL:
9.180374149764248e-08
rmMonAnnCycTLL:
-5.9146392822079924e-08
calcDayAnomTLL:
-5.7166442871126044e-08
calcMonAnomTLL:
-5.9146392822079924e-08
rmMonAnnCycTLL:
-5.9146392822079924e-08
stdMonTLL:
-6.103516303479495e-11
clmDayTLL:
1.0051879884009907e-07
</pre></div>
Expand Down
34 changes: 17 additions & 17 deletions ncl/receipts/days_in_month.html
Original file line number Diff line number Diff line change
Expand Up @@ -542,35 +542,35 @@ <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>noleap:
python: [28, 28, 31, 28]
ncl: [28, 28, 31, 28]
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>gregorian:
python: [29, 28, 31, 29]
ncl: [29, 28, 31, 28]

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

360_day:
python: [30, 30, 30, 30]
ncl: [30, 30, 30, 30]
noleap:
python: [28, 28, 31, 28]
ncl: [28, 28, 31, 28]

365_day:
python: [28, 28, 31, 28]
ncl: [28, 28, 31, 28]

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

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

gregorian:
python: [29, 28, 31, 29]
ncl: [29, 28, 31, 28]
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]

Expand Down Expand Up @@ -598,10 +598,10 @@ <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>proleptic_gregorian: calendar not available in ncl
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>gregorian: [29, 28, 31, 29] != [29, 28, 31, 28]
standard: [29, 28, 31, 29] != [29, 28, 31, 28]
none: calendar not available in python
gregorian: [29, 28, 31, 29] != [29, 28, 31, 28]
proleptic_gregorian: calendar not available in ncl
</pre></div>
</div>
</div>
Expand Down
56 changes: 28 additions & 28 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
floor:
0
0.0
exp:
-4.6922018159811785e-08
-4.6922018159811785e-08
decimalPlaces:
get_pi:
0.0
0.0
log10:
1.704225516263591e-08
1.704225516263591e-08
log:
-1.5453793578146247e-07
-1.5453793578146247e-07
floor:
sqrt:
-9.406726242389141e-08
-9.406726242389141e-08
product:
0
0
ceil:
0
0.0
qsort:
[0. 0. 0. 0. 0. 0. 0.]
[0. 0. 0. 0. 0. 0. 0.]
min:
decimalPlaces:
0.0
0.0
round:
sum:
0
0.0
get_d2r:
-3.469446951953614e-18
-3.469446951953614e-18
max:
0
get_r2d:
0.0
0.0
sqrt:
-9.406726242389141e-08
-9.406726242389141e-08
get_pi:
min:
0.0
0.0
qsort:
[0. 0. 0. 0. 0. 0. 0.]
[0. 0. 0. 0. 0. 0. 0.]
abs:
0
0
sum:
mod:
0
0
ceil:
get_d2r:
-3.469446951953614e-18
-3.469446951953614e-18
round:
0
0.0
product:
0
0
mod:
0
0
get_r2d:
max:
0.0
0.0
log:
-1.5453793578146247e-07
-1.5453793578146247e-07
</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 @@ -867,10 +867,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-4e07db4a-f9a0-475a-980d-f54188dd5b64' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-4e07db4a-f9a0-475a-980d-f54188dd5b64' 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-63948c6c-f4b0-4ba9-b821-8ab039d28e51' class='xr-section-summary-in' type='checkbox' checked><label for='section-63948c6c-f4b0-4ba9-b821-8ab039d28e51' 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-b010d27f-57b8-4979-a3a6-a968d727240d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b010d27f-57b8-4979-a3a6-a968d727240d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-58fc79cd-8b2a-480f-9d71-8e4210c9fbde' class='xr-var-data-in' type='checkbox'><label for='data-58fc79cd-8b2a-480f-9d71-8e4210c9fbde' 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-217efc2b-dfed-4e2a-a514-545d64bf3cf6' class='xr-section-summary-in' type='checkbox' checked><label for='section-217efc2b-dfed-4e2a-a514-545d64bf3cf6' 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-47b91ae1-d4a4-4aa2-8cc6-9a9e0a0f4fb4' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-47b91ae1-d4a4-4aa2-8cc6-9a9e0a0f4fb4' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e3dde778-3967-49de-b937-43a95fc9b8f9' class='xr-var-data-in' type='checkbox'><label for='data-e3dde778-3967-49de-b937-43a95fc9b8f9' 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-206b94dc-922f-4d7e-928b-579833844f59' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-206b94dc-922f-4d7e-928b-579833844f59' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1edb3770-2de6-43ad-8ad7-9ababb54973e' class='xr-var-data-in' type='checkbox'><label for='data-1edb3770-2de6-43ad-8ad7-9ababb54973e' 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-db1d6f59-14b7-455a-a4c2-0555925d7b00' class='xr-section-summary-in' type='checkbox' ><label for='section-db1d6f59-14b7-455a-a4c2-0555925d7b00' 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><input type='checkbox' disabled/><label></label><input id='index-ef726e43-c798-4c9d-beb5-65b2da6fbc88' class='xr-index-data-in' type='checkbox'/><label for='index-ef726e43-c798-4c9d-beb5-65b2da6fbc88' 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-141fc70a-4917-40e0-a5e2-2cc266a8a1f8' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-141fc70a-4917-40e0-a5e2-2cc266a8a1f8' 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-832f4d6c-6833-4ab6-b77a-503cedc43446' class='xr-section-summary-in' type='checkbox' checked><label for='section-832f4d6c-6833-4ab6-b77a-503cedc43446' 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-7bde410a-b080-42b7-9805-f4d263411e71' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-7bde410a-b080-42b7-9805-f4d263411e71' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-be140e8d-c5a6-4b06-84f4-59b2fd187848' class='xr-var-data-in' type='checkbox'><label for='data-be140e8d-c5a6-4b06-84f4-59b2fd187848' 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-3c23542f-8384-4c74-a458-c29f41e979cc' class='xr-section-summary-in' type='checkbox' checked><label for='section-3c23542f-8384-4c74-a458-c29f41e979cc' 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-9d3d08b4-6c20-46f4-af1c-73896bbf29fa' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-9d3d08b4-6c20-46f4-af1c-73896bbf29fa' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-97f90ccd-605c-42b4-a567-9b81cc20105c' class='xr-var-data-in' type='checkbox'><label for='data-97f90ccd-605c-42b4-a567-9b81cc20105c' 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-7f2ec401-cfe5-4645-ad28-dc323ebdb99f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-7f2ec401-cfe5-4645-ad28-dc323ebdb99f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-cec34bd2-00e5-45b1-ae07-e736d69741d6' class='xr-var-data-in' type='checkbox'><label for='data-cec34bd2-00e5-45b1-ae07-e736d69741d6' 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-67186c52-047c-4710-a558-9e428f984c83' class='xr-section-summary-in' type='checkbox' ><label for='section-67186c52-047c-4710-a558-9e428f984c83' 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><input type='checkbox' disabled/><label></label><input id='index-5d400f13-c629-49f2-8eb2-f37954343834' class='xr-index-data-in' type='checkbox'/><label for='index-5d400f13-c629-49f2-8eb2-f37954343834' 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-93e63de7-23cd-4cc3-82d3-e05ddb5d40dd' class='xr-section-summary-in' type='checkbox' checked><label for='section-93e63de7-23cd-4cc3-82d3-e05ddb5d40dd' 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-0b7e40db-27b6-4de9-a4bc-87c33d2f74a1' class='xr-section-summary-in' type='checkbox' checked><label for='section-0b7e40db-27b6-4de9-a4bc-87c33d2f74a1' 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 4d7aeaa

Please sign in to comment.