Skip to content

Commit

Permalink
deploy: bc78660
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Feb 3, 2025
1 parent 7d98fa0 commit 54246ce
Show file tree
Hide file tree
Showing 14 changed files with 198 additions and 198 deletions.
2 changes: 1 addition & 1 deletion _preview/176/_sources/ncl/ncl_entries/meteorology.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
"\n",
"{math}`f = 2{\\Omega}sin({\\varphi})`\n",
"\n",
"Where, the rotation rate depends on the length of the rotation period of the Earth (T) which is defined as one sidereal day (23 hours and 56 minutes):\n",
"The rotation rate depends on the length of the rotation period of the Earth (T) which is defined as one sidereal day (23 hours and 56 minutes):\n",
"\n",
"{math}`{\\Omega} = \\frac{2 * {\\pi}}{T} = 7.292\\text{e-5} \\frac{rad}{s}`"
]
Expand Down
74 changes: 37 additions & 37 deletions _preview/176/applications/climatology.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions _preview/176/applications/datetime.html
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ <h2>The <code class="docutils literal notranslate"><span class="pre">datetime</s
</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; 2025-02-03
datetime.datetime.now() -&gt; 2025-02-03 22:01:46.630329
datetime.datetime.now() -&gt; 2025-02-03 22:20:00.447324
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -481,10 +481,10 @@ <h3><code class="docutils literal notranslate"><span class="pre">strftime()</spa
2025

now.strftime(&#39;%A, %B %d %Y %I:%M:%S %p&#39;)
Monday, February 03 2025 10:01:46 PM
Monday, February 03 2025 10:20:00 PM

now.strftime(&#39;%c&#39;)
Mon Feb 3 22:01:46 2025
Mon Feb 3 22:20:00 2025
</pre></div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _preview/176/applications/general_applied_math.html
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,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_2182/1093943048.py:14: SyntaxWarning: invalid escape sequence &#39;\M&#39;
/tmp/ipykernel_2192/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 _preview/176/applications/humid_heat_metrics.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _preview/176/ncl/ncl_entries/meteorology.html
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ <h2>coriolis_param<a class="headerlink" href="#coriolis-param" title="Link to th
<p>NCL’s <code class="docutils literal notranslate"><span class="pre">coriolis_param</span></code> calculates the Coriolis parameter at a given latitude</p>
<p>The Coriolis parameter (also known as the Coriolis frequency or the Coriolis coefficient) is calculated as twice the rotation rate (<span class="math notranslate nohighlight">\({\Omega}\)</span>) of the Earth times the sine of the latitude (<span class="math notranslate nohighlight">\({\varphi}\)</span>)<a class="footnote-reference brackets" href="#footcite-hobbs-wallace-1997" id="id9" role="doc-noteref"><span class="fn-bracket">[</span>3<span class="fn-bracket">]</span></a></p>
<p><span class="math notranslate nohighlight">\(f = 2{\Omega}sin({\varphi})\)</span></p>
<p>Where, the rotation rate depends on the length of the rotation period of the Earth (T) which is defined as one sidereal day (23 hours and 56 minutes):</p>
<p>The rotation rate depends on the length of the rotation period of the Earth (T) which is defined as one sidereal day (23 hours and 56 minutes):</p>
<p><span class="math notranslate nohighlight">\({\Omega} = \frac{2 * {\pi}}{T} = 7.292\text{e-5} \frac{rad}{s}\)</span></p>
<div class="cell docutils container">
<div class="cell_input docutils container">
Expand Down
22 changes: 11 additions & 11 deletions _preview/176/ncl/ncl_entries/spectral_analysis.html

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions _preview/176/ncl/receipts/climatology_functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -594,33 +594,33 @@ <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>calcDayAnomTLL:
python: -0.02774369716644287
ncl: -0.02774364

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

calcMonAnomTLL:
rmMonAnnCycTLL:
python: 0.0033192038536071777
ncl: 0.003319263

clmDayTLL:
python: 0.7408185005187988
ncl: 0.7408184

stdMonTLL:
python: 0.07392024993896484
ncl: 0.07392025

calcDayAnomTLL:
python: -0.02774369716644287
ncl: -0.02774364

month_to_season:
python: 0.9931214451789856
ncl: 0.9931215

rmMonAnnCycTLL:
calcMonAnomTLL:
python: 0.0033192038536071777
ncl: 0.003319263

stdMonTLL:
python: 0.07392024993896484
ncl: 0.07392025
</pre></div>
</div>
</div>
Expand All @@ -637,20 +637,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>calcDayAnomTLL:
-5.7166442871126044e-08
clmMonTLL:
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>clmMonTLL:
9.180374149764248e-08
calcMonAnomTLL:
rmMonAnnCycTLL:
-5.9146392822079924e-08
clmDayTLL:
1.0051879884009907e-07
stdMonTLL:
-6.103516303479495e-11
calcDayAnomTLL:
-5.7166442871126044e-08
month_to_season:
-5.482101439469034e-08
rmMonAnnCycTLL:
calcMonAnomTLL:
-5.9146392822079924e-08
stdMonTLL:
-6.103516303479495e-11
</pre></div>
</div>
</div>
Expand Down
34 changes: 17 additions & 17 deletions _preview/176/ncl/receipts/days_in_month.html
Original file line number Diff line number Diff line change
Expand Up @@ -547,34 +547,34 @@ <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]

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

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

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

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

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

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

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

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

365_day:
python: [28, 28, 31, 28]
ncl: [28, 28, 31, 28]
Expand Down Expand Up @@ -603,9 +603,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
standard: [29, 28, 31, 29] != [29, 28, 31, 28]
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>standard: [29, 28, 31, 29] != [29, 28, 31, 28]
gregorian: [29, 28, 31, 29] != [29, 28, 31, 28]
none: calendar not available in python
proleptic_gregorian: calendar not available in ncl
</pre></div>
</div>
Expand Down
62 changes: 31 additions & 31 deletions _preview/176/ncl/receipts/general_applied_math.html
Original file line number Diff line number Diff line change
Expand Up @@ -1017,60 +1017,60 @@ <h2>Differences<a class="headerlink" href="#differences" title="Link to this hea
sum:
0
0
floor:
0
0.0
log10:
1.704225516263591e-08
1.704225516263591e-08
mod:
0
0
qsort:
[0. 0. 0. 0. 0. 0. 0.]
[0. 0. 0. 0. 0. 0. 0.]
get_pi:
0.0
0.0
decimalPlaces:
0.0
0.0
sum:
round:
0
0.0
get_d2r:
-3.469446951953614e-18
-3.469446951953614e-18
log:
-1.5453793578146247e-07
-1.5453793578146247e-07
ceil:
0
0.0
exp:
-4.6922018159811785e-08
-4.6922018159811785e-08
product:
0
0
max:
decimalPlaces:
0.0
0.0
round:
0
get_r2d:
0.0
ceil:
0
0.0
log:
-1.5453793578146247e-07
-1.5453793578146247e-07
get_r2d:
max:
0.0
0.0
abs:
0
0
sqrt:
-9.406726242389141e-08
-9.406726242389141e-08
get_d2r:
-3.469446951953614e-18
-3.469446951953614e-18
min:
0.0
0.0
log10:
1.704225516263591e-08
1.704225516263591e-08
product:
0
0
qsort:
[0. 0. 0. 0. 0. 0. 0.]
[0. 0. 0. 0. 0. 0. 0.]
abs:
0
0
floor:
0
0.0
sum:
0
0
</pre></div>
</div>
</div>
Expand Down
Loading

0 comments on commit 54246ce

Please sign in to comment.