-
Notifications
You must be signed in to change notification settings - Fork 1
/
eos_options.html
95 lines (82 loc) · 3.91 KB
/
eos_options.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en" data-content_root="./">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Equation of State options — Thetis 0+untagged.2009.gb75eefa documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/thetis.css?v=0f3339d6" />
<script src="_static/documentation_options.js?v=47a7fef3"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<!--[if lte IE 6]>
<link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" />
<![endif]-->
<!-- <link rel="stylesheet" href="_static/featured.css"> -->
<link rel="shortcut icon" href="_static/icon_thetis.ico" />
</head><body>
<div class="wrapper">
<a href="index.html"><img src="_static/banner.jpg" height="180px" alt="Thetis Project Banner" /></a>
<div id="access">
<div class="menu">
<ul>
<li class="page_item"><a href="documentation.html" title="Thetis documentation">Documentation</a></li>
<li class="page_item"><a href="download.html" title="Install Thetis">Download</a></li>
<li class="page_item"><a href="team.html" title="Development team">Team</a></li>
<li class="page_item"><a href="publications.html" title="Publications">Publications</a></li>
<li class="page_item"><a href="funding.html" title="Our financial supporters">Funding</a></li>
<li class="page_item"><a href="contact.html" title="Getting in touch">Contact</a></li>
<li class="page_item"><a href="https://github.com/thetisproject/thetis" title="Thetis source on GitHub">GitHub</a></li>
</ul>
</div><!-- .menu -->
</div><!-- #access -->
</div><!-- #wrapper -->
<div class="document">
<div class="eos_options">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<section id="equation-of-state-options">
<span id="eos-options"></span><h1>Equation of State options<a class="headerlink" href="#equation-of-state-options" title="Link to this heading">¶</a></h1>
<p>This page lists all available options for defining the equation of state.</p>
<section id="linear-equation-of-state">
<h2>Linear Equation of State<a class="headerlink" href="#linear-equation-of-state" title="Link to this heading">¶</a></h2>
<dl>
<dt>LinearEquationOfStateOptions.<strong>alpha</strong><span class="classifier">Float</span></dt><dd><p>Thermal expansion coefficient of ocean water</p>
<p>Default:</p>
<p>0.2</p>
</dd>
<dt>LinearEquationOfStateOptions.<strong>beta</strong><span class="classifier">Float</span></dt><dd><p>Saline contraction coefficient of ocean water</p>
<p>Default:</p>
<p>0.77</p>
</dd>
<dt>LinearEquationOfStateOptions.<strong>rho_ref</strong><span class="classifier">NonNegativeFloat</span></dt><dd><p>Reference water density</p>
<p>Default:</p>
<p>1000.0</p>
</dd>
<dt>LinearEquationOfStateOptions.<strong>s_ref</strong><span class="classifier">NonNegativeFloat</span></dt><dd><p>Reference water salinity</p>
<p>Default:</p>
<p>35.0</p>
</dd>
<dt>LinearEquationOfStateOptions.<strong>th_ref</strong><span class="classifier">Float</span></dt><dd><p>Reference water temperature</p>
<p>Default:</p>
<p>15.0</p>
</dd>
</dl>
</section>
</section>
<div class="clearer"></div>
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer" role="contentinfo">
© Copyright 2016-2023, Tuomas Kärnä et al..
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
</div>
</body>
</html>