Skip to content

Commit

Permalink
Snowing Release
Browse files Browse the repository at this point in the history
commit dc8e542
Author: Andraž Košir <[email protected]>
Date:   Mon Feb 26 11:12:52 2024 +0100

    final documentation

commit 2e2465e
Author: Andraž Košir <[email protected]>
Date:   Mon Feb 26 10:54:34 2024 +0100

    fun!

commit 4f85310
Author: Andraž Košir <[email protected]>
Date:   Mon Feb 26 10:34:22 2024 +0100

    some new docs files

commit 637c5d8
Author: Andraž Košir <[email protected]>
Date:   Mon Feb 26 10:32:47 2024 +0100

    final touches more more more

commit 36c5bc2
Author: Andraž Košir <[email protected]>
Date:   Mon Feb 26 10:21:22 2024 +0100

    more final touches

commit 6891ac9
Merge: cefb0c2 d862408
Author: Andraž Košir <[email protected]>
Date:   Mon Feb 26 10:11:34 2024 +0100

    Merge branch 'snowing-develop' of https://github.com/SPL-ethz/snow into snowing-develop

commit cefb0c2
Author: Andraž Košir <[email protected]>
Date:   Mon Feb 26 10:11:13 2024 +0100

    final touches

commit d862408
Author: Andraž Košir <[email protected]>
Date:   Mon Feb 26 08:35:18 2024 +0100

    Update CITATION

    Added spatial model article DOI
  • Loading branch information
