1 | !> @file urban_surface_mod.f90 |
---|
2 | !------------------------------------------------------------------------------! |
---|
3 | ! This file is part of the PALM model system. |
---|
4 | ! |
---|
5 | ! PALM is free software: you can redistribute it and/or modify it under the |
---|
6 | ! terms of the GNU General Public License as published by the Free Software |
---|
7 | ! Foundation, either version 3 of the License, or (at your option) any later |
---|
8 | ! version. |
---|
9 | ! |
---|
10 | ! PALM is distributed in the hope that it will be useful, but WITHOUT ANY |
---|
11 | ! WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR |
---|
12 | ! A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
---|
13 | ! |
---|
14 | ! You should have received a copy of the GNU General Public License along with |
---|
15 | ! PALM. If not, see <http://www.gnu.org/licenses/>. |
---|
16 | ! |
---|
17 | ! Copyright 2015-2020 Czech Technical University in Prague |
---|
18 | ! Copyright 2015-2020 Institute of Computer Science of the |
---|
19 | !           Czech Academy of Sciences, Prague |
---|
20 | ! Copyright 1997-2020 Leibniz Universitaet Hannover |
---|
21 | !------------------------------------------------------------------------------! |
---|
22 | ! |
---|
23 | ! Current revisions: |
---|
24 | ! ------------------ |
---|
25 | ! |
---|
26 | ! |
---|
27 | ! Former revisions: |
---|
28 | ! ----------------- |
---|
29 | ! $Id: urban_surface_mod.f90 4495 2020-04-13 20:11:20Z raasch $ |
---|
30 | ! restart data handling with MPI-IO added |
---|
31 | ! |
---|
32 | ! 4493 2020-04-10 09:49:43Z pavelkrc |
---|
33 | ! J.Resler, 2020/03/19 |
---|
34 | ! - remove reading of deprecated input parameters c_surface and lambda_surf |
---|
35 | ! - and calculate them from parameters of the outer wall/roof layer |
---|
36 | ! |
---|
37 | ! 4481 2020-03-31 18:55:54Z maronga |
---|
38 | ! use statement for exchange horiz added |
---|
39 | ! |
---|
40 | ! 4442 2020-03-04 19:21:13Z suehring |
---|
41 | ! Change order of dimension in surface arrays %frac, %emissivity and %albedo |
---|
42 | ! to allow for better vectorization in the radiation interactions. |
---|
43 | ! |
---|
44 | ! 4441 2020-03-04 19:20:35Z suehring |
---|
45 | ! Removed wall_flags_static_0 from USE statements as it's not used within |
---|
46 | ! the module |
---|
47 | ! |
---|
48 | ! 4329 2019-12-10 15:46:36Z motisi |
---|
49 | ! Renamed wall_flags_0 to wall_flags_static_0 |
---|
50 | ! |
---|
51 | ! 4309 2019-11-26 18:49:59Z suehring |
---|
52 | ! - Bugfix, include m_liq into restarts |
---|
53 | ! - Remove unused arrays for liquid water and saturation moisture at vertical |
---|
54 | !  walls |
---|
55 | ! |
---|
56 | ! 4305 2019-11-25 11:15:40Z suehring |
---|
57 | ! Revision of some indoor-model parameters |
---|
58 | ! |
---|
59 | ! 4259 2019-10-09 10:05:22Z suehring |
---|
60 | ! Instead of terminate the job in case the relative wall fractions do not |
---|
61 | ! sum-up to one, give only an informative message and normalize the fractions. |
---|
62 | ! |
---|
63 | ! 4258 2019-10-07 13:29:08Z suehring |
---|
64 | ! - Add checks to ensure that relative fractions of walls, windowns and green |
---|
65 | !  surfaces sum-up to one. |
---|
66 | ! - Revise message calls dealing with local checks. |
---|
67 | ! |
---|
68 | ! 4245 2019-09-30 08:40:37Z pavelkrc |
---|
69 | ! Initialize explicit per-surface parameters from building_surface_pars |
---|
70 | ! |
---|
71 | ! 4238 2019-09-25 16:06:01Z suehring |
---|
72 | ! Indoor-model parameters for some building types adjusted in order to avoid |
---|
73 | ! unrealistically high indoor temperatures (S. Rissmann) |
---|
74 | ! |
---|
75 | ! 4230 2019-09-11 13:58:14Z suehring |
---|
76 | ! Bugfix, initialize canopy resistance. Even if no green fraction is set, |
---|
77 | ! r_canopy must be initialized for output purposes. |
---|
78 | ! |
---|
79 | ! 4227 2019-09-10 18:04:34Z gronemeier |
---|
80 | ! implement new palm_date_time_mod |
---|
81 | ! |
---|
82 | ! 4214 2019-09-02 15:57:02Z suehring |
---|
83 | ! Bugfix, missing initialization and clearing of soil-moisture tendency |
---|
84 | ! (J.Resler) |
---|
85 | ! |
---|
86 | ! 4182 2019-08-22 15:20:23Z scharf |
---|
87 | ! Corrected "Former revisions" section |
---|
88 | ! |
---|
89 | ! 4168 2019-08-16 13:50:17Z suehring |
---|
90 | ! Replace function get_topography_top_index by topo_top_ind |
---|
91 | ! |
---|
92 | ! 4148 2019-08-08 11:26:00Z suehring |
---|
93 | ! - Add anthropogenic heat output factors for heating and cooling to building |
---|
94 | !  data base |
---|
95 | ! - Move definition of building_pars to usm_init_arrays since it is already |
---|
96 | !  required in the indoor model |
---|
97 | ! |
---|
98 | ! 4127 2019-07-30 14:47:10Z suehring |
---|
99 | ! Do not add anthopogenic energy during wall/soil spin-up |
---|
100 | ! (merge from branch resler) |
---|
101 | ! |
---|
102 | ! 4077 2019-07-09 13:27:11Z gronemeier |
---|
103 | ! Set roughness length z0 and z0h/q at ground-floor level to same value as |
---|
104 | ! those above ground-floor level |
---|
105 | ! |
---|
106 | ! 4051 2019-06-24 13:58:30Z suehring |
---|
107 | ! Remove work-around for green surface fraction on buildings |
---|
108 | ! (do not set it zero) |
---|
109 | ! |
---|
110 | ! 4050 2019-06-24 13:57:27Z suehring |
---|
111 | ! In order to avoid confusion with global control parameter, rename the |
---|
112 | ! USM-internal flag spinup into during_spinup. |
---|
113 | ! |
---|
114 | ! 3987 2019-05-22 09:52:13Z kanani |
---|
115 | ! Introduce alternative switch for debug output during timestepping |
---|
116 | ! |
---|
117 | ! 3943 2019-05-02 09:50:41Z maronga |
---|
118 | ! Removed qsws_eb. Bugfix in calculation of qsws. |
---|
119 | ! |
---|
120 | ! 3933 2019-04-25 12:33:20Z kanani |
---|
121 | ! Remove allocation of pt_2m, this is done in surface_mod now (surfaces%pt_2m) |
---|
122 | ! |
---|
123 | ! 3921 2019-04-18 14:21:10Z suehring |
---|
124 | ! Undo accidentally commented initialization |
---|
125 | ! |
---|
126 | ! 3918 2019-04-18 13:33:11Z suehring |
---|
127 | ! Set green fraction to zero also at vertical surfaces |
---|
128 | ! |
---|
129 | ! 3914 2019-04-17 16:02:02Z suehring |
---|
130 | ! In order to obtain correct surface temperature during spinup set window |
---|
131 | ! fraction to zero (only during spinup) instead of just disabling |
---|
132 | ! time-integration of window-surface temperature. |
---|
133 | ! |
---|
134 | ! 3901 2019-04-16 16:17:02Z suehring |
---|
135 | ! Workaround - set green fraction to zero ( green-heat model crashes ). |
---|
136 | ! |
---|
137 | ! 3896 2019-04-15 10:10:17Z suehring |
---|
138 | ! |
---|
139 | ! |
---|
140 | ! 3896 2019-04-15 10:10:17Z suehring |
---|
141 | ! Bugfix, wrong index used for accessing building_pars from PIDS |
---|
142 | ! |
---|
143 | ! 3885 2019-04-11 11:29:34Z kanani |
---|
144 | ! Changes related to global restructuring of location messages and introduction |
---|
145 | ! of additional debug messages |
---|
146 | ! |
---|
147 | ! 3882 2019-04-10 11:08:06Z suehring |
---|
148 | ! Avoid different type kinds |
---|
149 | ! Move definition of building-surface properties from declaration block |
---|
150 | ! to an extra routine |
---|
151 | ! |
---|
152 | ! 3881 2019-04-10 09:31:22Z suehring |
---|
153 | ! Revise determination of local ground-floor level height. |
---|
154 | ! Make level 3 initalization conform with Palm-input-data standard |
---|
155 | ! Move output of albedo and emissivity to radiation module |
---|
156 | ! |
---|
157 | ! 3832 2019-03-28 13:16:58Z raasch |
---|
158 | ! instrumented with openmp directives |
---|
159 | ! |
---|
160 | ! 3824 2019-03-27 15:56:16Z pavelkrc |
---|
161 | ! Remove unused imports |
---|
162 | ! |
---|
163 | ! |
---|
164 | ! 3814 2019-03-26 08:40:31Z pavelkrc |
---|
165 | ! unused subroutine commented out |
---|
166 | ! |
---|
167 | ! 3769 2019-02-28 10:16:49Z moh.hefny |
---|
168 | ! removed unused variables |
---|
169 | ! |
---|
170 | ! 3767 2019-02-27 08:18:02Z raasch |
---|
171 | ! unused variables removed from rrd-subroutines parameter list |
---|
172 | ! |
---|
173 | ! 3748 2019-02-18 10:38:31Z suehring |
---|
174 | ! Revise conversion of waste-heat flux (do not divide by air density, will |
---|
175 | ! be done in diffusion_s) |
---|
176 | ! |
---|
177 | ! 3745 2019-02-15 18:57:56Z suehring |
---|
178 | ! - Remove internal flag indoor_model (is a global control parameter) |
---|
179 | ! - add waste heat from buildings to the kinmatic heat flux |
---|
180 | ! - consider waste heat in restart data |
---|
181 | ! - remove unused USE statements |
---|
182 | ! |
---|
183 | ! 3744 2019-02-15 18:38:58Z suehring |
---|
184 | ! fixed surface heat capacity in the building parameters |
---|
185 | ! convert the file back to unix format |
---|
186 | ! |
---|
187 | ! 3730 2019-02-11 11:26:47Z moh.hefny |
---|
188 | ! Formatting and clean-up (rvtils) |
---|
189 | ! |
---|
190 | ! 3710 2019-01-30 18:11:19Z suehring |
---|
191 | ! Check if building type is set within a valid range. |
---|
192 | ! |
---|
193 | ! 3705 2019-01-29 19:56:39Z suehring |
---|
194 | ! make nzb_wall public, required for virtual-measurements |
---|
195 | ! |
---|
196 | ! 3704 2019-01-29 19:51:41Z suehring |
---|
197 | ! Some interface calls moved to module_interface + cleanup |
---|
198 | ! |
---|
199 | ! 3655 2019-01-07 16:51:22Z knoop |
---|
200 | ! Implementation of the PALM module interface |
---|
201 | ! |
---|
202 | ! 2007 2016-08-24 15:47:17Z kanani |
---|
203 | ! Initial revision |
---|
204 | ! |
---|
205 | ! |
---|
206 | ! Description: |
---|
207 | ! ------------ |
---|
208 | ! 2016/6/9 - Initial version of the USM (Urban Surface Model) |
---|
209 | !      authors: Jaroslav Resler, Pavel Krc |
---|
210 | !           (Czech Technical University in Prague and Institute of |
---|
211 | !           Computer Science of the Czech Academy of Sciences, Prague) |
---|
212 | !      with contributions: Michal Belda, Nina Benesova, Ondrej Vlcek |
---|
213 | !      partly inspired by PALM LSM (B. Maronga) |
---|
214 | !      parameterizations of Ra checked with TUF3D (E. S. Krayenhoff) |
---|
215 | !> Module for Urban Surface Model (USM) |
---|
216 | !> The module includes: |
---|
217 | !>Â Â 1. radiation model with direct/diffuse radiation, shading, reflections |
---|
218 | !>Â Â Â Â and integration with plant canopy |
---|
219 | !>Â Â 2. wall and wall surface model |
---|
220 | !>Â Â 3. surface layer energy balance |
---|
221 | !>Â Â 4. anthropogenic heat (only from transportation so far) |
---|
222 | !>Â Â 5. necessary auxiliary subroutines (reading inputs, writing outputs, |
---|
223 | !>Â Â Â Â restart simulations, ...) |
---|
224 | !> It also make use of standard radiation and integrates it into |
---|
225 | !> urban surface model. |
---|
226 | !> |
---|
227 | !> Further work: |
---|
228 | !> ------------- |
---|
229 | !> @todo Output of _av variables in case of restarts |
---|
230 | !> @todo Revise flux conversion in energy-balance solver |
---|
231 | !> @todo Check divisions in wtend (etc.) calculations for possible division |
---|
232 | !>Â Â Â Â by zero, e.g. in case fraq(0,m) + fraq(1,m) = 0?! |
---|
233 | !> @todo Use unit 90 for OPEN/CLOSE of input files (FK) |
---|
234 | !> @todo remove reading of old csv inputs |
---|
235 | !------------------------------------------------------------------------------! |
---|
236 | Â MODULE urban_surface_mod |
---|
237 | |
---|
238 |   USE arrays_3d,                               & |
---|
239 |     ONLY: hyp, zu, pt, p, u, v, w, tend, exner, hyrho, prr, q, ql, vpt |
---|
240 | |
---|
241 |   USE calc_mean_profile_mod,                         & |
---|
242 | Â Â Â Â ONLY:Â calc_mean_profile |
---|
243 | |
---|
244 |   USE basic_constants_and_equations_mod,                   & |
---|
245 |     ONLY: c_p, g, kappa, pi, r_d, rho_l, l_v, sigma_sb |
---|
246 | |
---|
247 |   USE control_parameters,                          & |
---|
248 |     ONLY: coupling_start_time, topography,                & |
---|
249 |         debug_output, debug_output_timestep, debug_string,       & |
---|
250 |         dt_3d, humidity, indoor_model,                 & |
---|
251 |         intermediate_timestep_count, initializing_actions,       & |
---|
252 |         intermediate_timestep_count_max, simulated_time, end_time,   & |
---|
253 |         timestep_scheme, tsc, coupling_char, io_blocks, io_group,    & |
---|
254 |         message_string, time_since_reference_point, surface_pressure,  & |
---|
255 |         pt_surface, large_scale_forcing, lsf_surf,           & |
---|
256 |         spinup_pt_mean, spinup_time, time_do3d, dt_do3d,        & |
---|
257 |         average_count_3d, varnamelength, urban_surface, dz, restart_data_format_output |
---|
258 | |
---|
259 |   USE bulk_cloud_model_mod,                         & |
---|
260 |     ONLY: bulk_cloud_model, precipitation |
---|
261 | Â Â Â Â Â Â Â Â |
---|
262 |   USE cpulog,                                & |
---|
263 |     ONLY: cpu_log, log_point, log_point_s |
---|
264 | |
---|
265 |   USE grid_variables,                            & |
---|
266 |     ONLY: dx, dy, ddx, ddy, ddx2, ddy2 |
---|
267 | |
---|
268 |   USE indices,                                & |
---|
269 |     ONLY: nx, ny, nnx, nny, nnz, nxl, nxlg, nxr, nxrg, nyn, nyng, nys,  & |
---|
270 |         nysg, nzb, nzt, nbgp, topo_top_ind |
---|
271 | |
---|
272 |   USE, INTRINSIC :: iso_c_binding |
---|
273 | |
---|
274 | Â Â USE kinds |
---|
275 | Â Â Â Â Â Â Â |
---|
276 |   USE palm_date_time_mod,                          & |
---|
277 |     ONLY: get_date_time, seconds_per_hour |
---|
278 | |
---|
279 | Â Â USE pegrid |
---|
280 | Â Â Â Â |
---|
281 |   USE radiation_model_mod,                          & |
---|
282 |     ONLY: albedo_type, radiation_interaction,               & |
---|
283 |         radiation, rad_sw_in, rad_lw_in, rad_sw_out, rad_lw_out,    & |
---|
284 |         force_radiation_call, iup_u, inorth_u, isouth_u, ieast_u,    & |
---|
285 |         iwest_u, iup_l, inorth_l, isouth_l, ieast_l, iwest_l, id,    & |
---|
286 |         nz_urban_b, nz_urban_t, unscheduled_radiation_calls |
---|
287 | |
---|
288 |   USE restart_data_mpi_io_mod,                                  & |
---|
289 |     ONLY: rd_mpi_io_surface_filetypes, wrd_mpi_io, wrd_mpi_io_surface |
---|
290 | |
---|
291 |   USE statistics,                              & |
---|
292 |     ONLY: hom, statistic_regions |
---|
293 | |
---|
294 |   USE surface_mod,                              & |
---|
295 |     ONLY: ind_pav_green, ind_veg_wall, ind_wat_win, surf_usm_h,      & |
---|
296 |         surf_usm_v, surface_restore_elements |
---|
297 | |
---|
298 | |
---|
299 | Â Â IMPLICIT NONE |
---|
300 | |
---|
301 | ! |
---|
302 | !-- USM model constants |
---|
303 | |
---|
304 |   REAL(wp), PARAMETER ::           & |
---|
305 |        b_ch        = 6.04_wp,  & !< Clapp & Hornberger exponent |
---|
306 |        lambda_h_green_dry = 0.19_wp,  & !< heat conductivity for dry soil  |
---|
307 |        lambda_h_green_sm = 3.44_wp,  & !< heat conductivity of the soil matrix |
---|
308 |        lambda_h_water   = 0.57_wp,  & !< heat conductivity of water |
---|
309 |        psi_sat      = -0.388_wp, & !< soil matrix potential at saturation |
---|
310 |        rho_c_soil     = 2.19E6_wp, & !< volumetric heat capacity of soil |
---|
311 |        rho_c_water    = 4.20E6_wp   !< volumetric heat capacity of water |
---|
312 | !        m_max_depth    = 0.0002_wp   ! Maximum capacity of the water reservoir (m) |
---|
313 | |
---|
314 | ! |
---|
315 | !-- Soil parameters I      alpha_vg,   l_vg_green,  n_vg, gamma_w_green_sat |
---|
316 |   REAL(wp), DIMENSION(0:3,1:7), PARAMETER :: soil_pars = RESHAPE( (/   & |
---|
317 |                  3.83_wp, 1.250_wp, 1.38_wp, 6.94E-6_wp, & !< soil 1 |
---|
318 |                  3.14_wp, -2.342_wp, 1.28_wp, 1.16E-6_wp, & !< soil 2 |
---|
319 |                  0.83_wp, -0.588_wp, 1.25_wp, 0.26E-6_wp, & !< soil 3 |
---|
320 |                  3.67_wp, -1.977_wp, 1.10_wp, 2.87E-6_wp, & !< soil 4 |
---|
321 |                  2.65_wp, 2.500_wp, 1.10_wp, 1.74E-6_wp, & !< soil 5 |
---|
322 |                  1.30_wp, 0.400_wp, 1.20_wp, 0.93E-6_wp, & !< soil 6 |
---|
323 |                  0.00_wp, 0.00_wp, 0.00_wp, 0.57E-6_wp & !< soil 7 |
---|
324 |                  /), (/ 4, 7 /) ) |
---|
325 | |
---|
326 | ! |
---|
327 | !-- Soil parameters II       swc_sat,   fc,  wilt,  swc_res |
---|
328 |   REAL(wp), DIMENSION(0:3,1:7), PARAMETER :: m_soil_pars = RESHAPE( (/ & |
---|
329 |                  0.403_wp, 0.244_wp, 0.059_wp, 0.025_wp, & !< soil 1 |
---|
330 |                  0.439_wp, 0.347_wp, 0.151_wp, 0.010_wp, & !< soil 2 |
---|
331 |                  0.430_wp, 0.383_wp, 0.133_wp, 0.010_wp, & !< soil 3 |
---|
332 |                  0.520_wp, 0.448_wp, 0.279_wp, 0.010_wp, & !< soil 4 |
---|
333 |                  0.614_wp, 0.541_wp, 0.335_wp, 0.010_wp, & !< soil 5 |
---|
334 |                  0.766_wp, 0.663_wp, 0.267_wp, 0.010_wp, & !< soil 6 |
---|
335 |                  0.472_wp, 0.323_wp, 0.171_wp, 0.000_wp & !< soil 7 |
---|
336 |                  /), (/ 4, 7 /) ) |
---|
337 | ! |
---|
338 | !-- value 9999999.9_wp -> generic available or user-defined value must be set |
---|
339 | !-- otherwise -> no generic variable and user setting is optional |
---|
340 |   REAL(wp) :: alpha_vangenuchten = 9999999.9_wp,   & !< NAMELIST alpha_vg |
---|
341 |         field_capacity = 9999999.9_wp,     & !< NAMELIST fc |
---|
342 |         hydraulic_conductivity = 9999999.9_wp, & !< NAMELIST gamma_w_green_sat |
---|
343 |         l_vangenuchten = 9999999.9_wp,     & !< NAMELIST l_vg |
---|
344 |         n_vangenuchten = 9999999.9_wp,     & !< NAMELIST n_vg |
---|
345 |         residual_moisture = 9999999.9_wp,    & !< NAMELIST m_res |
---|
346 |         saturation_moisture = 9999999.9_wp,   & !< NAMELIST m_sat |
---|
347 |         wilting_point = 9999999.9_wp        !< NAMELIST m_wilt |
---|
348 | Â Â |
---|
349 | ! |
---|
350 | !-- configuration parameters (they can be setup in PALM config) |
---|
351 |   LOGICAL :: usm_material_model = .TRUE.    !< flag parameter indicating wheather the model of heat in materials is used |
---|
352 |   LOGICAL :: usm_anthropogenic_heat = .FALSE.  !< flag parameter indicating wheather the anthropogenic heat sources |
---|
353 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< (e.g.transportation) are used |
---|
354 |   LOGICAL :: force_radiation_call_l = .FALSE.  !< flag parameter for unscheduled radiation model calls |
---|
355 |   LOGICAL :: read_wall_temp_3d = .FALSE. |
---|
356 |   LOGICAL :: usm_wall_mod = .FALSE.       !< reduces conductivity of the first 2 wall layers by factor 0.1 |
---|
357 | |
---|
358 | |
---|
359 |   INTEGER(iwp) :: building_type = 1        !< default building type (preleminary setting) |
---|
360 |   INTEGER(iwp) :: land_category = 2        !< default category for land surface |
---|
361 |   INTEGER(iwp) :: wall_category = 2        !< default category for wall surface over pedestrian zone |
---|
362 |   INTEGER(iwp) :: pedestrian_category = 2     !< default category for wall surface in pedestrian zone |
---|
363 |   INTEGER(iwp) :: roof_category = 2        !< default category for root surface |
---|
364 |   REAL(wp)   :: roughness_concrete = 0.001_wp  !< roughness length of average concrete surface |
---|
365 | ! |
---|
366 | !-- Indices of input attributes in building_pars for (above) ground floor level |
---|
367 |   INTEGER(iwp) :: ind_alb_wall_agfl   = 38  !< index in input list for albedo_type of wall above ground floor level |
---|
368 |   INTEGER(iwp) :: ind_alb_wall_gfl   = 66  !< index in input list for albedo_type of wall ground floor level |
---|
369 |   INTEGER(iwp) :: ind_alb_wall_r    = 101 !< index in input list for albedo_type of wall roof |
---|
370 |   INTEGER(iwp) :: ind_alb_green_agfl  = 39  !< index in input list for albedo_type of green above ground floor level |
---|
371 |   INTEGER(iwp) :: ind_alb_green_gfl   = 78  !< index in input list for albedo_type of green ground floor level |
---|
372 |   INTEGER(iwp) :: ind_alb_green_r    = 117 !< index in input list for albedo_type of green roof |
---|
373 |   INTEGER(iwp) :: ind_alb_win_agfl   = 40  !< index in input list for albedo_type of window fraction above ground floor level |
---|
374 |   INTEGER(iwp) :: ind_alb_win_gfl    = 77  !< index in input list for albedo_type of window fraction ground floor level |
---|
375 |   INTEGER(iwp) :: ind_alb_win_r     = 115 !< index in input list for albedo_type of window fraction roof |
---|
376 |   INTEGER(iwp) :: ind_emis_wall_agfl  = 14  !< index in input list for wall emissivity, above ground floor level |
---|
377 |   INTEGER(iwp) :: ind_emis_wall_gfl   = 32  !< index in input list for wall emissivity, ground floor level |
---|
378 |   INTEGER(iwp) :: ind_emis_wall_r    = 100 !< index in input list for wall emissivity, roof |
---|
379 |   INTEGER(iwp) :: ind_emis_green_agfl  = 15  !< index in input list for green emissivity, above ground floor level |
---|
380 |   INTEGER(iwp) :: ind_emis_green_gfl  = 34  !< index in input list for green emissivity, ground floor level |
---|
381 |   INTEGER(iwp) :: ind_emis_green_r   = 116 !< index in input list for green emissivity, roof |
---|
382 |   INTEGER(iwp) :: ind_emis_win_agfl   = 16  !< index in input list for window emissivity, above ground floor level |
---|
383 |   INTEGER(iwp) :: ind_emis_win_gfl   = 33  !< index in input list for window emissivity, ground floor level |
---|
384 |   INTEGER(iwp) :: ind_emis_win_r    = 113 !< index in input list for window emissivity, roof |
---|
385 |   INTEGER(iwp) :: ind_gflh       = 20  !< index in input list for ground floor level height |
---|
386 |   INTEGER(iwp) :: ind_green_frac_w_agfl = 2  !< index in input list for green fraction on wall, above ground floor level |
---|
387 |   INTEGER(iwp) :: ind_green_frac_w_gfl = 23  !< index in input list for green fraction on wall, ground floor level |
---|
388 |   INTEGER(iwp) :: ind_green_frac_r_agfl = 3  !< index in input list for green fraction on roof, above ground floor level |
---|
389 |   INTEGER(iwp) :: ind_green_frac_r_gfl = 24  !< index in input list for green fraction on roof, ground floor level |
---|
390 |   INTEGER(iwp) :: ind_hc1_agfl     = 6  !< index in input list for heat capacity at first wall layer, |
---|
391 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< above ground floor level |
---|
392 |   INTEGER(iwp) :: ind_hc1_gfl      = 26  !< index in input list for heat capacity at first wall layer, ground floor level |
---|
393 |   INTEGER(iwp) :: ind_hc1_wall_r    = 94  !< index in input list for heat capacity at first wall layer, roof |
---|
394 |   INTEGER(iwp) :: ind_hc1_win_agfl   = 83  !< index in input list for heat capacity at first window layer, |
---|
395 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< above ground floor level |
---|
396 |   INTEGER(iwp) :: ind_hc1_win_gfl    = 71  !< index in input list for heat capacity at first window layer, |
---|
397 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< ground floor level |
---|
398 |   INTEGER(iwp) :: ind_hc1_win_r     = 107 !< index in input list for heat capacity at first window layer, roof |
---|
399 |   INTEGER(iwp) :: ind_hc2_agfl     = 7  !< index in input list for heat capacity at second wall layer, |
---|
400 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< above ground floor level |
---|
401 |   INTEGER(iwp) :: ind_hc2_gfl      = 27  !< index in input list for heat capacity at second wall layer, ground floor level |
---|
402 |   INTEGER(iwp) :: ind_hc2_wall_r    = 95  !< index in input list for heat capacity at second wall layer, roof |
---|
403 |   INTEGER(iwp) :: ind_hc2_win_agfl   = 84  !< index in input list for heat capacity at second window layer, |
---|
404 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< above ground floor level |
---|
405 |   INTEGER(iwp) :: ind_hc2_win_gfl    = 72  !< index in input list for heat capacity at second window layer, |
---|
406 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< ground floor level |
---|
407 |   INTEGER(iwp) :: ind_hc2_win_r     = 108 !< index in input list for heat capacity at second window layer, roof |
---|
408 |   INTEGER(iwp) :: ind_hc3_agfl     = 8  !< index in input list for heat capacity at third wall layer, |
---|
409 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< above ground floor level |
---|
410 |   INTEGER(iwp) :: ind_hc3_gfl      = 28  !< index in input list for heat capacity at third wall layer, ground floor level |
---|
411 |   INTEGER(iwp) :: ind_hc3_wall_r    = 96  !< index in input list for heat capacity at third wall layer, roof |
---|
412 |   INTEGER(iwp) :: ind_hc3_win_agfl   = 85  !< index in input list for heat capacity at third window layer, |
---|
413 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< above ground floor level |
---|
414 |   INTEGER(iwp) :: ind_hc3_win_gfl    = 73  !< index in input list for heat capacity at third window layer, |
---|
415 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< ground floor level |
---|
416 |   INTEGER(iwp) :: ind_hc3_win_r     = 109 !< index in input list for heat capacity at third window layer, roof |
---|
417 |   INTEGER(iwp) :: ind_indoor_target_temp_summer = 12 |
---|
418 |   INTEGER(iwp) :: ind_indoor_target_temp_winter = 13 |
---|
419 |   INTEGER(iwp) :: ind_lai_r_agfl    = 4  !< index in input list for LAI on roof, above ground floor level |
---|
420 |   INTEGER(iwp) :: ind_lai_r_gfl     = 4 !< index in input list for LAI on roof, ground floor level |
---|
421 |   INTEGER(iwp) :: ind_lai_w_agfl    = 5  !< index in input list for LAI on wall, above ground floor level |
---|
422 |   INTEGER(iwp) :: ind_lai_w_gfl     = 25  !< index in input list for LAI on wall, ground floor level |
---|
423 |   INTEGER(iwp) :: ind_tc1_agfl     = 9  !< index in input list for thermal conductivity at first wall layer, |
---|
424 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< above ground floor level |
---|
425 |   INTEGER(iwp) :: ind_tc1_gfl      = 29  !< index in input list for thermal conductivity at first wall layer, |
---|
426 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< ground floor level |
---|
427 |   INTEGER(iwp) :: ind_tc1_wall_r    = 97  !< index in input list for thermal conductivity at first wall layer, roof |
---|
428 |   INTEGER(iwp) :: ind_tc1_win_agfl   = 86  !< index in input list for thermal conductivity at first window layer, |
---|
429 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< above ground floor level |
---|
430 |   INTEGER(iwp) :: ind_tc1_win_gfl    = 74  !< index in input list for thermal conductivity at first window layer, |
---|
431 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< ground floor level |
---|
432 |   INTEGER(iwp) :: ind_tc1_win_r     = 110 !< index in input list for thermal conductivity at first window layer, roof |
---|
433 |   INTEGER(iwp) :: ind_tc2_agfl     = 10  !< index in input list for thermal conductivity at second wall layer, |
---|
434 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< above ground floor level |
---|
435 |   INTEGER(iwp) :: ind_tc2_gfl      = 30  !< index in input list for thermal conductivity at second wall layer, |
---|
436 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< ground floor level |
---|
437 |   INTEGER(iwp) :: ind_tc2_wall_r    = 98  !< index in input list for thermal conductivity at second wall layer, roof |
---|
438 |   INTEGER(iwp) :: ind_tc2_win_agfl   = 87  !< index in input list for thermal conductivity at second window layer, |
---|
439 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< above ground floor level |
---|
440 |   INTEGER(iwp) :: ind_tc2_win_gfl    = 75  !< index in input list for thermal conductivity at second window layer, |
---|
441 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< ground floor level |
---|
442 |   INTEGER(iwp) :: ind_tc2_win_r     = 111 !< index in input list for thermal conductivity at second window layer, |
---|
443 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< ground floor level |
---|
444 |   INTEGER(iwp) :: ind_tc3_agfl     = 11  !< index in input list for thermal conductivity at third wall layer, |
---|
445 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< above ground floor level |
---|
446 |   INTEGER(iwp) :: ind_tc3_gfl      = 31  !< index in input list for thermal conductivity at third wall layer, |
---|
447 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< ground floor level |
---|
448 |   INTEGER(iwp) :: ind_tc3_wall_r    = 99  !< index in input list for thermal conductivity at third wall layer, roof |
---|
449 |   INTEGER(iwp) :: ind_tc3_win_agfl   = 88  !< index in input list for thermal conductivity at third window layer, |
---|
450 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< above ground floor level |
---|
451 |   INTEGER(iwp) :: ind_tc3_win_gfl    = 76  !< index in input list for thermal conductivity at third window layer, |
---|
452 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< ground floor level |
---|
453 |   INTEGER(iwp) :: ind_tc3_win_r     = 112 !< index in input list for thermal conductivity at third window layer, roof |
---|
454 |   INTEGER(iwp) :: ind_thick_1_agfl   = 41  !< index for wall layer thickness - 1st layer above ground floor level |
---|
455 |   INTEGER(iwp) :: ind_thick_1_gfl    = 62  !< index for wall layer thickness - 1st layer ground floor level |
---|
456 |   INTEGER(iwp) :: ind_thick_1_wall_r  = 90  !< index for wall layer thickness - 1st layer roof |
---|
457 |   INTEGER(iwp) :: ind_thick_1_win_agfl = 79  !< index for window layer thickness - 1st layer above ground floor level |
---|
458 |   INTEGER(iwp) :: ind_thick_1_win_gfl  = 67  !< index for window layer thickness - 1st layer ground floor level |
---|
459 |   INTEGER(iwp) :: ind_thick_1_win_r   = 103 !< index for window layer thickness - 1st layer roof |
---|
460 |   INTEGER(iwp) :: ind_thick_2_agfl   = 42  !< index for wall layer thickness - 2nd layer above ground floor level |
---|
461 |   INTEGER(iwp) :: ind_thick_2_gfl    = 63  !< index for wall layer thickness - 2nd layer ground floor level |
---|
462 |   INTEGER(iwp) :: ind_thick_2_wall_r  = 91  !< index for wall layer thickness - 2nd layer roof |
---|
463 |   INTEGER(iwp) :: ind_thick_2_win_agfl = 80  !< index for window layer thickness - 2nd layer above ground floor level |
---|
464 |   INTEGER(iwp) :: ind_thick_2_win_gfl  = 68  !< index for window layer thickness - 2nd layer ground floor level |
---|
465 |   INTEGER(iwp) :: ind_thick_2_win_r   = 104 !< index for window layer thickness - 2nd layer roof |
---|
466 |   INTEGER(iwp) :: ind_thick_3_agfl   = 43  !< index for wall layer thickness - 3rd layer above ground floor level |
---|
467 |   INTEGER(iwp) :: ind_thick_3_gfl    = 64  !< index for wall layer thickness - 3rd layer ground floor level |
---|
468 |   INTEGER(iwp) :: ind_thick_3_wall_r  = 92  !< index for wall layer thickness - 3rd layer roof |
---|
469 |   INTEGER(iwp) :: ind_thick_3_win_agfl = 81  !< index for window layer thickness - 3rd layer above ground floor level |
---|
470 |   INTEGER(iwp) :: ind_thick_3_win_gfl  = 69  !< index for window layer thickness - 3rd layer ground floor level |
---|
471 |   INTEGER(iwp) :: ind_thick_3_win_r   = 105 !< index for window layer thickness - 3rd layer roof |
---|
472 |   INTEGER(iwp) :: ind_thick_4_agfl   = 44  !< index for wall layer thickness - 4th layer above ground floor level |
---|
473 |   INTEGER(iwp) :: ind_thick_4_gfl    = 65  !< index for wall layer thickness - 4th layer ground floor level |
---|
474 |   INTEGER(iwp) :: ind_thick_4_wall_r  = 93  !< index for wall layer thickness - 4st layer roof |
---|
475 |   INTEGER(iwp) :: ind_thick_4_win_agfl = 82  !< index for window layer thickness - 4th layer above ground floor level |
---|
476 |   INTEGER(iwp) :: ind_thick_4_win_gfl  = 70  !< index for window layer thickness - 4th layer ground floor level |
---|
477 |   INTEGER(iwp) :: ind_thick_4_win_r   = 106 !< index for window layer thickness - 4th layer roof |
---|
478 |   INTEGER(iwp) :: ind_trans_agfl    = 17  !< index in input list for window transmissivity, above ground floor level |
---|
479 |   INTEGER(iwp) :: ind_trans_gfl     = 35  !< index in input list for window transmissivity, ground floor level |
---|
480 |   INTEGER(iwp) :: ind_trans_r      = 114 !< index in input list for window transmissivity, roof |
---|
481 |   INTEGER(iwp) :: ind_wall_frac_agfl  = 0  !< index in input list for wall fraction, above ground floor level |
---|
482 |   INTEGER(iwp) :: ind_wall_frac_gfl   = 21  !< index in input list for wall fraction, ground floor level |
---|
483 |   INTEGER(iwp) :: ind_wall_frac_r    = 89  !< index in input list for wall fraction, roof |
---|
484 |   INTEGER(iwp) :: ind_win_frac_agfl   = 1  !< index in input list for window fraction, above ground floor level |
---|
485 |   INTEGER(iwp) :: ind_win_frac_gfl   = 22  !< index in input list for window fraction, ground floor level |
---|
486 |   INTEGER(iwp) :: ind_win_frac_r    = 102 !< index in input list for window fraction, roof |
---|
487 |   INTEGER(iwp) :: ind_z0_agfl      = 18  !< index in input list for z0, above ground floor level |
---|
488 |   INTEGER(iwp) :: ind_z0_gfl      = 36  !< index in input list for z0, ground floor level |
---|
489 |   INTEGER(iwp) :: ind_z0qh_agfl     = 19  !< index in input list for z0h / z0q, above ground floor level |
---|
490 |   INTEGER(iwp) :: ind_z0qh_gfl     = 37  !< index in input list for z0h / z0q, ground floor level |
---|
491 |   INTEGER(iwp) :: ind_green_type_roof  = 118 !< index in input list for type of green roof |
---|
492 | ! |
---|
493 | !-- Indices of input attributes in building_surface_pars (except for |
---|
494 | !-- radiation-related, which are in radiation_model_mod) |
---|
495 |   INTEGER(iwp) :: ind_s_wall_frac         = 0 !< index for wall fraction (0-1) |
---|
496 |   INTEGER(iwp) :: ind_s_win_frac         = 1 !< index for window fraction (0-1) |
---|
497 |   INTEGER(iwp) :: ind_s_green_frac_w       = 2 !< index for green fraction on wall (0-1) |
---|
498 |   INTEGER(iwp) :: ind_s_green_frac_r       = 3 !< index for green fraction on roof (0-1) |
---|
499 |   INTEGER(iwp) :: ind_s_lai_r           = 4 !< index for leaf area index of green fraction |
---|
500 | Â Â INTEGER(iwp)Â ::Â ind_s_hc1Â Â Â Â Â Â Â Â Â Â Â Â =Â 5Â !< index for heat capacity of wall layer 1 |
---|
501 | Â Â INTEGER(iwp)Â ::Â ind_s_hc2Â Â Â Â Â Â Â Â Â Â Â Â =Â 6Â !< index for heat capacity of wall layer 2 |
---|
502 | Â Â INTEGER(iwp)Â ::Â ind_s_hc3Â Â Â Â Â Â Â Â Â Â Â Â =Â 7Â !< index for heat capacity of wall layer 3 |
---|
503 | Â Â INTEGER(iwp)Â ::Â ind_s_tc1Â Â Â Â Â Â Â Â Â Â Â Â =Â 8Â !< index for thermal conducivity of wall layer 1 |
---|
504 | Â Â INTEGER(iwp)Â ::Â ind_s_tc2Â Â Â Â Â Â Â Â Â Â Â Â =Â 9Â !< index for thermal conducivity of wall layer 2 |
---|
505 | Â Â INTEGER(iwp)Â ::Â ind_s_tc3Â Â Â Â Â Â Â Â Â Â Â Â =Â 10Â !< index for thermal conducivity of wall layer 3 |
---|
506 |   INTEGER(iwp) :: ind_s_indoor_target_temp_summer = 11 !< index for indoor target summer temperature |
---|
507 |   INTEGER(iwp) :: ind_s_indoor_target_temp_winter = 12 !< index for indoor target winter temperature |
---|
508 |   INTEGER(iwp) :: ind_s_emis_wall         = 13 !< index for emissivity of wall fraction (0-1) |
---|
509 |   INTEGER(iwp) :: ind_s_emis_green        = 14 !< index for emissivity of green fraction (0-1) |
---|
510 |   INTEGER(iwp) :: ind_s_emis_win         = 15 !< index for emissivity o f window fraction (0-1) |
---|
511 |   INTEGER(iwp) :: ind_s_trans           = 16 !< index for transmissivity of window fraction (0-1) |
---|
512 | Â Â INTEGER(iwp)Â ::Â ind_s_z0Â Â Â Â Â Â Â Â Â Â Â Â =Â 17Â !< index for roughness length for momentum (m) |
---|
513 |   INTEGER(iwp) :: ind_s_z0qh           = 18 !< index for roughness length for heat (m) |
---|
514 | |
---|
515 |   REAL(wp) :: roof_height_limit = 4.0_wp     !< height for distinguish between land surfaces and roofs |
---|
516 |   REAL(wp) :: ground_floor_level = 4.0_wp    !< default ground floor level |
---|
517 | |
---|
518 | |
---|
519 |   CHARACTER(37), DIMENSION(0:7), PARAMETER :: building_type_name = (/   & |
---|
520 |                   'user-defined             ', & !< type 0 |
---|
521 |                   'residential - 1950          ', & !< type 1 |
---|
522 |                   'residential 1951 - 2000       ', & !< type 2 |
---|
523 |                   'residential 2001 -          ', & !< type 3 |
---|
524 |                   'office - 1950            ', & !< type 4 |
---|
525 |                   'office 1951 - 2000          ', & !< type 5 |
---|
526 |                   'office 2001 -            ', & !< type 6 |
---|
527 |                   'bridges               ' & !< type 7 |
---|
528 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â /) |
---|
529 | |
---|
530 | |
---|
531 | ! |
---|
532 | !-- Building facade/wall/green/window properties (partly according to PIDS). |
---|
533 | !-- Initialization of building_pars is outsourced to usm_init_pars. This is |
---|
534 | !-- needed because of the huge number of attributes given in building_pars |
---|
535 | !-- (>700), while intel and gfortran compiler have hard limit of continuation |
---|
536 | !-- lines of 511. |
---|
537 |   REAL(wp), DIMENSION(0:135,1:7) :: building_pars |
---|
538 | ! |
---|
539 | !-- Type for surface temperatures at vertical walls. Is not necessary for horizontal walls. |
---|
540 | Â Â TYPE t_surf_vertical |
---|
541 |     REAL(wp), DIMENSION(:), ALLOCATABLE     :: t |
---|
542 | Â Â END TYPE t_surf_vertical |
---|
543 | ! |
---|
544 | !-- Type for wall temperatures at vertical walls. Is not necessary for horizontal walls. |
---|
545 | Â Â TYPE t_wall_vertical |
---|
546 |     REAL(wp), DIMENSION(:,:), ALLOCATABLE    :: t |
---|
547 | Â Â END TYPE t_wall_vertical |
---|
548 | |
---|
549 | Â Â TYPE surf_type_usm |
---|
550 |     REAL(wp), DIMENSION(:),  ALLOCATABLE :: var_usm_1d !< 1D prognostic variable |
---|
551 |     REAL(wp), DIMENSION(:,:), ALLOCATABLE :: var_usm_2d !< 2D prognostic variable |
---|
552 | Â Â END TYPE surf_type_usm |
---|
553 | Â Â |
---|
554 |   TYPE(surf_type_usm), POINTER :: m_liq_usm_h,    & !< liquid water reservoir (m), horizontal surface elements |
---|
555 |                    m_liq_usm_h_p     !< progn. liquid water reservoir (m), horizontal surface elements |
---|
556 | |
---|
557 |   TYPE(surf_type_usm), TARGET  :: m_liq_usm_h_1,   & !< |
---|
558 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â m_liq_usm_h_2Â Â Â Â Â !< |
---|
559 | |
---|
560 |   TYPE(surf_type_usm), TARGET :: tm_liq_usm_h_m   !< liquid water reservoir tendency (m), horizontal surface elements |
---|
561 | ! |
---|
562 | !-- anthropogenic heat sources |
---|
563 |   REAL(wp), DIMENSION(:,:,:), ALLOCATABLE    :: aheat       !< daily average of anthropogenic heat (W/m2) |
---|
564 |   REAL(wp), DIMENSION(:,:), ALLOCATABLE     :: aheatprof     !< diurnal profiles of anthropogenic heat |
---|
565 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< for particular layers |
---|
566 |   INTEGER(iwp)                  :: naheatlayers = 1 !< number of layers of anthropogenic heat |
---|
567 | |
---|
568 | ! |
---|
569 | !-- wall surface model |
---|
570 | !-- wall surface model constants |
---|
571 |   INTEGER(iwp), PARAMETER            :: nzb_wall = 0    !< inner side of the wall model (to be switched) |
---|
572 |   INTEGER(iwp), PARAMETER            :: nzt_wall = 3    !< outer side of the wall model (to be switched) |
---|
573 |   INTEGER(iwp), PARAMETER            :: nzw = 4      !< number of wall layers (fixed for now) |
---|
574 | |
---|
575 |   REAL(wp), DIMENSION(nzb_wall:nzt_wall)     :: zwn_default    = (/0.0242_wp, 0.0969_wp, 0.346_wp, 1.0_wp /) |
---|
576 |   REAL(wp), DIMENSION(nzb_wall:nzt_wall)     :: zwn_default_window = (/0.25_wp,  0.5_wp,  0.75_wp, 1.0_wp /) |
---|
577 |   REAL(wp), DIMENSION(nzb_wall:nzt_wall)     :: zwn_default_green = (/0.25_wp,  0.5_wp,  0.75_wp, 1.0_wp /) |
---|
578 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< normalized soil, wall and roof, window and |
---|
579 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !<green layer depths (m/m) |
---|
580 | |
---|
581 |   REAL(wp)                    :: wall_inner_temperature  = 295.0_wp  !< temperature of the inner wall |
---|
582 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< surface (~22 degrees C) (K) |
---|
583 |   REAL(wp)                    :: roof_inner_temperature  = 295.0_wp  !< temperature of the inner roof |
---|
584 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< surface (~22 degrees C) (K) |
---|
585 |   REAL(wp)                    :: soil_inner_temperature  = 288.0_wp  !< temperature of the deep soil |
---|
586 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< (~15 degrees C) (K) |
---|
587 |   REAL(wp)                    :: window_inner_temperature = 295.0_wp  !< temperature of the inner window |
---|
588 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< surface (~22 degrees C) (K) |
---|
589 | |
---|
590 |   REAL(wp)                    :: m_total = 0.0_wp !< weighted total water content of the soil (m3/m3) |
---|
591 | Â Â INTEGER(iwp)Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â ::Â soil_type |
---|
592 | |
---|
593 | ! |
---|
594 | !-- surface and material model variables for walls, ground, roofs |
---|
595 |   REAL(wp), DIMENSION(:), ALLOCATABLE      :: zwn        !< normalized wall layer depths (m) |
---|
596 |   REAL(wp), DIMENSION(:), ALLOCATABLE      :: zwn_window     !< normalized window layer depths (m) |
---|
597 |   REAL(wp), DIMENSION(:), ALLOCATABLE      :: zwn_green     !< normalized green layer depths (m) |
---|
598 | |
---|
599 |   REAL(wp), DIMENSION(:), POINTER        :: t_surf_wall_h |
---|
600 |   REAL(wp), DIMENSION(:), POINTER        :: t_surf_wall_h_p |
---|
601 |   REAL(wp), DIMENSION(:), POINTER        :: t_surf_window_h |
---|
602 |   REAL(wp), DIMENSION(:), POINTER        :: t_surf_window_h_p |
---|
603 |   REAL(wp), DIMENSION(:), POINTER        :: t_surf_green_h |
---|
604 |   REAL(wp), DIMENSION(:), POINTER        :: t_surf_green_h_p |
---|
605 | |
---|
606 |   REAL(wp), DIMENSION(:), ALLOCATABLE, TARGET  :: t_surf_wall_h_1 |
---|
607 |   REAL(wp), DIMENSION(:), ALLOCATABLE, TARGET  :: t_surf_wall_h_2 |
---|
608 |   REAL(wp), DIMENSION(:), ALLOCATABLE, TARGET  :: t_surf_window_h_1 |
---|
609 |   REAL(wp), DIMENSION(:), ALLOCATABLE, TARGET  :: t_surf_window_h_2 |
---|
610 |   REAL(wp), DIMENSION(:), ALLOCATABLE, TARGET  :: t_surf_green_h_1 |
---|
611 |   REAL(wp), DIMENSION(:), ALLOCATABLE, TARGET  :: t_surf_green_h_2 |
---|
612 | |
---|
613 |   TYPE(t_surf_vertical), DIMENSION(:), POINTER  :: t_surf_wall_v |
---|
614 |   TYPE(t_surf_vertical), DIMENSION(:), POINTER  :: t_surf_wall_v_p |
---|
615 |   TYPE(t_surf_vertical), DIMENSION(:), POINTER  :: t_surf_window_v |
---|
616 |   TYPE(t_surf_vertical), DIMENSION(:), POINTER  :: t_surf_window_v_p |
---|
617 |   TYPE(t_surf_vertical), DIMENSION(:), POINTER  :: t_surf_green_v |
---|
618 |   TYPE(t_surf_vertical), DIMENSION(:), POINTER  :: t_surf_green_v_p |
---|
619 | |
---|
620 |   TYPE(t_surf_vertical), DIMENSION(0:3), TARGET :: t_surf_wall_v_1 |
---|
621 |   TYPE(t_surf_vertical), DIMENSION(0:3), TARGET :: t_surf_wall_v_2 |
---|
622 |   TYPE(t_surf_vertical), DIMENSION(0:3), TARGET :: t_surf_window_v_1 |
---|
623 |   TYPE(t_surf_vertical), DIMENSION(0:3), TARGET :: t_surf_window_v_2 |
---|
624 |   TYPE(t_surf_vertical), DIMENSION(0:3), TARGET :: t_surf_green_v_1 |
---|
625 |   TYPE(t_surf_vertical), DIMENSION(0:3), TARGET :: t_surf_green_v_2 |
---|
626 | |
---|
627 | ! |
---|
628 | !-- Energy balance variables |
---|
629 | !-- parameters of the land, roof and wall surfaces |
---|
630 | |
---|
631 |   REAL(wp), DIMENSION(:,:), POINTER        :: t_wall_h, t_wall_h_p |
---|
632 |   REAL(wp), DIMENSION(:,:), ALLOCATABLE, TARGET  :: t_wall_h_1, t_wall_h_2 |
---|
633 |   REAL(wp), DIMENSION(:,:), POINTER        :: t_window_h, t_window_h_p |
---|
634 |   REAL(wp), DIMENSION(:,:), ALLOCATABLE, TARGET  :: t_window_h_1, t_window_h_2 |
---|
635 |   REAL(wp), DIMENSION(:,:), POINTER        :: t_green_h, t_green_h_p |
---|
636 |   REAL(wp), DIMENSION(:,:), ALLOCATABLE, TARGET  :: t_green_h_1, t_green_h_2 |
---|
637 |   REAL(wp), DIMENSION(:,:), POINTER        :: swc_h, rootfr_h, wilt_h, fc_h, swc_sat_h, swc_h_p, swc_res_h |
---|
638 |   REAL(wp), DIMENSION(:,:), ALLOCATABLE, TARGET  :: swc_h_1, rootfr_h_1, & |
---|
639 |                             wilt_h_1, fc_h_1, swc_sat_h_1, swc_h_2, swc_res_h_1 |
---|
640 | Â Â |
---|
641 | |
---|
642 |   TYPE(t_wall_vertical), DIMENSION(:), POINTER  :: t_wall_v, t_wall_v_p |
---|
643 |   TYPE(t_wall_vertical), DIMENSION(0:3), TARGET :: t_wall_v_1, t_wall_v_2 |
---|
644 |   TYPE(t_wall_vertical), DIMENSION(:), POINTER  :: t_window_v, t_window_v_p |
---|
645 |   TYPE(t_wall_vertical), DIMENSION(0:3), TARGET :: t_window_v_1, t_window_v_2 |
---|
646 |   TYPE(t_wall_vertical), DIMENSION(:), POINTER  :: t_green_v, t_green_v_p |
---|
647 |   TYPE(t_wall_vertical), DIMENSION(0:3), TARGET :: t_green_v_1, t_green_v_2 |
---|
648 | ! |
---|
649 | !-- Surface and material parameters classes (surface_type) |
---|
650 | !-- albedo, emissivity, lambda_surf, roughness, thickness, volumetric heat capacity, thermal conductivity |
---|
651 |   INTEGER(iwp)                  :: n_surface_types    !< number of the wall type categories |
---|
652 |   INTEGER(iwp), PARAMETER            :: n_surface_params = 9 !< number of parameters for each type of the wall |
---|
653 |   INTEGER(iwp), PARAMETER            :: ialbedo = 1     !< albedo of the surface |
---|
654 |   INTEGER(iwp), PARAMETER            :: iemiss  = 2     !< emissivity of the surface |
---|
655 |   INTEGER(iwp), PARAMETER            :: ilambdas = 3     !< heat conductivity lambda S between surface |
---|
656 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< and material ( W m-2 K-1 ) |
---|
657 |   INTEGER(iwp), PARAMETER            :: irough  = 4     !< roughness length z0 for movements |
---|
658 |   INTEGER(iwp), PARAMETER            :: iroughh = 5     !< roughness length z0h for scalars |
---|
659 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< (heat, humidity,...) |
---|
660 |   INTEGER(iwp), PARAMETER            :: icsurf  = 6     !< Surface skin layer heat capacity (J m-2 K-1 ) |
---|
661 |   INTEGER(iwp), PARAMETER            :: ithick  = 7     !< thickness of the surface (wall, roof, land) ( m ) |
---|
662 |   INTEGER(iwp), PARAMETER            :: irhoC  = 8     !< volumetric heat capacity rho*C of |
---|
663 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< the material ( J m-3 K-1 ) |
---|
664 |   INTEGER(iwp), PARAMETER            :: ilambdah = 9     !< thermal conductivity lambda H |
---|
665 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< of the wall (W m-1 K-1 ) |
---|
666 |   CHARACTER(12), DIMENSION(:), ALLOCATABLE    :: surface_type_names  !< names of wall types (used only for reports) |
---|
667 |   INTEGER(iwp), DIMENSION(:), ALLOCATABLE    :: surface_type_codes  !< codes of wall types |
---|
668 |   REAL(wp), DIMENSION(:,:), ALLOCATABLE     :: surface_params    !< parameters of wall types |
---|
669 | |
---|
670 | ! |
---|
671 | !-- interfaces of subroutines accessed from outside of this module |
---|
672 | Â Â INTERFACE usm_3d_data_averaging |
---|
673 | Â Â Â Â MODULE PROCEDUREÂ usm_3d_data_averaging |
---|
674 | Â Â END INTERFACE usm_3d_data_averaging |
---|
675 | |
---|
676 | Â Â INTERFACE usm_boundary_condition |
---|
677 | Â Â Â Â MODULE PROCEDUREÂ usm_boundary_condition |
---|
678 | Â Â END INTERFACE usm_boundary_condition |
---|
679 | |
---|
680 | Â Â INTERFACE usm_check_data_output |
---|
681 | Â Â Â Â MODULE PROCEDUREÂ usm_check_data_output |
---|
682 | Â Â END INTERFACE usm_check_data_output |
---|
683 | Â Â |
---|
684 | Â Â INTERFACE usm_check_parameters |
---|
685 | Â Â Â Â MODULE PROCEDUREÂ usm_check_parameters |
---|
686 | Â Â END INTERFACE usm_check_parameters |
---|
687 | Â Â |
---|
688 | Â Â INTERFACE usm_data_output_3d |
---|
689 | Â Â Â Â MODULE PROCEDUREÂ usm_data_output_3d |
---|
690 | Â Â END INTERFACE usm_data_output_3d |
---|
691 | Â Â |
---|
692 | Â Â INTERFACE usm_define_netcdf_grid |
---|
693 | Â Â Â Â MODULE PROCEDUREÂ usm_define_netcdf_grid |
---|
694 | Â Â END INTERFACE usm_define_netcdf_grid |
---|
695 | |
---|
696 | Â Â INTERFACE usm_init |
---|
697 | Â Â Â Â MODULE PROCEDUREÂ usm_init |
---|
698 | Â Â END INTERFACE usm_init |
---|
699 | |
---|
700 | Â Â INTERFACE usm_init_arrays |
---|
701 | Â Â Â Â MODULE PROCEDUREÂ usm_init_arrays |
---|
702 | Â Â END INTERFACE usm_init_arrays |
---|
703 | |
---|
704 | Â Â INTERFACE usm_material_heat_model |
---|
705 | Â Â Â Â MODULE PROCEDUREÂ usm_material_heat_model |
---|
706 | Â Â END INTERFACE usm_material_heat_model |
---|
707 | Â Â |
---|
708 | Â Â INTERFACE usm_green_heat_model |
---|
709 | Â Â Â Â MODULE PROCEDUREÂ usm_green_heat_model |
---|
710 | Â Â END INTERFACE usm_green_heat_model |
---|
711 | Â Â |
---|
712 | Â Â INTERFACE usm_parin |
---|
713 | Â Â Â Â MODULE PROCEDUREÂ usm_parin |
---|
714 | Â Â END INTERFACE usm_parin |
---|
715 | |
---|
716 |   INTERFACE usm_rrd_local |
---|
717 | Â Â Â Â MODULE PROCEDUREÂ usm_rrd_local |
---|
718 | Â Â END INTERFACE usm_rrd_local |
---|
719 | |
---|
720 | Â Â INTERFACE usm_surface_energy_balance |
---|
721 | Â Â Â Â MODULE PROCEDUREÂ usm_surface_energy_balance |
---|
722 | Â Â END INTERFACE usm_surface_energy_balance |
---|
723 | Â Â |
---|
724 | Â Â INTERFACE usm_swap_timelevel |
---|
725 | Â Â Â Â MODULE PROCEDUREÂ usm_swap_timelevel |
---|
726 | Â Â END INTERFACE usm_swap_timelevel |
---|
727 | Â Â Â Â |
---|
728 | Â Â INTERFACE usm_wrd_local |
---|
729 | Â Â Â Â MODULE PROCEDUREÂ usm_wrd_local |
---|
730 | Â Â END INTERFACE usm_wrd_local |
---|
731 | |
---|
732 | Â Â |
---|
733 | Â Â SAVE |
---|
734 | |
---|
735 | Â Â PRIVATEÂ |
---|
736 | |
---|
737 | ! |
---|
738 | !-- Public functions |
---|
739 |   PUBLIC usm_boundary_condition, usm_check_parameters, usm_init,        & |
---|
740 |       usm_rrd_local,                            & |
---|
741 |       usm_surface_energy_balance, usm_material_heat_model,         & |
---|
742 |       usm_swap_timelevel, usm_check_data_output, usm_3d_data_averaging,   & |
---|
743 |       usm_data_output_3d, usm_define_netcdf_grid, usm_parin,        & |
---|
744 |       usm_wrd_local, usm_init_arrays |
---|
745 | |
---|
746 | ! |
---|
747 | !-- Public parameters, constants and initial values |
---|
748 |   PUBLIC usm_anthropogenic_heat, usm_material_model, usm_wall_mod, & |
---|
749 |       usm_green_heat_model, building_pars,           & |
---|
750 |       nzb_wall, nzt_wall, t_wall_h, t_wall_v,          & |
---|
751 |       t_window_h, t_window_v, building_type |
---|
752 | |
---|
753 | |
---|
754 | |
---|
755 | Â CONTAINS |
---|
756 | |
---|
757 | !------------------------------------------------------------------------------! |
---|
758 | ! Description: |
---|
759 | ! ------------ |
---|
760 | !> This subroutine creates the necessary indices of the urban surfaces |
---|
761 | !> and plant canopy and it allocates the needed arrays for USM |
---|
762 | !------------------------------------------------------------------------------! |
---|
763 | Â Â SUBROUTINE usm_init_arrays |
---|
764 | Â Â |
---|
765 | Â Â Â Â IMPLICIT NONE |
---|
766 | Â Â Â Â |
---|
767 | Â Â Â Â INTEGER(iwp)Â ::Â l |
---|
768 | |
---|
769 |     IF ( debug_output ) CALL debug_message( 'usm_init_arrays', 'start' ) |
---|
770 | |
---|
771 | ! |
---|
772 | !--Â Â Â Allocate radiation arrays which are part of the new data type. |
---|
773 | !--Â Â Â For horizontal surfaces. |
---|
774 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%surfhf(1:surf_usm_h%ns)Â Â ) |
---|
775 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%rad_net_l(1:surf_usm_h%ns)Â ) |
---|
776 | ! |
---|
777 | !--Â Â Â For vertical surfaces |
---|
778 |     DO l = 0, 3 |
---|
779 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%surfhf(1:surf_usm_v(l)%ns)Â Â ) |
---|
780 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%rad_net_l(1:surf_usm_v(l)%ns)Â ) |
---|
781 | Â Â Â Â ENDDO |
---|
782 | |
---|
783 | ! |
---|
784 | !--Â Â Â Wall surface model |
---|
785 | !--Â Â Â allocate arrays for wall surface model and define pointers |
---|
786 | !--Â Â Â allocate array of wall types and wall parameters |
---|
787 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%surface_types(1:surf_usm_h%ns)Â Â Â ) |
---|
788 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%building_type(1:surf_usm_h%ns)Â Â Â ) |
---|
789 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%building_type_name(1:surf_usm_h%ns)Â ) |
---|
790 |     surf_usm_h%building_type   = 0 |
---|
791 |     surf_usm_h%building_type_name = 'none' |
---|
792 |     DO l = 0, 3 |
---|
793 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%surface_types(1:surf_usm_v(l)%ns)Â Â Â ) |
---|
794 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%building_type(1:surf_usm_v(l)%ns)Â Â Â ) |
---|
795 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%building_type_name(1:surf_usm_v(l)%ns)Â ) |
---|
796 |       surf_usm_v(l)%building_type   = 0 |
---|
797 |       surf_usm_v(l)%building_type_name = 'none' |
---|
798 | Â Â Â Â ENDDO |
---|
799 | ! |
---|
800 | !--Â Â Â Allocate albedo_type and albedo. Each surface element |
---|
801 | !--Â Â Â has 3 values, 0: wall fraction, 1: green fraction, 2: window fraction. |
---|
802 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%albedo_type(1:surf_usm_h%ns,0:2)Â ) |
---|
803 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%albedo(1:surf_usm_h%ns,0:2)Â Â Â ) |
---|
804 |     surf_usm_h%albedo_type = albedo_type |
---|
805 |     DO l = 0, 3 |
---|
806 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%albedo_type(1:surf_usm_v(l)%ns,0:2)Â ) |
---|
807 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%albedo(1:surf_usm_v(l)%ns,0:2)Â Â Â ) |
---|
808 |       surf_usm_v(l)%albedo_type = albedo_type |
---|
809 | Â Â Â Â ENDDOÂ Â Â Â |
---|
810 | |
---|
811 | ! |
---|
812 | !--Â Â Â Allocate indoor target temperature for summer and winter |
---|
813 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%target_temp_summer(1:surf_usm_h%ns)Â ) |
---|
814 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%target_temp_winter(1:surf_usm_h%ns)Â ) |
---|
815 |     DO l = 0, 3 |
---|
816 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%target_temp_summer(1:surf_usm_v(l)%ns)Â ) |
---|
817 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%target_temp_winter(1:surf_usm_v(l)%ns)Â ) |
---|
818 | Â Â Â Â ENDDO |
---|
819 | ! |
---|
820 | !--Â Â Â In case the indoor model is applied, allocate memory for waste heat |
---|
821 | !--Â Â Â and indoor temperature. |
---|
822 |     IF ( indoor_model ) THEN |
---|
823 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_h%waste_heat(1:surf_usm_h%ns)Â ) |
---|
824 |       surf_usm_h%waste_heat = 0.0_wp |
---|
825 |       DO l = 0, 3 |
---|
826 | Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%waste_heat(1:surf_usm_v(l)%ns)Â ) |
---|
827 |        surf_usm_v(l)%waste_heat = 0.0_wp |
---|
828 | Â Â Â Â Â Â ENDDO |
---|
829 | Â Â Â Â ENDIF |
---|
830 | ! |
---|
831 | !--Â Â Â Allocate flag indicating ground floor level surface elements |
---|
832 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%ground_level(1:surf_usm_h%ns)Â )Â |
---|
833 |     DO l = 0, 3 |
---|
834 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%ground_level(1:surf_usm_v(l)%ns)Â ) |
---|
835 | Â Â Â Â ENDDOÂ Â |
---|
836 | ! |
---|
837 | !--Â Â Â Allocate arrays for relative surface fraction. |
---|
838 | !--Â Â Â 0 - wall fraction, 1 - green fraction, 2 - window fraction |
---|
839 | Â Â Â Â Â ALLOCATEÂ (Â surf_usm_h%frac(1:surf_usm_h%ns,0:2)Â ) |
---|
840 |      surf_usm_h%frac = 0.0_wp |
---|
841 |      DO l = 0, 3 |
---|
842 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%frac(1:surf_usm_v(l)%ns,0:2)Â ) |
---|
843 |       surf_usm_v(l)%frac = 0.0_wp |
---|
844 | Â Â Â Â Â ENDDO |
---|
845 | |
---|
846 | ! |
---|
847 | !--Â Â Â wall and roof surface parameters. First for horizontal surfaces |
---|
848 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%isroof_surf(1:surf_usm_h%ns)Â Â Â Â ) |
---|
849 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%lambda_surf(1:surf_usm_h%ns)Â Â Â Â ) |
---|
850 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%lambda_surf_window(1:surf_usm_h%ns)Â ) |
---|
851 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%lambda_surf_green(1:surf_usm_h%ns)Â ) |
---|
852 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%c_surface(1:surf_usm_h%ns)Â Â Â Â Â ) |
---|
853 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%c_surface_window(1:surf_usm_h%ns)Â Â ) |
---|
854 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%c_surface_green(1:surf_usm_h%ns)Â Â ) |
---|
855 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%transmissivity(1:surf_usm_h%ns)Â Â Â ) |
---|
856 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%lai(1:surf_usm_h%ns)Â Â Â Â Â Â Â Â ) |
---|
857 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%emissivity(1:surf_usm_h%ns,0:2)Â Â Â ) |
---|
858 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%r_a(1:surf_usm_h%ns)Â Â Â Â Â Â Â Â ) |
---|
859 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%r_a_green(1:surf_usm_h%ns)Â Â Â Â Â ) |
---|
860 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%r_a_window(1:surf_usm_h%ns)Â Â Â Â Â ) |
---|
861 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%green_type_roof(1:surf_usm_h%ns)Â Â ) |
---|
862 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%r_s(1:surf_usm_h%ns)Â Â Â Â Â Â Â Â ) |
---|
863 | Â Â Â Â |
---|
864 | ! |
---|
865 | !--Â Â Â For vertical surfaces. |
---|
866 |     DO l = 0, 3 |
---|
867 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%lambda_surf(1:surf_usm_v(l)%ns)Â Â Â Â ) |
---|
868 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%c_surface(1:surf_usm_v(l)%ns)Â Â Â Â Â ) |
---|
869 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%lambda_surf_window(1:surf_usm_v(l)%ns)Â ) |
---|
870 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%c_surface_window(1:surf_usm_v(l)%ns)Â Â ) |
---|
871 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%lambda_surf_green(1:surf_usm_v(l)%ns)Â ) |
---|
872 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%c_surface_green(1:surf_usm_v(l)%ns)Â Â ) |
---|
873 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%transmissivity(1:surf_usm_v(l)%ns)Â Â Â ) |
---|
874 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%lai(1:surf_usm_v(l)%ns)Â Â Â Â Â Â Â Â ) |
---|
875 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%emissivity(1:surf_usm_v(l)%ns,0:2)Â Â Â ) |
---|
876 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%r_a(1:surf_usm_v(l)%ns)Â Â Â Â Â Â Â Â ) |
---|
877 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%r_a_green(1:surf_usm_v(l)%ns)Â Â Â Â Â ) |
---|
878 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%r_a_window(1:surf_usm_v(l)%ns)Â Â Â Â Â )Â Â Â Â Â Â |
---|
879 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%r_s(1:surf_usm_v(l)%ns)Â Â Â Â Â Â Â Â ) |
---|
880 | Â Â Â Â ENDDO |
---|
881 | |
---|
882 | !    |
---|
883 | !--Â Â Â allocate wall and roof material parameters. First for horizontal surfaces |
---|
884 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%thickness_wall(1:surf_usm_h%ns)Â Â Â Â Â Â Â Â Â Â ) |
---|
885 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%thickness_window(1:surf_usm_h%ns)Â Â Â Â Â Â Â Â Â ) |
---|
886 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%thickness_green(1:surf_usm_h%ns)Â Â Â Â Â Â Â Â Â Â ) |
---|
887 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%lambda_h(nzb_wall:nzt_wall,1:surf_usm_h%ns)Â Â Â Â ) |
---|
888 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%rho_c_wall(nzb_wall:nzt_wall,1:surf_usm_h%ns)Â Â Â ) |
---|
889 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%lambda_h_window(nzb_wall:nzt_wall,1:surf_usm_h%ns)Â ) |
---|
890 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%rho_c_window(nzb_wall:nzt_wall,1:surf_usm_h%ns)Â Â ) |
---|
891 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%lambda_h_green(nzb_wall:nzt_wall,1:surf_usm_h%ns)Â ) |
---|
892 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%rho_c_green(nzb_wall:nzt_wall,1:surf_usm_h%ns)Â Â Â ) |
---|
893 | |
---|
894 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%rho_c_total_green(nzb_wall:nzt_wall,1:surf_usm_h%ns)Â Â ) |
---|
895 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%n_vg_green(1:surf_usm_h%ns)Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â ) |
---|
896 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%alpha_vg_green(1:surf_usm_h%ns)Â Â Â Â Â Â Â Â Â Â Â Â Â ) |
---|
897 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%l_vg_green(1:surf_usm_h%ns)Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â ) |
---|
898 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%gamma_w_green_sat(nzb_wall:nzt_wall+1,1:surf_usm_h%ns)Â ) |
---|
899 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%lambda_w_green(nzb_wall:nzt_wall,1:surf_usm_h%ns)Â Â Â Â ) |
---|
900 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%gamma_w_green(nzb_wall:nzt_wall,1:surf_usm_h%ns)Â Â Â Â ) |
---|
901 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%tswc_h_m(nzb_wall:nzt_wall,1:surf_usm_h%ns)Â Â Â Â Â Â Â ) |
---|
902 | |
---|
903 | ! |
---|
904 | !--Â Â Â For vertical surfaces. |
---|
905 |     DO l = 0, 3 |
---|
906 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%thickness_wall(1:surf_usm_v(l)%ns)Â Â Â Â Â Â Â Â Â Â ) |
---|
907 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%thickness_window(1:surf_usm_v(l)%ns)Â Â Â Â Â Â Â Â Â ) |
---|
908 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%thickness_green(1:surf_usm_v(l)%ns)Â Â Â Â Â Â Â Â Â Â ) |
---|
909 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%lambda_h(nzb_wall:nzt_wall,1:surf_usm_v(l)%ns)Â Â Â Â ) |
---|
910 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%rho_c_wall(nzb_wall:nzt_wall,1:surf_usm_v(l)%ns)Â Â Â ) |
---|
911 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%lambda_h_window(nzb_wall:nzt_wall,1:surf_usm_v(l)%ns)Â ) |
---|
912 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%rho_c_window(nzb_wall:nzt_wall,1:surf_usm_v(l)%ns)Â Â ) |
---|
913 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%lambda_h_green(nzb_wall:nzt_wall,1:surf_usm_v(l)%ns)Â ) |
---|
914 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%rho_c_green(nzb_wall:nzt_wall,1:surf_usm_v(l)%ns)Â Â Â ) |
---|
915 | Â Â Â Â ENDDO |
---|
916 | |
---|
917 | ! |
---|
918 | !--Â Â Â allocate green wall and roof vegetation and soil parameters. First horizontal surfaces |
---|
919 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%g_d(1:surf_usm_h%ns)Â Â Â Â Â Â Â ) |
---|
920 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%c_liq(1:surf_usm_h%ns)Â Â Â Â Â Â ) |
---|
921 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%qsws_liq(1:surf_usm_h%ns)Â Â Â Â Â ) |
---|
922 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%qsws_veg(1:surf_usm_h%ns)Â Â Â Â Â ) |
---|
923 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%r_canopy(1:surf_usm_h%ns)Â Â Â Â Â ) |
---|
924 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%r_canopy_min(1:surf_usm_h%ns)Â Â Â ) |
---|
925 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%pt_10cm(1:surf_usm_h%ns)Â Â Â Â Â )Â |
---|
926 | |
---|
927 | ! |
---|
928 | !--Â Â Â For vertical surfaces. |
---|
929 |     DO l = 0, 3 |
---|
930 | Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%g_d(1:surf_usm_v(l)%ns)Â Â Â Â Â Â Â ) |
---|
931 | Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%c_liq(1:surf_usm_v(l)%ns)Â Â Â Â Â Â ) |
---|
932 | Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%qsws_liq(1:surf_usm_v(l)%ns)Â Â Â Â Â ) |
---|
933 | Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%qsws_veg(1:surf_usm_v(l)%ns)Â Â Â Â Â ) |
---|
934 | Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%r_canopy(1:surf_usm_v(l)%ns)Â Â Â Â Â ) |
---|
935 | Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%r_canopy_min(1:surf_usm_v(l)%ns)Â Â Â ) |
---|
936 | Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%pt_10cm(1:surf_usm_v(l)%ns)Â Â Â Â Â ) |
---|
937 | Â Â Â Â ENDDO |
---|
938 | |
---|
939 | ! |
---|
940 | !--Â Â Â allocate wall and roof layers sizes. For horizontal surfaces. |
---|
941 | Â Â Â Â ALLOCATEÂ (Â zwn(nzb_wall:nzt_wall)Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â ) |
---|
942 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%dz_wall(nzb_wall:nzt_wall+1,1:surf_usm_h%ns)Â Â Â Â ) |
---|
943 | Â Â Â Â ALLOCATEÂ (Â zwn_window(nzb_wall:nzt_wall)Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â ) |
---|
944 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%dz_window(nzb_wall:nzt_wall+1,1:surf_usm_h%ns)Â Â Â ) |
---|
945 | Â Â Â Â ALLOCATEÂ (Â zwn_green(nzb_wall:nzt_wall)Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â ) |
---|
946 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%dz_green(nzb_wall:nzt_wall+1,1:surf_usm_h%ns)Â Â Â ) |
---|
947 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%ddz_wall(nzb_wall:nzt_wall+1,1:surf_usm_h%ns)Â Â Â ) |
---|
948 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%dz_wall_stag(nzb_wall:nzt_wall,1:surf_usm_h%ns)Â Â ) |
---|
949 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%ddz_wall_stag(nzb_wall:nzt_wall,1:surf_usm_h%ns)Â Â ) |
---|
950 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%zw(nzb_wall:nzt_wall,1:surf_usm_h%ns)Â Â Â Â Â Â Â ) |
---|
951 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%ddz_window(nzb_wall:nzt_wall+1,1:surf_usm_h%ns)Â Â ) |
---|
952 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%dz_window_stag(nzb_wall:nzt_wall,1:surf_usm_h%ns)Â ) |
---|
953 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%ddz_window_stag(nzb_wall:nzt_wall,1:surf_usm_h%ns)Â ) |
---|
954 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%zw_window(nzb_wall:nzt_wall,1:surf_usm_h%ns)Â Â Â Â ) |
---|
955 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%ddz_green(nzb_wall:nzt_wall+1,1:surf_usm_h%ns)Â Â Â ) |
---|
956 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%dz_green_stag(nzb_wall:nzt_wall,1:surf_usm_h%ns)Â Â ) |
---|
957 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%ddz_green_stag(nzb_wall:nzt_wall,1:surf_usm_h%ns)Â ) |
---|
958 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%zw_green(nzb_wall:nzt_wall,1:surf_usm_h%ns)Â Â Â Â ) |
---|
959 | |
---|
960 | ! |
---|
961 | !--Â Â Â For vertical surfaces. |
---|
962 |     DO l = 0, 3 |
---|
963 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%dz_wall(nzb_wall:nzt_wall+1,1:surf_usm_v(l)%ns)Â Â Â Â ) |
---|
964 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%dz_window(nzb_wall:nzt_wall+1,1:surf_usm_v(l)%ns)Â Â Â ) |
---|
965 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%dz_green(nzb_wall:nzt_wall+1,1:surf_usm_v(l)%ns)Â Â Â ) |
---|
966 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%ddz_wall(nzb_wall:nzt_wall+1,1:surf_usm_v(l)%ns)Â Â Â ) |
---|
967 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%dz_wall_stag(nzb_wall:nzt_wall,1:surf_usm_v(l)%ns)Â Â ) |
---|
968 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%ddz_wall_stag(nzb_wall:nzt_wall,1:surf_usm_v(l)%ns)Â Â ) |
---|
969 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%zw(nzb_wall:nzt_wall,1:surf_usm_v(l)%ns)Â Â Â Â Â Â Â ) |
---|
970 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%ddz_window(nzb_wall:nzt_wall+1,1:surf_usm_v(l)%ns)Â Â ) |
---|
971 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%dz_window_stag(nzb_wall:nzt_wall,1:surf_usm_v(l)%ns)Â ) |
---|
972 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%ddz_window_stag(nzb_wall:nzt_wall,1:surf_usm_v(l)%ns)Â ) |
---|
973 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%zw_window(nzb_wall:nzt_wall,1:surf_usm_v(l)%ns)Â Â Â Â ) |
---|
974 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%ddz_green(nzb_wall:nzt_wall+1,1:surf_usm_v(l)%ns)Â Â Â ) |
---|
975 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%dz_green_stag(nzb_wall:nzt_wall,1:surf_usm_v(l)%ns)Â Â ) |
---|
976 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%ddz_green_stag(nzb_wall:nzt_wall,1:surf_usm_v(l)%ns)Â ) |
---|
977 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%zw_green(nzb_wall:nzt_wall,1:surf_usm_v(l)%ns)Â Â Â Â ) |
---|
978 | Â Â Â Â ENDDO |
---|
979 | |
---|
980 | ! |
---|
981 | !--Â Â Â allocate wall and roof temperature arrays, for horizontal walls |
---|
982 | ! |
---|
983 | !--Â Â Â Allocate if required. Note, in case of restarts, some of these arrays |
---|
984 | !--Â Â Â might be already allocated. |
---|
985 |     IF ( .NOT. ALLOCATED( t_surf_wall_h_1 ) )               & |
---|
986 | Â Â Â Â Â Â ALLOCATEÂ (Â t_surf_wall_h_1(1:surf_usm_h%ns)Â ) |
---|
987 |     IF ( .NOT. ALLOCATED( t_surf_wall_h_2 ) )               & |
---|
988 | Â Â Â Â Â Â ALLOCATEÂ (Â t_surf_wall_h_2(1:surf_usm_h%ns)Â ) |
---|
989 |     IF ( .NOT. ALLOCATED( t_wall_h_1 ) )                  &      |
---|
990 | Â Â Â Â Â Â ALLOCATEÂ (Â t_wall_h_1(nzb_wall:nzt_wall+1,1:surf_usm_h%ns)Â )Â |
---|
991 |     IF ( .NOT. ALLOCATED( t_wall_h_2 ) )                  &      |
---|
992 | Â Â Â Â Â Â ALLOCATEÂ (Â t_wall_h_2(nzb_wall:nzt_wall+1,1:surf_usm_h%ns)Â )Â Â Â Â Â |
---|
993 |     IF ( .NOT. ALLOCATED( t_surf_window_h_1 ) )              & |
---|
994 | Â Â Â Â Â Â ALLOCATEÂ (Â t_surf_window_h_1(1:surf_usm_h%ns)Â ) |
---|
995 |     IF ( .NOT. ALLOCATED( t_surf_window_h_2 ) )              & |
---|
996 | Â Â Â Â Â Â ALLOCATEÂ (Â t_surf_window_h_2(1:surf_usm_h%ns)Â ) |
---|
997 |     IF ( .NOT. ALLOCATED( t_window_h_1 ) )                 &      |
---|
998 | Â Â Â Â Â Â ALLOCATEÂ (Â t_window_h_1(nzb_wall:nzt_wall+1,1:surf_usm_h%ns)Â )Â |
---|
999 |     IF ( .NOT. ALLOCATED( t_window_h_2 ) )                 &      |
---|
1000 | Â Â Â Â Â Â ALLOCATEÂ (Â t_window_h_2(nzb_wall:nzt_wall+1,1:surf_usm_h%ns)Â )Â Â Â Â Â |
---|
1001 |     IF ( .NOT. ALLOCATED( t_surf_green_h_1 ) )               & |
---|
1002 | Â Â Â Â Â Â ALLOCATEÂ (Â t_surf_green_h_1(1:surf_usm_h%ns)Â ) |
---|
1003 |     IF ( .NOT. ALLOCATED( t_surf_green_h_2 ) )               & |
---|
1004 | Â Â Â Â Â Â ALLOCATEÂ (Â t_surf_green_h_2(1:surf_usm_h%ns)Â ) |
---|
1005 |     IF ( .NOT. ALLOCATED( t_green_h_1 ) )                 &      |
---|
1006 | Â Â Â Â Â Â ALLOCATEÂ (Â t_green_h_1(nzb_wall:nzt_wall+1,1:surf_usm_h%ns)Â )Â |
---|
1007 |     IF ( .NOT. ALLOCATED( t_green_h_2 ) )                 &      |
---|
1008 | Â Â Â Â Â Â ALLOCATEÂ (Â t_green_h_2(nzb_wall:nzt_wall+1,1:surf_usm_h%ns)Â )Â Â Â Â Â |
---|
1009 |     IF ( .NOT. ALLOCATED( swc_h_1 ) )                   &      |
---|
1010 | Â Â Â Â Â Â ALLOCATEÂ (Â swc_h_1(nzb_wall:nzt_wall+1,1:surf_usm_h%ns)Â )Â |
---|
1011 |     IF ( .NOT. ALLOCATED( swc_sat_h_1 ) )                 &      |
---|
1012 | Â Â Â Â Â Â ALLOCATEÂ (Â swc_sat_h_1(nzb_wall:nzt_wall+1,1:surf_usm_h%ns)Â )Â |
---|
1013 |     IF ( .NOT. ALLOCATED( swc_res_h_1 ) )                 &      |
---|
1014 | Â Â Â Â Â Â ALLOCATEÂ (Â swc_res_h_1(nzb_wall:nzt_wall+1,1:surf_usm_h%ns)Â )Â |
---|
1015 |     IF ( .NOT. ALLOCATED( swc_h_2 ) )                   &      |
---|
1016 | Â Â Â Â Â Â ALLOCATEÂ (Â swc_h_2(nzb_wall:nzt_wall+1,1:surf_usm_h%ns)Â ) |
---|
1017 |     IF ( .NOT. ALLOCATED( rootfr_h_1 ) )                  &      |
---|
1018 | Â Â Â Â Â Â ALLOCATEÂ (Â rootfr_h_1(nzb_wall:nzt_wall+1,1:surf_usm_h%ns)Â )Â |
---|
1019 |     IF ( .NOT. ALLOCATED( wilt_h_1 ) )                   &      |
---|
1020 | Â Â Â Â Â Â ALLOCATEÂ (Â wilt_h_1(nzb_wall:nzt_wall+1,1:surf_usm_h%ns)Â )Â |
---|
1021 |     IF ( .NOT. ALLOCATED( fc_h_1 ) )                    &      |
---|
1022 | Â Â Â Â Â Â ALLOCATEÂ (Â fc_h_1(nzb_wall:nzt_wall+1,1:surf_usm_h%ns)Â )Â |
---|
1023 | |
---|
1024 |     IF ( .NOT. ALLOCATED( m_liq_usm_h_1%var_usm_1d ) )           & |
---|
1025 | Â Â Â Â Â Â ALLOCATEÂ (Â m_liq_usm_h_1%var_usm_1d(1:surf_usm_h%ns)Â ) |
---|
1026 |     IF ( .NOT. ALLOCATED( m_liq_usm_h_2%var_usm_1d ) )           & |
---|
1027 | Â Â Â Â Â Â ALLOCATEÂ (Â m_liq_usm_h_2%var_usm_1d(1:surf_usm_h%ns)Â ) |
---|
1028 | Â Â Â Â Â Â |
---|
1029 | !      |
---|
1030 | !--Â Â Â initial assignment of the pointers |
---|
1031 |     t_wall_h  => t_wall_h_1;  t_wall_h_p  => t_wall_h_2 |
---|
1032 |     t_window_h => t_window_h_1; t_window_h_p => t_window_h_2 |
---|
1033 |     t_green_h  => t_green_h_1; t_green_h_p => t_green_h_2 |
---|
1034 |     t_surf_wall_h  => t_surf_wall_h_1;  t_surf_wall_h_p  => t_surf_wall_h_2      |
---|
1035 |     t_surf_window_h => t_surf_window_h_1; t_surf_window_h_p => t_surf_window_h_2 |
---|
1036 |     t_surf_green_h => t_surf_green_h_1; t_surf_green_h_p => t_surf_green_h_2      |
---|
1037 |     m_liq_usm_h   => m_liq_usm_h_1;   m_liq_usm_h_p   => m_liq_usm_h_2 |
---|
1038 |     swc_h   => swc_h_1; swc_h_p => swc_h_2 |
---|
1039 |     swc_sat_h => swc_sat_h_1 |
---|
1040 |     swc_res_h => swc_res_h_1 |
---|
1041 |     rootfr_h => rootfr_h_1 |
---|
1042 |     wilt_h  => wilt_h_1 |
---|
1043 |     fc_h   => fc_h_1 |
---|
1044 | |
---|
1045 | ! |
---|
1046 | !--Â Â Â allocate wall and roof temperature arrays, for vertical walls if required |
---|
1047 | ! |
---|
1048 | !--Â Â Â Allocate if required. Note, in case of restarts, some of these arrays |
---|
1049 | !--Â Â Â might be already allocated. |
---|
1050 |     DO l = 0, 3 |
---|
1051 |       IF ( .NOT. ALLOCATED( t_surf_wall_v_1(l)%t ) )           & |
---|
1052 | Â Â Â Â Â Â Â ALLOCATEÂ (Â t_surf_wall_v_1(l)%t(1:surf_usm_v(l)%ns)Â ) |
---|
1053 |       IF ( .NOT. ALLOCATED( t_surf_wall_v_2(l)%t ) )           & |
---|
1054 | Â Â Â Â Â Â Â ALLOCATEÂ (Â t_surf_wall_v_2(l)%t(1:surf_usm_v(l)%ns)Â ) |
---|
1055 |       IF ( .NOT. ALLOCATED( t_wall_v_1(l)%t ) )              &      |
---|
1056 | Â Â Â Â Â Â Â ALLOCATEÂ (Â t_wall_v_1(l)%t(nzb_wall:nzt_wall+1,1:surf_usm_v(l)%ns)Â )Â |
---|
1057 |       IF ( .NOT. ALLOCATED( t_wall_v_2(l)%t ) )              &      |
---|
1058 | Â Â Â Â Â Â Â ALLOCATEÂ (Â t_wall_v_2(l)%t(nzb_wall:nzt_wall+1,1:surf_usm_v(l)%ns)Â )Â |
---|
1059 |       IF ( .NOT. ALLOCATED( t_surf_window_v_1(l)%t ) )          & |
---|
1060 | Â Â Â Â Â Â Â ALLOCATEÂ (Â t_surf_window_v_1(l)%t(1:surf_usm_v(l)%ns)Â ) |
---|
1061 |       IF ( .NOT. ALLOCATED( t_surf_window_v_2(l)%t ) )          & |
---|
1062 | Â Â Â Â Â Â Â ALLOCATEÂ (Â t_surf_window_v_2(l)%t(1:surf_usm_v(l)%ns)Â ) |
---|
1063 |       IF ( .NOT. ALLOCATED( t_window_v_1(l)%t ) )             &      |
---|
1064 | Â Â Â Â Â Â Â ALLOCATEÂ (Â t_window_v_1(l)%t(nzb_wall:nzt_wall+1,1:surf_usm_v(l)%ns)Â )Â |
---|
1065 |       IF ( .NOT. ALLOCATED( t_window_v_2(l)%t ) )             &      |
---|
1066 | Â Â Â Â Â Â Â ALLOCATEÂ (Â t_window_v_2(l)%t(nzb_wall:nzt_wall+1,1:surf_usm_v(l)%ns)Â )Â |
---|
1067 |       IF ( .NOT. ALLOCATED( t_surf_green_v_1(l)%t ) )           & |
---|
1068 | Â Â Â Â Â Â Â ALLOCATEÂ (Â t_surf_green_v_1(l)%t(1:surf_usm_v(l)%ns)Â ) |
---|
1069 |       IF ( .NOT. ALLOCATED( t_surf_green_v_2(l)%t ) )           & |
---|
1070 | Â Â Â Â Â Â Â ALLOCATEÂ (Â t_surf_green_v_2(l)%t(1:surf_usm_v(l)%ns)Â ) |
---|
1071 |       IF ( .NOT. ALLOCATED( t_green_v_1(l)%t ) )             &      |
---|
1072 | Â Â Â Â Â Â Â ALLOCATEÂ (Â t_green_v_1(l)%t(nzb_wall:nzt_wall+1,1:surf_usm_v(l)%ns)Â )Â |
---|
1073 |       IF ( .NOT. ALLOCATED( t_green_v_2(l)%t ) )             &      |
---|
1074 | Â Â Â Â Â Â Â ALLOCATEÂ (Â t_green_v_2(l)%t(nzb_wall:nzt_wall+1,1:surf_usm_v(l)%ns)Â )Â |
---|
1075 | Â Â Â Â ENDDO |
---|
1076 | ! |
---|
1077 | !--Â Â Â initial assignment of the pointers |
---|
1078 |     t_wall_v    => t_wall_v_1;    t_wall_v_p    => t_wall_v_2 |
---|
1079 |     t_surf_wall_v  => t_surf_wall_v_1;  t_surf_wall_v_p  => t_surf_wall_v_2 |
---|
1080 |     t_window_v   => t_window_v_1;   t_window_v_p   => t_window_v_2 |
---|
1081 |     t_green_v    => t_green_v_1;    t_green_v_p    => t_green_v_2 |
---|
1082 |     t_surf_window_v => t_surf_window_v_1; t_surf_window_v_p => t_surf_window_v_2 |
---|
1083 |     t_surf_green_v => t_surf_green_v_1; t_surf_green_v_p => t_surf_green_v_2 |
---|
1084 | |
---|
1085 | ! |
---|
1086 | !--Â Â Â Allocate intermediate timestep arrays. For horizontal surfaces. |
---|
1087 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%tt_surface_wall_m(1:surf_usm_h%ns)Â Â Â Â Â Â Â Â ) |
---|
1088 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%tt_wall_m(nzb_wall:nzt_wall+1,1:surf_usm_h%ns)Â Â ) |
---|
1089 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%tt_surface_window_m(1:surf_usm_h%ns)Â Â Â Â Â Â Â ) |
---|
1090 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%tt_window_m(nzb_wall:nzt_wall+1,1:surf_usm_h%ns)Â ) |
---|
1091 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%tt_green_m(nzb_wall:nzt_wall+1,1:surf_usm_h%ns)Â ) |
---|
1092 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%tt_surface_green_m(1:surf_usm_h%ns)Â Â Â Â Â Â Â ) |
---|
1093 | |
---|
1094 | ! |
---|
1095 | !--Â Â Allocate intermediate timestep arrays |
---|
1096 | !--Â Â Horizontal surfaces |
---|
1097 | Â Â Â Â ALLOCATEÂ (Â tm_liq_usm_h_m%var_usm_1d(1:surf_usm_h%ns)Â Â Â Â Â Â Â Â Â Â ) |
---|
1098 |     tm_liq_usm_h_m%var_usm_1d = 0.0_wp |
---|
1099 | ! |
---|
1100 | !--Â Â Â Set inital values for prognostic quantities |
---|
1101 |     IF ( ALLOCATED( surf_usm_h%tt_surface_wall_m )  ) surf_usm_h%tt_surface_wall_m  = 0.0_wp |
---|
1102 |     IF ( ALLOCATED( surf_usm_h%tt_wall_m )      ) surf_usm_h%tt_wall_m      = 0.0_wp |
---|
1103 |     IF ( ALLOCATED( surf_usm_h%tt_surface_window_m ) ) surf_usm_h%tt_surface_window_m = 0.0_wp |
---|
1104 |     IF ( ALLOCATED( surf_usm_h%tt_window_m  )   ) surf_usm_h%tt_window_m     = 0.0_wp |
---|
1105 |     IF ( ALLOCATED( surf_usm_h%tt_green_m  )    ) surf_usm_h%tt_green_m     = 0.0_wp |
---|
1106 |     IF ( ALLOCATED( surf_usm_h%tt_surface_green_m ) ) surf_usm_h%tt_surface_green_m = 0.0_wp |
---|
1107 | ! |
---|
1108 | !--Â Â Â Now, for vertical surfaces |
---|
1109 |     DO l = 0, 3 |
---|
1110 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%tt_surface_wall_m(1:surf_usm_v(l)%ns)Â Â Â Â Â Â Â Â ) |
---|
1111 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%tt_wall_m(nzb_wall:nzt_wall+1,1:surf_usm_v(l)%ns)Â Â ) |
---|
1112 |       IF ( ALLOCATED( surf_usm_v(l)%tt_surface_wall_m ) ) surf_usm_v(l)%tt_surface_wall_m = 0.0_wp |
---|
1113 |       IF ( ALLOCATED( surf_usm_v(l)%tt_wall_m  ) ) surf_usm_v(l)%tt_wall_m  = 0.0_wp |
---|
1114 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%tt_surface_window_m(1:surf_usm_v(l)%ns)Â Â Â Â Â Â Â ) |
---|
1115 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%tt_window_m(nzb_wall:nzt_wall+1,1:surf_usm_v(l)%ns)Â ) |
---|
1116 |       IF ( ALLOCATED( surf_usm_v(l)%tt_surface_window_m ) ) surf_usm_v(l)%tt_surface_window_m = 0.0_wp |
---|
1117 |       IF ( ALLOCATED( surf_usm_v(l)%tt_window_m ) ) surf_usm_v(l)%tt_window_m  = 0.0_wp |
---|
1118 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%tt_surface_green_m(1:surf_usm_v(l)%ns)Â Â Â Â Â Â Â ) |
---|
1119 |       IF ( ALLOCATED( surf_usm_v(l)%tt_surface_green_m ) ) surf_usm_v(l)%tt_surface_green_m = 0.0_wp |
---|
1120 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%tt_green_m(nzb_wall:nzt_wall+1,1:surf_usm_v(l)%ns)Â ) |
---|
1121 |       IF ( ALLOCATED( surf_usm_v(l)%tt_green_m  ) ) surf_usm_v(l)%tt_green_m  = 0.0_wp |
---|
1122 | Â Â Â Â ENDDO |
---|
1123 | ! |
---|
1124 | !--Â Â Â allocate wall heat flux output array and set initial values. For horizontal surfaces |
---|
1125 | !    ALLOCATE ( surf_usm_h%wshf(1:surf_usm_h%ns)  ) !can be removed |
---|
1126 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%wshf_eb(1:surf_usm_h%ns)Â ) |
---|
1127 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%wghf_eb(1:surf_usm_h%ns)Â ) |
---|
1128 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%wghf_eb_window(1:surf_usm_h%ns)Â ) |
---|
1129 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%wghf_eb_green(1:surf_usm_h%ns)Â ) |
---|
1130 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%iwghf_eb(1:surf_usm_h%ns)Â ) |
---|
1131 | Â Â Â Â ALLOCATEÂ (Â surf_usm_h%iwghf_eb_window(1:surf_usm_h%ns)Â ) |
---|
1132 |     IF ( ALLOCATED( surf_usm_h%wshf  ) ) surf_usm_h%wshf  = 0.0_wp |
---|
1133 |     IF ( ALLOCATED( surf_usm_h%wshf_eb ) ) surf_usm_h%wshf_eb = 0.0_wp |
---|
1134 |     IF ( ALLOCATED( surf_usm_h%wghf_eb ) ) surf_usm_h%wghf_eb = 0.0_wp |
---|
1135 |     IF ( ALLOCATED( surf_usm_h%wghf_eb_window ) ) surf_usm_h%wghf_eb_window = 0.0_wp |
---|
1136 |     IF ( ALLOCATED( surf_usm_h%wghf_eb_green ) ) surf_usm_h%wghf_eb_green = 0.0_wp |
---|
1137 |     IF ( ALLOCATED( surf_usm_h%iwghf_eb ) ) surf_usm_h%iwghf_eb = 0.0_wp |
---|
1138 |     IF ( ALLOCATED( surf_usm_h%iwghf_eb_window ) ) surf_usm_h%iwghf_eb_window = 0.0_wp |
---|
1139 | ! |
---|
1140 | !--Â Â Â Now, for vertical surfaces |
---|
1141 |     DO l = 0, 3 |
---|
1142 | !      ALLOCATE ( surf_usm_v(l)%wshf(1:surf_usm_v(l)%ns)  )  ! can be removed |
---|
1143 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%wshf_eb(1:surf_usm_v(l)%ns)Â ) |
---|
1144 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%wghf_eb(1:surf_usm_v(l)%ns)Â ) |
---|
1145 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%wghf_eb_window(1:surf_usm_v(l)%ns)Â ) |
---|
1146 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%wghf_eb_green(1:surf_usm_v(l)%ns)Â ) |
---|
1147 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%iwghf_eb(1:surf_usm_v(l)%ns)Â ) |
---|
1148 | Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%iwghf_eb_window(1:surf_usm_v(l)%ns)Â ) |
---|
1149 |       IF ( ALLOCATED( surf_usm_v(l)%wshf  ) ) surf_usm_v(l)%wshf  = 0.0_wp |
---|
1150 |       IF ( ALLOCATED( surf_usm_v(l)%wshf_eb ) ) surf_usm_v(l)%wshf_eb = 0.0_wp |
---|
1151 |       IF ( ALLOCATED( surf_usm_v(l)%wghf_eb ) ) surf_usm_v(l)%wghf_eb = 0.0_wp |
---|
1152 |       IF ( ALLOCATED( surf_usm_v(l)%wghf_eb_window ) ) surf_usm_v(l)%wghf_eb_window = 0.0_wp |
---|
1153 |       IF ( ALLOCATED( surf_usm_v(l)%wghf_eb_green ) ) surf_usm_v(l)%wghf_eb_green = 0.0_wp |
---|
1154 |       IF ( ALLOCATED( surf_usm_v(l)%iwghf_eb ) ) surf_usm_v(l)%iwghf_eb = 0.0_wp |
---|
1155 |       IF ( ALLOCATED( surf_usm_v(l)%iwghf_eb_window ) ) surf_usm_v(l)%iwghf_eb_window = 0.0_wp |
---|
1156 | Â Â Â Â ENDDO |
---|
1157 | ! |
---|
1158 | !--Â Â Â Initialize building-surface properties, which are also required by other modules, |
---|
1159 | !--Â Â Â e.g. the indoor model. |
---|
1160 | Â Â Â Â CALL usm_define_pars |
---|
1161 | Â Â Â Â |
---|
1162 |     IF ( debug_output ) CALL debug_message( 'usm_init_arrays', 'end' ) |
---|
1163 | Â Â Â Â |
---|
1164 | Â Â END SUBROUTINE usm_init_arrays |
---|
1165 | |
---|
1166 | |
---|
1167 | !------------------------------------------------------------------------------! |
---|
1168 | ! Description: |
---|
1169 | ! ------------ |
---|
1170 | !> Sum up and time-average urban surface output quantities as well as allocate |
---|
1171 | !> the array necessary for storing the average. |
---|
1172 | !------------------------------------------------------------------------------! |
---|
1173 |   SUBROUTINE usm_3d_data_averaging( mode, variable ) |
---|
1174 | |
---|
1175 | Â Â Â Â IMPLICIT NONE |
---|
1176 | |
---|
1177 |     CHARACTER(LEN=*), INTENT(IN) :: mode |
---|
1178 |     CHARACTER(LEN=*), INTENT(IN) :: variable |
---|
1179 | Â |
---|
1180 |     INTEGER(iwp)                    :: i, j, k, l, m, ids, idsint, iwl, istat !< runnin indices |
---|
1181 |     CHARACTER(LEN=varnamelength)            :: var                   !< trimmed variable |
---|
1182 |     INTEGER(iwp), PARAMETER              :: nd = 5                 !< number of directions |
---|
1183 |     CHARACTER(LEN=6), DIMENSION(0:nd-1), PARAMETER   :: dirname = (/ '_roof ', '_south', '_north', '_west ', '_east ' /) |
---|
1184 |     INTEGER(iwp), DIMENSION(0:nd-1), PARAMETER     :: dirint = (/ iup_u, isouth_u, inorth_u, iwest_u, ieast_u /) |
---|
1185 | |
---|
1186 | Â Â Â Â IFÂ (Â variable(1:4)Â ==Â 'usm_'Â )Â THENÂ ! is such a check really rquired? |
---|
1187 | |
---|
1188 | ! |
---|
1189 | !--Â Â Â find the real name of the variable |
---|
1190 |     ids = -1 |
---|
1191 |     l = -1 |
---|
1192 |     var = TRIM(variable) |
---|
1193 |     DO i = 0, nd-1 |
---|
1194 |       k = len(TRIM(var)) |
---|
1195 |       j = len(TRIM(dirname(i))) |
---|
1196 | Â Â Â Â Â Â IFÂ (Â TRIM(var(k-j+1:k))Â ==Â TRIM(dirname(i))Â )Â THEN |
---|
1197 |         ids = i |
---|
1198 |         idsint = dirint(ids) |
---|
1199 |         var = var(:k-j) |
---|
1200 | Â Â Â Â Â Â Â Â EXIT |
---|
1201 | Â Â Â Â Â Â ENDIF |
---|
1202 | Â Â Â Â ENDDO |
---|
1203 |     l = idsint - 2 ! horisontal direction index - terible hack ! |
---|
1204 |     IF ( l < 0 .OR. l > 3 ) THEN |
---|
1205 |       l = -1 |
---|
1206 | Â Â Â Â END IF |
---|
1207 |     IF ( ids == -1 ) THEN |
---|
1208 |       var = TRIM(variable) |
---|
1209 | Â Â Â Â ENDIF |
---|
1210 |     IF ( var(1:11) == 'usm_t_wall_' .AND. len(TRIM(var)) >= 12 ) THEN |
---|
1211 | ! |
---|
1212 | !--Â Â Â Â Â wall layers |
---|
1213 |       READ(var(12:12), '(I1)', iostat=istat ) iwl |
---|
1214 |       IF ( istat == 0 .AND. iwl >= nzb_wall .AND. iwl <= nzt_wall ) THEN |
---|
1215 |         var = var(1:10) |
---|
1216 | Â Â Â Â Â Â ELSE |
---|
1217 | ! |
---|
1218 | !--Â Â Â Â Â Â Â wrong wall layer index |
---|
1219 | Â Â Â Â Â Â Â Â RETURN |
---|
1220 | Â Â Â Â Â Â ENDIF |
---|
1221 | Â Â Â Â ENDIF |
---|
1222 |     IF ( var(1:13) == 'usm_t_window_' .AND. len(TRIM(var)) >= 14 ) THEN |
---|
1223 | ! |
---|
1224 | !--Â Â Â Â Â wall layers |
---|
1225 |       READ(var(14:14), '(I1)', iostat=istat ) iwl |
---|
1226 |       IF ( istat == 0 .AND. iwl >= nzb_wall .AND. iwl <= nzt_wall ) THEN |
---|
1227 |         var = var(1:12) |
---|
1228 | Â Â Â Â Â Â ELSE |
---|
1229 | ! |
---|
1230 | !--Â Â Â Â Â Â Â wrong window layer index |
---|
1231 | Â Â Â Â Â Â Â Â RETURN |
---|
1232 | Â Â Â Â Â Â ENDIF |
---|
1233 | Â Â Â Â ENDIF |
---|
1234 |     IF ( var(1:12) == 'usm_t_green_' .AND. len(TRIM(var)) >= 13 ) THEN |
---|
1235 | ! |
---|
1236 | !--Â Â Â Â Â wall layers |
---|
1237 |       READ(var(13:13), '(I1)', iostat=istat ) iwl |
---|
1238 |       IF ( istat == 0 .AND. iwl >= nzb_wall .AND. iwl <= nzt_wall ) THEN |
---|
1239 |         var = var(1:11) |
---|
1240 | Â Â Â Â Â Â ELSE |
---|
1241 | ! |
---|
1242 | !--Â Â Â Â Â Â Â wrong green layer index |
---|
1243 | Â Â Â Â Â Â Â Â RETURN |
---|
1244 | Â Â Â Â Â Â ENDIF |
---|
1245 | Â Â Â Â ENDIF |
---|
1246 |     IF ( var(1:8) == 'usm_swc_' .AND. len(TRIM(var)) >= 9 ) THEN |
---|
1247 | ! |
---|
1248 | !--Â Â Â Â Â swc layers |
---|
1249 |       READ(var(9:9), '(I1)', iostat=istat ) iwl |
---|
1250 |       IF ( istat == 0 .AND. iwl >= nzb_wall .AND. iwl <= nzt_wall ) THEN |
---|
1251 |         var = var(1:7) |
---|
1252 | Â Â Â Â Â Â ELSE |
---|
1253 | ! |
---|
1254 | !--Â Â Â Â Â Â Â wrong swc layer index |
---|
1255 | Â Â Â Â Â Â Â Â RETURN |
---|
1256 | Â Â Â Â Â Â ENDIF |
---|
1257 | Â Â Â Â ENDIF |
---|
1258 | |
---|
1259 |     IF ( mode == 'allocate' ) THEN |
---|
1260 | Â Â Â Â Â Â |
---|
1261 |       SELECT CASE ( TRIM( var ) ) |
---|
1262 | |
---|
1263 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_wshf'Â ) |
---|
1264 | ! |
---|
1265 | !--Â Â Â Â Â Â Â Â Â array of sensible heat flux from surfaces |
---|
1266 | !--Â Â Â Â Â Â Â Â Â land surfaces |
---|
1267 |           IF ( l == -1 ) THEN |
---|
1268 |             IF ( .NOT. ALLOCATED(surf_usm_h%wshf_eb_av) ) THEN |
---|
1269 | Â Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_h%wshf_eb_av(1:surf_usm_h%ns)Â ) |
---|
1270 |              surf_usm_h%wshf_eb_av = 0.0_wp |
---|
1271 | Â Â Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1272 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1273 |             IF ( .NOT. ALLOCATED(surf_usm_v(l)%wshf_eb_av) ) THEN |
---|
1274 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%wshf_eb_av(1:surf_usm_v(l)%ns)Â ) |
---|
1275 |               surf_usm_v(l)%wshf_eb_av = 0.0_wp |
---|
1276 | Â Â Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1277 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1278 | Â Â Â Â Â Â Â Â Â Â |
---|
1279 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_qsws'Â ) |
---|
1280 | ! |
---|
1281 | !--Â Â Â Â Â Â Â Â Â array of latent heat flux from surfaces |
---|
1282 | !--Â Â Â Â Â Â Â Â Â land surfaces |
---|
1283 |           IF ( l == -1 .AND. .NOT. ALLOCATED(surf_usm_h%qsws_av) ) THEN |
---|
1284 | Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_h%qsws_av(1:surf_usm_h%ns)Â ) |
---|
1285 |             surf_usm_h%qsws_av = 0.0_wp |
---|
1286 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1287 |             IF ( .NOT. ALLOCATED(surf_usm_v(l)%qsws_av) ) THEN |
---|
1288 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%qsws_av(1:surf_usm_v(l)%ns)Â ) |
---|
1289 |               surf_usm_v(l)%qsws_av = 0.0_wp |
---|
1290 | Â Â Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1291 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1292 | Â Â Â Â Â Â Â Â Â Â |
---|
1293 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_qsws_veg'Â ) |
---|
1294 | ! |
---|
1295 | !--Â Â Â Â Â Â Â Â Â array of latent heat flux from vegetation surfaces |
---|
1296 | !--Â Â Â Â Â Â Â Â Â land surfaces |
---|
1297 |           IF ( l == -1 .AND. .NOT. ALLOCATED(surf_usm_h%qsws_veg_av) ) THEN |
---|
1298 | Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_h%qsws_veg_av(1:surf_usm_h%ns)Â ) |
---|
1299 |             surf_usm_h%qsws_veg_av = 0.0_wp |
---|
1300 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1301 |             IF ( .NOT. ALLOCATED(surf_usm_v(l)%qsws_veg_av) ) THEN |
---|
1302 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%qsws_veg_av(1:surf_usm_v(l)%ns)Â ) |
---|
1303 |               surf_usm_v(l)%qsws_veg_av = 0.0_wp |
---|
1304 | Â Â Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1305 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1306 | Â Â Â Â Â Â Â Â Â Â |
---|
1307 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_qsws_liq'Â ) |
---|
1308 | ! |
---|
1309 | !--Â Â Â Â Â Â Â Â Â array of latent heat flux from surfaces with liquid |
---|
1310 | !--Â Â Â Â Â Â Â Â Â land surfaces |
---|
1311 |           IF ( l == -1 .AND. .NOT. ALLOCATED(surf_usm_h%qsws_liq_av) ) THEN |
---|
1312 | Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_h%qsws_liq_av(1:surf_usm_h%ns)Â ) |
---|
1313 |             surf_usm_h%qsws_liq_av = 0.0_wp |
---|
1314 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1315 |             IF ( .NOT. ALLOCATED(surf_usm_v(l)%qsws_liq_av) ) THEN |
---|
1316 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%qsws_liq_av(1:surf_usm_v(l)%ns)Â ) |
---|
1317 |               surf_usm_v(l)%qsws_liq_av = 0.0_wp |
---|
1318 | Â Â Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1319 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1320 | ! |
---|
1321 | !--Â Â Â Â Â Â Â Please note, the following output quantities belongs to the |
---|
1322 | !--Â Â Â Â Â Â Â individual tile fractions - ground heat flux at wall-, window-, |
---|
1323 | !--Â Â Â Â Â Â Â and green fraction. Aggregated ground-heat flux is treated |
---|
1324 | !--Â Â Â Â Â Â Â accordingly in average_3d_data, sum_up_3d_data, etc.. |
---|
1325 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_wghf'Â ) |
---|
1326 | ! |
---|
1327 | !--Â Â Â Â Â Â Â Â Â array of heat flux from ground (wall, roof, land) |
---|
1328 |           IF ( l == -1 ) THEN |
---|
1329 |             IF ( .NOT. ALLOCATED(surf_usm_h%wghf_eb_av) ) THEN |
---|
1330 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_h%wghf_eb_av(1:surf_usm_h%ns)Â ) |
---|
1331 |               surf_usm_h%wghf_eb_av = 0.0_wp |
---|
1332 | Â Â Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1333 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1334 |             IF ( .NOT. ALLOCATED(surf_usm_v(l)%wghf_eb_av) ) THEN |
---|
1335 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%wghf_eb_av(1:surf_usm_v(l)%ns)Â ) |
---|
1336 |               surf_usm_v(l)%wghf_eb_av = 0.0_wp |
---|
1337 | Â Â Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1338 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1339 | |
---|
1340 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_wghf_window'Â ) |
---|
1341 | ! |
---|
1342 | !--Â Â Â Â Â Â Â Â Â array of heat flux from window ground (wall, roof, land) |
---|
1343 |           IF ( l == -1 ) THEN |
---|
1344 |             IF ( .NOT. ALLOCATED(surf_usm_h%wghf_eb_window_av) ) THEN |
---|
1345 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_h%wghf_eb_window_av(1:surf_usm_h%ns)Â ) |
---|
1346 |               surf_usm_h%wghf_eb_window_av = 0.0_wp |
---|
1347 | Â Â Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1348 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1349 |             IF ( .NOT. ALLOCATED(surf_usm_v(l)%wghf_eb_window_av) ) THEN |
---|
1350 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%wghf_eb_window_av(1:surf_usm_v(l)%ns)Â ) |
---|
1351 |               surf_usm_v(l)%wghf_eb_window_av = 0.0_wp |
---|
1352 | Â Â Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1353 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1354 | |
---|
1355 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_wghf_green'Â ) |
---|
1356 | ! |
---|
1357 | !--Â Â Â Â Â Â Â Â Â array of heat flux from green ground (wall, roof, land) |
---|
1358 |           IF ( l == -1 ) THEN |
---|
1359 |             IF ( .NOT. ALLOCATED(surf_usm_h%wghf_eb_green_av) ) THEN |
---|
1360 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_h%wghf_eb_green_av(1:surf_usm_h%ns)Â ) |
---|
1361 |               surf_usm_h%wghf_eb_green_av = 0.0_wp |
---|
1362 | Â Â Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1363 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1364 |             IF ( .NOT. ALLOCATED(surf_usm_v(l)%wghf_eb_green_av) ) THEN |
---|
1365 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%wghf_eb_green_av(1:surf_usm_v(l)%ns)Â ) |
---|
1366 |               surf_usm_v(l)%wghf_eb_green_av = 0.0_wp |
---|
1367 | Â Â Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1368 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1369 | |
---|
1370 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_iwghf'Â ) |
---|
1371 | ! |
---|
1372 | !--Â Â Â Â Â Â Â Â Â array of heat flux from indoor ground (wall, roof, land) |
---|
1373 |           IF ( l == -1 ) THEN |
---|
1374 |             IF ( .NOT. ALLOCATED(surf_usm_h%iwghf_eb_av) ) THEN |
---|
1375 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_h%iwghf_eb_av(1:surf_usm_h%ns)Â ) |
---|
1376 |               surf_usm_h%iwghf_eb_av = 0.0_wp |
---|
1377 | Â Â Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1378 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1379 |             IF ( .NOT. ALLOCATED(surf_usm_v(l)%iwghf_eb_av) ) THEN |
---|
1380 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%iwghf_eb_av(1:surf_usm_v(l)%ns)Â ) |
---|
1381 |               surf_usm_v(l)%iwghf_eb_av = 0.0_wp |
---|
1382 | Â Â Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1383 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1384 | |
---|
1385 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_iwghf_window'Â ) |
---|
1386 | ! |
---|
1387 | !--Â Â Â Â Â Â Â Â Â array of heat flux from indoor window ground (wall, roof, land) |
---|
1388 |           IF ( l == -1 ) THEN |
---|
1389 |             IF ( .NOT. ALLOCATED(surf_usm_h%iwghf_eb_window_av) ) THEN |
---|
1390 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_h%iwghf_eb_window_av(1:surf_usm_h%ns)Â ) |
---|
1391 |               surf_usm_h%iwghf_eb_window_av = 0.0_wp |
---|
1392 | Â Â Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1393 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1394 |             IF ( .NOT. ALLOCATED(surf_usm_v(l)%iwghf_eb_window_av) ) THEN |
---|
1395 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%iwghf_eb_window_av(1:surf_usm_v(l)%ns)Â ) |
---|
1396 |               surf_usm_v(l)%iwghf_eb_window_av = 0.0_wp |
---|
1397 | Â Â Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1398 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1399 | |
---|
1400 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_t_surf_wall'Â ) |
---|
1401 | ! |
---|
1402 | !--Â Â Â Â Â Â Â Â Â surface temperature for surfaces |
---|
1403 |           IF ( l == -1 ) THEN |
---|
1404 |             IF ( .NOT. ALLOCATED(surf_usm_h%t_surf_wall_av) ) THEN |
---|
1405 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_h%t_surf_wall_av(1:surf_usm_h%ns)Â ) |
---|
1406 |               surf_usm_h%t_surf_wall_av = 0.0_wp |
---|
1407 | Â Â Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1408 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1409 |             IF ( .NOT. ALLOCATED(surf_usm_v(l)%t_surf_wall_av) ) THEN |
---|
1410 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%t_surf_wall_av(1:surf_usm_v(l)%ns)Â ) |
---|
1411 |               surf_usm_v(l)%t_surf_wall_av = 0.0_wp |
---|
1412 | Â Â Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1413 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1414 | |
---|
1415 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_t_surf_window'Â ) |
---|
1416 | ! |
---|
1417 | !--Â Â Â Â Â Â Â Â Â surface temperature for window surfaces |
---|
1418 |           IF ( l == -1 ) THEN |
---|
1419 |             IF ( .NOT. ALLOCATED(surf_usm_h%t_surf_window_av) ) THEN |
---|
1420 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_h%t_surf_window_av(1:surf_usm_h%ns)Â ) |
---|
1421 |               surf_usm_h%t_surf_window_av = 0.0_wp |
---|
1422 | Â Â Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1423 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1424 |             IF ( .NOT. ALLOCATED(surf_usm_v(l)%t_surf_window_av) ) THEN |
---|
1425 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%t_surf_window_av(1:surf_usm_v(l)%ns)Â ) |
---|
1426 |               surf_usm_v(l)%t_surf_window_av = 0.0_wp |
---|
1427 | Â Â Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1428 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1429 | Â Â Â Â Â Â Â Â Â Â |
---|
1430 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_t_surf_green'Â ) |
---|
1431 | ! |
---|
1432 | !--Â Â Â Â Â Â Â Â Â surface temperature for green surfaces |
---|
1433 |           IF ( l == -1 ) THEN |
---|
1434 |             IF ( .NOT. ALLOCATED(surf_usm_h%t_surf_green_av) ) THEN |
---|
1435 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_h%t_surf_green_av(1:surf_usm_h%ns)Â ) |
---|
1436 |               surf_usm_h%t_surf_green_av = 0.0_wp |
---|
1437 | Â Â Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1438 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1439 |             IF ( .NOT. ALLOCATED(surf_usm_v(l)%t_surf_green_av) ) THEN |
---|
1440 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%t_surf_green_av(1:surf_usm_v(l)%ns)Â ) |
---|
1441 |               surf_usm_v(l)%t_surf_green_av = 0.0_wp |
---|
1442 | Â Â Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1443 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1444 | Â Â Â Â Â Â Â Â |
---|
1445 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_theta_10cm'Â ) |
---|
1446 | ! |
---|
1447 | !--Â Â Â Â Â Â Â Â Â near surface (10cm) temperature for whole surfaces |
---|
1448 |           IF ( l == -1 ) THEN |
---|
1449 |             IF ( .NOT. ALLOCATED(surf_usm_h%pt_10cm_av) ) THEN |
---|
1450 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_h%pt_10cm_av(1:surf_usm_h%ns)Â ) |
---|
1451 |               surf_usm_h%pt_10cm_av = 0.0_wp |
---|
1452 | Â Â Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1453 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1454 |             IF ( .NOT. ALLOCATED(surf_usm_v(l)%pt_10cm_av) ) THEN |
---|
1455 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%pt_10cm_av(1:surf_usm_v(l)%ns)Â ) |
---|
1456 |               surf_usm_v(l)%pt_10cm_av = 0.0_wp |
---|
1457 | Â Â Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1458 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1459 | Â Â Â Â Â Â Â Â Â |
---|
1460 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_t_wall'Â ) |
---|
1461 | ! |
---|
1462 | !--Â Â Â Â Â Â Â Â Â wall temperature for iwl layer of walls and land |
---|
1463 |           IF ( l == -1 ) THEN |
---|
1464 |             IF ( .NOT. ALLOCATED(surf_usm_h%t_wall_av) ) THEN |
---|
1465 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_h%t_wall_av(nzb_wall:nzt_wall,1:surf_usm_h%ns)Â ) |
---|
1466 |               surf_usm_h%t_wall_av = 0.0_wp |
---|
1467 | Â Â Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1468 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1469 |             IF ( .NOT. ALLOCATED(surf_usm_v(l)%t_wall_av) ) THEN |
---|
1470 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%t_wall_av(nzb_wall:nzt_wall,1:surf_usm_v(l)%ns)Â ) |
---|
1471 |               surf_usm_v(l)%t_wall_av = 0.0_wp |
---|
1472 | Â Â Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1473 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1474 | |
---|
1475 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_t_window'Â ) |
---|
1476 | ! |
---|
1477 | !--Â Â Â Â Â Â Â Â Â window temperature for iwl layer of walls and land |
---|
1478 |           IF ( l == -1 ) THEN |
---|
1479 |             IF ( .NOT. ALLOCATED(surf_usm_h%t_window_av) ) THEN |
---|
1480 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_h%t_window_av(nzb_wall:nzt_wall,1:surf_usm_h%ns)Â ) |
---|
1481 |               surf_usm_h%t_window_av = 0.0_wp |
---|
1482 | Â Â Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1483 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1484 |             IF ( .NOT. ALLOCATED(surf_usm_v(l)%t_window_av) ) THEN |
---|
1485 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%t_window_av(nzb_wall:nzt_wall,1:surf_usm_v(l)%ns)Â ) |
---|
1486 |               surf_usm_v(l)%t_window_av = 0.0_wp |
---|
1487 | Â Â Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1488 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1489 | |
---|
1490 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_t_green'Â ) |
---|
1491 | ! |
---|
1492 | !--Â Â Â Â Â Â Â Â Â green temperature for iwl layer of walls and land |
---|
1493 |           IF ( l == -1 ) THEN |
---|
1494 |             IF ( .NOT. ALLOCATED(surf_usm_h%t_green_av) ) THEN |
---|
1495 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_h%t_green_av(nzb_wall:nzt_wall,1:surf_usm_h%ns)Â ) |
---|
1496 |               surf_usm_h%t_green_av = 0.0_wp |
---|
1497 | Â Â Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1498 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1499 |             IF ( .NOT. ALLOCATED(surf_usm_v(l)%t_green_av) ) THEN |
---|
1500 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%t_green_av(nzb_wall:nzt_wall,1:surf_usm_v(l)%ns)Â ) |
---|
1501 |               surf_usm_v(l)%t_green_av = 0.0_wp |
---|
1502 | Â Â Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1503 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1504 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_swc'Â ) |
---|
1505 | ! |
---|
1506 | !--Â Â Â Â Â Â Â Â Â soil water content for iwl layer of walls and land |
---|
1507 |           IF ( l == -1 .AND. .NOT. ALLOCATED(surf_usm_h%swc_av) ) THEN |
---|
1508 | Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_h%swc_av(nzb_wall:nzt_wall,1:surf_usm_h%ns)Â ) |
---|
1509 |             surf_usm_h%swc_av = 0.0_wp |
---|
1510 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1511 |             IF ( .NOT. ALLOCATED(surf_usm_v(l)%swc_av) ) THEN |
---|
1512 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â ALLOCATEÂ (Â surf_usm_v(l)%swc_av(nzb_wall:nzt_wall,1:surf_usm_v(l)%ns)Â ) |
---|
1513 |               surf_usm_v(l)%swc_av = 0.0_wp |
---|
1514 | Â Â Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1515 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1516 | |
---|
1517 | Â Â Â Â Â Â Â Â CASE DEFAULT |
---|
1518 | Â Â Â Â Â Â Â Â Â Â CONTINUE |
---|
1519 | |
---|
1520 | Â Â Â Â Â Â END SELECT |
---|
1521 | |
---|
1522 |     ELSEIF ( mode == 'sum' ) THEN |
---|
1523 | Â Â Â Â Â Â |
---|
1524 |       SELECT CASE ( TRIM( var ) ) |
---|
1525 | |
---|
1526 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_wshf'Â ) |
---|
1527 | ! |
---|
1528 | !--Â Â Â Â Â Â Â Â Â array of sensible heat flux from surfaces (land, roof, wall) |
---|
1529 |           IF ( l == -1 ) THEN |
---|
1530 |             DO m = 1, surf_usm_h%ns |
---|
1531 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%wshf_eb_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1532 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%wshf_eb_av(m)Â +Â Â Â Â Â Â & |
---|
1533 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%wshf_eb(m) |
---|
1534 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1535 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1536 |             DO m = 1, surf_usm_v(l)%ns |
---|
1537 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%wshf_eb_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1538 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%wshf_eb_av(m)Â +Â Â Â Â & |
---|
1539 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%wshf_eb(m) |
---|
1540 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1541 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1542 | Â Â Â Â Â Â Â Â Â Â |
---|
1543 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_qsws'Â ) |
---|
1544 | ! |
---|
1545 | !--Â Â Â Â Â Â Â Â Â array of latent heat flux from surfaces (land, roof, wall) |
---|
1546 |           IF ( l == -1 ) THEN |
---|
1547 |           DO m = 1, surf_usm_h%ns |
---|
1548 | Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%qsws_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1549 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%qsws_av(m)Â +Â Â Â Â Â Â & |
---|
1550 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%qsws(m)Â *Â l_v |
---|
1551 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1552 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1553 |             DO m = 1, surf_usm_v(l)%ns |
---|
1554 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%qsws_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1555 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%qsws_av(m)Â +Â Â Â Â & |
---|
1556 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%qsws(m)Â *Â l_v |
---|
1557 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1558 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1559 | Â Â Â Â Â Â Â Â Â Â |
---|
1560 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_qsws_veg'Â ) |
---|
1561 | ! |
---|
1562 | !--Â Â Â Â Â Â Â Â Â array of latent heat flux from vegetation surfaces (land, roof, wall) |
---|
1563 |           IF ( l == -1 ) THEN |
---|
1564 |           DO m = 1, surf_usm_h%ns |
---|
1565 | Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%qsws_veg_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1566 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%qsws_veg_av(m)Â +Â Â Â Â Â Â & |
---|
1567 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%qsws_veg(m) |
---|
1568 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1569 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1570 |             DO m = 1, surf_usm_v(l)%ns |
---|
1571 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%qsws_veg_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1572 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%qsws_veg_av(m)Â +Â Â Â Â & |
---|
1573 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%qsws_veg(m) |
---|
1574 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1575 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1576 | Â Â Â Â Â Â Â Â Â Â |
---|
1577 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_qsws_liq'Â ) |
---|
1578 | ! |
---|
1579 | !--Â Â Â Â Â Â Â Â Â array of latent heat flux from surfaces with liquid (land, roof, wall) |
---|
1580 |           IF ( l == -1 ) THEN |
---|
1581 |           DO m = 1, surf_usm_h%ns |
---|
1582 | Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%qsws_liq_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1583 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%qsws_liq_av(m)Â +Â Â Â Â Â Â & |
---|
1584 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%qsws_liq(m) |
---|
1585 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1586 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1587 |             DO m = 1, surf_usm_v(l)%ns |
---|
1588 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%qsws_liq_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1589 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%qsws_liq_av(m)Â +Â Â Â Â & |
---|
1590 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%qsws_liq(m) |
---|
1591 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1592 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1593 | Â Â Â Â Â Â Â Â Â Â |
---|
1594 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_wghf'Â ) |
---|
1595 | ! |
---|
1596 | !--Â Â Â Â Â Â Â Â Â array of heat flux from ground (wall, roof, land) |
---|
1597 |           IF ( l == -1 ) THEN |
---|
1598 |             DO m = 1, surf_usm_h%ns |
---|
1599 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%wghf_eb_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1600 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%wghf_eb_av(m)Â +Â Â Â Â Â Â & |
---|
1601 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%wghf_eb(m) |
---|
1602 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1603 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1604 |             DO m = 1, surf_usm_v(l)%ns |
---|
1605 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%wghf_eb_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1606 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%wghf_eb_av(m)Â +Â Â Â Â & |
---|
1607 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%wghf_eb(m) |
---|
1608 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1609 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1610 | Â Â Â Â Â Â Â Â Â Â |
---|
1611 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_wghf_window'Â ) |
---|
1612 | ! |
---|
1613 | !--Â Â Â Â Â Â Â Â Â array of heat flux from window ground (wall, roof, land) |
---|
1614 |           IF ( l == -1 ) THEN |
---|
1615 |             DO m = 1, surf_usm_h%ns |
---|
1616 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%wghf_eb_window_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1617 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%wghf_eb_window_av(m)Â +Â Â Â Â Â Â & |
---|
1618 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%wghf_eb_window(m) |
---|
1619 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1620 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1621 |             DO m = 1, surf_usm_v(l)%ns |
---|
1622 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%wghf_eb_window_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1623 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%wghf_eb_window_av(m)Â +Â Â Â Â & |
---|
1624 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%wghf_eb_window(m) |
---|
1625 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1626 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1627 | |
---|
1628 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_wghf_green'Â ) |
---|
1629 | ! |
---|
1630 | !--Â Â Â Â Â Â Â Â Â array of heat flux from green ground (wall, roof, land) |
---|
1631 |           IF ( l == -1 ) THEN |
---|
1632 |             DO m = 1, surf_usm_h%ns |
---|
1633 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%wghf_eb_green_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1634 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%wghf_eb_green_av(m)Â +Â Â Â Â Â Â & |
---|
1635 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%wghf_eb_green(m) |
---|
1636 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1637 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1638 |             DO m = 1, surf_usm_v(l)%ns |
---|
1639 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%wghf_eb_green_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1640 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%wghf_eb_green_av(m)Â +Â Â Â Â & |
---|
1641 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%wghf_eb_green(m) |
---|
1642 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1643 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1644 | Â Â Â Â Â Â Â Â Â Â |
---|
1645 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_iwghf'Â ) |
---|
1646 | ! |
---|
1647 | !--Â Â Â Â Â Â Â Â Â array of heat flux from indoor ground (wall, roof, land) |
---|
1648 |           IF ( l == -1 ) THEN |
---|
1649 |             DO m = 1, surf_usm_h%ns |
---|
1650 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%iwghf_eb_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1651 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%iwghf_eb_av(m)Â +Â Â Â Â Â Â & |
---|
1652 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%iwghf_eb(m) |
---|
1653 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1654 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1655 |             DO m = 1, surf_usm_v(l)%ns |
---|
1656 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%iwghf_eb_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1657 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%iwghf_eb_av(m)Â +Â Â Â Â & |
---|
1658 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%iwghf_eb(m) |
---|
1659 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1660 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1661 | Â Â Â Â Â Â Â Â Â Â |
---|
1662 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_iwghf_window'Â ) |
---|
1663 | ! |
---|
1664 | !--Â Â Â Â Â Â Â Â Â array of heat flux from indoor window ground (wall, roof, land) |
---|
1665 |           IF ( l == -1 ) THEN |
---|
1666 |             DO m = 1, surf_usm_h%ns |
---|
1667 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%iwghf_eb_window_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1668 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%iwghf_eb_window_av(m)Â +Â Â Â Â Â Â & |
---|
1669 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%iwghf_eb_window(m) |
---|
1670 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1671 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1672 |             DO m = 1, surf_usm_v(l)%ns |
---|
1673 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%iwghf_eb_window_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1674 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%iwghf_eb_window_av(m)Â +Â Â Â Â & |
---|
1675 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%iwghf_eb_window(m) |
---|
1676 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1677 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1678 | Â Â Â Â Â Â Â Â Â Â |
---|
1679 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_t_surf_wall'Â ) |
---|
1680 | ! |
---|
1681 | !--Â Â Â Â Â Â Â Â Â surface temperature for surfaces |
---|
1682 |           IF ( l == -1 ) THEN |
---|
1683 |             DO m = 1, surf_usm_h%ns |
---|
1684 | Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%t_surf_wall_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â &Â |
---|
1685 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%t_surf_wall_av(m)Â +Â Â Â Â Â Â & |
---|
1686 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â t_surf_wall_h(m) |
---|
1687 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1688 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1689 |             DO m = 1, surf_usm_v(l)%ns |
---|
1690 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%t_surf_wall_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1691 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%t_surf_wall_av(m)Â +Â Â Â Â Â & |
---|
1692 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â t_surf_wall_v(l)%t(m) |
---|
1693 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1694 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1695 | Â Â Â Â Â Â Â Â Â Â |
---|
1696 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_t_surf_window'Â ) |
---|
1697 | ! |
---|
1698 | !--Â Â Â Â Â Â Â Â Â surface temperature for window surfaces |
---|
1699 |           IF ( l == -1 ) THEN |
---|
1700 |             DO m = 1, surf_usm_h%ns |
---|
1701 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%t_surf_window_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1702 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%t_surf_window_av(m)Â +Â Â Â Â Â Â & |
---|
1703 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â t_surf_window_h(m) |
---|
1704 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1705 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1706 |             DO m = 1, surf_usm_v(l)%ns |
---|
1707 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%t_surf_window_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1708 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%t_surf_window_av(m)Â +Â Â Â Â Â & |
---|
1709 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â t_surf_window_v(l)%t(m) |
---|
1710 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1711 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1712 | Â Â Â Â Â Â Â Â Â Â |
---|
1713 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_t_surf_green'Â ) |
---|
1714 | ! |
---|
1715 | !--Â Â Â Â Â Â Â Â Â surface temperature for green surfaces |
---|
1716 |           IF ( l == -1 ) THEN |
---|
1717 |             DO m = 1, surf_usm_h%ns |
---|
1718 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%t_surf_green_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1719 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%t_surf_green_av(m)Â +Â Â Â Â Â Â & |
---|
1720 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â t_surf_green_h(m) |
---|
1721 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1722 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1723 |             DO m = 1, surf_usm_v(l)%ns |
---|
1724 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%t_surf_green_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1725 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%t_surf_green_av(m)Â +Â Â Â Â Â & |
---|
1726 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â t_surf_green_v(l)%t(m) |
---|
1727 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1728 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1729 | Â Â Â Â Â Â Â Â |
---|
1730 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_theta_10cm'Â ) |
---|
1731 | ! |
---|
1732 | !--Â Â Â Â Â Â Â Â Â near surface temperature for whole surfaces |
---|
1733 |           IF ( l == -1 ) THEN |
---|
1734 |             DO m = 1, surf_usm_h%ns |
---|
1735 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%pt_10cm_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1736 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%pt_10cm_av(m)Â +Â Â Â Â Â Â & |
---|
1737 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%pt_10cm(m) |
---|
1738 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1739 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1740 |             DO m = 1, surf_usm_v(l)%ns |
---|
1741 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%pt_10cm_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1742 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%pt_10cm_av(m)Â +Â Â Â Â Â & |
---|
1743 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%pt_10cm(m) |
---|
1744 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1745 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1746 | Â Â Â Â Â Â Â Â Â Â |
---|
1747 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_t_wall'Â ) |
---|
1748 | ! |
---|
1749 | !--         wall temperature for iwl layer of walls and land |
---|
1750 |           IF ( l == -1 ) THEN |
---|
1751 |             DO m = 1, surf_usm_h%ns |
---|
1752 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%t_wall_av(iwl,m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1753 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%t_wall_av(iwl,m)Â +Â Â Â Â & |
---|
1754 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â t_wall_h(iwl,m) |
---|
1755 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1756 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1757 |             DO m = 1, surf_usm_v(l)%ns |
---|
1758 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%t_wall_av(iwl,m)Â =Â Â Â Â Â Â Â Â Â Â Â & |
---|
1759 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%t_wall_av(iwl,m)Â +Â Â Â & |
---|
1760 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â t_wall_v(l)%t(iwl,m) |
---|
1761 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1762 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1763 | Â Â Â Â Â Â Â Â Â Â |
---|
1764 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_t_window'Â ) |
---|
1765 | ! |
---|
1766 | !--         window temperature for iwl layer of walls and land |
---|
1767 |           IF ( l == -1 ) THEN |
---|
1768 |             DO m = 1, surf_usm_h%ns |
---|
1769 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%t_window_av(iwl,m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1770 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%t_window_av(iwl,m)Â +Â Â Â Â & |
---|
1771 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â t_window_h(iwl,m) |
---|
1772 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1773 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1774 |             DO m = 1, surf_usm_v(l)%ns |
---|
1775 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%t_window_av(iwl,m)Â =Â Â Â Â Â Â Â Â Â Â Â & |
---|
1776 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%t_window_av(iwl,m)Â +Â Â Â & |
---|
1777 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â t_window_v(l)%t(iwl,m) |
---|
1778 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1779 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1780 | |
---|
1781 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_t_green'Â ) |
---|
1782 | ! |
---|
1783 | !--         green temperature for iwl layer of walls and land |
---|
1784 |           IF ( l == -1 ) THEN |
---|
1785 |             DO m = 1, surf_usm_h%ns |
---|
1786 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%t_green_av(iwl,m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1787 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%t_green_av(iwl,m)Â +Â Â Â Â & |
---|
1788 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â t_green_h(iwl,m) |
---|
1789 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1790 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1791 |             DO m = 1, surf_usm_v(l)%ns |
---|
1792 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%t_green_av(iwl,m)Â =Â Â Â Â Â Â Â Â Â Â Â & |
---|
1793 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%t_green_av(iwl,m)Â +Â Â Â & |
---|
1794 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â t_green_v(l)%t(iwl,m) |
---|
1795 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1796 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1797 | |
---|
1798 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_swc'Â ) |
---|
1799 | ! |
---|
1800 | !--         soil water content for iwl layer of walls and land |
---|
1801 |           IF ( l == -1 ) THEN |
---|
1802 |             DO m = 1, surf_usm_h%ns |
---|
1803 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%swc_av(iwl,m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1804 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%swc_av(iwl,m)Â +Â Â Â Â Â Â & |
---|
1805 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â swc_h(iwl,m) |
---|
1806 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1807 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1808 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1809 | |
---|
1810 | Â Â Â Â Â Â Â Â CASE DEFAULT |
---|
1811 | Â Â Â Â Â Â Â Â Â Â CONTINUE |
---|
1812 | |
---|
1813 | Â Â Â Â Â Â END SELECT |
---|
1814 | |
---|
1815 |     ELSEIF ( mode == 'average' ) THEN |
---|
1816 | Â Â Â Â Â Â |
---|
1817 |       SELECT CASE ( TRIM( var ) ) |
---|
1818 | |
---|
1819 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_wshf'Â ) |
---|
1820 | ! |
---|
1821 | !--Â Â Â Â Â Â Â Â Â array of sensible heat flux from surfaces (land, roof, wall) |
---|
1822 |           IF ( l == -1 ) THEN |
---|
1823 |             DO m = 1, surf_usm_h%ns |
---|
1824 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%wshf_eb_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1825 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%wshf_eb_av(m)Â /Â Â Â Â Â Â & |
---|
1826 |                        REAL( average_count_3d, kind=wp ) |
---|
1827 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1828 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1829 |             DO m = 1, surf_usm_v(l)%ns |
---|
1830 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%wshf_eb_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1831 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%wshf_eb_av(m)Â /Â Â Â Â & |
---|
1832 |                      REAL( average_count_3d, kind=wp ) |
---|
1833 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1834 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1835 | Â Â Â Â Â Â Â Â Â Â |
---|
1836 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_qsws'Â ) |
---|
1837 | ! |
---|
1838 | !--Â Â Â Â Â Â Â Â Â array of latent heat flux from surfaces (land, roof, wall) |
---|
1839 |           IF ( l == -1 ) THEN |
---|
1840 |           DO m = 1, surf_usm_h%ns |
---|
1841 | Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%qsws_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1842 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%qsws_av(m)Â /Â Â Â Â Â Â & |
---|
1843 |                      REAL( average_count_3d, kind=wp ) |
---|
1844 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1845 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1846 |             DO m = 1, surf_usm_v(l)%ns |
---|
1847 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%qsws_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1848 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%qsws_av(m)Â /Â Â Â Â & |
---|
1849 |                      REAL( average_count_3d, kind=wp ) |
---|
1850 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1851 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1852 | |
---|
1853 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_qsws_veg'Â ) |
---|
1854 | ! |
---|
1855 | !--Â Â Â Â Â Â Â Â Â array of latent heat flux from vegetation surfaces (land, roof, wall) |
---|
1856 |           IF ( l == -1 ) THEN |
---|
1857 |           DO m = 1, surf_usm_h%ns |
---|
1858 | Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%qsws_veg_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1859 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%qsws_veg_av(m)Â /Â Â Â Â Â Â & |
---|
1860 |                      REAL( average_count_3d, kind=wp ) |
---|
1861 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1862 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1863 |             DO m = 1, surf_usm_v(l)%ns |
---|
1864 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%qsws_veg_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1865 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%qsws_veg_av(m)Â /Â Â Â Â & |
---|
1866 |                      REAL( average_count_3d, kind=wp ) |
---|
1867 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1868 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1869 | Â Â Â Â Â Â Â Â Â Â |
---|
1870 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_qsws_liq'Â ) |
---|
1871 | ! |
---|
1872 | !--Â Â Â Â Â Â Â Â Â array of latent heat flux from surfaces with liquid (land, roof, wall) |
---|
1873 |           IF ( l == -1 ) THEN |
---|
1874 |           DO m = 1, surf_usm_h%ns |
---|
1875 | Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%qsws_liq_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1876 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%qsws_liq_av(m)Â /Â Â Â Â Â Â & |
---|
1877 |                      REAL( average_count_3d, kind=wp ) |
---|
1878 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1879 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1880 |             DO m = 1, surf_usm_v(l)%ns |
---|
1881 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%qsws_liq_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1882 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%qsws_liq_av(m)Â /Â Â Â Â & |
---|
1883 |                      REAL( average_count_3d, kind=wp ) |
---|
1884 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1885 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1886 | Â Â Â Â Â Â Â Â Â Â |
---|
1887 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_wghf'Â ) |
---|
1888 | ! |
---|
1889 | !--Â Â Â Â Â Â Â Â Â array of heat flux from ground (wall, roof, land) |
---|
1890 |           IF ( l == -1 ) THEN |
---|
1891 |             DO m = 1, surf_usm_h%ns |
---|
1892 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%wghf_eb_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1893 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%wghf_eb_av(m)Â /Â Â Â Â Â Â & |
---|
1894 |                        REAL( average_count_3d, kind=wp ) |
---|
1895 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1896 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1897 |             DO m = 1, surf_usm_v(l)%ns |
---|
1898 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%wghf_eb_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1899 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%wghf_eb_av(m)Â /Â Â Â Â & |
---|
1900 |                      REAL( average_count_3d, kind=wp ) |
---|
1901 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1902 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1903 | Â Â Â Â Â Â Â Â Â Â |
---|
1904 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_wghf_window'Â ) |
---|
1905 | ! |
---|
1906 | !--Â Â Â Â Â Â Â Â Â array of heat flux from window ground (wall, roof, land) |
---|
1907 |           IF ( l == -1 ) THEN |
---|
1908 |             DO m = 1, surf_usm_h%ns |
---|
1909 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%wghf_eb_window_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1910 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%wghf_eb_window_av(m)Â /Â Â Â Â Â Â & |
---|
1911 |                        REAL( average_count_3d, kind=wp ) |
---|
1912 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1913 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1914 |             DO m = 1, surf_usm_v(l)%ns |
---|
1915 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%wghf_eb_window_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1916 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%wghf_eb_window_av(m)Â /Â Â Â Â & |
---|
1917 |                      REAL( average_count_3d, kind=wp ) |
---|
1918 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1919 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1920 | |
---|
1921 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_wghf_green'Â ) |
---|
1922 | ! |
---|
1923 | !--Â Â Â Â Â Â Â Â Â array of heat flux from green ground (wall, roof, land) |
---|
1924 |           IF ( l == -1 ) THEN |
---|
1925 |             DO m = 1, surf_usm_h%ns |
---|
1926 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%wghf_eb_green_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1927 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%wghf_eb_green_av(m)Â /Â Â Â Â Â Â & |
---|
1928 |                        REAL( average_count_3d, kind=wp ) |
---|
1929 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1930 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1931 |             DO m = 1, surf_usm_v(l)%ns |
---|
1932 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%wghf_eb_green_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1933 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%wghf_eb_green_av(m)Â /Â Â Â Â & |
---|
1934 |                      REAL( average_count_3d, kind=wp ) |
---|
1935 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1936 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1937 | |
---|
1938 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_iwghf'Â ) |
---|
1939 | ! |
---|
1940 | !--Â Â Â Â Â Â Â Â Â array of heat flux from indoor ground (wall, roof, land) |
---|
1941 |           IF ( l == -1 ) THEN |
---|
1942 |             DO m = 1, surf_usm_h%ns |
---|
1943 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%iwghf_eb_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1944 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%iwghf_eb_av(m)Â /Â Â Â Â Â Â & |
---|
1945 |                        REAL( average_count_3d, kind=wp ) |
---|
1946 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1947 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1948 |             DO m = 1, surf_usm_v(l)%ns |
---|
1949 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%iwghf_eb_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1950 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%iwghf_eb_av(m)Â /Â Â Â Â & |
---|
1951 |                      REAL( average_count_3d, kind=wp ) |
---|
1952 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1953 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1954 | Â Â Â Â Â Â Â Â Â Â |
---|
1955 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_iwghf_window'Â ) |
---|
1956 | ! |
---|
1957 | !--Â Â Â Â Â Â Â Â Â array of heat flux from indoor window ground (wall, roof, land) |
---|
1958 |           IF ( l == -1 ) THEN |
---|
1959 |             DO m = 1, surf_usm_h%ns |
---|
1960 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%iwghf_eb_window_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1961 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%iwghf_eb_window_av(m)Â /Â Â Â Â Â Â & |
---|
1962 |                        REAL( average_count_3d, kind=wp ) |
---|
1963 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1964 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1965 |             DO m = 1, surf_usm_v(l)%ns |
---|
1966 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%iwghf_eb_window_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1967 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%iwghf_eb_window_av(m)Â /Â Â Â Â & |
---|
1968 |                      REAL( average_count_3d, kind=wp ) |
---|
1969 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1970 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1971 | Â Â Â Â Â Â Â Â Â Â |
---|
1972 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_t_surf_wall'Â ) |
---|
1973 | ! |
---|
1974 | !--Â Â Â Â Â Â Â Â Â surface temperature for surfaces |
---|
1975 |           IF ( l == -1 ) THEN |
---|
1976 |             DO m = 1, surf_usm_h%ns |
---|
1977 | Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%t_surf_wall_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â &Â |
---|
1978 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%t_surf_wall_av(m)Â /Â Â Â Â Â Â & |
---|
1979 |                        REAL( average_count_3d, kind=wp ) |
---|
1980 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1981 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1982 |             DO m = 1, surf_usm_v(l)%ns |
---|
1983 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%t_surf_wall_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1984 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%t_surf_wall_av(m)Â /Â Â Â Â Â & |
---|
1985 |                      REAL( average_count_3d, kind=wp ) |
---|
1986 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1987 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
1988 | Â Â Â Â Â Â Â Â Â Â |
---|
1989 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_t_surf_window'Â ) |
---|
1990 | ! |
---|
1991 | !--Â Â Â Â Â Â Â Â Â surface temperature for window surfaces |
---|
1992 |           IF ( l == -1 ) THEN |
---|
1993 |             DO m = 1, surf_usm_h%ns |
---|
1994 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%t_surf_window_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
1995 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%t_surf_window_av(m)Â /Â Â Â Â Â Â & |
---|
1996 |                        REAL( average_count_3d, kind=wp ) |
---|
1997 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
1998 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
1999 |             DO m = 1, surf_usm_v(l)%ns |
---|
2000 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%t_surf_window_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
2001 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%t_surf_window_av(m)Â /Â Â Â Â Â & |
---|
2002 |                      REAL( average_count_3d, kind=wp ) |
---|
2003 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2004 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
2005 | Â Â Â Â Â Â Â Â Â Â |
---|
2006 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_t_surf_green'Â ) |
---|
2007 | ! |
---|
2008 | !--Â Â Â Â Â Â Â Â Â surface temperature for green surfaces |
---|
2009 |           IF ( l == -1 ) THEN |
---|
2010 |             DO m = 1, surf_usm_h%ns |
---|
2011 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%t_surf_green_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
2012 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%t_surf_green_av(m)Â /Â Â Â Â Â Â & |
---|
2013 |                        REAL( average_count_3d, kind=wp ) |
---|
2014 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2015 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
2016 |             DO m = 1, surf_usm_v(l)%ns |
---|
2017 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%t_surf_green_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
2018 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%t_surf_green_av(m)Â /Â Â Â Â Â & |
---|
2019 |                      REAL( average_count_3d, kind=wp ) |
---|
2020 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2021 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
2022 | Â Â Â Â Â Â Â Â Â Â |
---|
2023 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_theta_10cm'Â ) |
---|
2024 | ! |
---|
2025 | !--Â Â Â Â Â Â Â Â Â near surface temperature for whole surfaces |
---|
2026 |           IF ( l == -1 ) THEN |
---|
2027 |             DO m = 1, surf_usm_h%ns |
---|
2028 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%pt_10cm_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
2029 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%pt_10cm_av(m)Â /Â Â Â Â Â Â & |
---|
2030 |                        REAL( average_count_3d, kind=wp ) |
---|
2031 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2032 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
2033 |             DO m = 1, surf_usm_v(l)%ns |
---|
2034 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%pt_10cm_av(m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
2035 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%pt_10cm_av(m)Â /Â Â Â Â Â & |
---|
2036 |                      REAL( average_count_3d, kind=wp ) |
---|
2037 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2038 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
2039 | |
---|
2040 | Â Â Â Â Â Â Â Â Â Â |
---|
2041 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_t_wall'Â ) |
---|
2042 | ! |
---|
2043 | !--         wall temperature for iwl layer of walls and land |
---|
2044 |           IF ( l == -1 ) THEN |
---|
2045 |             DO m = 1, surf_usm_h%ns |
---|
2046 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%t_wall_av(iwl,m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
2047 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%t_wall_av(iwl,m)Â /Â Â Â Â & |
---|
2048 |                        REAL( average_count_3d, kind=wp ) |
---|
2049 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2050 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
2051 |             DO m = 1, surf_usm_v(l)%ns |
---|
2052 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%t_wall_av(iwl,m)Â =Â Â Â Â Â Â Â Â Â Â Â & |
---|
2053 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%t_wall_av(iwl,m)Â /Â Â Â & |
---|
2054 |                      REAL( average_count_3d, kind=wp ) |
---|
2055 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2056 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
2057 | |
---|
2058 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_t_window'Â ) |
---|
2059 | ! |
---|
2060 | !--         window temperature for iwl layer of walls and land |
---|
2061 |           IF ( l == -1 ) THEN |
---|
2062 |             DO m = 1, surf_usm_h%ns |
---|
2063 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%t_window_av(iwl,m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
2064 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%t_window_av(iwl,m)Â /Â Â Â Â & |
---|
2065 |                        REAL( average_count_3d, kind=wp ) |
---|
2066 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2067 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
2068 |             DO m = 1, surf_usm_v(l)%ns |
---|
2069 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%t_window_av(iwl,m)Â =Â Â Â Â Â Â Â Â Â Â Â & |
---|
2070 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%t_window_av(iwl,m)Â /Â Â Â & |
---|
2071 |                      REAL( average_count_3d, kind=wp ) |
---|
2072 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2073 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
2074 | |
---|
2075 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_t_green'Â ) |
---|
2076 | ! |
---|
2077 | !--         green temperature for iwl layer of walls and land |
---|
2078 |           IF ( l == -1 ) THEN |
---|
2079 |             DO m = 1, surf_usm_h%ns |
---|
2080 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%t_green_av(iwl,m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
2081 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%t_green_av(iwl,m)Â /Â Â Â Â & |
---|
2082 |                        REAL( average_count_3d, kind=wp ) |
---|
2083 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2084 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
2085 |             DO m = 1, surf_usm_v(l)%ns |
---|
2086 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%t_green_av(iwl,m)Â =Â Â Â Â Â Â Â Â Â Â Â & |
---|
2087 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%t_green_av(iwl,m)Â /Â Â Â & |
---|
2088 |                      REAL( average_count_3d, kind=wp ) |
---|
2089 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2090 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
2091 | Â Â Â Â Â Â Â Â Â Â |
---|
2092 | Â Â Â Â Â Â Â Â CASEÂ (Â 'usm_swc'Â ) |
---|
2093 | ! |
---|
2094 | !--         soil water content for iwl layer of walls and land |
---|
2095 |           IF ( l == -1 ) THEN |
---|
2096 |           DO m = 1, surf_usm_h%ns |
---|
2097 | Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%swc_av(iwl,m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
2098 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%swc_av(iwl,m)Â /Â Â Â Â & |
---|
2099 |                      REAL( average_count_3d, kind=wp ) |
---|
2100 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2101 | Â Â Â Â Â Â Â Â Â Â ELSE |
---|
2102 |             DO m = 1, surf_usm_v(l)%ns |
---|
2103 | Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%swc_av(iwl,m)Â =Â Â Â Â Â Â Â Â Â Â Â & |
---|
2104 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%swc_av(iwl,m)Â /Â Â Â & |
---|
2105 |                      REAL( average_count_3d, kind=wp ) |
---|
2106 | Â Â Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2107 | Â Â Â Â Â Â Â Â Â Â ENDIF |
---|
2108 | |
---|
2109 | |
---|
2110 | Â Â Â Â Â Â END SELECT |
---|
2111 | |
---|
2112 | Â Â Â Â ENDIF |
---|
2113 | |
---|
2114 | Â Â Â Â ENDIF |
---|
2115 | |
---|
2116 | Â Â END SUBROUTINE usm_3d_data_averaging |
---|
2117 | |
---|
2118 | |
---|
2119 | |
---|
2120 | !------------------------------------------------------------------------------! |
---|
2121 | ! Description: |
---|
2122 | ! ------------ |
---|
2123 | !> Set internal Neumann boundary condition at outer soil grid points |
---|
2124 | !> for temperature and humidity. |
---|
2125 | !------------------------------------------------------------------------------! |
---|
2126 | Â SUBROUTINE usm_boundary_condition |
---|
2127 | Â |
---|
2128 | Â Â IMPLICIT NONE |
---|
2129 | |
---|
2130 |   INTEGER(iwp) :: i   !< grid index x-direction |
---|
2131 |   INTEGER(iwp) :: ioff  !< offset index x-direction indicating location of soil grid point |
---|
2132 |   INTEGER(iwp) :: j   !< grid index y-direction |
---|
2133 |   INTEGER(iwp) :: joff  !< offset index x-direction indicating location of soil grid point |
---|
2134 |   INTEGER(iwp) :: k   !< grid index z-direction |
---|
2135 |   INTEGER(iwp) :: koff  !< offset index x-direction indicating location of soil grid point |
---|
2136 |   INTEGER(iwp) :: l   !< running index surface-orientation |
---|
2137 |   INTEGER(iwp) :: m   !< running index surface elements |
---|
2138 | |
---|
2139 |   koff = surf_usm_h%koff |
---|
2140 |   DO m = 1, surf_usm_h%ns |
---|
2141 |     i = surf_usm_h%i(m) |
---|
2142 |     j = surf_usm_h%j(m) |
---|
2143 |     k = surf_usm_h%k(m) |
---|
2144 | Â Â Â Â pt(k+koff,j,i)Â =Â pt(k,j,i) |
---|
2145 | Â Â ENDDO |
---|
2146 | |
---|
2147 |   DO l = 0, 3 |
---|
2148 |     ioff = surf_usm_v(l)%ioff |
---|
2149 |     joff = surf_usm_v(l)%joff |
---|
2150 |     DO m = 1, surf_usm_v(l)%ns |
---|
2151 |      i = surf_usm_v(l)%i(m) |
---|
2152 |      j = surf_usm_v(l)%j(m) |
---|
2153 |      k = surf_usm_v(l)%k(m) |
---|
2154 | Â Â Â Â Â pt(k,j+joff,i+ioff)Â =Â pt(k,j,i) |
---|
2155 | Â Â Â Â ENDDO |
---|
2156 | Â Â ENDDO |
---|
2157 | |
---|
2158 | Â END SUBROUTINE usm_boundary_condition |
---|
2159 | |
---|
2160 | |
---|
2161 | !------------------------------------------------------------------------------! |
---|
2162 | ! |
---|
2163 | ! Description: |
---|
2164 | ! ------------ |
---|
2165 | !> Subroutine checks variables and assigns units. |
---|
2166 | !> It is called out from subroutine check_parameters. |
---|
2167 | !------------------------------------------------------------------------------! |
---|
2168 |   SUBROUTINE usm_check_data_output( variable, unit ) |
---|
2169 | |
---|
2170 | Â Â Â Â IMPLICIT NONE |
---|
2171 | |
---|
2172 |     CHARACTER(LEN=*),INTENT(IN)  :: variable  !< |
---|
2173 |     CHARACTER(LEN=*),INTENT(OUT)  :: unit    !< |
---|
2174 | |
---|
2175 |     INTEGER(iwp)                 :: i,j,l     !< index |
---|
2176 | Â Â Â Â CHARACTER(LEN=2)Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â ::Â ls |
---|
2177 |     CHARACTER(LEN=varnamelength)         :: var      !< TRIM(variable) |
---|
2178 |     INTEGER(iwp), PARAMETER            :: nl1 = 15   !< number of directional usm variables |
---|
2179 |     CHARACTER(LEN=varnamelength), DIMENSION(nl1) :: varlist1 = & !< list of directional usm variables |
---|
2180 |          (/'usm_wshf           ', & |
---|
2181 |           'usm_wghf           ', & |
---|
2182 |           'usm_wghf_window        ', & |
---|
2183 |           'usm_wghf_green        ', & |
---|
2184 |           'usm_iwghf           ', & |
---|
2185 |           'usm_iwghf_window       ', & |
---|
2186 |           'usm_surfz           ', & |
---|
2187 |           'usm_surfwintrans       ', & |
---|
2188 |           'usm_surfcat          ', & |
---|
2189 |           'usm_t_surf_wall        ', & |
---|
2190 |           'usm_t_surf_window       ', & |
---|
2191 |           'usm_t_surf_green       ', & |
---|
2192 |           'usm_t_green          ', & |
---|
2193 |           'usm_qsws           ', & |
---|
2194 |           'usm_theta_10cm        '/) |
---|
2195 | |
---|
2196 |     INTEGER(iwp), PARAMETER            :: nl2 = 3    !< number of directional layer usm variables |
---|
2197 |     CHARACTER(LEN=varnamelength), DIMENSION(nl2) :: varlist2 = & !< list of directional layer usm variables |
---|
2198 |          (/'usm_t_wall          ', & |
---|
2199 |           'usm_t_window         ', & |
---|
2200 |           'usm_t_green          '/) |
---|
2201 | |
---|
2202 |     INTEGER(iwp), PARAMETER            :: nd = 5   !< number of directions |
---|
2203 |     CHARACTER(LEN=6), DIMENSION(nd), PARAMETER :: dirname = & !< direction names |
---|
2204 | Â Â Â Â Â Â Â Â Â (/'_roof ','_south','_north','_west ','_east '/) |
---|
2205 |     LOGICAL                    :: lfound   !< flag if the variable is found |
---|
2206 | |
---|
2207 | |
---|
2208 |     lfound = .FALSE. |
---|
2209 | |
---|
2210 |     var = TRIM(variable) |
---|
2211 | |
---|
2212 | ! |
---|
2213 | !--Â Â Â check if variable exists |
---|
2214 | !--Â Â Â directional variables |
---|
2215 |     DO i = 1, nl1 |
---|
2216 |       DO j = 1, nd |
---|
2217 | Â Â Â Â Â Â Â IFÂ (Â TRIM(var)Â ==Â TRIM(varlist1(i))//TRIM(dirname(j))Â )Â THEN |
---|
2218 |          lfound = .TRUE. |
---|
2219 | Â Â Â Â Â Â Â Â Â EXIT |
---|
2220 | Â Â Â Â Â Â Â ENDIF |
---|
2221 |        IF ( lfound ) EXIT |
---|
2222 | Â Â Â Â Â Â ENDDO |
---|
2223 | Â Â Â Â ENDDO |
---|
2224 |     IF ( lfound ) GOTO 10 |
---|
2225 | ! |
---|
2226 | !--Â Â Â directional layer variables |
---|
2227 |     DO i = 1, nl2 |
---|
2228 |       DO j = 1, nd |
---|
2229 |        DO l = nzb_wall, nzt_wall |
---|
2230 | Â Â Â Â Â Â Â Â Â WRITE(ls,'(A1,I1)')Â '_',l |
---|
2231 | Â Â Â Â Â Â Â Â Â IFÂ (Â TRIM(var)Â ==Â TRIM(varlist2(i))//TRIM(ls)//TRIM(dirname(j))Â )Â THEN |
---|
2232 |           lfound = .TRUE. |
---|
2233 | Â Â Â Â Â Â Â Â Â Â EXIT |
---|
2234 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
2235 | Â Â Â Â Â Â Â ENDDO |
---|
2236 |        IF ( lfound ) EXIT |
---|
2237 | Â Â Â Â Â Â ENDDO |
---|
2238 | Â Â Â Â ENDDO |
---|
2239 |     IF ( .NOT. lfound ) THEN |
---|
2240 |       unit = 'illegal' |
---|
2241 | Â Â Â Â Â Â RETURN |
---|
2242 | Â Â Â Â ENDIF |
---|
2243 | 10Â Â Â CONTINUE |
---|
2244 | |
---|
2245 |     IF ( var(1:9) == 'usm_wshf_' .OR. var(1:9) == 'usm_wghf_' .OR.         & |
---|
2246 |        var(1:16) == 'usm_wghf_window_' .OR. var(1:15) == 'usm_wghf_green_' .OR.   & |
---|
2247 |        var(1:10) == 'usm_iwghf_' .OR. var(1:17) == 'usm_iwghf_window_'  .OR.   & |
---|
2248 |        var(1:17) == 'usm_surfwintrans_' .OR.                    & |
---|
2249 |        var(1:9) == 'usm_qsws_' .OR. var(1:13) == 'usm_qsws_veg_' .OR.     & |
---|
2250 | Â Â Â Â Â Â Â var(1:13)Â ==Â 'usm_qsws_liq_'Â )Â THEN |
---|
2251 |       unit = 'W/m2' |
---|
2252 |     ELSE IF ( var(1:15) == 'usm_t_surf_wall'  .OR. var(1:10) == 'usm_t_wall' .OR.  & |
---|
2253 |          var(1:12) == 'usm_t_window' .OR. var(1:17) == 'usm_t_surf_window' .OR. & |
---|
2254 |          var(1:16) == 'usm_t_surf_green' .OR.                  & |
---|
2255 |          var(1:11) == 'usm_t_green' .OR. var(1:7) == 'usm_swc' .OR.       & |
---|
2256 | Â Â Â Â Â Â Â Â Â var(1:14)Â ==Â 'usm_theta_10cm'Â )Â THEN |
---|
2257 |       unit = 'K' |
---|
2258 |     ELSE IF ( var(1:9) == 'usm_surfz' .OR. var(1:11) == 'usm_surfcat' ) THEN |
---|
2259 |       unit = '1' |
---|
2260 | Â Â Â Â ELSE |
---|
2261 |       unit = 'illegal' |
---|
2262 | Â Â Â Â ENDIF |
---|
2263 | |
---|
2264 | Â Â END SUBROUTINE usm_check_data_output |
---|
2265 | |
---|
2266 | |
---|
2267 | !------------------------------------------------------------------------------! |
---|
2268 | ! Description: |
---|
2269 | ! ------------ |
---|
2270 | !> Check parameters routine for urban surface model |
---|
2271 | !------------------------------------------------------------------------------! |
---|
2272 | Â Â SUBROUTINE usm_check_parameters |
---|
2273 | |
---|
2274 |     USE control_parameters,                         & |
---|
2275 |       ONLY: bc_pt_b, bc_q_b, constant_flux_layer, large_scale_forcing,  & |
---|
2276 |          lsf_surf, topography |
---|
2277 | |
---|
2278 |     USE netcdf_data_input_mod,                       & |
---|
2279 | Â Â Â Â Â Â ONLY:Â building_type_f |
---|
2280 | |
---|
2281 | Â Â Â Â IMPLICIT NONE |
---|
2282 | |
---|
2283 |     INTEGER(iwp) :: i    !< running index, x-dimension |
---|
2284 |     INTEGER(iwp) :: j    !< running index, y-dimension |
---|
2285 | |
---|
2286 | ! |
---|
2287 | !--Â Â Dirichlet boundary conditions are required as the surface fluxes are |
---|
2288 | !--Â Â calculated from the temperature/humidity gradients in the urban surface |
---|
2289 | !--Â Â model |
---|
2290 |     IF ( bc_pt_b == 'neumann'  .OR.  bc_q_b == 'neumann' ) THEN |
---|
2291 |      message_string = 'urban surface model requires setting of '//    & |
---|
2292 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â 'bc_pt_b = "dirichlet" and '//Â Â Â Â Â Â Â Â Â Â Â & |
---|
2293 |               'bc_q_b = "dirichlet"' |
---|
2294 |      CALL message( 'usm_check_parameters', 'PA0590', 1, 2, 0, 6, 0 ) |
---|
2295 | Â Â Â Â ENDIF |
---|
2296 | |
---|
2297 |     IF ( .NOT. constant_flux_layer ) THEN |
---|
2298 |      message_string = 'urban surface model requires '//          & |
---|
2299 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â 'constant_flux_layer = .T.' |
---|
2300 |      CALL message( 'usm_check_parameters', 'PA0084', 1, 2, 0, 6, 0 ) |
---|
2301 | Â Â Â Â ENDIF |
---|
2302 | |
---|
2303 |     IF ( .NOT. radiation ) THEN |
---|
2304 |      message_string = 'urban surface model requires '//          & |
---|
2305 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â 'the radiation model to be switched on' |
---|
2306 |      CALL message( 'usm_check_parameters', 'PA0084', 1, 2, 0, 6, 0 ) |
---|
2307 | Â Â Â Â ENDIF |
---|
2308 | !    |
---|
2309 | !--Â Â Surface forcing has to be disabled for LSF in case of enabled |
---|
2310 | !--Â Â urban surface module |
---|
2311 |     IF ( large_scale_forcing ) THEN |
---|
2312 |      lsf_surf = .FALSE. |
---|
2313 | Â Â Â Â ENDIF |
---|
2314 | ! |
---|
2315 | !--Â Â Topography |
---|
2316 |     IF ( topography == 'flat' ) THEN |
---|
2317 |      message_string = 'topography /= "flat" is required '//        & |
---|
2318 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â 'when using the urban surface model' |
---|
2319 |      CALL message( 'usm_check_parameters', 'PA0592', 1, 2, 0, 6, 0 ) |
---|
2320 | Â Â Â Â ENDIF |
---|
2321 | ! |
---|
2322 | !--Â Â naheatlayers |
---|
2323 |     IF ( naheatlayers > nzt ) THEN |
---|
2324 |      message_string = 'number of anthropogenic heat layers '//      & |
---|
2325 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â '"naheatlayers" can not be larger than'//Â Â Â Â Â Â & |
---|
2326 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â ' number of domain layers "nzt"' |
---|
2327 |      CALL message( 'usm_check_parameters', 'PA0593', 1, 2, 0, 6, 0 ) |
---|
2328 | Â Â Â Â ENDIF |
---|
2329 | ! |
---|
2330 | !--Â Â Check if building types are set within a valid range. |
---|
2331 |     IF ( building_type < LBOUND( building_pars, 2 ) .AND.         & |
---|
2332 |       building_type > UBOUND( building_pars, 2 ) ) THEN |
---|
2333 |      WRITE( message_string, * ) 'building_type = ', building_type,    & |
---|
2334 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â ' is out of the valid range' |
---|
2335 |      CALL message( 'usm_check_parameters', 'PA0529', 2, 2, 0, 6, 0 ) |
---|
2336 | Â Â Â Â ENDIF |
---|
2337 |     IF ( building_type_f%from_file ) THEN |
---|
2338 |      DO i = nxl, nxr |
---|
2339 |        DO j = nys, nyn |
---|
2340 |         IF ( building_type_f%var(j,i) /= building_type_f%fill .AND.  & |
---|
2341 |        ( building_type_f%var(j,i) < LBOUND( building_pars, 2 ) .OR.  & |
---|
2342 |         building_type_f%var(j,i) > UBOUND( building_pars, 2 ) ) )   & |
---|
2343 | Â Â Â Â Â Â Â Â THEN |
---|
2344 |           WRITE( message_string, * ) 'building_type = is out of ' // & |
---|
2345 |                        'the valid range at (j,i) = ', j, i |
---|
2346 |           CALL message( 'usm_check_parameters', 'PA0529', 2, 2, myid, 6, 0 ) |
---|
2347 | Â Â Â Â Â Â Â Â ENDIF |
---|
2348 | Â Â Â Â Â Â Â ENDDO |
---|
2349 | Â Â Â Â Â ENDDO |
---|
2350 | Â Â Â Â ENDIF |
---|
2351 | Â Â END SUBROUTINE usm_check_parameters |
---|
2352 | |
---|
2353 | |
---|
2354 | !------------------------------------------------------------------------------! |
---|
2355 | ! |
---|
2356 | ! Description: |
---|
2357 | ! ------------ |
---|
2358 | !> Output of the 3D-arrays in netCDF and/or AVS format |
---|
2359 | !> for variables of urban_surface model. |
---|
2360 | !> It resorts the urban surface module output quantities from surf style |
---|
2361 | !> indexing into temporary 3D array with indices (i,j,k). |
---|
2362 | !> It is called from subroutine data_output_3d. |
---|
2363 | !------------------------------------------------------------------------------! |
---|
2364 |   SUBROUTINE usm_data_output_3d( av, variable, found, local_pf, nzb_do, nzt_do ) |
---|
2365 | Â Â Â Â |
---|
2366 | Â Â Â Â IMPLICIT NONE |
---|
2367 | |
---|
2368 |     INTEGER(iwp), INTENT(IN)    :: av    !< flag if averaged |
---|
2369 |     CHARACTER (len=*), INTENT(IN) :: variable !< variable name |
---|
2370 |     INTEGER(iwp), INTENT(IN)    :: nzb_do  !< lower limit of the data output (usually 0) |
---|
2371 |     INTEGER(iwp), INTENT(IN)    :: nzt_do  !< vertical upper limit of the data output (usually nz_do3d) |
---|
2372 |     LOGICAL, INTENT(OUT)      :: found   !< |
---|
2373 |     REAL(sp), DIMENSION(nxl:nxr,nys:nyn,nzb_do:nzt_do) :: local_pf  !< sp - it has to correspond to module data_output_3d |
---|
2374 |     REAL(sp), DIMENSION(nzb:nzt+1,nys:nyn,nxl:nxr)   :: temp_pf  !< temp array for urban surface output procedure |
---|
2375 | Â Â Â Â |
---|
2376 |     CHARACTER (len=varnamelength)           :: var   !< trimmed variable name |
---|
2377 |     INTEGER(iwp), PARAMETER              :: nd = 5 !< number of directions |
---|
2378 |     CHARACTER(len=6), DIMENSION(0:nd-1), PARAMETER   :: dirname = (/ '_roof ', '_south', '_north', '_west ', '_east ' /) |
---|
2379 |     INTEGER(iwp), DIMENSION(0:nd-1), PARAMETER     :: dirint = (/  iup_u, isouth_u, inorth_u, iwest_u, ieast_u /) |
---|
2380 |     INTEGER(iwp), DIMENSION(0:nd-1), PARAMETER     :: diridx = (/    -1,    1,    0,    3,    2 /) |
---|
2381 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !< index for surf_*_v: 0:3 = (North, South, East, West) |
---|
2382 | Â Â Â Â INTEGER(iwp)Â Â Â Â Â Â Â Â Â Â ::Â ids,idsint,idsidx |
---|
2383 |     INTEGER(iwp)          :: i,j,k,iwl,istat, l, m !< running indices |
---|
2384 | |
---|
2385 |     found = .TRUE. |
---|
2386 |     temp_pf = -1._wp |
---|
2387 | Â Â Â Â |
---|
2388 |     ids = -1 |
---|
2389 |     var = TRIM(variable) |
---|
2390 |     DO i = 0, nd-1 |
---|
2391 |       k = len(TRIM(var)) |
---|
2392 |       j = len(TRIM(dirname(i))) |
---|
2393 | Â Â Â Â Â Â IFÂ (Â TRIM(var(k-j+1:k))Â ==Â TRIM(dirname(i))Â )Â THEN |
---|
2394 |         ids = i |
---|
2395 |         idsint = dirint(ids) |
---|
2396 |         idsidx = diridx(ids) |
---|
2397 |         var = var(:k-j) |
---|
2398 | Â Â Â Â Â Â Â Â EXIT |
---|
2399 | Â Â Â Â Â Â ENDIF |
---|
2400 | Â Â Â Â ENDDO |
---|
2401 |     IF ( ids == -1 ) THEN |
---|
2402 |       var = TRIM(variable) |
---|
2403 | Â Â Â Â ENDIF |
---|
2404 |     IF ( var(1:11) == 'usm_t_wall_' .AND. len(TRIM(var)) >= 12 ) THEN |
---|
2405 | ! |
---|
2406 | !--Â Â Â Â Â wall layers |
---|
2407 |       READ(var(12:12), '(I1)', iostat=istat ) iwl |
---|
2408 |       IF ( istat == 0 .AND. iwl >= nzb_wall .AND. iwl <= nzt_wall ) THEN |
---|
2409 |         var = var(1:10) |
---|
2410 | Â Â Â Â Â Â ENDIF |
---|
2411 | Â Â Â Â ENDIF |
---|
2412 |     IF ( var(1:13) == 'usm_t_window_' .AND. len(TRIM(var)) >= 14 ) THEN |
---|
2413 | ! |
---|
2414 | !--Â Â Â Â Â window layers |
---|
2415 |       READ(var(14:14), '(I1)', iostat=istat ) iwl |
---|
2416 |       IF ( istat == 0 .AND. iwl >= nzb_wall .AND. iwl <= nzt_wall ) THEN |
---|
2417 |         var = var(1:12) |
---|
2418 | Â Â Â Â Â Â ENDIF |
---|
2419 | Â Â Â Â ENDIF |
---|
2420 |     IF ( var(1:12) == 'usm_t_green_' .AND. len(TRIM(var)) >= 13 ) THEN |
---|
2421 | ! |
---|
2422 | !--Â Â Â Â Â green layers |
---|
2423 |       READ(var(13:13), '(I1)', iostat=istat ) iwl |
---|
2424 |       IF ( istat == 0 .AND. iwl >= nzb_wall .AND. iwl <= nzt_wall ) THEN |
---|
2425 |         var = var(1:11) |
---|
2426 | Â Â Â Â Â Â ENDIF |
---|
2427 | Â Â Â Â ENDIF |
---|
2428 |     IF ( var(1:8) == 'usm_swc_' .AND. len(TRIM(var)) >= 9 ) THEN |
---|
2429 | ! |
---|
2430 | !--Â Â Â Â Â green layers soil water content |
---|
2431 |       READ(var(9:9), '(I1)', iostat=istat ) iwl |
---|
2432 |       IF ( istat == 0 .AND. iwl >= nzb_wall .AND. iwl <= nzt_wall ) THEN |
---|
2433 |         var = var(1:7) |
---|
2434 | Â Â Â Â Â Â ENDIF |
---|
2435 | Â Â Â Â ENDIF |
---|
2436 | Â Â Â Â |
---|
2437 | Â Â Â Â SELECT CASEÂ (Â TRIM(var)Â ) |
---|
2438 | |
---|
2439 | Â Â Â Â Â CASEÂ (Â 'usm_surfz'Â ) |
---|
2440 | ! |
---|
2441 | !--Â Â Â Â Â Â array of surface height (z) |
---|
2442 |        IF ( idsint == iup_u ) THEN |
---|
2443 |          DO m = 1, surf_usm_h%ns |
---|
2444 |           i = surf_usm_h%i(m) |
---|
2445 |           j = surf_usm_h%j(m) |
---|
2446 |           k = surf_usm_h%k(m) |
---|
2447 |           temp_pf(0,j,i) = MAX( temp_pf(0,j,i), REAL( k, KIND = sp) ) |
---|
2448 | Â Â Â Â Â Â Â Â Â ENDDO |
---|
2449 | Â Â Â Â Â Â Â ELSE |
---|
2450 |          l = idsidx |
---|
2451 |          DO m = 1, surf_usm_v(l)%ns |
---|
2452 |           i = surf_usm_v(l)%i(m) |
---|
2453 |           j = surf_usm_v(l)%j(m) |
---|
2454 |           k = surf_usm_v(l)%k(m) |
---|
2455 |           temp_pf(0,j,i) = MAX( temp_pf(0,j,i), REAL( k, KIND = sp) + 1.0_sp ) |
---|
2456 | Â Â Â Â Â Â Â Â Â ENDDO |
---|
2457 | Â Â Â Â Â Â Â ENDIF |
---|
2458 | |
---|
2459 | Â Â Â Â Â CASEÂ (Â 'usm_surfcat'Â ) |
---|
2460 | ! |
---|
2461 | !--Â Â Â Â Â Â surface category |
---|
2462 |        IF ( idsint == iup_u ) THEN |
---|
2463 |          DO m = 1, surf_usm_h%ns |
---|
2464 |           i = surf_usm_h%i(m) |
---|
2465 |           j = surf_usm_h%j(m) |
---|
2466 |           k = surf_usm_h%k(m) |
---|
2467 | Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_h%surface_types(m) |
---|
2468 | Â Â Â Â Â Â Â Â Â ENDDO |
---|
2469 | Â Â Â Â Â Â Â ELSE |
---|
2470 |          l = idsidx |
---|
2471 |          DO m = 1, surf_usm_v(l)%ns |
---|
2472 |           i = surf_usm_v(l)%i(m) |
---|
2473 |           j = surf_usm_v(l)%j(m) |
---|
2474 |           k = surf_usm_v(l)%k(m) |
---|
2475 | Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_v(l)%surface_types(m) |
---|
2476 | Â Â Â Â Â Â Â Â Â ENDDO |
---|
2477 | Â Â Â Â Â Â Â ENDIF |
---|
2478 | Â Â Â Â Â Â Â |
---|
2479 | Â Â Â Â Â CASEÂ (Â 'usm_surfwintrans'Â ) |
---|
2480 | ! |
---|
2481 | !--Â Â Â Â Â Â transmissivity window tiles |
---|
2482 |        IF ( idsint == iup_u ) THEN |
---|
2483 |          DO m = 1, surf_usm_h%ns |
---|
2484 |           i = surf_usm_h%i(m) |
---|
2485 |           j = surf_usm_h%j(m) |
---|
2486 |           k = surf_usm_h%k(m) |
---|
2487 | Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_h%transmissivity(m) |
---|
2488 | Â Â Â Â Â Â Â Â Â ENDDO |
---|
2489 | Â Â Â Â Â Â Â ELSE |
---|
2490 |          l = idsidx |
---|
2491 |          DO m = 1, surf_usm_v(l)%ns |
---|
2492 |           i = surf_usm_v(l)%i(m) |
---|
2493 |           j = surf_usm_v(l)%j(m) |
---|
2494 |           k = surf_usm_v(l)%k(m) |
---|
2495 | Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_v(l)%transmissivity(m) |
---|
2496 | Â Â Â Â Â Â Â Â Â ENDDO |
---|
2497 | Â Â Â Â Â Â Â ENDIF |
---|
2498 | |
---|
2499 | Â Â Â Â Â CASEÂ (Â 'usm_wshf'Â ) |
---|
2500 | ! |
---|
2501 | !--Â Â Â Â Â Â array of sensible heat flux from surfaces |
---|
2502 |        IF ( av == 0 ) THEN |
---|
2503 |          IF ( idsint == iup_u ) THEN |
---|
2504 |           DO m = 1, surf_usm_h%ns |
---|
2505 |             i = surf_usm_h%i(m) |
---|
2506 |             j = surf_usm_h%j(m) |
---|
2507 |             k = surf_usm_h%k(m) |
---|
2508 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_h%wshf_eb(m) |
---|
2509 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2510 | Â Â Â Â Â Â Â Â Â ELSE |
---|
2511 |           l = idsidx |
---|
2512 |           DO m = 1, surf_usm_v(l)%ns |
---|
2513 |             i = surf_usm_v(l)%i(m) |
---|
2514 |             j = surf_usm_v(l)%j(m) |
---|
2515 |             k = surf_usm_v(l)%k(m) |
---|
2516 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_v(l)%wshf_eb(m) |
---|
2517 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2518 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
2519 | Â Â Â Â Â Â Â ELSE |
---|
2520 |          IF ( idsint == iup_u ) THEN |
---|
2521 |           DO m = 1, surf_usm_h%ns |
---|
2522 |             i = surf_usm_h%i(m) |
---|
2523 |             j = surf_usm_h%j(m) |
---|
2524 |             k = surf_usm_h%k(m) |
---|
2525 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_h%wshf_eb_av(m) |
---|
2526 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2527 | Â Â Â Â Â Â Â Â Â ELSE |
---|
2528 |           l = idsidx |
---|
2529 |           DO m = 1, surf_usm_v(l)%ns |
---|
2530 |             i = surf_usm_v(l)%i(m) |
---|
2531 |             j = surf_usm_v(l)%j(m) |
---|
2532 |             k = surf_usm_v(l)%k(m) |
---|
2533 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_v(l)%wshf_eb_av(m) |
---|
2534 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2535 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
2536 | Â Â Â Â Â Â Â ENDIF |
---|
2537 | Â Â Â Â Â Â Â |
---|
2538 | Â Â Â Â Â Â Â |
---|
2539 | Â Â Â Â Â CASEÂ (Â 'usm_qsws'Â ) |
---|
2540 | ! |
---|
2541 | !--Â Â Â Â Â Â array of latent heat flux from surfaces |
---|
2542 |        IF ( av == 0 ) THEN |
---|
2543 |          IF ( idsint == iup_u ) THEN |
---|
2544 |           DO m = 1, surf_usm_h%ns |
---|
2545 |             i = surf_usm_h%i(m) |
---|
2546 |             j = surf_usm_h%j(m) |
---|
2547 |             k = surf_usm_h%k(m) |
---|
2548 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_h%qsws(m)Â *Â l_v |
---|
2549 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2550 | Â Â Â Â Â Â Â Â Â ELSE |
---|
2551 |           l = idsidx |
---|
2552 |           DO m = 1, surf_usm_v(l)%ns |
---|
2553 |             i = surf_usm_v(l)%i(m) |
---|
2554 |             j = surf_usm_v(l)%j(m) |
---|
2555 |             k = surf_usm_v(l)%k(m) |
---|
2556 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_v(l)%qsws(m)Â *Â l_v |
---|
2557 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2558 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
2559 | Â Â Â Â Â Â Â ELSE |
---|
2560 |          IF ( idsint == iup_u ) THEN |
---|
2561 |           DO m = 1, surf_usm_h%ns |
---|
2562 |             i = surf_usm_h%i(m) |
---|
2563 |             j = surf_usm_h%j(m) |
---|
2564 |             k = surf_usm_h%k(m) |
---|
2565 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_h%qsws_av(m) |
---|
2566 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2567 | Â Â Â Â Â Â Â Â Â ELSE |
---|
2568 |           l = idsidx |
---|
2569 |           DO m = 1, surf_usm_v(l)%ns |
---|
2570 |             i = surf_usm_v(l)%i(m) |
---|
2571 |             j = surf_usm_v(l)%j(m) |
---|
2572 |             k = surf_usm_v(l)%k(m) |
---|
2573 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_v(l)%qsws_av(m) |
---|
2574 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2575 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
2576 | Â Â Â Â Â Â Â ENDIF |
---|
2577 | Â Â Â Â Â Â Â |
---|
2578 | Â Â Â Â Â CASEÂ (Â 'usm_qsws_veg'Â ) |
---|
2579 | ! |
---|
2580 | !--Â Â Â Â Â Â array of latent heat flux from vegetation surfaces |
---|
2581 |        IF ( av == 0 ) THEN |
---|
2582 |          IF ( idsint == iup_u ) THEN |
---|
2583 |           DO m = 1, surf_usm_h%ns |
---|
2584 |             i = surf_usm_h%i(m) |
---|
2585 |             j = surf_usm_h%j(m) |
---|
2586 |             k = surf_usm_h%k(m) |
---|
2587 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_h%qsws_veg(m) |
---|
2588 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2589 | Â Â Â Â Â Â Â Â Â ELSE |
---|
2590 |           l = idsidx |
---|
2591 |           DO m = 1, surf_usm_v(l)%ns |
---|
2592 |             i = surf_usm_v(l)%i(m) |
---|
2593 |             j = surf_usm_v(l)%j(m) |
---|
2594 |             k = surf_usm_v(l)%k(m) |
---|
2595 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_v(l)%qsws_veg(m) |
---|
2596 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2597 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
2598 | Â Â Â Â Â Â Â ELSE |
---|
2599 |          IF ( idsint == iup_u ) THEN |
---|
2600 |           DO m = 1, surf_usm_h%ns |
---|
2601 |             i = surf_usm_h%i(m) |
---|
2602 |             j = surf_usm_h%j(m) |
---|
2603 |             k = surf_usm_h%k(m) |
---|
2604 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_h%qsws_veg_av(m) |
---|
2605 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2606 | Â Â Â Â Â Â Â Â Â ELSE |
---|
2607 |           l = idsidx |
---|
2608 |           DO m = 1, surf_usm_v(l)%ns |
---|
2609 |             i = surf_usm_v(l)%i(m) |
---|
2610 |             j = surf_usm_v(l)%j(m) |
---|
2611 |             k = surf_usm_v(l)%k(m) |
---|
2612 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_v(l)%qsws_veg_av(m) |
---|
2613 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2614 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
2615 | Â Â Â Â Â Â Â ENDIF |
---|
2616 | Â Â Â Â Â Â Â |
---|
2617 | Â Â Â Â Â CASEÂ (Â 'usm_qsws_liq'Â ) |
---|
2618 | ! |
---|
2619 | !--Â Â Â Â Â Â array of latent heat flux from surfaces with liquid |
---|
2620 |        IF ( av == 0 ) THEN |
---|
2621 |          IF ( idsint == iup_u ) THEN |
---|
2622 |           DO m = 1, surf_usm_h%ns |
---|
2623 |             i = surf_usm_h%i(m) |
---|
2624 |             j = surf_usm_h%j(m) |
---|
2625 |             k = surf_usm_h%k(m) |
---|
2626 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_h%qsws_liq(m) |
---|
2627 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2628 | Â Â Â Â Â Â Â Â Â ELSE |
---|
2629 |           l = idsidx |
---|
2630 |           DO m = 1, surf_usm_v(l)%ns |
---|
2631 |             i = surf_usm_v(l)%i(m) |
---|
2632 |             j = surf_usm_v(l)%j(m) |
---|
2633 |             k = surf_usm_v(l)%k(m) |
---|
2634 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_v(l)%qsws_liq(m) |
---|
2635 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2636 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
2637 | Â Â Â Â Â Â Â ELSE |
---|
2638 |          IF ( idsint == iup_u ) THEN |
---|
2639 |           DO m = 1, surf_usm_h%ns |
---|
2640 |             i = surf_usm_h%i(m) |
---|
2641 |             j = surf_usm_h%j(m) |
---|
2642 |             k = surf_usm_h%k(m) |
---|
2643 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_h%qsws_liq_av(m) |
---|
2644 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2645 | Â Â Â Â Â Â Â Â Â ELSE |
---|
2646 |           l = idsidx |
---|
2647 |           DO m = 1, surf_usm_v(l)%ns |
---|
2648 |             i = surf_usm_v(l)%i(m) |
---|
2649 |             j = surf_usm_v(l)%j(m) |
---|
2650 |             k = surf_usm_v(l)%k(m) |
---|
2651 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_v(l)%qsws_liq_av(m) |
---|
2652 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2653 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
2654 | Â Â Â Â Â Â Â ENDIF |
---|
2655 | |
---|
2656 | Â Â Â Â Â CASEÂ (Â 'usm_wghf'Â ) |
---|
2657 | ! |
---|
2658 | !--Â Â Â Â Â Â array of heat flux from ground (land, wall, roof) |
---|
2659 |        IF ( av == 0 ) THEN |
---|
2660 |          IF ( idsint == iup_u ) THEN |
---|
2661 |           DO m = 1, surf_usm_h%ns |
---|
2662 |             i = surf_usm_h%i(m) |
---|
2663 |             j = surf_usm_h%j(m) |
---|
2664 |             k = surf_usm_h%k(m) |
---|
2665 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_h%wghf_eb(m) |
---|
2666 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2667 | Â Â Â Â Â Â Â Â Â ELSE |
---|
2668 |           l = idsidx |
---|
2669 |           DO m = 1, surf_usm_v(l)%ns |
---|
2670 |             i = surf_usm_v(l)%i(m) |
---|
2671 |             j = surf_usm_v(l)%j(m) |
---|
2672 |             k = surf_usm_v(l)%k(m) |
---|
2673 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_v(l)%wghf_eb(m) |
---|
2674 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2675 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
2676 | Â Â Â Â Â Â Â ELSE |
---|
2677 |          IF ( idsint == iup_u ) THEN |
---|
2678 |           DO m = 1, surf_usm_h%ns |
---|
2679 |             i = surf_usm_h%i(m) |
---|
2680 |             j = surf_usm_h%j(m) |
---|
2681 |             k = surf_usm_h%k(m) |
---|
2682 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_h%wghf_eb_av(m) |
---|
2683 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2684 | Â Â Â Â Â Â Â Â Â ELSE |
---|
2685 |           l = idsidx |
---|
2686 |           DO m = 1, surf_usm_v(l)%ns |
---|
2687 |             i = surf_usm_v(l)%i(m) |
---|
2688 |             j = surf_usm_v(l)%j(m) |
---|
2689 |             k = surf_usm_v(l)%k(m) |
---|
2690 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_v(l)%wghf_eb_av(m) |
---|
2691 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2692 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
2693 | Â Â Â Â Â Â Â ENDIF |
---|
2694 | |
---|
2695 | Â Â Â Â Â CASEÂ (Â 'usm_wghf_window'Â ) |
---|
2696 | ! |
---|
2697 | !--Â Â Â Â Â Â array of heat flux from window ground (land, wall, roof) |
---|
2698 |        IF ( av == 0 ) THEN |
---|
2699 |          IF ( idsint == iup_u ) THEN |
---|
2700 |           DO m = 1, surf_usm_h%ns |
---|
2701 |             i = surf_usm_h%i(m) |
---|
2702 |             j = surf_usm_h%j(m) |
---|
2703 |             k = surf_usm_h%k(m) |
---|
2704 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_h%wghf_eb_window(m) |
---|
2705 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2706 | Â Â Â Â Â Â Â Â Â ELSE |
---|
2707 |           l = idsidx |
---|
2708 |           DO m = 1, surf_usm_v(l)%ns |
---|
2709 |             i = surf_usm_v(l)%i(m) |
---|
2710 |             j = surf_usm_v(l)%j(m) |
---|
2711 |             k = surf_usm_v(l)%k(m) |
---|
2712 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_v(l)%wghf_eb_window(m) |
---|
2713 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2714 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
2715 | Â Â Â Â Â Â Â ELSE |
---|
2716 |          IF ( idsint == iup_u ) THEN |
---|
2717 |           DO m = 1, surf_usm_h%ns |
---|
2718 |             i = surf_usm_h%i(m) |
---|
2719 |             j = surf_usm_h%j(m) |
---|
2720 |             k = surf_usm_h%k(m) |
---|
2721 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_h%wghf_eb_window_av(m) |
---|
2722 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2723 | Â Â Â Â Â Â Â Â Â ELSE |
---|
2724 |           l = idsidx |
---|
2725 |           DO m = 1, surf_usm_v(l)%ns |
---|
2726 |             i = surf_usm_v(l)%i(m) |
---|
2727 |             j = surf_usm_v(l)%j(m) |
---|
2728 |             k = surf_usm_v(l)%k(m) |
---|
2729 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_v(l)%wghf_eb_window_av(m) |
---|
2730 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2731 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
2732 | Â Â Â Â Â Â Â ENDIF |
---|
2733 | |
---|
2734 | Â Â Â Â Â CASEÂ (Â 'usm_wghf_green'Â ) |
---|
2735 | ! |
---|
2736 | !--Â Â Â Â Â Â array of heat flux from green ground (land, wall, roof) |
---|
2737 |        IF ( av == 0 ) THEN |
---|
2738 |          IF ( idsint == iup_u ) THEN |
---|
2739 |           DO m = 1, surf_usm_h%ns |
---|
2740 |             i = surf_usm_h%i(m) |
---|
2741 |             j = surf_usm_h%j(m) |
---|
2742 |             k = surf_usm_h%k(m) |
---|
2743 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_h%wghf_eb_green(m) |
---|
2744 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2745 | Â Â Â Â Â Â Â Â Â ELSE |
---|
2746 |           l = idsidx |
---|
2747 |           DO m = 1, surf_usm_v(l)%ns |
---|
2748 |             i = surf_usm_v(l)%i(m) |
---|
2749 |             j = surf_usm_v(l)%j(m) |
---|
2750 |             k = surf_usm_v(l)%k(m) |
---|
2751 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_v(l)%wghf_eb_green(m) |
---|
2752 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2753 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
2754 | Â Â Â Â Â Â Â ELSE |
---|
2755 |          IF ( idsint == iup_u ) THEN |
---|
2756 |           DO m = 1, surf_usm_h%ns |
---|
2757 |             i = surf_usm_h%i(m) |
---|
2758 |             j = surf_usm_h%j(m) |
---|
2759 |             k = surf_usm_h%k(m) |
---|
2760 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_h%wghf_eb_green_av(m) |
---|
2761 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2762 | Â Â Â Â Â Â Â Â Â ELSE |
---|
2763 |           l = idsidx |
---|
2764 |           DO m = 1, surf_usm_v(l)%ns |
---|
2765 |             i = surf_usm_v(l)%i(m) |
---|
2766 |             j = surf_usm_v(l)%j(m) |
---|
2767 |             k = surf_usm_v(l)%k(m) |
---|
2768 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_v(l)%wghf_eb_green_av(m) |
---|
2769 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2770 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
2771 | Â Â Â Â Â Â Â ENDIF |
---|
2772 | |
---|
2773 | Â Â Â Â Â CASEÂ (Â 'usm_iwghf'Â ) |
---|
2774 | ! |
---|
2775 | !--Â Â Â Â Â Â array of heat flux from indoor ground (land, wall, roof) |
---|
2776 |        IF ( av == 0 ) THEN |
---|
2777 |          IF ( idsint == iup_u ) THEN |
---|
2778 |           DO m = 1, surf_usm_h%ns |
---|
2779 |             i = surf_usm_h%i(m) |
---|
2780 |             j = surf_usm_h%j(m) |
---|
2781 |             k = surf_usm_h%k(m) |
---|
2782 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_h%iwghf_eb(m) |
---|
2783 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2784 | Â Â Â Â Â Â Â Â Â ELSE |
---|
2785 |           l = idsidx |
---|
2786 |           DO m = 1, surf_usm_v(l)%ns |
---|
2787 |             i = surf_usm_v(l)%i(m) |
---|
2788 |             j = surf_usm_v(l)%j(m) |
---|
2789 |             k = surf_usm_v(l)%k(m) |
---|
2790 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_v(l)%iwghf_eb(m) |
---|
2791 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2792 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
2793 | Â Â Â Â Â Â Â ELSE |
---|
2794 |          IF ( idsint == iup_u ) THEN |
---|
2795 |           DO m = 1, surf_usm_h%ns |
---|
2796 |             i = surf_usm_h%i(m) |
---|
2797 |             j = surf_usm_h%j(m) |
---|
2798 |             k = surf_usm_h%k(m) |
---|
2799 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_h%iwghf_eb_av(m) |
---|
2800 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2801 | Â Â Â Â Â Â Â Â Â ELSE |
---|
2802 |           l = idsidx |
---|
2803 |           DO m = 1, surf_usm_v(l)%ns |
---|
2804 |             i = surf_usm_v(l)%i(m) |
---|
2805 |             j = surf_usm_v(l)%j(m) |
---|
2806 |             k = surf_usm_v(l)%k(m) |
---|
2807 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_v(l)%iwghf_eb_av(m) |
---|
2808 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2809 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
2810 | Â Â Â Â Â Â Â ENDIF |
---|
2811 | |
---|
2812 | Â Â Â Â Â CASEÂ (Â 'usm_iwghf_window'Â ) |
---|
2813 | ! |
---|
2814 | !--Â Â Â Â Â Â array of heat flux from indoor window ground (land, wall, roof) |
---|
2815 |        IF ( av == 0 ) THEN |
---|
2816 |          IF ( idsint == iup_u ) THEN |
---|
2817 |           DO m = 1, surf_usm_h%ns |
---|
2818 |             i = surf_usm_h%i(m) |
---|
2819 |             j = surf_usm_h%j(m) |
---|
2820 |             k = surf_usm_h%k(m) |
---|
2821 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_h%iwghf_eb_window(m) |
---|
2822 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2823 | Â Â Â Â Â Â Â Â Â ELSE |
---|
2824 |           l = idsidx |
---|
2825 |           DO m = 1, surf_usm_v(l)%ns |
---|
2826 |             i = surf_usm_v(l)%i(m) |
---|
2827 |             j = surf_usm_v(l)%j(m) |
---|
2828 |             k = surf_usm_v(l)%k(m) |
---|
2829 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_v(l)%iwghf_eb_window(m) |
---|
2830 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2831 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
2832 | Â Â Â Â Â Â Â ELSE |
---|
2833 |          IF ( idsint == iup_u ) THEN |
---|
2834 |           DO m = 1, surf_usm_h%ns |
---|
2835 |             i = surf_usm_h%i(m) |
---|
2836 |             j = surf_usm_h%j(m) |
---|
2837 |             k = surf_usm_h%k(m) |
---|
2838 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_h%iwghf_eb_window_av(m) |
---|
2839 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2840 | Â Â Â Â Â Â Â Â Â ELSE |
---|
2841 |           l = idsidx |
---|
2842 |           DO m = 1, surf_usm_v(l)%ns |
---|
2843 |             i = surf_usm_v(l)%i(m) |
---|
2844 |             j = surf_usm_v(l)%j(m) |
---|
2845 |             k = surf_usm_v(l)%k(m) |
---|
2846 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_v(l)%iwghf_eb_window_av(m) |
---|
2847 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2848 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
2849 | Â Â Â Â Â Â Â ENDIF |
---|
2850 | Â Â Â Â Â Â Â |
---|
2851 | Â Â Â Â Â CASEÂ (Â 'usm_t_surf_wall'Â ) |
---|
2852 | ! |
---|
2853 | !--Â Â Â Â Â Â surface temperature for surfaces |
---|
2854 |        IF ( av == 0 ) THEN |
---|
2855 |          IF ( idsint == iup_u ) THEN |
---|
2856 |           DO m = 1, surf_usm_h%ns |
---|
2857 |             i = surf_usm_h%i(m) |
---|
2858 |             j = surf_usm_h%j(m) |
---|
2859 |             k = surf_usm_h%k(m) |
---|
2860 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â t_surf_wall_h(m) |
---|
2861 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2862 | Â Â Â Â Â Â Â Â Â ELSE |
---|
2863 |           l = idsidx |
---|
2864 |           DO m = 1, surf_usm_v(l)%ns |
---|
2865 |             i = surf_usm_v(l)%i(m) |
---|
2866 |             j = surf_usm_v(l)%j(m) |
---|
2867 |             k = surf_usm_v(l)%k(m) |
---|
2868 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â t_surf_wall_v(l)%t(m) |
---|
2869 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2870 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
2871 | Â Â Â Â Â Â Â ELSE |
---|
2872 |          IF ( idsint == iup_u ) THEN |
---|
2873 |           DO m = 1, surf_usm_h%ns |
---|
2874 |             i = surf_usm_h%i(m) |
---|
2875 |             j = surf_usm_h%j(m) |
---|
2876 |             k = surf_usm_h%k(m) |
---|
2877 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_h%t_surf_wall_av(m) |
---|
2878 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2879 | Â Â Â Â Â Â Â Â Â ELSE |
---|
2880 |           l = idsidx |
---|
2881 |           DO m = 1, surf_usm_v(l)%ns |
---|
2882 |             i = surf_usm_v(l)%i(m) |
---|
2883 |             j = surf_usm_v(l)%j(m) |
---|
2884 |             k = surf_usm_v(l)%k(m) |
---|
2885 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_v(l)%t_surf_wall_av(m) |
---|
2886 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2887 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
2888 | Â Â Â Â Â Â Â ENDIF |
---|
2889 | Â Â Â Â Â Â Â |
---|
2890 | Â Â Â Â Â CASEÂ (Â 'usm_t_surf_window'Â ) |
---|
2891 | ! |
---|
2892 | !--Â Â Â Â Â Â surface temperature for window surfaces |
---|
2893 |        IF ( av == 0 ) THEN |
---|
2894 |          IF ( idsint == iup_u ) THEN |
---|
2895 |           DO m = 1, surf_usm_h%ns |
---|
2896 |             i = surf_usm_h%i(m) |
---|
2897 |             j = surf_usm_h%j(m) |
---|
2898 |             k = surf_usm_h%k(m) |
---|
2899 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â t_surf_window_h(m) |
---|
2900 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2901 | Â Â Â Â Â Â Â Â Â ELSE |
---|
2902 |           l = idsidx |
---|
2903 |           DO m = 1, surf_usm_v(l)%ns |
---|
2904 |             i = surf_usm_v(l)%i(m) |
---|
2905 |             j = surf_usm_v(l)%j(m) |
---|
2906 |             k = surf_usm_v(l)%k(m) |
---|
2907 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â t_surf_window_v(l)%t(m) |
---|
2908 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2909 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
2910 | |
---|
2911 | Â Â Â Â Â Â Â ELSE |
---|
2912 |          IF ( idsint == iup_u ) THEN |
---|
2913 |           DO m = 1, surf_usm_h%ns |
---|
2914 |             i = surf_usm_h%i(m) |
---|
2915 |             j = surf_usm_h%j(m) |
---|
2916 |             k = surf_usm_h%k(m) |
---|
2917 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_h%t_surf_window_av(m) |
---|
2918 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2919 | Â Â Â Â Â Â Â Â Â ELSE |
---|
2920 |           l = idsidx |
---|
2921 |           DO m = 1, surf_usm_v(l)%ns |
---|
2922 |             i = surf_usm_v(l)%i(m) |
---|
2923 |             j = surf_usm_v(l)%j(m) |
---|
2924 |             k = surf_usm_v(l)%k(m) |
---|
2925 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_v(l)%t_surf_window_av(m) |
---|
2926 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2927 | |
---|
2928 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
2929 | |
---|
2930 | Â Â Â Â Â Â Â ENDIF |
---|
2931 | |
---|
2932 | Â Â Â Â Â CASEÂ (Â 'usm_t_surf_green'Â ) |
---|
2933 | ! |
---|
2934 | !--Â Â Â Â Â Â surface temperature for green surfaces |
---|
2935 |        IF ( av == 0 ) THEN |
---|
2936 |          IF ( idsint == iup_u ) THEN |
---|
2937 |           DO m = 1, surf_usm_h%ns |
---|
2938 |             i = surf_usm_h%i(m) |
---|
2939 |             j = surf_usm_h%j(m) |
---|
2940 |             k = surf_usm_h%k(m) |
---|
2941 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â t_surf_green_h(m) |
---|
2942 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2943 | Â Â Â Â Â Â Â Â Â ELSE |
---|
2944 |           l = idsidx |
---|
2945 |           DO m = 1, surf_usm_v(l)%ns |
---|
2946 |             i = surf_usm_v(l)%i(m) |
---|
2947 |             j = surf_usm_v(l)%j(m) |
---|
2948 |             k = surf_usm_v(l)%k(m) |
---|
2949 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â t_surf_green_v(l)%t(m) |
---|
2950 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2951 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
2952 | |
---|
2953 | Â Â Â Â Â Â Â ELSE |
---|
2954 |          IF ( idsint == iup_u ) THEN |
---|
2955 |           DO m = 1, surf_usm_h%ns |
---|
2956 |             i = surf_usm_h%i(m) |
---|
2957 |             j = surf_usm_h%j(m) |
---|
2958 |             k = surf_usm_h%k(m) |
---|
2959 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_h%t_surf_green_av(m) |
---|
2960 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2961 | Â Â Â Â Â Â Â Â Â ELSE |
---|
2962 |           l = idsidx |
---|
2963 |           DO m = 1, surf_usm_v(l)%ns |
---|
2964 |             i = surf_usm_v(l)%i(m) |
---|
2965 |             j = surf_usm_v(l)%j(m) |
---|
2966 |             k = surf_usm_v(l)%k(m) |
---|
2967 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_v(l)%t_surf_green_av(m) |
---|
2968 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2969 | |
---|
2970 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
2971 | |
---|
2972 | Â Â Â Â Â Â Â ENDIF |
---|
2973 | |
---|
2974 | Â Â Â Â Â CASEÂ (Â 'usm_theta_10cm'Â ) |
---|
2975 | ! |
---|
2976 | !--Â Â Â Â Â Â near surface temperature for whole surfaces |
---|
2977 |        IF ( av == 0 ) THEN |
---|
2978 |          IF ( idsint == iup_u ) THEN |
---|
2979 |           DO m = 1, surf_usm_h%ns |
---|
2980 |             i = surf_usm_h%i(m) |
---|
2981 |             j = surf_usm_h%j(m) |
---|
2982 |             k = surf_usm_h%k(m) |
---|
2983 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_h%pt_10cm(m) |
---|
2984 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2985 | Â Â Â Â Â Â Â Â Â ELSE |
---|
2986 |           l = idsidx |
---|
2987 |           DO m = 1, surf_usm_v(l)%ns |
---|
2988 |             i = surf_usm_v(l)%i(m) |
---|
2989 |             j = surf_usm_v(l)%j(m) |
---|
2990 |             k = surf_usm_v(l)%k(m) |
---|
2991 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_v(l)%pt_10cm(m) |
---|
2992 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
2993 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
2994 | Â Â Â Â Â Â Â |
---|
2995 | Â Â Â Â Â Â Â |
---|
2996 | Â Â Â Â Â Â Â ELSE |
---|
2997 |          IF ( idsint == iup_u ) THEN |
---|
2998 |           DO m = 1, surf_usm_h%ns |
---|
2999 |             i = surf_usm_h%i(m) |
---|
3000 |             j = surf_usm_h%j(m) |
---|
3001 |             k = surf_usm_h%k(m) |
---|
3002 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_h%pt_10cm_av(m) |
---|
3003 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
3004 | Â Â Â Â Â Â Â Â Â ELSE |
---|
3005 |           l = idsidx |
---|
3006 |           DO m = 1, surf_usm_v(l)%ns |
---|
3007 |             i = surf_usm_v(l)%i(m) |
---|
3008 |             j = surf_usm_v(l)%j(m) |
---|
3009 |             k = surf_usm_v(l)%k(m) |
---|
3010 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_v(l)%pt_10cm_av(m) |
---|
3011 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
3012 | |
---|
3013 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
3014 | Â Â Â Â Â Â Â ENDIF |
---|
3015 | Â Â Â Â Â Â Â |
---|
3016 | Â Â Â Â Â CASEÂ (Â 'usm_t_wall'Â ) |
---|
3017 | ! |
---|
3018 | !--      wall temperature for iwl layer of walls and land |
---|
3019 |        IF ( av == 0 ) THEN |
---|
3020 |          IF ( idsint == iup_u ) THEN |
---|
3021 |           DO m = 1, surf_usm_h%ns |
---|
3022 |             i = surf_usm_h%i(m) |
---|
3023 |             j = surf_usm_h%j(m) |
---|
3024 |             k = surf_usm_h%k(m) |
---|
3025 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â t_wall_h(iwl,m) |
---|
3026 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
3027 | Â Â Â Â Â Â Â Â Â ELSE |
---|
3028 |           l = idsidx |
---|
3029 |           DO m = 1, surf_usm_v(l)%ns |
---|
3030 |             i = surf_usm_v(l)%i(m) |
---|
3031 |             j = surf_usm_v(l)%j(m) |
---|
3032 |             k = surf_usm_v(l)%k(m) |
---|
3033 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â t_wall_v(l)%t(iwl,m) |
---|
3034 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
3035 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
3036 | Â Â Â Â Â Â Â ELSE |
---|
3037 |          IF ( idsint == iup_u ) THEN |
---|
3038 |           DO m = 1, surf_usm_h%ns |
---|
3039 |             i = surf_usm_h%i(m) |
---|
3040 |             j = surf_usm_h%j(m) |
---|
3041 |             k = surf_usm_h%k(m) |
---|
3042 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_h%t_wall_av(iwl,m) |
---|
3043 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
3044 | Â Â Â Â Â Â Â Â Â ELSE |
---|
3045 |           l = idsidx |
---|
3046 |           DO m = 1, surf_usm_v(l)%ns |
---|
3047 |             i = surf_usm_v(l)%i(m) |
---|
3048 |             j = surf_usm_v(l)%j(m) |
---|
3049 |             k = surf_usm_v(l)%k(m) |
---|
3050 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_v(l)%t_wall_av(iwl,m) |
---|
3051 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
3052 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
3053 | Â Â Â Â Â Â Â ENDIF |
---|
3054 | Â Â Â Â Â Â Â |
---|
3055 | Â Â Â Â Â CASEÂ (Â 'usm_t_window'Â ) |
---|
3056 | ! |
---|
3057 | !--Â Â Â Â Â Â window temperature for iwl layer of walls and land |
---|
3058 |        IF ( av == 0 ) THEN |
---|
3059 |          IF ( idsint == iup_u ) THEN |
---|
3060 |           DO m = 1, surf_usm_h%ns |
---|
3061 |             i = surf_usm_h%i(m) |
---|
3062 |             j = surf_usm_h%j(m) |
---|
3063 |             k = surf_usm_h%k(m) |
---|
3064 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â t_window_h(iwl,m) |
---|
3065 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
3066 | Â Â Â Â Â Â Â Â Â ELSE |
---|
3067 |           l = idsidx |
---|
3068 |           DO m = 1, surf_usm_v(l)%ns |
---|
3069 |             i = surf_usm_v(l)%i(m) |
---|
3070 |             j = surf_usm_v(l)%j(m) |
---|
3071 |             k = surf_usm_v(l)%k(m) |
---|
3072 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â t_window_v(l)%t(iwl,m) |
---|
3073 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
3074 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
3075 | Â Â Â Â Â Â Â ELSE |
---|
3076 |          IF ( idsint == iup_u ) THEN |
---|
3077 |           DO m = 1, surf_usm_h%ns |
---|
3078 |             i = surf_usm_h%i(m) |
---|
3079 |             j = surf_usm_h%j(m) |
---|
3080 |             k = surf_usm_h%k(m) |
---|
3081 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_h%t_window_av(iwl,m) |
---|
3082 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
3083 | Â Â Â Â Â Â Â Â Â ELSE |
---|
3084 |           l = idsidx |
---|
3085 |           DO m = 1, surf_usm_v(l)%ns |
---|
3086 |             i = surf_usm_v(l)%i(m) |
---|
3087 |             j = surf_usm_v(l)%j(m) |
---|
3088 |             k = surf_usm_v(l)%k(m) |
---|
3089 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_v(l)%t_window_av(iwl,m) |
---|
3090 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
3091 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
3092 | Â Â Â Â Â Â Â ENDIF |
---|
3093 | |
---|
3094 | Â Â Â Â Â CASEÂ (Â 'usm_t_green'Â ) |
---|
3095 | ! |
---|
3096 | !--      green temperature for iwl layer of walls and land |
---|
3097 |        IF ( av == 0 ) THEN |
---|
3098 |          IF ( idsint == iup_u ) THEN |
---|
3099 |           DO m = 1, surf_usm_h%ns |
---|
3100 |             i = surf_usm_h%i(m) |
---|
3101 |             j = surf_usm_h%j(m) |
---|
3102 |             k = surf_usm_h%k(m) |
---|
3103 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â t_green_h(iwl,m) |
---|
3104 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
3105 | Â Â Â Â Â Â Â Â Â ELSE |
---|
3106 |           l = idsidx |
---|
3107 |           DO m = 1, surf_usm_v(l)%ns |
---|
3108 |             i = surf_usm_v(l)%i(m) |
---|
3109 |             j = surf_usm_v(l)%j(m) |
---|
3110 |             k = surf_usm_v(l)%k(m) |
---|
3111 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â t_green_v(l)%t(iwl,m) |
---|
3112 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
3113 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
3114 | Â Â Â Â Â Â Â ELSE |
---|
3115 |          IF ( idsint == iup_u ) THEN |
---|
3116 |           DO m = 1, surf_usm_h%ns |
---|
3117 |             i = surf_usm_h%i(m) |
---|
3118 |             j = surf_usm_h%j(m) |
---|
3119 |             k = surf_usm_h%k(m) |
---|
3120 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_h%t_green_av(iwl,m) |
---|
3121 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
3122 | Â Â Â Â Â Â Â Â Â ELSE |
---|
3123 |           l = idsidx |
---|
3124 |           DO m = 1, surf_usm_v(l)%ns |
---|
3125 |             i = surf_usm_v(l)%i(m) |
---|
3126 |             j = surf_usm_v(l)%j(m) |
---|
3127 |             k = surf_usm_v(l)%k(m) |
---|
3128 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_v(l)%t_green_av(iwl,m) |
---|
3129 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
3130 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
3131 | Â Â Â Â Â Â Â ENDIF |
---|
3132 | Â Â Â Â Â Â Â |
---|
3133 | Â Â Â Â Â Â Â CASEÂ (Â 'usm_swc'Â ) |
---|
3134 | ! |
---|
3135 | !--      soil water content for iwl layer of walls and land |
---|
3136 |        IF ( av == 0 ) THEN |
---|
3137 |          IF ( idsint == iup_u ) THEN |
---|
3138 |           DO m = 1, surf_usm_h%ns |
---|
3139 |             i = surf_usm_h%i(m) |
---|
3140 |             j = surf_usm_h%j(m) |
---|
3141 |             k = surf_usm_h%k(m) |
---|
3142 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â swc_h(iwl,m) |
---|
3143 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
3144 | Â Â Â Â Â Â Â Â Â ELSE |
---|
3145 | |
---|
3146 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
3147 | Â Â Â Â Â Â Â ELSE |
---|
3148 |          IF ( idsint == iup_u ) THEN |
---|
3149 |           DO m = 1, surf_usm_h%ns |
---|
3150 |             i = surf_usm_h%i(m) |
---|
3151 |             j = surf_usm_h%j(m) |
---|
3152 |             k = surf_usm_h%k(m) |
---|
3153 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_h%swc_av(iwl,m) |
---|
3154 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
3155 | Â Â Â Â Â Â Â Â Â ELSE |
---|
3156 |           l = idsidx |
---|
3157 |           DO m = 1, surf_usm_v(l)%ns |
---|
3158 |             i = surf_usm_v(l)%i(m) |
---|
3159 |             j = surf_usm_v(l)%j(m) |
---|
3160 |             k = surf_usm_v(l)%k(m) |
---|
3161 | Â Â Â Â Â Â Â Â Â Â Â Â temp_pf(k,j,i)Â =Â surf_usm_v(l)%swc_av(iwl,m) |
---|
3162 | Â Â Â Â Â Â Â Â Â Â ENDDO |
---|
3163 | Â Â Â Â Â Â Â Â Â ENDIF |
---|
3164 | Â Â Â Â Â Â Â ENDIF |
---|
3165 | |
---|
3166 | Â Â Â Â Â Â Â |
---|
3167 | Â Â Â Â Â CASE DEFAULT |
---|
3168 |        found = .FALSE. |
---|
3169 | Â Â Â Â Â Â Â RETURN |
---|
3170 | Â Â Â Â END SELECT |
---|
3171 | |
---|
3172 | ! |
---|
3173 | !--Â Â Â Rearrange dimensions for NetCDF output |
---|
3174 | !--Â Â Â FIXME: this may generate FPE overflow upon conversion from DP to SP |
---|
3175 |     DO j = nys, nyn |
---|
3176 |       DO i = nxl, nxr |
---|
3177 |         DO k = nzb_do, nzt_do |
---|
3178 | Â Â Â Â Â Â Â Â Â Â local_pf(i,j,k)Â =Â temp_pf(k,j,i) |
---|
3179 | Â Â Â Â Â Â Â Â ENDDO |
---|
3180 | Â Â Â Â Â Â ENDDO |
---|
3181 | Â Â Â Â ENDDO |
---|
3182 | Â Â Â Â |
---|
3183 | Â Â END SUBROUTINE usm_data_output_3d |
---|
3184 | Â Â |
---|
3185 | |
---|
3186 | !------------------------------------------------------------------------------! |
---|
3187 | ! |
---|
3188 | ! Description: |
---|
3189 | ! ------------ |
---|
3190 | !> Soubroutine defines appropriate grid for netcdf variables. |
---|
3191 | !> It is called out from subroutine netcdf. |
---|
3192 | !------------------------------------------------------------------------------! |
---|
3193 |   SUBROUTINE usm_define_netcdf_grid( variable, found, grid_x, grid_y, grid_z ) |
---|
3194 | Â Â |
---|
3195 | Â Â Â Â IMPLICIT NONE |
---|
3196 | |
---|
3197 |     CHARACTER (len=*), INTENT(IN) :: variable  !< |
---|
3198 |     LOGICAL, INTENT(OUT)      :: found    !< |
---|
3199 |     CHARACTER (len=*), INTENT(OUT) :: grid_x   !< |
---|
3200 |     CHARACTER (len=*), INTENT(OUT) :: grid_y   !< |
---|
3201 |     CHARACTER (len=*), INTENT(OUT) :: grid_z   !< |
---|
3202 | |
---|
3203 | Â Â Â Â CHARACTERÂ (len=varnamelength)Â ::Â var |
---|
3204 | |
---|
3205 |     var = TRIM(variable) |
---|
3206 |     IF ( var(1:9) == 'usm_wshf_' .OR. var(1:9) == 'usm_wghf_' .OR.          & |
---|
3207 |        var(1:16) == 'usm_wghf_window_' .OR. var(1:15) == 'usm_wghf_green_' .OR.   & |
---|
3208 |        var(1:10) == 'usm_iwghf_' .OR. var(1:17) == 'usm_iwghf_window_' .OR.     & |
---|
3209 |        var(1:9) == 'usm_qsws_' .OR. var(1:13) == 'usm_qsws_veg_' .OR.       & |
---|
3210 |        var(1:13) == 'usm_qsws_liq_' .OR.                       & |
---|
3211 |        var(1:15) == 'usm_t_surf_wall' .OR. var(1:10) == 'usm_t_wall' .OR.     & |
---|
3212 |        var(1:17) == 'usm_t_surf_window' .OR. var(1:12) == 'usm_t_window' .OR.   & |
---|
3213 |        var(1:16) == 'usm_t_surf_green' .OR. var(1:11) == 'usm_t_green' .OR.     & |
---|
3214 |        var(1:15) == 'usm_theta_10cm' .OR.                       & |
---|
3215 |        var(1:9) == 'usm_surfz' .OR. var(1:11) == 'usm_surfcat' .OR.        & |
---|
3216 |        var(1:16) == 'usm_surfwintrans' .OR. var(1:7) == 'usm_swc' ) THEN |
---|
3217 | |
---|
3218 |       found = .TRUE. |
---|
3219 |       grid_x = 'x' |
---|
3220 |       grid_y = 'y' |
---|
3221 |       grid_z = 'zu' |
---|
3222 | Â Â Â Â ELSE |
---|
3223 |       found = .FALSE. |
---|
3224 |       grid_x = 'none' |
---|
3225 |       grid_y = 'none' |
---|
3226 |       grid_z = 'none' |
---|
3227 | Â Â Â Â ENDIF |
---|
3228 | |
---|
3229 | Â Â END SUBROUTINE usm_define_netcdf_grid |
---|
3230 | Â Â |
---|
3231 | |
---|
3232 | !------------------------------------------------------------------------------! |
---|
3233 | ! Description: |
---|
3234 | ! ------------ |
---|
3235 | !> Initialization of the wall surface model |
---|
3236 | !------------------------------------------------------------------------------! |
---|
3237 | Â Â SUBROUTINE usm_init_material_model |
---|
3238 | |
---|
3239 | Â Â Â Â IMPLICIT NONE |
---|
3240 | |
---|
3241 |     INTEGER(iwp) :: k, l, m      !< running indices |
---|
3242 | Â Â Â Â |
---|
3243 |     IF ( debug_output ) CALL debug_message( 'usm_init_material_model', 'start' ) |
---|
3244 | |
---|
3245 | ! |
---|
3246 | !--Â Â Â Calculate wall grid spacings. |
---|
3247 | !--Â Â Â Temperature is defined at the center of the wall layers, |
---|
3248 | !--Â Â Â whereas gradients/fluxes are defined at the edges (_stag)Â Â Â |
---|
3249 | !--Â Â Â apply for all particular surface grids. First for horizontal surfaces |
---|
3250 |     DO m = 1, surf_usm_h%ns |
---|
3251 | |
---|
3252 | Â Â Â Â Â Â surf_usm_h%dz_wall(nzb_wall,m)Â =Â surf_usm_h%zw(nzb_wall,m) |
---|
3253 |       DO k = nzb_wall+1, nzt_wall |
---|
3254 | Â Â Â Â Â Â Â Â surf_usm_h%dz_wall(k,m)Â =Â surf_usm_h%zw(k,m)Â -Â Â Â Â Â Â Â Â Â & |
---|
3255 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%zw(k-1,m) |
---|
3256 | Â Â Â Â Â Â ENDDO |
---|
3257 | Â Â Â Â Â Â surf_usm_h%dz_window(nzb_wall,m)Â =Â surf_usm_h%zw_window(nzb_wall,m) |
---|
3258 |       DO k = nzb_wall+1, nzt_wall |
---|
3259 | Â Â Â Â Â Â Â Â surf_usm_h%dz_window(k,m)Â =Â surf_usm_h%zw_window(k,m)Â -Â Â Â Â Â & |
---|
3260 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%zw_window(k-1,m) |
---|
3261 | Â Â Â Â Â Â ENDDO |
---|
3262 | Â Â Â Â Â Â |
---|
3263 | Â Â Â Â Â Â surf_usm_h%dz_wall(nzt_wall+1,m)Â =Â surf_usm_h%dz_wall(nzt_wall,m) |
---|
3264 | |
---|
3265 |       DO k = nzb_wall, nzt_wall-1 |
---|
3266 | Â Â Â Â Â Â Â Â surf_usm_h%dz_wall_stag(k,m)Â =Â 0.5Â *Â (Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
3267 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%dz_wall(k+1,m)Â +Â surf_usm_h%dz_wall(k,m)Â ) |
---|
3268 | Â Â Â Â Â Â ENDDO |
---|
3269 | Â Â Â Â Â Â surf_usm_h%dz_wall_stag(nzt_wall,m)Â =Â surf_usm_h%dz_wall(nzt_wall,m) |
---|
3270 | Â Â Â Â Â Â |
---|
3271 | Â Â Â Â Â Â surf_usm_h%dz_window(nzt_wall+1,m)Â =Â surf_usm_h%dz_window(nzt_wall,m) |
---|
3272 | |
---|
3273 |       DO k = nzb_wall, nzt_wall-1 |
---|
3274 | Â Â Â Â Â Â Â Â surf_usm_h%dz_window_stag(k,m)Â =Â 0.5Â *Â (Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
3275 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%dz_window(k+1,m)Â +Â surf_usm_h%dz_window(k,m)Â ) |
---|
3276 | Â Â Â Â Â Â ENDDO |
---|
3277 | Â Â Â Â Â Â surf_usm_h%dz_window_stag(nzt_wall,m)Â =Â surf_usm_h%dz_window(nzt_wall,m) |
---|
3278 | |
---|
3279 |       IF (surf_usm_h%green_type_roof(m) == 2.0_wp ) THEN |
---|
3280 | ! |
---|
3281 | !-- extensive green roof |
---|
3282 | !-- set ratio of substrate layer thickness, soil-type and LAI |
---|
3283 |        soil_type = 3 |
---|
3284 | Â Â Â Â Â Â Â surf_usm_h%lai(m)Â =Â 2.0_wp |
---|
3285 | Â Â Â Â Â Â Â |
---|
3286 | Â Â Â Â Â Â Â surf_usm_h%zw_green(nzb_wall,m)Â Â =Â 0.05_wp |
---|
3287 | Â Â Â Â Â Â Â surf_usm_h%zw_green(nzb_wall+1,m)Â =Â 0.10_wp |
---|
3288 | Â Â Â Â Â Â Â surf_usm_h%zw_green(nzb_wall+2,m)Â =Â 0.15_wp |
---|
3289 | Â Â Â Â Â Â Â surf_usm_h%zw_green(nzb_wall+3,m)Â =Â 0.20_wp |
---|
3290 | Â Â Â Â Â Â ELSE |
---|
3291 | ! |
---|
3292 | !-- intensiv green roof |
---|
3293 | !-- set ratio of substrate layer thickness, soil-type and LAI |
---|
3294 |        soil_type = 6 |
---|
3295 | Â Â Â Â Â Â Â surf_usm_h%lai(m)Â =Â 4.0_wp |
---|
3296 | Â Â Â Â Â Â Â |
---|
3297 | Â Â Â Â Â Â Â surf_usm_h%zw_green(nzb_wall,m)Â Â =Â 0.05_wp |
---|
3298 | Â Â Â Â Â Â Â surf_usm_h%zw_green(nzb_wall+1,m)Â =Â 0.10_wp |
---|
3299 | Â Â Â Â Â Â Â surf_usm_h%zw_green(nzb_wall+2,m)Â =Â 0.40_wp |
---|
3300 | Â Â Â Â Â Â Â surf_usm_h%zw_green(nzb_wall+3,m)Â =Â 0.80_wp |
---|
3301 | Â Â Â Â Â Â ENDIF |
---|
3302 | Â Â Â Â Â Â |
---|
3303 | Â Â Â Â Â Â surf_usm_h%dz_green(nzb_wall,m)Â =Â surf_usm_h%zw_green(nzb_wall,m) |
---|
3304 |       DO k = nzb_wall+1, nzt_wall |
---|
3305 | Â Â Â Â Â Â Â Â surf_usm_h%dz_green(k,m)Â =Â surf_usm_h%zw_green(k,m)Â -Â Â Â Â Â Â & |
---|
3306 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%zw_green(k-1,m) |
---|
3307 | Â Â Â Â Â Â ENDDO |
---|
3308 | Â Â Â Â Â Â surf_usm_h%dz_green(nzt_wall+1,m)Â =Â surf_usm_h%dz_green(nzt_wall,m) |
---|
3309 | |
---|
3310 |       DO k = nzb_wall, nzt_wall-1 |
---|
3311 | Â Â Â Â Â Â Â Â surf_usm_h%dz_green_stag(k,m)Â =Â 0.5Â *Â (Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
3312 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%dz_green(k+1,m)Â +Â surf_usm_h%dz_green(k,m)Â ) |
---|
3313 | Â Â Â Â Â Â ENDDO |
---|
3314 | Â Â Â Â Â Â surf_usm_h%dz_green_stag(nzt_wall,m)Â =Â surf_usm_h%dz_green(nzt_wall,m) |
---|
3315 | Â Â Â Â Â Â |
---|
3316 |      IF ( alpha_vangenuchten == 9999999.9_wp ) THEN |
---|
3317 |        alpha_vangenuchten = soil_pars(0,soil_type) |
---|
3318 | Â Â Â Â Â ENDIF |
---|
3319 | |
---|
3320 |      IF ( l_vangenuchten == 9999999.9_wp ) THEN |
---|
3321 |        l_vangenuchten = soil_pars(1,soil_type) |
---|
3322 | Â Â Â Â Â ENDIF |
---|
3323 | |
---|
3324 |      IF ( n_vangenuchten == 9999999.9_wp ) THEN |
---|
3325 |        n_vangenuchten = soil_pars(2,soil_type)      |
---|
3326 | Â Â Â Â Â ENDIF |
---|
3327 | |
---|
3328 |      IF ( hydraulic_conductivity == 9999999.9_wp ) THEN |
---|
3329 |        hydraulic_conductivity = soil_pars(3,soil_type)      |
---|
3330 | Â Â Â Â Â ENDIF |
---|
3331 | |
---|
3332 |      IF ( saturation_moisture == 9999999.9_wp ) THEN |
---|
3333 |        saturation_moisture = m_soil_pars(0,soil_type)      |
---|
3334 | Â Â Â Â Â ENDIF |
---|
3335 | |
---|
3336 |      IF ( field_capacity == 9999999.9_wp ) THEN |
---|
3337 |        field_capacity = m_soil_pars(1,soil_type)      |
---|
3338 | Â Â Â Â Â ENDIF |
---|
3339 | |
---|
3340 |      IF ( wilting_point == 9999999.9_wp ) THEN |
---|
3341 |        wilting_point = m_soil_pars(2,soil_type)      |
---|
3342 | Â Â Â Â Â ENDIF |
---|
3343 | |
---|
3344 |      IF ( residual_moisture == 9999999.9_wp ) THEN |
---|
3345 |        residual_moisture = m_soil_pars(3,soil_type)    |
---|
3346 | Â Â Â Â Â ENDIF |
---|
3347 | Â Â Â Â Â |
---|
3348 |      DO k = nzb_wall, nzt_wall+1 |
---|
3349 | Â Â Â Â Â Â Â swc_h(k,m)Â =Â field_capacity |
---|
3350 | Â Â Â Â Â Â Â rootfr_h(k,m)Â =Â 0.5_wp |
---|
3351 | Â Â Â Â Â Â Â surf_usm_h%alpha_vg_green(m)Â Â Â =Â alpha_vangenuchten |
---|
3352 | Â Â Â Â Â Â Â surf_usm_h%l_vg_green(m)Â Â Â Â Â =Â l_vangenuchten |
---|
3353 |        surf_usm_h%n_vg_green(m)     = n_vangenuchten |
---|
3354 | Â Â Â Â Â Â Â surf_usm_h%gamma_w_green_sat(k,m)Â =Â hydraulic_conductivity |
---|
3355 | Â Â Â Â Â Â Â swc_sat_h(k,m)Â Â Â Â Â Â Â Â Â Â =Â saturation_moisture |
---|
3356 | Â Â Â Â Â Â Â fc_h(k,m)Â Â Â Â Â Â Â Â Â Â Â Â Â =Â field_capacity |
---|
3357 | Â Â Â Â Â Â Â wilt_h(k,m)Â Â Â Â Â Â Â Â Â Â Â Â =Â wilting_point |
---|
3358 | Â Â Â Â Â Â Â swc_res_h(k,m)Â Â Â Â Â Â Â Â Â Â =Â residual_moisture |
---|
3359 | Â Â Â Â Â ENDDO |
---|
3360 | |
---|
3361 | Â Â Â Â ENDDO |
---|
3362 | |
---|
3363 |     surf_usm_h%ddz_wall    = 1.0_wp / surf_usm_h%dz_wall |
---|
3364 |     surf_usm_h%ddz_wall_stag  = 1.0_wp / surf_usm_h%dz_wall_stag |
---|
3365 |     surf_usm_h%ddz_window   = 1.0_wp / surf_usm_h%dz_window |
---|
3366 |     surf_usm_h%ddz_window_stag = 1.0_wp / surf_usm_h%dz_window_stag |
---|
3367 |     surf_usm_h%ddz_green    = 1.0_wp / surf_usm_h%dz_green |
---|
3368 |     surf_usm_h%ddz_green_stag = 1.0_wp / surf_usm_h%dz_green_stag |
---|
3369 | !    |
---|
3370 | !--Â Â Â For vertical surfaces |
---|
3371 |     DO l = 0, 3 |
---|
3372 |       DO m = 1, surf_usm_v(l)%ns |
---|
3373 | Â Â Â Â Â Â Â surf_usm_v(l)%dz_wall(nzb_wall,m)Â =Â surf_usm_v(l)%zw(nzb_wall,m) |
---|
3374 |        DO k = nzb_wall+1, nzt_wall |
---|
3375 | Â Â Â Â Â Â Â Â Â surf_usm_v(l)%dz_wall(k,m)Â =Â surf_usm_v(l)%zw(k,m)Â -Â Â Â Â Â & |
---|
3376 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%zw(k-1,m) |
---|
3377 | Â Â Â Â Â Â Â ENDDO |
---|
3378 | Â Â Â Â Â Â Â surf_usm_v(l)%dz_window(nzb_wall,m)Â =Â surf_usm_v(l)%zw_window(nzb_wall,m) |
---|
3379 |        DO k = nzb_wall+1, nzt_wall |
---|
3380 | Â Â Â Â Â Â Â Â Â surf_usm_v(l)%dz_window(k,m)Â =Â surf_usm_v(l)%zw_window(k,m)Â -Â & |
---|
3381 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%zw_window(k-1,m) |
---|
3382 | Â Â Â Â Â Â Â ENDDO |
---|
3383 | Â Â Â Â Â Â Â surf_usm_v(l)%dz_green(nzb_wall,m)Â =Â surf_usm_v(l)%zw_green(nzb_wall,m) |
---|
3384 |        DO k = nzb_wall+1, nzt_wall |
---|
3385 | Â Â Â Â Â Â Â Â Â surf_usm_v(l)%dz_green(k,m)Â =Â surf_usm_v(l)%zw_green(k,m)Â -Â & |
---|
3386 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%zw_green(k-1,m) |
---|
3387 | Â Â Â Â Â Â Â ENDDO |
---|
3388 | Â Â Â Â Â Â |
---|
3389 | Â Â Â Â Â Â Â surf_usm_v(l)%dz_wall(nzt_wall+1,m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
3390 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%dz_wall(nzt_wall,m) |
---|
3391 | |
---|
3392 |        DO k = nzb_wall, nzt_wall-1 |
---|
3393 | Â Â Â Â Â Â Â Â Â surf_usm_v(l)%dz_wall_stag(k,m)Â =Â 0.5Â *Â (Â Â Â Â Â Â Â Â Â Â & |
---|
3394 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%dz_wall(k+1,m)Â +Â & |
---|
3395 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%dz_wall(k,m)Â ) |
---|
3396 | Â Â Â Â Â Â Â ENDDO |
---|
3397 | Â Â Â Â Â Â Â surf_usm_v(l)%dz_wall_stag(nzt_wall,m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
3398 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%dz_wall(nzt_wall,m) |
---|
3399 | Â Â Â Â Â Â Â surf_usm_v(l)%dz_window(nzt_wall+1,m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
3400 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%dz_window(nzt_wall,m) |
---|
3401 | |
---|
3402 |        DO k = nzb_wall, nzt_wall-1 |
---|
3403 | Â Â Â Â Â Â Â Â Â surf_usm_v(l)%dz_window_stag(k,m)Â =Â 0.5Â *Â (Â Â Â Â Â Â Â Â Â Â & |
---|
3404 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%dz_window(k+1,m)Â +Â & |
---|
3405 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%dz_window(k,m)Â ) |
---|
3406 | Â Â Â Â Â Â Â ENDDO |
---|
3407 | Â Â Â Â Â Â Â surf_usm_v(l)%dz_window_stag(nzt_wall,m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
3408 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%dz_window(nzt_wall,m) |
---|
3409 | Â Â Â Â Â Â Â surf_usm_v(l)%dz_green(nzt_wall+1,m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
3410 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%dz_green(nzt_wall,m) |
---|
3411 | |
---|
3412 |        DO k = nzb_wall, nzt_wall-1 |
---|
3413 | Â Â Â Â Â Â Â Â Â surf_usm_v(l)%dz_green_stag(k,m)Â =Â 0.5Â *Â (Â Â Â Â Â Â Â Â Â Â & |
---|
3414 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%dz_green(k+1,m)Â +Â & |
---|
3415 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%dz_green(k,m)Â ) |
---|
3416 | Â Â Â Â Â Â Â ENDDO |
---|
3417 | Â Â Â Â Â Â Â surf_usm_v(l)%dz_green_stag(nzt_wall,m)Â =Â Â Â Â Â Â Â Â Â Â Â Â Â & |
---|
3418 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%dz_green(nzt_wall,m) |
---|
3419 | Â Â Â Â Â Â ENDDO |
---|
3420 |       surf_usm_v(l)%ddz_wall    = 1.0_wp / surf_usm_v(l)%dz_wall |
---|
3421 |       surf_usm_v(l)%ddz_wall_stag  = 1.0_wp / surf_usm_v(l)%dz_wall_stag |
---|
3422 |       surf_usm_v(l)%ddz_window   = 1.0_wp / surf_usm_v(l)%dz_window |
---|
3423 |       surf_usm_v(l)%ddz_window_stag = 1.0_wp / surf_usm_v(l)%dz_window_stag |
---|
3424 |       surf_usm_v(l)%ddz_green    = 1.0_wp / surf_usm_v(l)%dz_green |
---|
3425 |       surf_usm_v(l)%ddz_green_stag = 1.0_wp / surf_usm_v(l)%dz_green_stag |
---|
3426 | Â Â Â Â ENDDOÂ Â Â |
---|
3427 | |
---|
3428 | Â Â Â Â |
---|
3429 |     IF ( debug_output ) CALL debug_message( 'usm_init_material_model', 'end' ) |
---|
3430 | |
---|
3431 | Â Â END SUBROUTINE usm_init_material_model |
---|
3432 | |
---|
3433 | |
---|
3434 | !------------------------------------------------------------------------------! |
---|
3435 | ! Description: |
---|
3436 | ! ------------ |
---|
3437 | !> Initialization of the urban surface model |
---|
3438 | !------------------------------------------------------------------------------! |
---|
3439 | Â Â SUBROUTINE usm_init |
---|
3440 | |
---|
3441 |     USE arrays_3d,                             & |
---|
3442 | Â Â Â Â Â Â ONLY:Â zw |
---|
3443 | |
---|
3444 |     USE netcdf_data_input_mod,                       & |
---|
3445 |       ONLY: building_pars_f, building_surface_pars_f, building_type_f, & |
---|
3446 | Â Â Â Â Â Â Â Â Â Â terrain_height_f |
---|
3447 | Â Â |
---|
3448 | Â Â Â Â IMPLICIT NONE |
---|
3449 | |
---|
3450 |     INTEGER(iwp) :: i          !< loop index x-dirction |
---|
3451 |     INTEGER(iwp) :: ind_alb_green    !< index in input list for green albedo |
---|
3452 |     INTEGER(iwp) :: ind_alb_wall    !< index in input list for wall albedo |
---|
3453 |     INTEGER(iwp) :: ind_alb_win     !< index in input list for window albedo |
---|
3454 |     INTEGER(iwp) :: ind_emis_wall    !< index in input list for wall emissivity |
---|
3455 |     INTEGER(iwp) :: ind_emis_green   !< index in input list for green emissivity |
---|
3456 |     INTEGER(iwp) :: ind_emis_win    !< index in input list for window emissivity |
---|
3457 |     INTEGER(iwp) :: ind_green_frac_w  !< index in input list for green fraction on wall |
---|
3458 |     INTEGER(iwp) :: ind_green_frac_r  !< index in input list for green fraction on roof |
---|
3459 | Â Â Â Â INTEGER(iwp)Â ::Â ind_hc1Â Â Â Â Â Â Â !< index in input list for heat capacity at first wall layer |
---|
3460 |     INTEGER(iwp) :: ind_hc1_win     !< index in input list for heat capacity at first window layer |
---|
3461 | Â Â Â Â INTEGER(iwp)Â ::Â ind_hc2Â Â Â Â Â Â Â !< index in input list for heat capacity at second wall layer |
---|
3462 |     INTEGER(iwp) :: ind_hc2_win     !< index in input list for heat capacity at second window layer |
---|
3463 | Â Â Â Â INTEGER(iwp)Â ::Â ind_hc3Â Â Â Â Â Â Â !< index in input list for heat capacity at third wall layer |
---|
3464 |     INTEGER(iwp) :: ind_hc3_win     !< index in input list for heat capacity at third window layer |
---|
3465 |     INTEGER(iwp) :: ind_lai_r      !< index in input list for LAI on roof |
---|
3466 |     INTEGER(iwp) :: ind_lai_w      !< index in input list for LAI on wall |
---|
3467 | Â Â Â Â INTEGER(iwp)Â ::Â ind_tc1Â Â Â Â Â Â Â !< index in input list for thermal conductivity at first wall layer |
---|
3468 |     INTEGER(iwp) :: ind_tc1_win     !< index in input list for thermal conductivity at first window layer |
---|
3469 | Â Â Â Â INTEGER(iwp)Â ::Â ind_tc2Â Â Â Â Â Â Â !< index in input list for thermal conductivity at second wall layer |
---|
3470 |     INTEGER(iwp) :: ind_tc2_win     !< index in input list for thermal conductivity at second window layer |
---|
3471 | Â Â Â Â INTEGER(iwp)Â ::Â ind_tc3Â Â Â Â Â Â Â !< index in input list for thermal conductivity at third wall layer |
---|
3472 |     INTEGER(iwp) :: ind_tc3_win     !< index in input list for thermal conductivity at third window layer |
---|
3473 | Â Â Â Â INTEGER(iwp)Â ::Â ind_thick_1Â Â Â Â Â !< index in input list for thickness of first wall layer |
---|
3474 |     INTEGER(iwp) :: ind_thick_1_win   !< index in input list for thickness of first window layer |
---|
3475 | Â Â Â Â INTEGER(iwp)Â ::Â ind_thick_2Â Â Â Â Â !< index in input list for thickness of second wall layer |
---|
3476 |     INTEGER(iwp) :: ind_thick_2_win   !< index in input list for thickness of second window layer |
---|
3477 | Â Â Â Â INTEGER(iwp)Â ::Â ind_thick_3Â Â Â Â Â !< index in input list for thickness of third wall layer |
---|
3478 |     INTEGER(iwp) :: ind_thick_3_win   !< index in input list for thickness of third window layer |
---|
3479 | Â Â Â Â INTEGER(iwp)Â ::Â ind_thick_4Â Â Â Â Â !< index in input list for thickness of fourth wall layer |
---|
3480 |     INTEGER(iwp) :: ind_thick_4_win   !< index in input list for thickness of fourth window layer |
---|
3481 |     INTEGER(iwp) :: ind_trans      !< index in input list for window transmissivity |
---|
3482 |     INTEGER(iwp) :: ind_wall_frac    !< index in input list for wall fraction |
---|
3483 |     INTEGER(iwp) :: ind_win_frac    !< index in input list for window fraction |
---|
3484 | Â Â Â Â INTEGER(iwp)Â ::Â ind_z0Â Â Â Â Â Â Â !< index in input list for z0 |
---|
3485 |     INTEGER(iwp) :: ind_z0qh      !< index in input list for z0h / z0q |
---|
3486 |     INTEGER(iwp) :: is         !< loop index input surface element |
---|
3487 |     INTEGER(iwp) :: j          !< loop index y-dirction |
---|
3488 |     INTEGER(iwp) :: k          !< loop index z-dirction |
---|
3489 |     INTEGER(iwp) :: l          !< loop index surface orientation |
---|
3490 |     INTEGER(iwp) :: m          !< loop index surface element |
---|
3491 |     INTEGER(iwp) :: st         !< dummy |
---|
3492 | |
---|
3493 |     LOGICAL   :: relative_fractions_corrected !< flag indicating if relative surface fractions require normalization |
---|
3494 | |
---|
3495 |     REAL(wp)   :: c, tin, twin |
---|
3496 |     REAL(wp)   :: ground_floor_level_l     !< local height of ground floor level |
---|
3497 |     REAL(wp)   :: sum_frac           !< sum of the relative material fractions at a surface element |
---|
3498 |     REAL(wp)   :: z_agl            !< height of the surface element above terrain |
---|
3499 | |
---|
3500 |     IF ( debug_output ) CALL debug_message( 'usm_init', 'start' ) |
---|
3501 | |
---|
3502 |     CALL cpu_log( log_point_s(78), 'usm_init', 'start' ) |
---|
3503 | ! |
---|
3504 | !--Â Â Â surface forcing have to be disabled for LSF |
---|
3505 | !--Â Â Â in case of enabled urban surface module |
---|
3506 |     IF ( large_scale_forcing ) THEN |
---|
3507 |       lsf_surf = .FALSE. |
---|
3508 | Â Â Â Â ENDIF |
---|
3509 | ! |
---|
3510 | !--Â Â Â Flag surface elements belonging to the ground floor level. Therefore, |
---|
3511 | !--Â Â Â use terrain height array from file, if available. This flag is later used |
---|
3512 | !--Â Â Â to control initialization of surface attributes. |
---|
3513 | !--Â Â Â Todo: for the moment disable initialization of building roofs with |
---|
3514 | !--Â Â Â ground-floor-level properties. |
---|
3515 |     surf_usm_h%ground_level = .FALSE. |
---|
3516 | |
---|
3517 |     DO l = 0, 3 |
---|
3518 |       surf_usm_v(l)%ground_level = .FALSE. |
---|
3519 |       DO m = 1, surf_usm_v(l)%ns |
---|
3520 |        i = surf_usm_v(l)%i(m) + surf_usm_v(l)%ioff |
---|
3521 |        j = surf_usm_v(l)%j(m) + surf_usm_v(l)%joff |
---|
3522 |        k = surf_usm_v(l)%k(m) |
---|
3523 | ! |
---|
3524 | !--Â Â Â Â Â Â Determine local ground level. Level 1 - default value, |
---|
3525 | !--Â Â Â Â Â Â level 2 - initialization according to building type, |
---|
3526 | !--Â Â Â Â Â Â level 3 - initialization from value read from file. |
---|
3527 |        ground_floor_level_l = ground_floor_level |
---|
3528 | Â Â Â Â Â Â Â |
---|
3529 |        IF ( building_type_f%from_file ) THEN |
---|
3530 |          ground_floor_level_l =                    & |
---|
3531 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â building_pars(ind_gflh,building_type_f%var(j,i)) |
---|
3532 | Â Â Â Â Â Â Â ENDIF |
---|
3533 | Â Â Â Â Â Â Â |
---|
3534 |        IF ( building_pars_f%from_file ) THEN |
---|
3535 | Â Â Â Â Â Â Â Â Â IFÂ (Â building_pars_f%pars_xy(ind_gflh,j,i)Â /=Â Â Â Â Â Â Â Â Â & |
---|
3536 |            building_pars_f%fill )                  & |
---|
3537 |           ground_floor_level_l = building_pars_f%pars_xy(ind_gflh,j,i) |
---|
3538 | Â Â Â Â Â Â Â ENDIF |
---|
3539 | ! |
---|
3540 | !--Â Â Â Â Â Â Determine height of surface element above ground level. Please |
---|
3541 | !--Â Â Â Â Â Â note, height of surface element is determined with respect to |
---|
3542 | !--Â Â Â Â Â Â its height above ground of the reference grid point in atmosphere, |
---|
3543 | !--Â Â Â Â Â Â Therefore, substract the offset values when assessing the terrain |
---|
3544 | !--Â Â Â Â Â Â height. |
---|
3545 |        IF ( terrain_height_f%from_file ) THEN |
---|
3546 |          z_agl = zw(k) - terrain_height_f%var(j-surf_usm_v(l)%joff,  & |
---|
3547 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â i-surf_usm_v(l)%ioff) |
---|
3548 | Â Â Â Â Â Â Â ELSE |
---|
3549 |          z_agl = zw(k) |
---|
3550 | Â Â Â Â Â Â Â ENDIF |
---|
3551 | ! |
---|
3552 | !--Â Â Â Â Â Â Set flag for ground level |
---|
3553 |        IF ( z_agl <= ground_floor_level_l )               & |
---|
3554 | Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â =Â .TRUE. |
---|
3555 | |
---|
3556 | Â Â Â Â Â Â ENDDO |
---|
3557 | Â Â Â Â ENDDO |
---|
3558 | ! |
---|
3559 | !--Â Â Â Initialization of resistances. |
---|
3560 |     DO m = 1, surf_usm_h%ns |
---|
3561 | Â Â Â Â Â Â surf_usm_h%r_a(m)Â Â Â Â =Â 50.0_wp |
---|
3562 | Â Â Â Â Â Â surf_usm_h%r_a_green(m)Â =Â 50.0_wp |
---|
3563 | Â Â Â Â Â Â surf_usm_h%r_a_window(m)Â =Â 50.0_wp |
---|
3564 | Â Â Â Â ENDDO |
---|
3565 |     DO l = 0, 3 |
---|
3566 |       DO m = 1, surf_usm_v(l)%ns |
---|
3567 | Â Â Â Â Â Â Â surf_usm_v(l)%r_a(m)Â Â Â Â =Â 50.0_wp |
---|
3568 | Â Â Â Â Â Â Â surf_usm_v(l)%r_a_green(m)Â =Â 50.0_wp |
---|
3569 | Â Â Â Â Â Â Â surf_usm_v(l)%r_a_window(m)Â =Â 50.0_wp |
---|
3570 | Â Â Â Â Â Â ENDDO |
---|
3571 | Â Â Â Â ENDDO |
---|
3572 | Â Â Â Â |
---|
3573 | ! |
---|
3574 | !--Â Â Map values onto horizontal elemements |
---|
3575 |     DO m = 1, surf_usm_h%ns |
---|
3576 |      surf_usm_h%r_canopy(m)   = 200.0_wp !< canopy_resistance |
---|
3577 |      surf_usm_h%r_canopy_min(m) = 200.0_wp !< min_canopy_resistance |
---|
3578 |      surf_usm_h%g_d(m)     = 0.0_wp  !< canopy_resistance_coefficient |
---|
3579 | Â Â Â Â ENDDO |
---|
3580 | ! |
---|
3581 | !--Â Â Map values onto vertical elements, even though this does not make |
---|
3582 | !--Â Â much sense. |
---|
3583 |     DO l = 0, 3 |
---|
3584 |      DO m = 1, surf_usm_v(l)%ns |
---|
3585 |        surf_usm_v(l)%r_canopy(m)   = 200.0_wp !< canopy_resistance |
---|
3586 |        surf_usm_v(l)%r_canopy_min(m) = 200.0_wp !< min_canopy_resistance |
---|
3587 |        surf_usm_v(l)%g_d(m)     = 0.0_wp  !< canopy_resistance_coefficient |
---|
3588 | Â Â Â Â Â ENDDO |
---|
3589 | Â Â Â Â ENDDO |
---|
3590 | |
---|
3591 | ! |
---|
3592 | !--Â Â Â Initialize urban-type surface attribute. According to initialization in |
---|
3593 | !--Â Â Â land-surface model, follow a 3-level approach. |
---|
3594 | !--Â Â Â Level 1 - initialization via default attributes |
---|
3595 |     DO m = 1, surf_usm_h%ns |
---|
3596 | ! |
---|
3597 | !--Â Â Â Â Now, all horizontal surfaces are roof surfaces (?) |
---|
3598 | Â Â Â Â Â Â surf_usm_h%isroof_surf(m)Â Â =Â .TRUE. |
---|
3599 |       surf_usm_h%surface_types(m) = roof_category     !< default category for root surface |
---|
3600 | ! |
---|
3601 | !--Â Â Â Â In order to distinguish between ground floor level and |
---|
3602 | !--Â Â Â Â above-ground-floor level surfaces, set input indices. |
---|
3603 | |
---|
3604 |       ind_green_frac_r = MERGE( ind_green_frac_r_gfl, ind_green_frac_r_agfl, & |
---|
3605 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%ground_level(m)Â ) |
---|
3606 |       ind_lai_r    = MERGE( ind_lai_r_gfl,    ind_lai_r_agfl,    & |
---|
3607 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%ground_level(m)Â ) |
---|
3608 |       ind_z0      = MERGE( ind_z0_gfl,      ind_z0_agfl,      & |
---|
3609 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%ground_level(m)Â ) |
---|
3610 |       ind_z0qh     = MERGE( ind_z0qh_gfl,     ind_z0qh_agfl,     & |
---|
3611 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_h%ground_level(m)Â ) |
---|
3612 | ! |
---|
3613 | !--Â Â Â Â Store building type and its name on each surface element |
---|
3614 | Â Â Â Â Â Â surf_usm_h%building_type(m)Â Â Â =Â building_type |
---|
3615 | Â Â Â Â Â Â surf_usm_h%building_type_name(m)Â =Â building_type_name(building_type) |
---|
3616 | ! |
---|
3617 | !--Â Â Â Â Initialize relatvie wall- (0), green- (1) and window (2) fractions |
---|
3618 | Â Â Â Â Â Â surf_usm_h%frac(m,ind_veg_wall)Â =Â building_pars(ind_wall_frac_r,building_type)Â Â |
---|
3619 | Â Â Â Â Â Â surf_usm_h%frac(m,ind_pav_green)Â =Â building_pars(ind_green_frac_r,building_type)Â |
---|
3620 | Â Â Â Â Â Â surf_usm_h%frac(m,ind_wat_win)Â Â =Â building_pars(ind_win_frac_r,building_type)Â |
---|
3621 | Â Â Â Â Â Â surf_usm_h%lai(m)Â Â Â Â Â Â Â Â =Â building_pars(ind_lai_r,building_type)Â |
---|
3622 | |
---|
3623 | Â Â Â Â Â Â surf_usm_h%rho_c_wall(nzb_wall,m)Â Â =Â building_pars(ind_hc1_wall_r,building_type)Â |
---|
3624 | Â Â Â Â Â Â surf_usm_h%rho_c_wall(nzb_wall+1,m)Â =Â building_pars(ind_hc1_wall_r,building_type) |
---|
3625 | Â Â Â Â Â Â surf_usm_h%rho_c_wall(nzb_wall+2,m)Â =Â building_pars(ind_hc2_wall_r,building_type) |
---|
3626 | Â Â Â Â Â Â surf_usm_h%rho_c_wall(nzb_wall+3,m)Â =Â building_pars(ind_hc3_wall_r,building_type)Â Â |
---|
3627 | Â Â Â Â Â Â surf_usm_h%lambda_h(nzb_wall,m)Â Â =Â building_pars(ind_tc1_wall_r,building_type)Â |
---|
3628 | Â Â Â Â Â Â surf_usm_h%lambda_h(nzb_wall+1,m)Â =Â building_pars(ind_tc1_wall_r,building_type)Â |
---|
3629 | Â Â Â Â Â Â surf_usm_h%lambda_h(nzb_wall+2,m)Â =Â building_pars(ind_tc2_wall_r,building_type) |
---|
3630 | Â Â Â Â Â Â surf_usm_h%lambda_h(nzb_wall+3,m)Â =Â building_pars(ind_tc3_wall_r,building_type)Â Â |
---|
3631 |       surf_usm_h%rho_c_green(nzb_wall,m)  = rho_c_soil !building_pars(ind_hc1_wall_r,building_type) |
---|
3632 |       surf_usm_h%rho_c_green(nzb_wall+1,m) = rho_c_soil !building_pars(ind_hc1_wall_r,building_type) |
---|
3633 |       surf_usm_h%rho_c_green(nzb_wall+2,m) = rho_c_soil !building_pars(ind_hc2_wall_r,building_type) |
---|
3634 |       surf_usm_h%rho_c_green(nzb_wall+3,m) = rho_c_soil !building_pars(ind_hc3_wall_r,building_type)  |
---|
3635 |       surf_usm_h%lambda_h_green(nzb_wall,m)  = lambda_h_green_sm !building_pars(ind_tc1_wall_r,building_type) |
---|
3636 |       surf_usm_h%lambda_h_green(nzb_wall+1,m) = lambda_h_green_sm !building_pars(ind_tc1_wall_r,building_type) |
---|
3637 |       surf_usm_h%lambda_h_green(nzb_wall+2,m) = lambda_h_green_sm !building_pars(ind_tc2_wall_r,building_type) |
---|
3638 |       surf_usm_h%lambda_h_green(nzb_wall+3,m) = lambda_h_green_sm !building_pars(ind_tc3_wall_r,building_type) |
---|
3639 | Â Â Â Â Â Â surf_usm_h%rho_c_window(nzb_wall,m)Â Â =Â building_pars(ind_hc1_win_r,building_type)Â |
---|
3640 | Â Â Â Â Â Â surf_usm_h%rho_c_window(nzb_wall+1,m)Â =Â building_pars(ind_hc1_win_r,building_type) |
---|
3641 | Â Â Â Â Â Â surf_usm_h%rho_c_window(nzb_wall+2,m)Â =Â building_pars(ind_hc2_win_r,building_type) |
---|
3642 | Â Â Â Â Â Â surf_usm_h%rho_c_window(nzb_wall+3,m)Â =Â building_pars(ind_hc3_win_r,building_type)Â Â |
---|
3643 | Â Â Â Â Â Â surf_usm_h%lambda_h_window(nzb_wall,m)Â Â =Â building_pars(ind_tc1_win_r,building_type)Â |
---|
3644 | Â Â Â Â Â Â surf_usm_h%lambda_h_window(nzb_wall+1,m)Â =Â building_pars(ind_tc1_win_r,building_type)Â |
---|
3645 | Â Â Â Â Â Â surf_usm_h%lambda_h_window(nzb_wall+2,m)Â =Â building_pars(ind_tc2_win_r,building_type) |
---|
3646 | Â Â Â Â Â Â surf_usm_h%lambda_h_window(nzb_wall+3,m)Â =Â building_pars(ind_tc3_win_r,building_type)Â Â |
---|
3647 | |
---|
3648 | Â Â Â Â Â Â surf_usm_h%target_temp_summer(m)Â =Â building_pars(ind_indoor_target_temp_summer,building_type)Â Â |
---|
3649 | Â Â Â Â Â Â surf_usm_h%target_temp_winter(m)Â =Â building_pars(ind_indoor_target_temp_winter,building_type)Â Â |
---|
3650 | ! |
---|
3651 | !--Â Â Â Â emissivity of wall-, green- and window fraction |
---|
3652 | Â Â Â Â Â Â surf_usm_h%emissivity(m,ind_veg_wall)Â =Â building_pars(ind_emis_wall_r,building_type) |
---|
3653 | Â Â Â Â Â Â surf_usm_h%emissivity(m,ind_pav_green)Â =Â building_pars(ind_emis_green_r,building_type) |
---|
3654 | Â Â Â Â Â Â surf_usm_h%emissivity(m,ind_wat_win)Â Â =Â building_pars(ind_emis_win_r,building_type) |
---|
3655 | |
---|
3656 | Â Â Â Â Â Â surf_usm_h%transmissivity(m)Â Â Â =Â building_pars(ind_trans_r,building_type) |
---|
3657 | |
---|
3658 | Â Â Â Â Â Â surf_usm_h%z0(m)Â Â Â Â Â Â Â Â Â =Â building_pars(ind_z0,building_type) |
---|
3659 | Â Â Â Â Â Â surf_usm_h%z0h(m)Â Â Â Â Â Â Â Â Â =Â building_pars(ind_z0qh,building_type) |
---|
3660 | Â Â Â Â Â Â surf_usm_h%z0q(m)Â Â Â Â Â Â Â Â Â =Â building_pars(ind_z0qh,building_type) |
---|
3661 | ! |
---|
3662 | !--Â Â Â Â albedo type for wall fraction, green fraction, window fraction |
---|
3663 | Â Â Â Â Â Â surf_usm_h%albedo_type(m,ind_veg_wall)Â =Â INT(Â building_pars(ind_alb_wall_r,building_type)Â ) |
---|
3664 | Â Â Â Â Â Â surf_usm_h%albedo_type(m,ind_pav_green)Â =Â INT(Â building_pars(ind_alb_green_r,building_type)Â ) |
---|
3665 | Â Â Â Â Â Â surf_usm_h%albedo_type(m,ind_wat_win)Â Â =Â INT(Â building_pars(ind_alb_win_r,building_type)Â Â ) |
---|
3666 | |
---|
3667 | Â Â Â Â Â Â surf_usm_h%zw(nzb_wall,m)Â Â Â Â Â =Â building_pars(ind_thick_1_wall_r,building_type) |
---|
3668 | Â Â Â Â Â Â surf_usm_h%zw(nzb_wall+1,m)Â Â Â Â =Â building_pars(ind_thick_2_wall_r,building_type) |
---|
3669 | Â Â Â Â Â Â surf_usm_h%zw(nzb_wall+2,m)Â Â Â Â =Â building_pars(ind_thick_3_wall_r,building_type) |
---|
3670 | Â Â Â Â Â Â surf_usm_h%zw(nzb_wall+3,m)Â Â Â Â =Â building_pars(ind_thick_4_wall_r,building_type) |
---|
3671 | Â Â Â Â Â Â |
---|
3672 | Â Â Â Â Â Â surf_usm_h%zw_green(nzb_wall,m)Â Â Â Â Â =Â building_pars(ind_thick_1_wall_r,building_type) |
---|
3673 | Â Â Â Â Â Â surf_usm_h%zw_green(nzb_wall+1,m)Â Â Â Â =Â building_pars(ind_thick_2_wall_r,building_type) |
---|
3674 | Â Â Â Â Â Â surf_usm_h%zw_green(nzb_wall+2,m)Â Â Â Â =Â building_pars(ind_thick_3_wall_r,building_type) |
---|
3675 | Â Â Â Â Â Â surf_usm_h%zw_green(nzb_wall+3,m)Â Â Â Â =Â building_pars(ind_thick_4_wall_r,building_type) |
---|
3676 | Â Â Â Â Â Â |
---|
3677 | Â Â Â Â Â Â surf_usm_h%zw_window(nzb_wall,m)Â Â Â Â Â =Â building_pars(ind_thick_1_win_r,building_type) |
---|
3678 | Â Â Â Â Â Â surf_usm_h%zw_window(nzb_wall+1,m)Â Â Â Â =Â building_pars(ind_thick_2_win_r,building_type) |
---|
3679 | Â Â Â Â Â Â surf_usm_h%zw_window(nzb_wall+2,m)Â Â Â Â =Â building_pars(ind_thick_3_win_r,building_type) |
---|
3680 | Â Â Â Â Â Â surf_usm_h%zw_window(nzb_wall+3,m)Â Â Â Â =Â building_pars(ind_thick_4_win_r,building_type) |
---|
3681 | |
---|
3682 | Â Â Â Â Â Â surf_usm_h%green_type_roof(m)Â Â Â =Â building_pars(ind_green_type_roof,building_type) |
---|
3683 | |
---|
3684 | Â Â Â Â ENDDO |
---|
3685 | |
---|
3686 |     DO l = 0, 3 |
---|
3687 |       DO m = 1, surf_usm_v(l)%ns |
---|
3688 | |
---|
3689 |        surf_usm_v(l)%surface_types(m) = wall_category     !< default category for root surface |
---|
3690 | ! |
---|
3691 | !--Â Â Â Â Â Â In order to distinguish between ground floor level and |
---|
3692 | !--Â Â Â Â Â Â above-ground-floor level surfaces, set input indices. |
---|
3693 |        ind_alb_green  = MERGE( ind_alb_green_gfl,  ind_alb_green_agfl,  & |
---|
3694 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3695 |        ind_alb_wall   = MERGE( ind_alb_wall_gfl,   ind_alb_wall_agfl,   & |
---|
3696 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3697 |        ind_alb_win   = MERGE( ind_alb_win_gfl,   ind_alb_win_agfl,   & |
---|
3698 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3699 |        ind_wall_frac  = MERGE( ind_wall_frac_gfl,  ind_wall_frac_agfl,  & |
---|
3700 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3701 |        ind_win_frac   = MERGE( ind_win_frac_gfl,   ind_win_frac_agfl,   & |
---|
3702 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3703 |        ind_green_frac_w = MERGE( ind_green_frac_w_gfl, ind_green_frac_w_agfl, & |
---|
3704 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3705 |        ind_green_frac_r = MERGE( ind_green_frac_r_gfl, ind_green_frac_r_agfl, & |
---|
3706 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3707 |        ind_lai_r    = MERGE( ind_lai_r_gfl,    ind_lai_r_agfl,    & |
---|
3708 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3709 |        ind_lai_w    = MERGE( ind_lai_w_gfl,    ind_lai_w_agfl,    & |
---|
3710 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3711 |        ind_hc1     = MERGE( ind_hc1_gfl,     ind_hc1_agfl,     & |
---|
3712 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3713 |        ind_hc1_win   = MERGE( ind_hc1_win_gfl,   ind_hc1_win_agfl,   & |
---|
3714 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3715 |        ind_hc2     = MERGE( ind_hc2_gfl,     ind_hc2_agfl,     & |
---|
3716 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3717 |        ind_hc2_win   = MERGE( ind_hc2_win_gfl,   ind_hc2_win_agfl,   & |
---|
3718 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3719 |        ind_hc3     = MERGE( ind_hc3_gfl,     ind_hc3_agfl,     & |
---|
3720 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3721 |        ind_hc3_win   = MERGE( ind_hc3_win_gfl,   ind_hc3_win_agfl,   & |
---|
3722 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3723 |        ind_tc1     = MERGE( ind_tc1_gfl,     ind_tc1_agfl,     & |
---|
3724 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3725 |        ind_tc1_win   = MERGE( ind_tc1_win_gfl,   ind_tc1_win_agfl,   & |
---|
3726 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3727 |        ind_tc2     = MERGE( ind_tc2_gfl,     ind_tc2_agfl,     & |
---|
3728 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3729 |        ind_tc2_win   = MERGE( ind_tc2_win_gfl,   ind_tc2_win_agfl,   & |
---|
3730 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3731 |        ind_tc3     = MERGE( ind_tc3_gfl,     ind_tc3_agfl,     & |
---|
3732 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3733 |        ind_tc3_win   = MERGE( ind_tc3_win_gfl,   ind_tc3_win_agfl,   & |
---|
3734 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3735 |        ind_thick_1   = MERGE( ind_thick_1_gfl,   ind_thick_1_agfl,   & |
---|
3736 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3737 |        ind_thick_1_win = MERGE( ind_thick_1_win_gfl, ind_thick_1_win_agfl, & |
---|
3738 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3739 |        ind_thick_2   = MERGE( ind_thick_2_gfl,   ind_thick_2_agfl,   & |
---|
3740 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3741 |        ind_thick_2_win = MERGE( ind_thick_2_win_gfl, ind_thick_2_win_agfl, & |
---|
3742 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3743 |        ind_thick_3   = MERGE( ind_thick_3_gfl,   ind_thick_3_agfl,   & |
---|
3744 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3745 |        ind_thick_3_win = MERGE( ind_thick_3_win_gfl, ind_thick_3_win_agfl, & |
---|
3746 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3747 |        ind_thick_4   = MERGE( ind_thick_4_gfl,   ind_thick_4_agfl,   & |
---|
3748 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3749 |        ind_thick_4_win = MERGE( ind_thick_4_win_gfl, ind_thick_4_win_agfl, & |
---|
3750 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3751 |        ind_emis_wall  = MERGE( ind_emis_wall_gfl,  ind_emis_wall_agfl,  & |
---|
3752 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3753 |        ind_emis_green  = MERGE( ind_emis_green_gfl,  ind_emis_green_agfl,  & |
---|
3754 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3755 |        ind_emis_win   = MERGE( ind_emis_win_gfl,   ind_emis_win_agfl,   & |
---|
3756 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3757 |        ind_trans    = MERGE( ind_trans_gfl,    ind_trans_agfl,     & |
---|
3758 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3759 |        ind_z0      = MERGE( ind_z0_gfl,      ind_z0_agfl,      & |
---|
3760 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3761 |        ind_z0qh     = MERGE( ind_z0qh_gfl,     ind_z0qh_agfl,     & |
---|
3762 | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â surf_usm_v(l)%ground_level(m)Â ) |
---|
3763 | ! |
---|
3764 | !--Â Â Â Â Â Â Store building type and its name on each surface element |
---|
3765 | Â Â Â Â Â Â Â surf_usm_v(l)%building_type(m)Â Â Â =Â building_type |
---|
3766 | Â Â Â Â Â Â Â surf_usm_v(l)%building_type_name(m)Â =Â building_type_name(building_type) |
---|
3767 | ! |
---|
3768 | !--Â Â Â Â Â Â Initialize relatvie wall- (0), green- (1) and window (2) fractions |
---|
3769 | Â Â Â Â Â Â Â |
---|