-
Notifications
You must be signed in to change notification settings - Fork 0
/
AtmosphereModel_8hh_source.html
221 lines (219 loc) · 45.8 KB
/
AtmosphereModel_8hh_source.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PISM, A Parallel Ice Sheet Model: src/coupler/AtmosphereModel.hh Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script>
<script type="text/javascript" async="async" src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="browser.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PISM, A Parallel Ice Sheet Model
 <span id="projectnumber">stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.1 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_0171d4959defe1f65341fde2c6309901.html">coupler</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">AtmosphereModel.hh</div> </div>
</div><!--header-->
<div class="contents">
<a href="AtmosphereModel_8hh.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">// Copyright (C) 2008-2018, 2021, 2022 Ed Bueler, Constantine Khroulev, Ricarda Winkelmann,</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">// Gudfinna Adalgeirsdottir and Andy Aschwanden</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">//</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">// This file is part of PISM.</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment">//</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">// PISM is free software; you can redistribute it and/or modify it under the</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment">// terms of the GNU General Public License as published by the Free Software</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment">// Foundation; either version 3 of the License, or (at your option) any later</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment">// version.</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment">//</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment">// PISM is distributed in the hope that it will be useful, but WITHOUT ANY</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment">// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment">// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment">// details.</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment">//</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment">// You should have received a copy of the GNU General Public License</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment">// along with PISM; if not, write to the Free Software</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment">// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  </div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#ifndef __AtmosphereModel</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#define __AtmosphereModel</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  </div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#include <vector></span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>  </div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#include "pism/util/Component.hh"</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>  </div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="keyword">namespace </span><a class="code" href="namespacepism.html">pism</a> {</div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="comment"></span> </div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="comment">//! @brief Atmosphere models and modifiers: provide precipitation and</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="comment">//! temperature to a surface::SurfaceModel below</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="comment"></span><span class="keyword">namespace </span>atmosphere {<span class="comment"></span></div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="comment">//! A purely virtual class defining the interface of a PISM Atmosphere Model.</span></div>
<div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="classpism_1_1atmosphere_1_1AtmosphereModel.html"> 33</a></span> <span class="comment"></span><span class="keyword">class </span><a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel.html">AtmosphereModel</a> : <span class="keyword">public</span> <a class="code" href="classpism_1_1Component.html">Component</a> {</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="keyword">public</span>:</div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  <a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel_ace2b9c807ca5dc27e57103e2cc4acdaa.html#ace2b9c807ca5dc27e57103e2cc4acdaa">AtmosphereModel</a>(std::shared_ptr<const Grid> <a class="code" href="namespacepism_a47d754ed3e959d5866b02a1b78b6a5b5.html#a47d754ed3e959d5866b02a1b78b6a5b5">g</a>);</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  <a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel_ace2b9c807ca5dc27e57103e2cc4acdaa.html#ace2b9c807ca5dc27e57103e2cc4acdaa">AtmosphereModel</a>(std::shared_ptr<const Grid> <a class="code" href="namespacepism_a47d754ed3e959d5866b02a1b78b6a5b5.html#a47d754ed3e959d5866b02a1b78b6a5b5">g</a>, std::shared_ptr<AtmosphereModel> input);</div>
<div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="classpism_1_1atmosphere_1_1AtmosphereModel_a081803650f0829cdaf49e87f558bec48.html#a081803650f0829cdaf49e87f558bec48"> 37</a></span>  <span class="keyword">virtual</span> <a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel_a081803650f0829cdaf49e87f558bec48.html#a081803650f0829cdaf49e87f558bec48">~AtmosphereModel</a>() = <span class="keywordflow">default</span>;</div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  </div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  <span class="keywordtype">void</span> <a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel_a8a09b8074d11202b68e135cf2a08667c.html#a8a09b8074d11202b68e135cf2a08667c">init</a>(<span class="keyword">const</span> <a class="code" href="classpism_1_1Geometry.html">Geometry</a> &geometry);</div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  </div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  <span class="keywordtype">void</span> <a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel_a0597f334c365ed8efe6531c00879efc8.html#a0597f334c365ed8efe6531c00879efc8">update</a>(<span class="keyword">const</span> <a class="code" href="classpism_1_1Geometry.html">Geometry</a> &geometry, <span class="keywordtype">double</span> t, <span class="keywordtype">double</span> dt);</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> <span class="comment"></span> </div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="comment"> //! @brief Sets result to the mean precipitation, in "kg m-2 second-1".</span></div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="comment"></span> <span class="keyword">const</span> <a class="code" href="classpism_1_1array_1_1Scalar.html">array::Scalar</a>& <a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel_a763eb2f75faf4a588b5b9ddcdb359afa.html#a763eb2f75faf4a588b5b9ddcdb359afa">precipitation</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <span class="comment"></span> </div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <span class="comment"> //! @brief Sets result to the mean near-surface air temperature, in degrees Kelvin.</span></div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span> <span class="comment"></span> <span class="keyword">const</span> <a class="code" href="classpism_1_1array_1_1Scalar.html">array::Scalar</a>& <a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel_a4fef7739eee952869bfbbae06cd8e516.html#a4fef7739eee952869bfbbae06cd8e516">air_temperature</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  </div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  <span class="keywordtype">void</span> <a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel_a86d445eb97f75356969988102c7b9b5d.html#a86d445eb97f75356969988102c7b9b5d">begin_pointwise_access</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  <span class="keywordtype">void</span> <a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel_a9c0624a3aaf9eb90a522f81c26cd4128.html#a9c0624a3aaf9eb90a522f81c26cd4128">end_pointwise_access</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  <span class="keywordtype">void</span> <a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel_a727841da122070489ab647f68404e056.html#a727841da122070489ab647f68404e056">init_timeseries</a>(<span class="keyword">const</span> std::vector<double> &ts) <span class="keyword">const</span>;<span class="comment"></span></div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="comment"> //! \brief Sets a pre-allocated N-element array "result" to the time-series of</span></div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span> <span class="comment"> //! ice-equivalent precipitation (m/s) at the point i,j on the grid.</span></div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="comment"> //!</span></div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span> <span class="comment"> //! See temp_time_series() for more.</span></div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="comment"></span> <span class="keywordtype">void</span> <a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel_af54fece2e87b9fa95f6380bd74d1d320.html#af54fece2e87b9fa95f6380bd74d1d320">precip_time_series</a>(<span class="keywordtype">int</span> i, <span class="keywordtype">int</span> j, std::vector<double> &result) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="comment"></span> </div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span> <span class="comment"> //! \brief Sets a pre-allocated N-element array "result" to the time-series</span></div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span> <span class="comment"> //! of near-surface air temperature (degrees Kelvin) at the point i,j on the</span></div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span> <span class="comment"> //! grid. Times (in years) are specified in ts. NB! Has to be surrounded by</span></div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span> <span class="comment"> //! begin_pointwise_access() and end_pointwise_access()</span></div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span> <span class="comment"></span> <span class="keywordtype">void</span> <a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel_aa6b81f641cae02338a3ba7dd0197447a.html#aa6b81f641cae02338a3ba7dd0197447a">temp_time_series</a>(<span class="keywordtype">int</span> i, <span class="keywordtype">int</span> j, std::vector<double> &result) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span> <span class="keyword">protected</span>:</div>
<div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="classpism_1_1atmosphere_1_1AtmosphereModel_a79de0a9be5f11c2722a2593fe82a7df9.html#a79de0a9be5f11c2722a2593fe82a7df9"> 64</a></span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel_a79de0a9be5f11c2722a2593fe82a7df9.html#a79de0a9be5f11c2722a2593fe82a7df9">init_impl</a>(<span class="keyword">const</span> <a class="code" href="classpism_1_1Geometry.html">Geometry</a> &geometry) = 0;</div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel_a181f3b84b599c984cd338b736be767af.html#a181f3b84b599c984cd338b736be767af">update_impl</a>(<span class="keyword">const</span> <a class="code" href="classpism_1_1Geometry.html">Geometry</a> &geometry, <span class="keywordtype">double</span> t, <span class="keywordtype">double</span> dt) = 0;</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel_a4344ca35265a6f01aa210583dcce6464.html#a4344ca35265a6f01aa210583dcce6464">define_model_state_impl</a>(<span class="keyword">const</span> <a class="code" href="classpism_1_1File.html">File</a> &output) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel_a1c52bf1df9cda836d50a33fa74a99cab.html#a1c52bf1df9cda836d50a33fa74a99cab">write_model_state_impl</a>(<span class="keyword">const</span> <a class="code" href="classpism_1_1File.html">File</a> &output) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  </div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  <span class="keyword">virtual</span> <a class="code" href="classpism_1_1MaxTimestep.html">MaxTimestep</a> <a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel_ae89d3aa5ed637b3760f557a758ae6e79.html#ae89d3aa5ed637b3760f557a758ae6e79">max_timestep_impl</a>(<span class="keywordtype">double</span> my_t) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  </div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  <span class="keyword">virtual</span> <span class="keyword">const</span> <a class="code" href="classpism_1_1array_1_1Scalar.html">array::Scalar</a>& <a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel_a8016937fa65243f8a014f1c1321c4eda.html#a8016937fa65243f8a014f1c1321c4eda">precipitation_impl</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  <span class="keyword">virtual</span> <span class="keyword">const</span> <a class="code" href="classpism_1_1array_1_1Scalar.html">array::Scalar</a>& <a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel_aaf9b191d5db426e0031ef0fdf4b18516.html#aaf9b191d5db426e0031ef0fdf4b18516">air_temperature_impl</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  </div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel_a8e216b235bdd8c7de7278aa717dee99d.html#a8e216b235bdd8c7de7278aa717dee99d">begin_pointwise_access_impl</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel_ac5a2a7473812e8573a2616cc019465fd.html#ac5a2a7473812e8573a2616cc019465fd">end_pointwise_access_impl</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel_a46b8c5748272b9a9c6cef9ff1cca3cd5.html#a46b8c5748272b9a9c6cef9ff1cca3cd5">init_timeseries_impl</a>(<span class="keyword">const</span> std::vector<double> &ts) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel_a8aaf6b2919d9f32150baf869aa736653.html#a8aaf6b2919d9f32150baf869aa736653">precip_time_series_impl</a>(<span class="keywordtype">int</span> i, <span class="keywordtype">int</span> j, std::vector<double> &result) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel_ae6e26fa80a9eb2cd212388839bd63d00.html#ae6e26fa80a9eb2cd212388839bd63d00">temp_time_series_impl</a>(<span class="keywordtype">int</span> i, <span class="keywordtype">int</span> j, std::vector<double> &result) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  </div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  <span class="keyword">virtual</span> <a class="code" href="namespacepism_a6154a990ba873c6ca606d8a320c441ac.html#a6154a990ba873c6ca606d8a320c441ac">DiagnosticList</a> <a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel_a021ff2062143cda6e9e230600c3560cc.html#a021ff2062143cda6e9e230600c3560cc">diagnostics_impl</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  <span class="keyword">virtual</span> <a class="code" href="namespacepism_a5cca85a16d08e7581dbc0ce9e341956a.html#a5cca85a16d08e7581dbc0ce9e341956a">TSDiagnosticList</a> <a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel_a0fc2227b023df7c4530944aa951b1676.html#a0fc2227b023df7c4530944aa951b1676">ts_diagnostics_impl</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span> <span class="keyword">protected</span>:</div>
<div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="classpism_1_1atmosphere_1_1AtmosphereModel_ae99337d3938cc0213d8f16a43805ba84.html#ae99337d3938cc0213d8f16a43805ba84"> 83</a></span>  <span class="keyword">mutable</span> std::vector<double> <a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel_ae99337d3938cc0213d8f16a43805ba84.html#ae99337d3938cc0213d8f16a43805ba84">m_ts_times</a>;</div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  </div>
<div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="classpism_1_1atmosphere_1_1AtmosphereModel_a98b5c47717974965035211a2755c4b66.html#a98b5c47717974965035211a2755c4b66"> 85</a></span>  std::shared_ptr<AtmosphereModel> <a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel_a98b5c47717974965035211a2755c4b66.html#a98b5c47717974965035211a2755c4b66">m_input_model</a>;</div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  </div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  <span class="keyword">static</span> std::shared_ptr<array::Scalar> <a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel_a5a14643349acaec2a6219207e38b946c.html#a5a14643349acaec2a6219207e38b946c">allocate_temperature</a>(std::shared_ptr<const Grid> <a class="code" href="classpism_1_1Component_a1d7fa2a58f259a9c5e464f8738db6ef0.html#a1d7fa2a58f259a9c5e464f8738db6ef0">grid</a>);</div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  <span class="keyword">static</span> std::shared_ptr<array::Scalar> <a class="code" href="classpism_1_1atmosphere_1_1AtmosphereModel_ae84e2ccd1ff561401b66b1ce3ce9c656.html#ae84e2ccd1ff561401b66b1ce3ce9c656">allocate_precipitation</a>(std::shared_ptr<const Grid> <a class="code" href="classpism_1_1Component_a1d7fa2a58f259a9c5e464f8738db6ef0.html#a1d7fa2a58f259a9c5e464f8738db6ef0">grid</a>);</div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span> };</div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  </div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span> } <span class="comment">// end of namespace atmosphere</span></div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span> } <span class="comment">// end of namespace pism</span></div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  </div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span> <span class="preprocessor">#endif </span><span class="comment">// __AtmosphereModel</span></div>
<div class="ttc" id="aclasspism_1_1Component_a1d7fa2a58f259a9c5e464f8738db6ef0_html_a1d7fa2a58f259a9c5e464f8738db6ef0"><div class="ttname"><a href="classpism_1_1Component_a1d7fa2a58f259a9c5e464f8738db6ef0.html#a1d7fa2a58f259a9c5e464f8738db6ef0">pism::Component::grid</a></div><div class="ttdeci">std::shared_ptr< const Grid > grid() const</div><div class="ttdef"><b>Definition:</b> <a href="Component_8cc_source.html#l00105">Component.cc:105</a></div></div>
<div class="ttc" id="aclasspism_1_1Component_html"><div class="ttname"><a href="classpism_1_1Component.html">pism::Component</a></div><div class="ttdoc">A class defining a common interface for most PISM sub-models.</div><div class="ttdef"><b>Definition:</b> <a href="Component_8hh_source.html#l00118">Component.hh:118</a></div></div>
<div class="ttc" id="aclasspism_1_1File_html"><div class="ttname"><a href="classpism_1_1File.html">pism::File</a></div><div class="ttdoc">High-level PISM I/O class.</div><div class="ttdef"><b>Definition:</b> <a href="File_8hh_source.html#l00055">File.hh:56</a></div></div>
<div class="ttc" id="aclasspism_1_1Geometry_html"><div class="ttname"><a href="classpism_1_1Geometry.html">pism::Geometry</a></div><div class="ttdef"><b>Definition:</b> <a href="Geometry_8hh_source.html#l00029">Geometry.hh:29</a></div></div>
<div class="ttc" id="aclasspism_1_1MaxTimestep_html"><div class="ttname"><a href="classpism_1_1MaxTimestep.html">pism::MaxTimestep</a></div><div class="ttdoc">Combines the max. time step with the flag indicating if a restriction is active. Makes is possible to...</div><div class="ttdef"><b>Definition:</b> <a href="MaxTimestep_8hh_source.html#l00031">MaxTimestep.hh:31</a></div></div>
<div class="ttc" id="aclasspism_1_1array_1_1Scalar_html"><div class="ttname"><a href="classpism_1_1array_1_1Scalar.html">pism::array::Scalar</a></div><div class="ttdef"><b>Definition:</b> <a href="Scalar_8hh_source.html#l00031">Scalar.hh:31</a></div></div>
<div class="ttc" id="aclasspism_1_1atmosphere_1_1AtmosphereModel_a021ff2062143cda6e9e230600c3560cc_html_a021ff2062143cda6e9e230600c3560cc"><div class="ttname"><a href="classpism_1_1atmosphere_1_1AtmosphereModel_a021ff2062143cda6e9e230600c3560cc.html#a021ff2062143cda6e9e230600c3560cc">pism::atmosphere::AtmosphereModel::diagnostics_impl</a></div><div class="ttdeci">virtual DiagnosticList diagnostics_impl() const</div><div class="ttdef"><b>Definition:</b> <a href="AtmosphereModel_8cc_source.html#l00201">AtmosphereModel.cc:201</a></div></div>
<div class="ttc" id="aclasspism_1_1atmosphere_1_1AtmosphereModel_a0597f334c365ed8efe6531c00879efc8_html_a0597f334c365ed8efe6531c00879efc8"><div class="ttname"><a href="classpism_1_1atmosphere_1_1AtmosphereModel_a0597f334c365ed8efe6531c00879efc8.html#a0597f334c365ed8efe6531c00879efc8">pism::atmosphere::AtmosphereModel::update</a></div><div class="ttdeci">void update(const Geometry &geometry, double t, double dt)</div><div class="ttdef"><b>Definition:</b> <a href="AtmosphereModel_8cc_source.html#l00069">AtmosphereModel.cc:69</a></div></div>
<div class="ttc" id="aclasspism_1_1atmosphere_1_1AtmosphereModel_a081803650f0829cdaf49e87f558bec48_html_a081803650f0829cdaf49e87f558bec48"><div class="ttname"><a href="classpism_1_1atmosphere_1_1AtmosphereModel_a081803650f0829cdaf49e87f558bec48.html#a081803650f0829cdaf49e87f558bec48">pism::atmosphere::AtmosphereModel::~AtmosphereModel</a></div><div class="ttdeci">virtual ~AtmosphereModel()=default</div></div>
<div class="ttc" id="aclasspism_1_1atmosphere_1_1AtmosphereModel_a0fc2227b023df7c4530944aa951b1676_html_a0fc2227b023df7c4530944aa951b1676"><div class="ttname"><a href="classpism_1_1atmosphere_1_1AtmosphereModel_a0fc2227b023df7c4530944aa951b1676.html#a0fc2227b023df7c4530944aa951b1676">pism::atmosphere::AtmosphereModel::ts_diagnostics_impl</a></div><div class="ttdeci">virtual TSDiagnosticList ts_diagnostics_impl() const</div><div class="ttdef"><b>Definition:</b> <a href="AtmosphereModel_8cc_source.html#l00217">AtmosphereModel.cc:217</a></div></div>
<div class="ttc" id="aclasspism_1_1atmosphere_1_1AtmosphereModel_a181f3b84b599c984cd338b736be767af_html_a181f3b84b599c984cd338b736be767af"><div class="ttname"><a href="classpism_1_1atmosphere_1_1AtmosphereModel_a181f3b84b599c984cd338b736be767af.html#a181f3b84b599c984cd338b736be767af">pism::atmosphere::AtmosphereModel::update_impl</a></div><div class="ttdeci">virtual void update_impl(const Geometry &geometry, double t, double dt)=0</div><div class="ttdef"><b>Definition:</b> <a href="AtmosphereModel_8cc_source.html#l00188">AtmosphereModel.cc:188</a></div></div>
<div class="ttc" id="aclasspism_1_1atmosphere_1_1AtmosphereModel_a1c52bf1df9cda836d50a33fa74a99cab_html_a1c52bf1df9cda836d50a33fa74a99cab"><div class="ttname"><a href="classpism_1_1atmosphere_1_1AtmosphereModel_a1c52bf1df9cda836d50a33fa74a99cab.html#a1c52bf1df9cda836d50a33fa74a99cab">pism::atmosphere::AtmosphereModel::write_model_state_impl</a></div><div class="ttdeci">virtual void write_model_state_impl(const File &output) const</div><div class="ttdoc">The default (empty implementation).</div><div class="ttdef"><b>Definition:</b> <a href="AtmosphereModel_8cc_source.html#l00231">AtmosphereModel.cc:231</a></div></div>
<div class="ttc" id="aclasspism_1_1atmosphere_1_1AtmosphereModel_a4344ca35265a6f01aa210583dcce6464_html_a4344ca35265a6f01aa210583dcce6464"><div class="ttname"><a href="classpism_1_1atmosphere_1_1AtmosphereModel_a4344ca35265a6f01aa210583dcce6464.html#a4344ca35265a6f01aa210583dcce6464">pism::atmosphere::AtmosphereModel::define_model_state_impl</a></div><div class="ttdeci">virtual void define_model_state_impl(const File &output) const</div><div class="ttdoc">The default (empty implementation).</div><div class="ttdef"><b>Definition:</b> <a href="AtmosphereModel_8cc_source.html#l00225">AtmosphereModel.cc:225</a></div></div>
<div class="ttc" id="aclasspism_1_1atmosphere_1_1AtmosphereModel_a46b8c5748272b9a9c6cef9ff1cca3cd5_html_a46b8c5748272b9a9c6cef9ff1cca3cd5"><div class="ttname"><a href="classpism_1_1atmosphere_1_1AtmosphereModel_a46b8c5748272b9a9c6cef9ff1cca3cd5.html#a46b8c5748272b9a9c6cef9ff1cca3cd5">pism::atmosphere::AtmosphereModel::init_timeseries_impl</a></div><div class="ttdeci">virtual void init_timeseries_impl(const std::vector< double > &ts) const</div><div class="ttdef"><b>Definition:</b> <a href="AtmosphereModel_8cc_source.html#l00283">AtmosphereModel.cc:283</a></div></div>
<div class="ttc" id="aclasspism_1_1atmosphere_1_1AtmosphereModel_a4fef7739eee952869bfbbae06cd8e516_html_a4fef7739eee952869bfbbae06cd8e516"><div class="ttname"><a href="classpism_1_1atmosphere_1_1AtmosphereModel_a4fef7739eee952869bfbbae06cd8e516.html#a4fef7739eee952869bfbbae06cd8e516">pism::atmosphere::AtmosphereModel::air_temperature</a></div><div class="ttdeci">const array::Scalar & air_temperature() const</div><div class="ttdoc">Sets result to the mean near-surface air temperature, in degrees Kelvin.</div><div class="ttdef"><b>Definition:</b> <a href="AtmosphereModel_8cc_source.html#l00077">AtmosphereModel.cc:77</a></div></div>
<div class="ttc" id="aclasspism_1_1atmosphere_1_1AtmosphereModel_a5a14643349acaec2a6219207e38b946c_html_a5a14643349acaec2a6219207e38b946c"><div class="ttname"><a href="classpism_1_1atmosphere_1_1AtmosphereModel_a5a14643349acaec2a6219207e38b946c.html#a5a14643349acaec2a6219207e38b946c">pism::atmosphere::AtmosphereModel::allocate_temperature</a></div><div class="ttdeci">static std::shared_ptr< array::Scalar > allocate_temperature(std::shared_ptr< const Grid > grid)</div><div class="ttdef"><b>Definition:</b> <a href="AtmosphereModel_8cc_source.html#l00032">AtmosphereModel.cc:32</a></div></div>
<div class="ttc" id="aclasspism_1_1atmosphere_1_1AtmosphereModel_a727841da122070489ab647f68404e056_html_a727841da122070489ab647f68404e056"><div class="ttname"><a href="classpism_1_1atmosphere_1_1AtmosphereModel_a727841da122070489ab647f68404e056.html#a727841da122070489ab647f68404e056">pism::atmosphere::AtmosphereModel::init_timeseries</a></div><div class="ttdeci">void init_timeseries(const std::vector< double > &ts) const</div><div class="ttdef"><b>Definition:</b> <a href="AtmosphereModel_8cc_source.html#l00089">AtmosphereModel.cc:89</a></div></div>
<div class="ttc" id="aclasspism_1_1atmosphere_1_1AtmosphereModel_a763eb2f75faf4a588b5b9ddcdb359afa_html_a763eb2f75faf4a588b5b9ddcdb359afa"><div class="ttname"><a href="classpism_1_1atmosphere_1_1AtmosphereModel_a763eb2f75faf4a588b5b9ddcdb359afa.html#a763eb2f75faf4a588b5b9ddcdb359afa">pism::atmosphere::AtmosphereModel::precipitation</a></div><div class="ttdeci">const array::Scalar & precipitation() const</div><div class="ttdoc">Sets result to the mean precipitation, in "kg m-2 second-1".</div><div class="ttdef"><b>Definition:</b> <a href="AtmosphereModel_8cc_source.html#l00073">AtmosphereModel.cc:73</a></div></div>
<div class="ttc" id="aclasspism_1_1atmosphere_1_1AtmosphereModel_a79de0a9be5f11c2722a2593fe82a7df9_html_a79de0a9be5f11c2722a2593fe82a7df9"><div class="ttname"><a href="classpism_1_1atmosphere_1_1AtmosphereModel_a79de0a9be5f11c2722a2593fe82a7df9.html#a79de0a9be5f11c2722a2593fe82a7df9">pism::atmosphere::AtmosphereModel::init_impl</a></div><div class="ttdeci">virtual void init_impl(const Geometry &geometry)=0</div></div>
<div class="ttc" id="aclasspism_1_1atmosphere_1_1AtmosphereModel_a8016937fa65243f8a014f1c1321c4eda_html_a8016937fa65243f8a014f1c1321c4eda"><div class="ttname"><a href="classpism_1_1atmosphere_1_1AtmosphereModel_a8016937fa65243f8a014f1c1321c4eda.html#a8016937fa65243f8a014f1c1321c4eda">pism::atmosphere::AtmosphereModel::precipitation_impl</a></div><div class="ttdeci">virtual const array::Scalar & precipitation_impl() const</div><div class="ttdef"><b>Definition:</b> <a href="AtmosphereModel_8cc_source.html#l00237">AtmosphereModel.cc:237</a></div></div>
<div class="ttc" id="aclasspism_1_1atmosphere_1_1AtmosphereModel_a86d445eb97f75356969988102c7b9b5d_html_a86d445eb97f75356969988102c7b9b5d"><div class="ttname"><a href="classpism_1_1atmosphere_1_1AtmosphereModel_a86d445eb97f75356969988102c7b9b5d.html#a86d445eb97f75356969988102c7b9b5d">pism::atmosphere::AtmosphereModel::begin_pointwise_access</a></div><div class="ttdeci">void begin_pointwise_access() const</div><div class="ttdef"><b>Definition:</b> <a href="AtmosphereModel_8cc_source.html#l00081">AtmosphereModel.cc:81</a></div></div>
<div class="ttc" id="aclasspism_1_1atmosphere_1_1AtmosphereModel_a8a09b8074d11202b68e135cf2a08667c_html_a8a09b8074d11202b68e135cf2a08667c"><div class="ttname"><a href="classpism_1_1atmosphere_1_1AtmosphereModel_a8a09b8074d11202b68e135cf2a08667c.html#a8a09b8074d11202b68e135cf2a08667c">pism::atmosphere::AtmosphereModel::init</a></div><div class="ttdeci">void init(const Geometry &geometry)</div><div class="ttdef"><b>Definition:</b> <a href="AtmosphereModel_8cc_source.html#l00065">AtmosphereModel.cc:65</a></div></div>
<div class="ttc" id="aclasspism_1_1atmosphere_1_1AtmosphereModel_a8aaf6b2919d9f32150baf869aa736653_html_a8aaf6b2919d9f32150baf869aa736653"><div class="ttname"><a href="classpism_1_1atmosphere_1_1AtmosphereModel_a8aaf6b2919d9f32150baf869aa736653.html#a8aaf6b2919d9f32150baf869aa736653">pism::atmosphere::AtmosphereModel::precip_time_series_impl</a></div><div class="ttdeci">virtual void precip_time_series_impl(int i, int j, std::vector< double > &result) const</div><div class="ttdef"><b>Definition:</b> <a href="AtmosphereModel_8cc_source.html#l00275">AtmosphereModel.cc:275</a></div></div>
<div class="ttc" id="aclasspism_1_1atmosphere_1_1AtmosphereModel_a8e216b235bdd8c7de7278aa717dee99d_html_a8e216b235bdd8c7de7278aa717dee99d"><div class="ttname"><a href="classpism_1_1atmosphere_1_1AtmosphereModel_a8e216b235bdd8c7de7278aa717dee99d.html#a8e216b235bdd8c7de7278aa717dee99d">pism::atmosphere::AtmosphereModel::begin_pointwise_access_impl</a></div><div class="ttdeci">virtual void begin_pointwise_access_impl() const</div><div class="ttdef"><b>Definition:</b> <a href="AtmosphereModel_8cc_source.html#l00251">AtmosphereModel.cc:251</a></div></div>
<div class="ttc" id="aclasspism_1_1atmosphere_1_1AtmosphereModel_a98b5c47717974965035211a2755c4b66_html_a98b5c47717974965035211a2755c4b66"><div class="ttname"><a href="classpism_1_1atmosphere_1_1AtmosphereModel_a98b5c47717974965035211a2755c4b66.html#a98b5c47717974965035211a2755c4b66">pism::atmosphere::AtmosphereModel::m_input_model</a></div><div class="ttdeci">std::shared_ptr< AtmosphereModel > m_input_model</div><div class="ttdef"><b>Definition:</b> <a href="AtmosphereModel_8hh_source.html#l00085">AtmosphereModel.hh:85</a></div></div>
<div class="ttc" id="aclasspism_1_1atmosphere_1_1AtmosphereModel_a9c0624a3aaf9eb90a522f81c26cd4128_html_a9c0624a3aaf9eb90a522f81c26cd4128"><div class="ttname"><a href="classpism_1_1atmosphere_1_1AtmosphereModel_a9c0624a3aaf9eb90a522f81c26cd4128.html#a9c0624a3aaf9eb90a522f81c26cd4128">pism::atmosphere::AtmosphereModel::end_pointwise_access</a></div><div class="ttdeci">void end_pointwise_access() const</div><div class="ttdef"><b>Definition:</b> <a href="AtmosphereModel_8cc_source.html#l00085">AtmosphereModel.cc:85</a></div></div>
<div class="ttc" id="aclasspism_1_1atmosphere_1_1AtmosphereModel_aa6b81f641cae02338a3ba7dd0197447a_html_aa6b81f641cae02338a3ba7dd0197447a"><div class="ttname"><a href="classpism_1_1atmosphere_1_1AtmosphereModel_aa6b81f641cae02338a3ba7dd0197447a.html#aa6b81f641cae02338a3ba7dd0197447a">pism::atmosphere::AtmosphereModel::temp_time_series</a></div><div class="ttdeci">void temp_time_series(int i, int j, std::vector< double > &result) const</div><div class="ttdoc">Sets a pre-allocated N-element array "result" to the time-series of near-surface air temperature (deg...</div><div class="ttdef"><b>Definition:</b> <a href="AtmosphereModel_8cc_source.html#l00098">AtmosphereModel.cc:98</a></div></div>
<div class="ttc" id="aclasspism_1_1atmosphere_1_1AtmosphereModel_aaf9b191d5db426e0031ef0fdf4b18516_html_aaf9b191d5db426e0031ef0fdf4b18516"><div class="ttname"><a href="classpism_1_1atmosphere_1_1AtmosphereModel_aaf9b191d5db426e0031ef0fdf4b18516.html#aaf9b191d5db426e0031ef0fdf4b18516">pism::atmosphere::AtmosphereModel::air_temperature_impl</a></div><div class="ttdeci">virtual const array::Scalar & air_temperature_impl() const</div><div class="ttdef"><b>Definition:</b> <a href="AtmosphereModel_8cc_source.html#l00244">AtmosphereModel.cc:244</a></div></div>
<div class="ttc" id="aclasspism_1_1atmosphere_1_1AtmosphereModel_ac5a2a7473812e8573a2616cc019465fd_html_ac5a2a7473812e8573a2616cc019465fd"><div class="ttname"><a href="classpism_1_1atmosphere_1_1AtmosphereModel_ac5a2a7473812e8573a2616cc019465fd.html#ac5a2a7473812e8573a2616cc019465fd">pism::atmosphere::AtmosphereModel::end_pointwise_access_impl</a></div><div class="ttdeci">virtual void end_pointwise_access_impl() const</div><div class="ttdef"><b>Definition:</b> <a href="AtmosphereModel_8cc_source.html#l00259">AtmosphereModel.cc:259</a></div></div>
<div class="ttc" id="aclasspism_1_1atmosphere_1_1AtmosphereModel_ace2b9c807ca5dc27e57103e2cc4acdaa_html_ace2b9c807ca5dc27e57103e2cc4acdaa"><div class="ttname"><a href="classpism_1_1atmosphere_1_1AtmosphereModel_ace2b9c807ca5dc27e57103e2cc4acdaa.html#ace2b9c807ca5dc27e57103e2cc4acdaa">pism::atmosphere::AtmosphereModel::AtmosphereModel</a></div><div class="ttdeci">AtmosphereModel(std::shared_ptr< const Grid > g)</div><div class="ttdef"><b>Definition:</b> <a href="AtmosphereModel_8cc_source.html#l00054">AtmosphereModel.cc:54</a></div></div>
<div class="ttc" id="aclasspism_1_1atmosphere_1_1AtmosphereModel_ae6e26fa80a9eb2cd212388839bd63d00_html_ae6e26fa80a9eb2cd212388839bd63d00"><div class="ttname"><a href="classpism_1_1atmosphere_1_1AtmosphereModel_ae6e26fa80a9eb2cd212388839bd63d00.html#ae6e26fa80a9eb2cd212388839bd63d00">pism::atmosphere::AtmosphereModel::temp_time_series_impl</a></div><div class="ttdeci">virtual void temp_time_series_impl(int i, int j, std::vector< double > &result) const</div><div class="ttdef"><b>Definition:</b> <a href="AtmosphereModel_8cc_source.html#l00267">AtmosphereModel.cc:267</a></div></div>
<div class="ttc" id="aclasspism_1_1atmosphere_1_1AtmosphereModel_ae84e2ccd1ff561401b66b1ce3ce9c656_html_ae84e2ccd1ff561401b66b1ce3ce9c656"><div class="ttname"><a href="classpism_1_1atmosphere_1_1AtmosphereModel_ae84e2ccd1ff561401b66b1ce3ce9c656.html#ae84e2ccd1ff561401b66b1ce3ce9c656">pism::atmosphere::AtmosphereModel::allocate_precipitation</a></div><div class="ttdeci">static std::shared_ptr< array::Scalar > allocate_precipitation(std::shared_ptr< const Grid > grid)</div><div class="ttdef"><b>Definition:</b> <a href="AtmosphereModel_8cc_source.html#l00042">AtmosphereModel.cc:42</a></div></div>
<div class="ttc" id="aclasspism_1_1atmosphere_1_1AtmosphereModel_ae89d3aa5ed637b3760f557a758ae6e79_html_ae89d3aa5ed637b3760f557a758ae6e79"><div class="ttname"><a href="classpism_1_1atmosphere_1_1AtmosphereModel_ae89d3aa5ed637b3760f557a758ae6e79.html#ae89d3aa5ed637b3760f557a758ae6e79">pism::atmosphere::AtmosphereModel::max_timestep_impl</a></div><div class="ttdeci">virtual MaxTimestep max_timestep_impl(double my_t) const</div><div class="ttdef"><b>Definition:</b> <a href="AtmosphereModel_8cc_source.html#l00194">AtmosphereModel.cc:194</a></div></div>
<div class="ttc" id="aclasspism_1_1atmosphere_1_1AtmosphereModel_ae99337d3938cc0213d8f16a43805ba84_html_ae99337d3938cc0213d8f16a43805ba84"><div class="ttname"><a href="classpism_1_1atmosphere_1_1AtmosphereModel_ae99337d3938cc0213d8f16a43805ba84.html#ae99337d3938cc0213d8f16a43805ba84">pism::atmosphere::AtmosphereModel::m_ts_times</a></div><div class="ttdeci">std::vector< double > m_ts_times</div><div class="ttdef"><b>Definition:</b> <a href="AtmosphereModel_8hh_source.html#l00083">AtmosphereModel.hh:83</a></div></div>
<div class="ttc" id="aclasspism_1_1atmosphere_1_1AtmosphereModel_af54fece2e87b9fa95f6380bd74d1d320_html_af54fece2e87b9fa95f6380bd74d1d320"><div class="ttname"><a href="classpism_1_1atmosphere_1_1AtmosphereModel_af54fece2e87b9fa95f6380bd74d1d320.html#af54fece2e87b9fa95f6380bd74d1d320">pism::atmosphere::AtmosphereModel::precip_time_series</a></div><div class="ttdeci">void precip_time_series(int i, int j, std::vector< double > &result) const</div><div class="ttdoc">Sets a pre-allocated N-element array "result" to the time-series of ice-equivalent precipitation (m/s...</div><div class="ttdef"><b>Definition:</b> <a href="AtmosphereModel_8cc_source.html#l00093">AtmosphereModel.cc:93</a></div></div>
<div class="ttc" id="aclasspism_1_1atmosphere_1_1AtmosphereModel_html"><div class="ttname"><a href="classpism_1_1atmosphere_1_1AtmosphereModel.html">pism::atmosphere::AtmosphereModel</a></div><div class="ttdoc">A purely virtual class defining the interface of a PISM Atmosphere Model.</div><div class="ttdef"><b>Definition:</b> <a href="AtmosphereModel_8hh_source.html#l00033">AtmosphereModel.hh:33</a></div></div>
<div class="ttc" id="anamespacepism_a47d754ed3e959d5866b02a1b78b6a5b5_html_a47d754ed3e959d5866b02a1b78b6a5b5"><div class="ttname"><a href="namespacepism_a47d754ed3e959d5866b02a1b78b6a5b5.html#a47d754ed3e959d5866b02a1b78b6a5b5">pism::g</a></div><div class="ttdeci">static const double g</div><div class="ttdef"><b>Definition:</b> <a href="exactTestP_8cc_source.html#l00036">exactTestP.cc:36</a></div></div>
<div class="ttc" id="anamespacepism_a5cca85a16d08e7581dbc0ce9e341956a_html_a5cca85a16d08e7581dbc0ce9e341956a"><div class="ttname"><a href="namespacepism_a5cca85a16d08e7581dbc0ce9e341956a.html#a5cca85a16d08e7581dbc0ce9e341956a">pism::TSDiagnosticList</a></div><div class="ttdeci">std::map< std::string, TSDiagnostic::Ptr > TSDiagnosticList</div><div class="ttdef"><b>Definition:</b> <a href="Diagnostic_8hh_source.html#l00343">Diagnostic.hh:343</a></div></div>
<div class="ttc" id="anamespacepism_a6154a990ba873c6ca606d8a320c441ac_html_a6154a990ba873c6ca606d8a320c441ac"><div class="ttname"><a href="namespacepism_a6154a990ba873c6ca606d8a320c441ac.html#a6154a990ba873c6ca606d8a320c441ac">pism::DiagnosticList</a></div><div class="ttdeci">std::map< std::string, Diagnostic::Ptr > DiagnosticList</div><div class="ttdef"><b>Definition:</b> <a href="Diagnostic_8hh_source.html#l00125">Diagnostic.hh:125</a></div></div>
<div class="ttc" id="anamespacepism_html"><div class="ttname"><a href="namespacepism.html">pism</a></div><div class="ttdef"><b>Definition:</b> <a href="AgeColumnSystem_8cc_source.html#l00023">AgeColumnSystem.cc:23</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1
</small></address>
</body>
</html>