akosira committed Feb 26, 2024
1 parent aeee07e commit a07e83b
Show file tree
Hide file tree
Showing 52 changed files with 5,012 additions and 1,276 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021-2023 Leif-Thore Deck, Andraž Košir, David Ochsenbein
Copyright (c) 2021-2024 Leif-Thore Deck, Andraž Košir, David Ochsenbein

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ An extension of the modeling framework for the simulation of the freezing proces
Please report bugs as [Github issues](https://github.com/SPL-ethz/snow/issues/new?assignees=ltdeck&labels=bug) or via [Email](mailto:[email protected]), preferably
including a screenshot that illustrates the problem.

Copyright (c) 2021-2023 Leif-Thore Deck, Andraž Košir, David Ochsenbein
Copyright (c) 2021-2024 Leif-Thore Deck, Andraž Košir, David Ochsenbein

<sub>The snow package logo has been designed using resources from Flaticon.com.</sub>
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 2ccd3234bc1616e1d4b456b969de6cf8
config: 777ff50491d074b2b82057a1fb1df485
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified docs/.doctrees/api/ethz_snow.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/modules.doctree
Binary file not shown.
Binary file modified docs/.doctrees/authors.doctree
Binary file not shown.
Binary file modified docs/.doctrees/changelog.doctree
Binary file not shown.
Binary file modified docs/.doctrees/development.doctree
Binary file not shown.
Binary file modified docs/.doctrees/index.doctree
Binary file not shown.
Binary file modified docs/.doctrees/license.doctree
Binary file not shown.
Binary file modified docs/.doctrees/readme.doctree
Binary file not shown.
Binary file modified docs/.doctrees/tutorial.doctree
Binary file not shown.
Empty file removed docs/.nojekyll
Empty file.
195 changes: 179 additions & 16 deletions docs/_modules/ethz_snow/constants.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/_modules/ethz_snow/operatingConditions.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>ethz_snow.operatingConditions &mdash; ethz_snow 1.1.0 documentation</title>
<title>ethz_snow.operatingConditions &mdash; ethz_snow 1.1.0.post1.dev34+ga1dec07.d20230707 documentation</title>



Expand Down Expand Up @@ -37,7 +37,7 @@
<link rel="index" title="Index"
href="../../genindex.html"/>
<link rel="search" title="Search" href="../../search.html"/>
<link rel="top" title="ethz_snow 1.1.0 documentation" href="../../index.html"/>
<link rel="top" title="ethz_snow 1.1.0.post1.dev34+ga1dec07.d20230707 documentation" href="../../index.html"/>
<link rel="up" title="Module code" href="../index.html"/>


Expand Down Expand Up @@ -67,7 +67,7 @@


<div class="version">
1.1.0
1.1.0.post1.dev34+ga1dec07.d20230707
</div>


Expand Down Expand Up @@ -338,7 +338,6 @@ <h1>Source code for ethz_snow.operatingConditions</h1><div class="highlight"><pr
<span class="n">T_vec</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">array</span><span class="p">([])</span>

<span class="k">for</span> <span class="n">hdict</span> <span class="ow">in</span> <span class="n">hdicts</span><span class="p">:</span>

<span class="n">T_hold</span> <span class="o">=</span> <span class="n">hdict</span><span class="p">[</span><span class="s2">&quot;temp&quot;</span><span class="p">]</span>
<span class="n">t_hold</span> <span class="o">=</span> <span class="p">(</span><span class="n">T_start</span> <span class="o">-</span> <span class="n">T_hold</span><span class="p">)</span> <span class="o">/</span> <span class="n">cr</span>
<span class="n">duration_hold</span> <span class="o">=</span> <span class="n">hdict</span><span class="p">[</span><span class="s2">&quot;duration&quot;</span><span class="p">]</span>
Expand Down Expand Up @@ -434,7 +433,7 @@ <h1>Source code for ethz_snow.operatingConditions</h1><div class="highlight"><pr

<div role="contentinfo">
<p>
&copy; Copyright 2021-2022, Leif-Thore Deck, David Ochsenbein.
&copy; Copyright 2021-2024, Leif-Thore Deck, Andraž Košir, David Ochsenbein.

</p>
</div>
Expand All @@ -456,7 +455,7 @@ <h1>Source code for ethz_snow.operatingConditions</h1><div class="highlight"><pr
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../../',
VERSION:'1.1.0',
VERSION:'1.1.0.post1.dev34+ga1dec07.d20230707',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
Expand All @@ -466,6 +465,7 @@ <h1>Source code for ethz_snow.operatingConditions</h1><div class="highlight"><pr
<script type="text/javascript" src="../../_static/documentation_options.js"></script>
<script type="text/javascript" src="../../_static/jquery.js"></script>
<script type="text/javascript" src="../../_static/underscore.js"></script>
<script type="text/javascript" src="../../_static/_sphinx_javascript_frameworks_compat.js"></script>
<script type="text/javascript" src="../../_static/doctools.js"></script>


Expand Down
11 changes: 6 additions & 5 deletions docs/_modules/ethz_snow/snowfall.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>ethz_snow.snowfall &mdash; ethz_snow 1.1.0 documentation</title>
<title>ethz_snow.snowfall &mdash; ethz_snow 1.1.0.post1.dev34+ga1dec07.d20230707 documentation</title>



Expand Down Expand Up @@ -37,7 +37,7 @@
<link rel="index" title="Index"
href="../../genindex.html"/>
<link rel="search" title="Search" href="../../search.html"/>
<link rel="top" title="ethz_snow 1.1.0 documentation" href="../../index.html"/>
<link rel="top" title="ethz_snow 1.1.0.post1.dev34+ga1dec07.d20230707 documentation" href="../../index.html"/>
<link rel="up" title="Module code" href="../index.html"/>


Expand Down Expand Up @@ -67,7 +67,7 @@


<div class="version">
1.1.0
1.1.0.post1.dev34+ga1dec07.d20230707
</div>


Expand Down Expand Up @@ -492,7 +492,7 @@ <h1>Source code for ethz_snow.snowfall</h1><div class="highlight"><pre>

<div role="contentinfo">
<p>
&copy; Copyright 2021-2022, Leif-Thore Deck, David Ochsenbein.
&copy; Copyright 2021-2024, Leif-Thore Deck, Andraž Košir, David Ochsenbein.

</p>
</div>
Expand All @@ -514,7 +514,7 @@ <h1>Source code for ethz_snow.snowfall</h1><div class="highlight"><pre>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../../',
VERSION:'1.1.0',
VERSION:'1.1.0.post1.dev34+ga1dec07.d20230707',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
Expand All @@ -524,6 +524,7 @@ <h1>Source code for ethz_snow.snowfall</h1><div class="highlight"><pre>
<script type="text/javascript" src="../../_static/documentation_options.js"></script>
<script type="text/javascript" src="../../_static/jquery.js"></script>
<script type="text/javascript" src="../../_static/underscore.js"></script>
<script type="text/javascript" src="../../_static/_sphinx_javascript_frameworks_compat.js"></script>
<script type="text/javascript" src="../../_static/doctools.js"></script>


Expand Down
11 changes: 6 additions & 5 deletions docs/_modules/ethz_snow/snowflake.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>ethz_snow.snowflake &mdash; ethz_snow 1.1.0 documentation</title>
<title>ethz_snow.snowflake &mdash; ethz_snow 1.1.0.post1.dev34+ga1dec07.d20230707 documentation</title>



Expand Down Expand Up @@ -37,7 +37,7 @@
<link rel="index" title="Index"
href="../../genindex.html"/>
<link rel="search" title="Search" href="../../search.html"/>
<link rel="top" title="ethz_snow 1.1.0 documentation" href="../../index.html"/>
<link rel="top" title="ethz_snow 1.1.0.post1.dev34+ga1dec07.d20230707 documentation" href="../../index.html"/>
<link rel="up" title="Module code" href="../index.html"/>


Expand Down Expand Up @@ -67,7 +67,7 @@


<div class="version">
1.1.0
1.1.0.post1.dev34+ga1dec07.d20230707
</div>


Expand Down Expand Up @@ -1285,7 +1285,7 @@ <h1>Source code for ethz_snow.snowflake</h1><div class="highlight"><pre>

<div role="contentinfo">
<p>
&copy; Copyright 2021-2022, Leif-Thore Deck, David Ochsenbein.
&copy; Copyright 2021-2024, Leif-Thore Deck, Andraž Košir, David Ochsenbein.

</p>
</div>
Expand All @@ -1307,7 +1307,7 @@ <h1>Source code for ethz_snow.snowflake</h1><div class="highlight"><pre>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../../',
VERSION:'1.1.0',
VERSION:'1.1.0.post1.dev34+ga1dec07.d20230707',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
Expand All @@ -1317,6 +1317,7 @@ <h1>Source code for ethz_snow.snowflake</h1><div class="highlight"><pre>
<script type="text/javascript" src="../../_static/documentation_options.js"></script>
<script type="text/javascript" src="../../_static/jquery.js"></script>
<script type="text/javascript" src="../../_static/underscore.js"></script>
<script type="text/javascript" src="../../_static/_sphinx_javascript_frameworks_compat.js"></script>
<script type="text/javascript" src="../../_static/doctools.js"></script>


Expand Down
Loading

0 comments on commit a07e83b

Please sign in to comment.