Skip to content

Commit

Permalink
Update nbs
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhu2e committed Jan 26, 2024
1 parent 1fad204 commit ef26099
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/_sources/notebooks/lmr-recon-pr.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"### Calibrating the proxy system models\n",
"\n",
"Here is the key part that is different from the case reconstructing `tas` only.\n",
"We need to specify `ptype_clim_dict`, which tells `cfr` which variable is the required climate variable for assimilation each proxy type.\n",
"We need to specify `ptype_clim_dict`, which tells `cfr` which variable is the required climate variable for each proxy type.\n",
"**This is a new feature added in v2024.1.26.**\n",
"\n",
"Note that a side effect is that by default it sets `tas` for every proxy type, so if the `Bilinear` PSM is applied, one need to explicitly set, for example, `ptype_clim_dict = {'tree.TRW': ['tas', 'pr']}`."
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/lmr-recon-pr.html
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ <h3>Load the instrumental observations<a class="headerlink" href="#Load-the-inst
<h2>Proxy system modeling<a class="headerlink" href="#Proxy-system-modeling" title="Link to this heading">#</a></h2>
<section id="Calibrating-the-proxy-system-models">
<h3>Calibrating the proxy system models<a class="headerlink" href="#Calibrating-the-proxy-system-models" title="Link to this heading">#</a></h3>
<p>Here is the key part that is different from the case reconstructing <code class="docutils literal notranslate"><span class="pre">tas</span></code> only. We need to specify <code class="docutils literal notranslate"><span class="pre">ptype_clim_dict</span></code>, which tells <code class="docutils literal notranslate"><span class="pre">cfr</span></code> which variable is the required climate variable for assimilation each proxy type. <strong>This is a new feature added in v2024.1.26.</strong></p>
<p>Here is the key part that is different from the case reconstructing <code class="docutils literal notranslate"><span class="pre">tas</span></code> only. We need to specify <code class="docutils literal notranslate"><span class="pre">ptype_clim_dict</span></code>, which tells <code class="docutils literal notranslate"><span class="pre">cfr</span></code> which variable is the required climate variable for each proxy type. <strong>This is a new feature added in v2024.1.26.</strong></p>
<p>Note that a side effect is that by default it sets <code class="docutils literal notranslate"><span class="pre">tas</span></code> for every proxy type, so if the <code class="docutils literal notranslate"><span class="pre">Bilinear</span></code> PSM is applied, one need to explicitly set, for example, <code class="docutils literal notranslate"><span class="pre">ptype_clim_dict</span> <span class="pre">=</span> <span class="pre">{'tree.TRW':</span> <span class="pre">['tas',</span> <span class="pre">'pr']}</span></code>.</p>
<div class="nbinput docutils container">
<div class="prompt highlight-none notranslate"><div class="highlight"><pre><span></span>[11]:
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/lmr-recon-pr.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"### Calibrating the proxy system models\n",
"\n",
"Here is the key part that is different from the case reconstructing `tas` only.\n",
"We need to specify `ptype_clim_dict`, which tells `cfr` which variable is the required climate variable for assimilation each proxy type.\n",
"We need to specify `ptype_clim_dict`, which tells `cfr` which variable is the required climate variable for each proxy type.\n",
"**This is a new feature added in v2024.1.26.**\n",
"\n",
"Note that a side effect is that by default it sets `tas` for every proxy type, so if the `Bilinear` PSM is applied, one need to explicitly set, for example, `ptype_clim_dict = {'tree.TRW': ['tas', 'pr']}`."
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docsrc/notebooks/lmr-recon-pr.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"### Calibrating the proxy system models\n",
"\n",
"Here is the key part that is different from the case reconstructing `tas` only.\n",
"We need to specify `ptype_clim_dict`, which tells `cfr` which variable is the required climate variable for assimilation each proxy type.\n",
"We need to specify `ptype_clim_dict`, which tells `cfr` which variable is the required climate variable for each proxy type.\n",
"**This is a new feature added in v2024.1.26.**\n",
"\n",
"Note that a side effect is that by default it sets `tas` for every proxy type, so if the `Bilinear` PSM is applied, one need to explicitly set, for example, `ptype_clim_dict = {'tree.TRW': ['tas', 'pr']}`."
Expand Down

0 comments on commit ef26099

Please sign in to comment.