Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
% Options for packages loaded elsewhere
\PassOptionsToPackage{unicode}{hyperref}
\PassOptionsToPackage{hyphens}{url}
\PassOptionsToPackage{dvipsnames,svgnames,x11names}{xcolor}
%
\documentclass[
letterpaper,
DIV=11]{scrreprt}
\usepackage{amsmath,amssymb}
\usepackage{iftex}
\ifPDFTeX
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{textcomp} % provide euro and other symbols
\else % if luatex or xetex
\usepackage{unicode-math}
\defaultfontfeatures{Scale=MatchLowercase}
\defaultfontfeatures[\rmfamily]{Ligatures=TeX,Scale=1}
\fi
\usepackage{lmodern}
\ifPDFTeX\else
% xetex/luatex font selection
\fi
% Use upquote if available, for straight quotes in verbatim environments
\IfFileExists{upquote.sty}{\usepackage{upquote}}{}
\IfFileExists{microtype.sty}{% use microtype if available
\usepackage[]{microtype}
\UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts
}{}
\makeatletter
\@ifundefined{KOMAClassName}{% if non-KOMA class
\IfFileExists{parskip.sty}{%
\usepackage{parskip}
}{% else
\setlength{\parindent}{0pt}
\setlength{\parskip}{6pt plus 2pt minus 1pt}}
}{% if KOMA class
\KOMAoptions{parskip=half}}
\makeatother
\usepackage{xcolor}
\setlength{\emergencystretch}{3em} % prevent overfull lines
\setcounter{secnumdepth}{-\maxdimen} % remove section numbering
% Make \paragraph and \subparagraph free-standing
\makeatletter
\ifx\paragraph\undefined\else
\let\oldparagraph\paragraph
\renewcommand{\paragraph}{
\@ifstar
\xxxParagraphStar
\xxxParagraphNoStar
}
\newcommand{\xxxParagraphStar}[1]{\oldparagraph*{#1}\mbox{}}
\newcommand{\xxxParagraphNoStar}[1]{\oldparagraph{#1}\mbox{}}
\fi
\ifx\subparagraph\undefined\else
\let\oldsubparagraph\subparagraph
\renewcommand{\subparagraph}{
\@ifstar
\xxxSubParagraphStar
\xxxSubParagraphNoStar
}
\newcommand{\xxxSubParagraphStar}[1]{\oldsubparagraph*{#1}\mbox{}}
\newcommand{\xxxSubParagraphNoStar}[1]{\oldsubparagraph{#1}\mbox{}}
\fi
\makeatother
\usepackage{color}
\usepackage{fancyvrb}
\newcommand{\VerbBar}{|}
\newcommand{\VERB}{\Verb[commandchars=\\\{\}]}
\DefineVerbatimEnvironment{Highlighting}{Verbatim}{commandchars=\\\{\}}
% Add ',fontsize=\small' for more characters per line
\usepackage{framed}
\definecolor{shadecolor}{RGB}{241,243,245}
\newenvironment{Shaded}{\begin{snugshade}}{\end{snugshade}}
\newcommand{\AlertTok}[1]{\textcolor[rgb]{0.68,0.00,0.00}{#1}}
\newcommand{\AnnotationTok}[1]{\textcolor[rgb]{0.37,0.37,0.37}{#1}}
\newcommand{\AttributeTok}[1]{\textcolor[rgb]{0.40,0.45,0.13}{#1}}
\newcommand{\BaseNTok}[1]{\textcolor[rgb]{0.68,0.00,0.00}{#1}}
\newcommand{\BuiltInTok}[1]{\textcolor[rgb]{0.00,0.23,0.31}{#1}}
\newcommand{\CharTok}[1]{\textcolor[rgb]{0.13,0.47,0.30}{#1}}
\newcommand{\CommentTok}[1]{\textcolor[rgb]{0.37,0.37,0.37}{#1}}
\newcommand{\CommentVarTok}[1]{\textcolor[rgb]{0.37,0.37,0.37}{\textit{#1}}}
\newcommand{\ConstantTok}[1]{\textcolor[rgb]{0.56,0.35,0.01}{#1}}
\newcommand{\ControlFlowTok}[1]{\textcolor[rgb]{0.00,0.23,0.31}{\textbf{#1}}}
\newcommand{\DataTypeTok}[1]{\textcolor[rgb]{0.68,0.00,0.00}{#1}}
\newcommand{\DecValTok}[1]{\textcolor[rgb]{0.68,0.00,0.00}{#1}}
\newcommand{\DocumentationTok}[1]{\textcolor[rgb]{0.37,0.37,0.37}{\textit{#1}}}
\newcommand{\ErrorTok}[1]{\textcolor[rgb]{0.68,0.00,0.00}{#1}}
\newcommand{\ExtensionTok}[1]{\textcolor[rgb]{0.00,0.23,0.31}{#1}}
\newcommand{\FloatTok}[1]{\textcolor[rgb]{0.68,0.00,0.00}{#1}}
\newcommand{\FunctionTok}[1]{\textcolor[rgb]{0.28,0.35,0.67}{#1}}
\newcommand{\ImportTok}[1]{\textcolor[rgb]{0.00,0.46,0.62}{#1}}
\newcommand{\InformationTok}[1]{\textcolor[rgb]{0.37,0.37,0.37}{#1}}
\newcommand{\KeywordTok}[1]{\textcolor[rgb]{0.00,0.23,0.31}{\textbf{#1}}}
\newcommand{\NormalTok}[1]{\textcolor[rgb]{0.00,0.23,0.31}{#1}}
\newcommand{\OperatorTok}[1]{\textcolor[rgb]{0.37,0.37,0.37}{#1}}
\newcommand{\OtherTok}[1]{\textcolor[rgb]{0.00,0.23,0.31}{#1}}
\newcommand{\PreprocessorTok}[1]{\textcolor[rgb]{0.68,0.00,0.00}{#1}}
\newcommand{\RegionMarkerTok}[1]{\textcolor[rgb]{0.00,0.23,0.31}{#1}}
\newcommand{\SpecialCharTok}[1]{\textcolor[rgb]{0.37,0.37,0.37}{#1}}
\newcommand{\SpecialStringTok}[1]{\textcolor[rgb]{0.13,0.47,0.30}{#1}}
\newcommand{\StringTok}[1]{\textcolor[rgb]{0.13,0.47,0.30}{#1}}
\newcommand{\VariableTok}[1]{\textcolor[rgb]{0.07,0.07,0.07}{#1}}
\newcommand{\VerbatimStringTok}[1]{\textcolor[rgb]{0.13,0.47,0.30}{#1}}
\newcommand{\WarningTok}[1]{\textcolor[rgb]{0.37,0.37,0.37}{\textit{#1}}}
\providecommand{\tightlist}{%
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}\usepackage{longtable,booktabs,array}
\usepackage{calc} % for calculating minipage widths
% Correct order of tables after \paragraph or \subparagraph
\usepackage{etoolbox}
\makeatletter
\patchcmd\longtable{\par}{\if@noskipsec\mbox{}\fi\par}{}{}
\makeatother
% Allow footnotes in longtable head/foot
\IfFileExists{footnotehyper.sty}{\usepackage{footnotehyper}}{\usepackage{footnote}}
\makesavenoteenv{longtable}
\usepackage{graphicx}
\makeatletter
\def\maxwidth{\ifdim\Gin@nat@width>\linewidth\linewidth\else\Gin@nat@width\fi}
\def\maxheight{\ifdim\Gin@nat@height>\textheight\textheight\else\Gin@nat@height\fi}
\makeatother
% Scale images if necessary, so that they will not overflow the page
% margins by default, and it is still possible to overwrite the defaults
% using explicit options in \includegraphics[width, height, ...]{}
\setkeys{Gin}{width=\maxwidth,height=\maxheight,keepaspectratio}
% Set default figure placement to htbp
\makeatletter
\def\fps@figure{htbp}
\makeatother
\usepackage{booktabs}
\usepackage{longtable}
\usepackage{array}
\usepackage{multirow}
\usepackage{wrapfig}
\usepackage{float}
\usepackage{colortbl}
\usepackage{pdflscape}
\usepackage{tabu}
\usepackage{threeparttable}
\usepackage{threeparttablex}
\usepackage[normalem]{ulem}
\usepackage{makecell}
\usepackage{xcolor}
\usepackage{fontspec}
\usepackage{multicol}
\usepackage{hhline}
\newlength\Oldarrayrulewidth
\newlength\Oldtabcolsep
\usepackage{hyperref}
\usepackage{easy-todo}
\KOMAoption{captions}{tableheading}
\makeatletter
\@ifpackageloaded{caption}{}{\usepackage{caption}}
\AtBeginDocument{%
\ifdefined\contentsname
\renewcommand*\contentsname{Inhaltsverzeichnis}
\else
\newcommand\contentsname{Inhaltsverzeichnis}
\fi
\ifdefined\listfigurename
\renewcommand*\listfigurename{Abbildungsverzeichnis}
\else
\newcommand\listfigurename{Abbildungsverzeichnis}
\fi
\ifdefined\listtablename
\renewcommand*\listtablename{Tabellenverzeichnis}
\else
\newcommand\listtablename{Tabellenverzeichnis}
\fi
\ifdefined\figurename
\renewcommand*\figurename{Abbildung}
\else
\newcommand\figurename{Abbildung}
\fi
\ifdefined\tablename
\renewcommand*\tablename{Tabelle}
\else
\newcommand\tablename{Tabelle}
\fi
}
\@ifpackageloaded{float}{}{\usepackage{float}}
\floatstyle{ruled}
\@ifundefined{c@chapter}{\newfloat{codelisting}{h}{lop}}{\newfloat{codelisting}{h}{lop}[chapter]}
\floatname{codelisting}{Listing}
\newcommand*\listoflistings{\listof{codelisting}{Listingverzeichnis}}
\makeatother
\makeatletter
\makeatother
\makeatletter
\@ifpackageloaded{caption}{}{\usepackage{caption}}
\@ifpackageloaded{subcaption}{}{\usepackage{subcaption}}
\makeatother
\ifLuaTeX
\usepackage[bidi=basic]{babel}
\else
\usepackage[bidi=default]{babel}
\fi
\babelprovide[main,import]{ngerman}
% get rid of language-specific shorthands (see #6817):
\let\LanguageShortHands\languageshorthands
\def\languageshorthands#1{}
\ifLuaTeX
\usepackage{selnolig} % disable illegal ligatures
\fi
\usepackage{bookmark}
\IfFileExists{xurl.sty}{\usepackage{xurl}}{} % add URL line breaks if available
\urlstyle{same} % disable monospaced font for URLs
\hypersetup{
pdftitle={Weham},
pdfauthor={Torsten Wiebke},
pdflang={de},
colorlinks=true,
linkcolor={blue},
filecolor={Maroon},
citecolor={Blue},
urlcolor={Blue},
pdfcreator={LaTeX via pandoc}}
\title{Weham}
\usepackage{etoolbox}
\makeatletter
\providecommand{\subtitle}[1]{% add subtitle to \maketitle
\apptocmd{\@title}{\par {\large #1 \par}}{}{}
}
\makeatother
\subtitle{Diskussionsgrundlage zu den Daten der BWI 2022 und WEHAM}
\author{Torsten Wiebke}
\date{Stand 15. 10. 2024}
\begin{document}
\maketitle
\chapter{BWI}\label{bwi}
\section{Waldeigentum}\label{waldeigentum}
Die Brandenburger Waldfläche in Höhe von 1.127.980~ha teilt sich in -
62.29~\% Privatwald und - 37.71~\% öffentlicher Wald auf
\includegraphics{weham_files/figure-pdf/waldfl_brb_eig-1.pdf}
\subsection{Eigentumsübergänge
2012-2022}\label{eigentumsuxfcberguxe4nge-2012-2022}
\begin{itemize}
\tightlist
\item
größte Flächenzunahme im Privatwald zwischen 20 ha und 1000 ha -
Eigentumsübergang, Ersatzmaßnahmen
\item
leichte Zunahme im Privatwald \textgreater1000 ha - Übertragung an
Stiftungen
\item
alle anderen Eigentumsformen verlieren Fläche
\end{itemize}
\includegraphics{weham_files/figure-pdf/ver-waldfl_eig_plot-1.pdf}
\section{Baumartenverteilung}\label{baumartenverteilung}
\begin{itemize}
\tightlist
\item
mit einem Anteil von \textbf{68,68~\%} immer noch von der Kiefer
geprägt
\item
Eichen und Birken haben jeweils noch Standflächenanteile von über
5~\%,
\item
Buche, Erle und die sonstigen Laubhölzer hoher und niedriger
Lebensdauer erreichen immer noch zwischen 2,2~\% und 3,6~\%
\end{itemize}
\includegraphics{weham_files/figure-pdf/waldfl_ba_22_treemap-1.pdf}
\section{Baumartenverteilung im
Detail}\label{baumartenverteilung-im-detail}
\includegraphics{weham_files/figure-pdf/barplot-waldfl22_ba_long_sorted-1.pdf}
\subsection{Baumartenzusammensetzungsänderung}\label{baumartenzusammensetzungsuxe4nderung}
\begin{itemize}
\tightlist
\item
Anstieg des Laubbaumanteils (v.a. Eiche und Buche)
\item
erheblicher Rückgang von Birke und den Laubbäumen niedriger
Lebensdauer (z.B. Erle, Pappel, Vogelbeere, Weiden)\\
\item
Abnahme der Blößenflächen
\end{itemize}
\includegraphics{weham_files/figure-pdf/plot-standfl22_ver-1.pdf}
\section{Vorrat}\label{vorrat-1}
\begin{Shaded}
\begin{Highlighting}[]
\CommentTok{\# Schritt 1: Sortiere den Datensatz nach Anteil und Baumartengruppe}
\NormalTok{vor\_reell\_bb\_hbst\_eiggr\_ba\_qm\_h\_sorted }\OtherTok{\textless{}{-}}\NormalTok{ vor\_reell\_bb\_hbst\_eiggr\_ba\_qm\_h }\SpecialCharTok{\%\textgreater{}\%}
\FunctionTok{filter}\NormalTok{(}\SpecialCharTok{!}\NormalTok{Eigentumsart }\SpecialCharTok{\%in\%} \FunctionTok{c}\NormalTok{(}\StringTok{"Öffentlicher Wald"}\NormalTok{, }\StringTok{"Privatwald"}\NormalTok{, }\StringTok{"alle Eigentumsarten"}\NormalTok{), }
\SpecialCharTok{!}\NormalTok{Baumartengruppe }\SpecialCharTok{\%in\%} \FunctionTok{c}\NormalTok{(}\StringTok{"alle Laubbäume"}\NormalTok{, }\StringTok{"alle Nadelbäume"}\NormalTok{, }\StringTok{"alle Baumarten"}\NormalTok{)) }\SpecialCharTok{\%\textgreater{}\%}
\FunctionTok{group\_by}\NormalTok{(Eigentumsart) }\SpecialCharTok{\%\textgreater{}\%}
\FunctionTok{arrange}\NormalTok{(}\FunctionTok{desc}\NormalTok{(Vorrat))}
\CommentTok{\# Schritt 2: Setze die Baumartengruppe als Faktor und definiere die Reihenfolge nach Anteil}
\CommentTok{\# vor\_reell\_bb\_hbst\_eiggr\_ba\_qm\_h\_sorted$Baumartengruppe \textless{}{-} factor(levels = vor\_reell\_bb\_hbst\_eiggr\_ba\_qm\_h\_sorted$Baumartengruppe [order(vor\_reell\_bb\_hbst\_eiggr\_ba\_qm\_h\_sorted$Vorrat, decreasing = TRUE)])}
\CommentTok{\# Schritt 3: Filtere ba\_farben so, dass nur die Farben verwendet werden, die im Plot vorkommen}
\NormalTok{farben\_fuer\_plot }\OtherTok{\textless{}{-}}\NormalTok{ ba\_farben[}\FunctionTok{names}\NormalTok{(ba\_farben) }\SpecialCharTok{\%in\%} \FunctionTok{levels}\NormalTok{(vor\_reell\_bb\_hbst\_eiggr\_ba\_qm\_h\_sorted}\SpecialCharTok{$}\NormalTok{Baumartengruppe)]}
\CommentTok{\# Schritt 3: Filtere ba\_farben so, dass nur die Farben verwendet werden, die im Plot vorkommen}
\FunctionTok{ggplot}\NormalTok{(vor\_reell\_bb\_hbst\_eiggr\_ba\_qm\_h\_sorted, }\FunctionTok{aes}\NormalTok{(}\AttributeTok{x =}\NormalTok{ Eigentumsart, }\AttributeTok{y =}\NormalTok{ Vorrat, }\AttributeTok{fill =}\NormalTok{ Baumartengruppe)) }\SpecialCharTok{+}
\FunctionTok{geom\_bar}\NormalTok{(}\AttributeTok{stat =} \StringTok{"identity"}\NormalTok{, }\AttributeTok{position =} \StringTok{"stack"}\NormalTok{, }\AttributeTok{width =} \FloatTok{0.7}\NormalTok{) }\SpecialCharTok{+}
\FunctionTok{labs}\NormalTok{(}\AttributeTok{x =} \StringTok{"Eigentumsart"}\NormalTok{, }\AttributeTok{y =} \StringTok{"Vorrat [m³/ha]"}\NormalTok{, }
\AttributeTok{title =} \StringTok{"Vorräte nach Baumartengruppe und Eigentumsart"}\NormalTok{) }\SpecialCharTok{+}
\FunctionTok{scale\_fill\_manual}\NormalTok{(}\AttributeTok{values =}\NormalTok{ farben\_fuer\_plot) }\SpecialCharTok{+} \CommentTok{\# Verwende eine Farbpalette für Baumartengruppen}
\FunctionTok{theme\_minimal}\NormalTok{() }\SpecialCharTok{+}
\FunctionTok{theme}\NormalTok{(}\AttributeTok{axis.text.x =} \FunctionTok{element\_text}\NormalTok{(}\AttributeTok{angle =} \DecValTok{45}\NormalTok{, }\AttributeTok{hjust =} \DecValTok{1}\NormalTok{))}
\end{Highlighting}
\end{Shaded}
\includegraphics{weham_files/figure-pdf/unnamed-chunk-77-1.pdf}
\chapter{WEHAM}\label{weham-1}
Die Waldentwicklungs- und Holzaufkommensmodellierung (WEHAM) verschafft
einen Überblick über das potenzielle und nachhaltig nutzbare
Rohholzaufkommen der \textbf{nächsten 40 Jahre} in Deutschland,
gegliedert nach Holzarten-, Eigentümer- und Sortengruppen und
Bundesländern und in Sonderauswertungen anderen regionalen Einteilungen.
\section{Projektion am Stichprobenpunkt der
BWI}\label{projektion-am-stichprobenpunkt-der-bwi}
\begin{itemize}
\tightlist
\item
Aktuelle BWI-Daten werden genutzt
\item
Bäume werden mit aktuellen Daten in Ertragstafelmodelle »Eingehängt«
\item
Wachstum und Waldbehandlung wird je StP am Einzelbaum für die nächsten
40 Jahre simuliert
\item
Vorräte und Zuwächse des Waldes werden für die prognostizierten Daten
berechnet
\item
Nutzungseinschränkungen aus BWI und Nachmeldungen (NWE 10 Flächen
(Erlass 01.03.2024) und nachträglich ausgefallene Bestände (SKD))
\end{itemize}
\section{Weham Steuerungsdaten}\label{weham-steuerungsdaten}
\global\setlength{\Oldarrayrulewidth}{\arrayrulewidth}
\global\setlength{\Oldtabcolsep}{\tabcolsep}
\setlength{\tabcolsep}{2pt}
\renewcommand*{\arraystretch}{1.5}
\providecommand{\ascline}[3]{\noalign{\global\arrayrulewidth #1}\arrayrulecolor[HTML]{#2}\cline{#3}}
\begin{longtable}[c]{|p{1.00in}|p{4.00in}}
\caption{\label{tbl-steuerungsparameter}Steuerungsparameter in (WE)HAM}
\tabularnewline
\ascline{1.5pt}{666666}{1-2}
\multicolumn{1}{>{\raggedright}m{\dimexpr 1in+0\tabcolsep}}{\textcolor[HTML]{000000}{\fontsize{11}{11}\selectfont{\global\setmainfont{DejaVu Sans}{Parameter}}}} & \multicolumn{1}{>{\raggedright}m{\dimexpr 4in+0\tabcolsep}}{\textcolor[HTML]{000000}{\fontsize{11}{11}\selectfont{\global\setmainfont{DejaVu Sans}{Erklärung}}}} \\
\ascline{1.5pt}{666666}{1-2}\endfirsthead
\ascline{1.5pt}{666666}{1-2}
\multicolumn{1}{>{\raggedright}m{\dimexpr 1in+0\tabcolsep}}{\textcolor[HTML]{000000}{\fontsize{11}{11}\selectfont{\global\setmainfont{DejaVu Sans}{Parameter}}}} & \multicolumn{1}{>{\raggedright}m{\dimexpr 4in+0\tabcolsep}}{\textcolor[HTML]{000000}{\fontsize{11}{11}\selectfont{\global\setmainfont{DejaVu Sans}{Erklärung}}}} \\
\ascline{1.5pt}{666666}{1-2}\endhead
\multicolumn{1}{>{\raggedright}m{\dimexpr 1in+0\tabcolsep}}{\textcolor[HTML]{000000}{\fontsize{11}{11}\selectfont{\global\setmainfont{DejaVu Sans}{Alter\ von}}}} & \multicolumn{1}{>{\raggedright}m{\dimexpr 4in+0\tabcolsep}}{\textcolor[HTML]{000000}{\fontsize{11}{11}\selectfont{\global\setmainfont{DejaVu Sans}{Zeitpunkt\ des\ Eingriffs}}}} \\
\multicolumn{1}{>{\raggedright}m{\dimexpr 1in+0\tabcolsep}}{\textcolor[HTML]{000000}{\fontsize{11}{11}\selectfont{\global\setmainfont{DejaVu Sans}{BHD}}}} & \multicolumn{1}{>{\raggedright}m{\dimexpr 4in+0\tabcolsep}}{\textcolor[HTML]{000000}{\fontsize{11}{11}\selectfont{\global\setmainfont{DejaVu Sans}{Aufarbeitungsgrenze\ in\ cm\ m.\ R.,\ Bäume\ mit\ geringerem\ BHD\ werden\ eingeschlagen\ aber\ im\ Bestand\ gelassen}}}} \\
\multicolumn{1}{>{\raggedright}m{\dimexpr 1in+0\tabcolsep}}{\textcolor[HTML]{000000}{\fontsize{11}{11}\selectfont{\global\setmainfont{DejaVu Sans}{Eingriffsart}}}} & \multicolumn{1}{>{\raggedright}m{\dimexpr 4in+0\tabcolsep}}{\textcolor[HTML]{000000}{\fontsize{11}{11}\selectfont{\global\setmainfont{DejaVu Sans}{Jungbestandspflege,\ Niederdurchforstung,\ Hochdurchforstung\ Gleichdurchforstung,\ Auslesedurchforstung,\ Flächige\ Räumung}}}} \\
\multicolumn{1}{>{\raggedright}m{\dimexpr 1in+0\tabcolsep}}{\textcolor[HTML]{000000}{\fontsize{11}{11}\selectfont{\global\setmainfont{DejaVu Sans}{Vorrat\_id\_fk}}}} & \multicolumn{1}{>{\raggedright}m{\dimexpr 4in+0\tabcolsep}}{\textcolor[HTML]{000000}{\fontsize{11}{11}\selectfont{\global\setmainfont{DejaVu Sans}{Ertragstafel}}}} \\
\multicolumn{1}{>{\raggedright}m{\dimexpr 1in+0\tabcolsep}}{\textcolor[HTML]{000000}{\fontsize{11}{11}\selectfont{\global\setmainfont{DejaVu Sans}{Mittelhöhe}}}} & \multicolumn{1}{>{\raggedright}m{\dimexpr 4in+0\tabcolsep}}{\textcolor[HTML]{000000}{\fontsize{11}{11}\selectfont{\global\setmainfont{DejaVu Sans}{notwendige\ Mittelhöhe\ ab\ der\ die\ Maßnahme\ durchgeführt\ wird}}}} \\
\multicolumn{1}{>{\raggedright}m{\dimexpr 1in+0\tabcolsep}}{\textcolor[HTML]{000000}{\fontsize{11}{11}\selectfont{\global\setmainfont{DejaVu Sans}{Periode}}}} & \multicolumn{1}{>{\raggedright}m{\dimexpr 4in+0\tabcolsep}}{\textcolor[HTML]{000000}{\fontsize{11}{11}\selectfont{\global\setmainfont{DejaVu Sans}{Eingrifssintervall,\ Zeitraum\ der\ Wiederkehr\ des\ forstlichen\ Eingriffs\ in\ Jahren}}}} \\
\multicolumn{1}{>{\raggedright}m{\dimexpr 1in+0\tabcolsep}}{\textcolor[HTML]{000000}{\fontsize{11}{11}\selectfont{\global\setmainfont{DejaVu Sans}{Zielstärkenutzung}}}} & \multicolumn{1}{>{\raggedright}m{\dimexpr 4in+0\tabcolsep}}{\textcolor[HTML]{000000}{\fontsize{11}{11}\selectfont{\global\setmainfont{DejaVu Sans}{Zielstärke\ in\ cm,\ Bäume\ oberhalb\ dieses\ Durchmessers\ werden\ zuerst\ genutzt,\ Schwächere\ Bäume\ werden\ anschliessend\ nur\ in\ dem\ Maß\ entnommen,\ bis\ die\ Sollvorgabe\ (Stammzahl,\ Grundfläche\ oder\ Vorrat\ erreicht\ ist}}}} \\
\multicolumn{1}{>{\raggedright}m{\dimexpr 1in+0\tabcolsep}}{\textcolor[HTML]{000000}{\fontsize{11}{11}\selectfont{\global\setmainfont{DejaVu Sans}{EN\ \%}}}} & \multicolumn{1}{>{\raggedright}m{\dimexpr 4in+0\tabcolsep}}{\textcolor[HTML]{000000}{\fontsize{11}{11}\selectfont{\global\setmainfont{DejaVu Sans}{Wieviel\ \%\ der\ Bäume\ oberhalb\ der\ Zielstärke\ genutzt\ werden\ sollen;\ Wenn\ die\ Standfläche\ der\ Hauptbaumart\ durch\ fortschreitende\ Zielstärkennutzung\ 20\ \%\ ihres\ Startwertes\ unterschreitet\ findet\ eine\ flächige\ Räumung\ statt.}}}} \\
\multicolumn{1}{>{\raggedright}m{\dimexpr 1in+0\tabcolsep}}{\textcolor[HTML]{000000}{\fontsize{11}{11}\selectfont{\global\setmainfont{DejaVu Sans}{Toleranz}}}} & \multicolumn{1}{>{\raggedright}m{\dimexpr 4in+0\tabcolsep}}{\textcolor[HTML]{000000}{\fontsize{11}{11}\selectfont{\global\setmainfont{DejaVu Sans}{Zeitraum\ in\ Jahren\ innerhalb\ der\ die\ Endnutzung\ durch\ die\ Zufallszahl\ variiert\ wird\ -\ tatsächliche\ Umtriebszeit\ wird\ im\ Programm\ +-\ T\ um\ die\ Umtriebszeit\ berechnet}}}} \\
\multicolumn{1}{>{\raggedright}m{\dimexpr 1in+0\tabcolsep}}{\textcolor[HTML]{000000}{\fontsize{11}{11}\selectfont{\global\setmainfont{DejaVu Sans}{RF}}}} & \multicolumn{1}{>{\raggedright}m{\dimexpr 4in+0\tabcolsep}}{\textcolor[HTML]{000000}{\fontsize{11}{11}\selectfont{\global\setmainfont{DejaVu Sans}{Reducktionsfakto\ für\ den\ Sollvorrat\ (alle\ Vorratsangaben\ werden\ damit\ mutlipliziert)\ -\ Zielbestockungsgrad}}}} \\
\ascline{1.5pt}{666666}{1-2}
\end{longtable}
\arrayrulecolor[HTML]{000000}
\global\setlength{\arrayrulewidth}{\Oldarrayrulewidth}
\global\setlength{\tabcolsep}{\Oldtabcolsep}
\renewcommand*{\arraystretch}{1}
\chapter{Durchforstungsmodelle}\label{durchforstungsmodelle-1}
\begin{itemize}
\item
In den Durchforstungsmodellen sollen Steuerparameter eingegeben
werden, die dann vom Modell mit den aktuellen BWI-Daten verarbeitet
werden.
\item
NWE 10 Flächen (Erlass 01.03.2024) und nachträglich ausgefallene
Bestände (SKD) wurden aus der WEHAM Modellierung genommen
\item
Das Modell ist Einzelbaumbasiert und entnimmt den »Beständen« am
Stichprobenpunkt die Bäume anhand der übergebenen Kriterien - entweder
entsprechend der konkreten Vorgaben oder nach gewählter Ertragstafel.
\end{itemize}
\section{Beispiel}\label{beispiel}
Beispielsweise führt die Wahl eines rechnerischen Reinbestandes Kiefer,
B° 1, M 32 (siehe
\href{https://forst.brandenburg.de/sixcms/media.php/9/kieferetk.pdf}{Ertragstafeldownload
Ki des LFB}) mit einem Vorrat von 437 Vfm/ha bei der Wahl einer
Hochdurchforstung dazu, dass so viele Bäume ≙ 112 oder so viel
Grundfläche ≙ 3,3 m² entnommen wird, wie als ausscheidender Bestand in
der Ertragstafel verzeichnet ist. Die Angabe des »Reduktionsfaktors« von
0,8 entspricht der Wahl eines Zielbestockungsgrades und führt dazu, dass
die zu entnehmende Anzahl der Bäume oder der Grundfläche um 20 \% erhöht
wird. Die Angabe eines »zielst\_bhd« führt dazu, das zuerst die Bäume
die diesen BHD erreichen entnommen werden und zwar in der anteiligen
Höhe wie sie in »zielst\_eproz« angegeben ist um danach die restlichen
Bäume entsprechend Ertragstafel zufällig zu entnehmen.
Wichtige Eingabeparameter sind daher in
Tabelle~\ref{tbl-steuerungsparameter} aufgeführt.
\chapter{Landeswald}\label{landeswald}
Steuerungsparameter wirken auf alle anderen Eigentumsformen wenn nicht
spezifisch angegeben.
\section{Landeswald-Steuerungsparameter}\label{landeswald-steuerungsparameter}
\begin{itemize}
\tightlist
\item
Zielbestockungsgrad im Regelfall auf 0,8
\item
Endnutzungszeitraum auf reelle Werte wie 150±30 a (Ki) gesetzt
\item
Durchforstungsart v.a. Auslese- und Hochdurchforstung
\end{itemize}
\section{Vorratsprojektion}\label{vorratsprojektion}
\begin{figure}[H]
{\centering \includegraphics[width=7.17708in,height=\textheight]{images/weham_vorrat_0_10.png}
}
\caption{Vorratsentwicklung alte vs.~neue Steuerungsparameter
Gesamtwald}
\end{figure}%
\end{document}