From 781b96f548c1642e9b7724364c249bc37aaf916b Mon Sep 17 00:00:00 2001
From: Karl-Hermann Wieners <karl-hermann.wieners@mpimet.mpg.de>
Date: Mon, 30 Nov 2020 22:10:52 +0100
Subject: [PATCH] Global: reverted retrieval of version info, set to 1.0.9

---
 .gitignore                            |    3 +-
 CHANGES.txt                           |   10 +
 Makefile                              |   27 +-
 doc/{mkexp.fodt.in => mkexp.fodt}     | 1074 ++++++++++++-------------
 doc/mkexp.pdf                         |  Bin 178475 -> 178495 bytes
 package_info.py.in => package_info.py |    2 +-
 6 files changed, 552 insertions(+), 564 deletions(-)
 rename doc/{mkexp.fodt.in => mkexp.fodt} (94%)
 rename package_info.py.in => package_info.py (81%)

diff --git a/.gitignore b/.gitignore
index 49f7980..0d20b64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-doc/mkexp.fodt
-package_info.py
+*.pyc
diff --git a/CHANGES.txt b/CHANGES.txt
index 5b6085f..5db79f2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,6 +6,16 @@ Make Experiments!
 Release Changes
 ---------------
 
+Release 1.0.9
+=============
+
+Global
+------
+
+* Reverted retrieval of version info from version control system.
+  Avoids two-step setting of the tag and enables use as external.
+  Also avoids additional 'make' step
+
 Release 1.0.8
 =============
 
diff --git a/Makefile b/Makefile
index 5ab869c..b61cde5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,22 +1,12 @@
-program = mkexp
-package = $(shell git describe --always --tags `git log -n1 --format=%H`)
-version = $(package:$(program)-%=%)
-
 prefix = /usr/local
 
-PACKAGE_INFO = package_info.py
-
-all: $(PACKAGE_INFO)
-
-package:
-	@echo $(package)
+all:
 
 clean:
 	$(RM) -r build dist MANIFEST *.pyc
 
 distclean: clean
-	$(RM) $(PACKAGE_INFO) doc/*.fodt doc/*.pdf
-
+	$(RM) doc/*.pdf
 
 doc: doc/mkexp.pdf
 
@@ -29,18 +19,7 @@ dist: doc
 install: doc
 	python setup.py install --prefix=$(prefix)
 
-check dist install: all
-
-$(PACKAGE_INFO): FORCE
-
-%: %.in
-	sed \
-        -e 's,@version@,$(version),g' \
-        $< > $@
-
-.PHONY: all clean distclean doc check dist install package
+.PHONY: all clean distclean doc check dist install
 
 %.pdf: %.fodt
 	soffice --headless --convert-to pdf --outdir $(@D) $<
-
-FORCE:
diff --git a/doc/mkexp.fodt.in b/doc/mkexp.fodt
similarity index 94%
rename from doc/mkexp.fodt.in
rename to doc/mkexp.fodt
index 24e614e..9e5e04a 100644
--- a/doc/mkexp.fodt.in
+++ b/doc/mkexp.fodt
@@ -1,24 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <office:document xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2" office:mimetype="application/vnd.oasis.opendocument.text">
- <office:meta><meta:creation-date>2015-01-05T17:44:27.618344249</meta:creation-date><dc:title>Make Experiments!</dc:title><meta:editing-duration>P12DT3H27M25S</meta:editing-duration><meta:editing-cycles>167</meta:editing-cycles><meta:generator>LibreOffice/6.0.7.3$Linux_X86_64 LibreOffice_project/00m0$Build-3</meta:generator><meta:initial-creator>Karl-Hermann Wieners</meta:initial-creator><dc:date>2020-09-30T13:13:20.697106008</dc:date><dc:creator>Karl-Hermann Wieners</dc:creator><meta:printed-by>Karl-Hermann Wieners</meta:printed-by><meta:print-date>2015-01-20T10:55:48.576690105</meta:print-date><dc:subject>Run-script generation for earth system models</dc:subject><meta:document-statistic meta:table-count="0" meta:image-count="0" meta:object-count="0" meta:page-count="33" meta:paragraph-count="624" meta:word-count="8423" meta:character-count="53663" meta:non-whitespace-character-count="45379"/><meta:template xlink:type="simple" xlink:actuate="onRequest" xlink:title="A4" xlink:href="../../../../../../home/m221078/.config/libreoffice/4/user/template/A4.ott" meta:date="2015-01-05T17:44:27.463210655"/></office:meta>
+ <office:meta><meta:creation-date>2015-01-05T17:44:27.618344249</meta:creation-date><dc:title>Make Experiments!</dc:title><meta:editing-duration>P12DT3H27M36S</meta:editing-duration><meta:editing-cycles>168</meta:editing-cycles><meta:generator>LibreOffice/6.0.7.3$Linux_X86_64 LibreOffice_project/00m0$Build-3</meta:generator><meta:initial-creator>Karl-Hermann Wieners</meta:initial-creator><dc:date>2020-11-30T22:08:52.839451270</dc:date><dc:creator>Karl-Hermann Wieners</dc:creator><meta:printed-by>Karl-Hermann Wieners</meta:printed-by><meta:print-date>2015-01-20T10:55:48.576690105</meta:print-date><dc:subject>Run-script generation for earth system models</dc:subject><meta:document-statistic meta:table-count="0" meta:image-count="0" meta:object-count="0" meta:page-count="33" meta:paragraph-count="624" meta:word-count="8423" meta:character-count="53659" meta:non-whitespace-character-count="45375"/><meta:template xlink:type="simple" xlink:actuate="onRequest" xlink:title="A4" xlink:href="../../../../../../home/m221078/.config/libreoffice/4/user/template/A4.ott" meta:date="2015-01-05T17:44:27.463210655"/></office:meta>
  <office:settings>
   <config:config-item-set config:name="ooo:view-settings">
-   <config:config-item config:name="ViewAreaTop" config:type="long">253411</config:config-item>
+   <config:config-item config:name="ViewAreaTop" config:type="long">5136</config:config-item>
    <config:config-item config:name="ViewAreaLeft" config:type="long">0</config:config-item>
    <config:config-item config:name="ViewAreaWidth" config:type="long">22098</config:config-item>
-   <config:config-item config:name="ViewAreaHeight" config:type="long">19309</config:config-item>
+   <config:config-item config:name="ViewAreaHeight" config:type="long">18189</config:config-item>
    <config:config-item config:name="ShowRedlineChanges" config:type="boolean">false</config:config-item>
    <config:config-item config:name="InBrowseMode" config:type="boolean">false</config:config-item>
    <config:config-item-map-indexed config:name="Views">
     <config:config-item-map-entry>
      <config:config-item config:name="ViewId" config:type="string">view2</config:config-item>
-     <config:config-item config:name="ViewLeft" config:type="long">8749</config:config-item>
-     <config:config-item config:name="ViewTop" config:type="long">266979</config:config-item>
+     <config:config-item config:name="ViewLeft" config:type="long">12972</config:config-item>
+     <config:config-item config:name="ViewTop" config:type="long">15591</config:config-item>
      <config:config-item config:name="VisibleLeft" config:type="long">0</config:config-item>
-     <config:config-item config:name="VisibleTop" config:type="long">253411</config:config-item>
+     <config:config-item config:name="VisibleTop" config:type="long">5136</config:config-item>
      <config:config-item config:name="VisibleRight" config:type="long">22096</config:config-item>
-     <config:config-item config:name="VisibleBottom" config:type="long">272718</config:config-item>
+     <config:config-item config:name="VisibleBottom" config:type="long">23324</config:config-item>
      <config:config-item config:name="ZoomType" config:type="short">3</config:config-item>
      <config:config-item config:name="ViewLayoutColumns" config:type="short">0</config:config-item>
      <config:config-item config:name="ViewLayoutBookMode" config:type="boolean">false</config:config-item>
@@ -41,7 +41,7 @@
    <config:config-item config:name="AlignTabStopPosition" config:type="boolean">true</config:config-item>
    <config:config-item config:name="PrintLeftPages" config:type="boolean">true</config:config-item>
    <config:config-item config:name="IgnoreFirstLineIndentInNumbering" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="PrinterSetup" config:type="base64Binary">swH+/0hQLU9mZmljZWpldC00NjIwLXNlcmllcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQ1VQUzpIUC1PZmZpY2VqZXQtNDYyMC1zZXJpZXMAAAAWAAMA0AAAAAAAAAAIAFZUAAAkbQAASm9iRGF0YSAxCnByaW50ZXI9SFAtT2ZmaWNlamV0LTQ2MjAtc2VyaWVzCm9yaWVudGF0aW9uPVBvcnRyYWl0CmNvcGllcz0xCmNvbGxhdGU9ZmFsc2UKbWFyZ2luZGFqdXN0bWVudD0wLDAsMCwwCmNvbG9yZGVwdGg9MjQKcHNsZXZlbD0wCnBkZmRldmljZT0xCmNvbG9yZGV2aWNlPTAKUFBEQ29udGV4RGF0YQpQYWdlU2l6ZTpMZXR0ZXIASW5wdXRTbG90OkF1dG8AABIAQ09NUEFUX0RVUExFWF9NT0RFEwBEdXBsZXhNb2RlOjpVbmtub3du</config:config-item>
+   <config:config-item config:name="PrinterSetup" config:type="base64Binary">swH+/0hQLU9mZmljZWpldC00NjIwLXNlcmllcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQ1VQUzpIUC1PZmZpY2VqZXQtNDYyMC1zZXJpZXMAAAAWAAMA0AAAAAAAAAAIAFZUAAAkbQAASm9iRGF0YSAxCnByaW50ZXI9SFAtT2ZmaWNlamV0LTQ2MjAtc2VyaWVzCm9yaWVudGF0aW9uPVBvcnRyYWl0CmNvcGllcz0xCmNvbGxhdGU9ZmFsc2UKbWFyZ2luZGFqdXN0bWVudD0wLDAsMCwwCmNvbG9yZGVwdGg9MjQKcHNsZXZlbD0wCnBkZmRldmljZT0xCmNvbG9yZGV2aWNlPTAKUFBEQ29udGV4RGF0YQpJbnB1dFNsb3Q6QXV0bwBQYWdlU2l6ZTpMZXR0ZXIAABIAQ09NUEFUX0RVUExFWF9NT0RFEwBEdXBsZXhNb2RlOjpVbmtub3du</config:config-item>
    <config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item>
    <config:config-item config:name="RedlineProtectionKey" config:type="base64Binary"/>
    <config:config-item config:name="UseOldPrinterMetrics" config:type="boolean">false</config:config-item>
@@ -92,7 +92,7 @@
    <config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
    <config:config-item config:name="TabAtLeftIndentForParagraphsInList" config:type="boolean">false</config:config-item>
    <config:config-item config:name="PrintRightPages" config:type="boolean">true</config:config-item>
-   <config:config-item config:name="Rsid" config:type="int">18936640</config:config-item>
+   <config:config-item config:name="Rsid" config:type="int">18941138</config:config-item>
    <config:config-item config:name="MathBaselineAlignment" config:type="boolean">true</config:config-item>
    <config:config-item config:name="MsWordCompTrailingBlanks" config:type="boolean">false</config:config-item>
    <config:config-item config:name="InvertBorderSpacing" config:type="boolean">false</config:config-item>
@@ -804,673 +804,670 @@
    <style:text-properties fo:font-weight="bold" officeooo:rsid="00cfb468" officeooo:paragraph-rsid="00cfb468" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
   </style:style>
   <style:style style:name="P135" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:rsid="002df45a" officeooo:paragraph-rsid="002df45a"/>
+   <style:text-properties fo:font-weight="bold" officeooo:rsid="011cd839" officeooo:paragraph-rsid="011cd839" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
   </style:style>
   <style:style style:name="P136" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:paragraph-rsid="002df45a"/>
+   <style:text-properties officeooo:rsid="002df45a" officeooo:paragraph-rsid="002df45a"/>
   </style:style>
   <style:style style:name="P137" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:rsid="0031081b" officeooo:paragraph-rsid="003212b8"/>
+   <style:text-properties officeooo:paragraph-rsid="002df45a"/>
   </style:style>
   <style:style style:name="P138" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:paragraph-rsid="003212b8"/>
+   <style:text-properties officeooo:rsid="0031081b" officeooo:paragraph-rsid="003212b8"/>
   </style:style>
   <style:style style:name="P139" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:paragraph-rsid="003b8120"/>
+   <style:text-properties officeooo:paragraph-rsid="003212b8"/>
   </style:style>
   <style:style style:name="P140" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:rsid="0040993d" officeooo:paragraph-rsid="0040993d"/>
+   <style:text-properties officeooo:paragraph-rsid="003b8120"/>
   </style:style>
   <style:style style:name="P141" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties fo:font-style="normal" style:font-style-asian="normal" style:font-style-complex="normal"/>
+   <style:text-properties officeooo:rsid="0040993d" officeooo:paragraph-rsid="0040993d"/>
   </style:style>
   <style:style style:name="P142" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties fo:font-style="normal" officeooo:rsid="00c4ca99" officeooo:paragraph-rsid="00c4ca99" style:font-style-asian="normal" style:font-style-complex="normal"/>
+   <style:text-properties fo:font-style="normal" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
   <style:style style:name="P143" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties fo:font-style="normal" officeooo:rsid="00136724" officeooo:paragraph-rsid="010b31a7" style:font-style-asian="normal" style:font-style-complex="normal"/>
+   <style:text-properties fo:font-style="normal" officeooo:rsid="00c4ca99" officeooo:paragraph-rsid="00c4ca99" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
   <style:style style:name="P144" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties fo:font-style="normal" officeooo:rsid="00136724" officeooo:paragraph-rsid="010c8232" style:font-style-asian="normal" style:font-style-complex="normal"/>
+   <style:text-properties fo:font-style="normal" officeooo:rsid="00136724" officeooo:paragraph-rsid="010b31a7" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
   <style:style style:name="P145" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties fo:font-style="normal" style:text-underline-style="none" style:font-style-asian="normal" style:font-style-complex="normal"/>
+   <style:text-properties fo:font-style="normal" officeooo:rsid="00136724" officeooo:paragraph-rsid="010c8232" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
   <style:style style:name="P146" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties fo:font-style="normal" style:text-underline-style="none" officeooo:rsid="0056317a" officeooo:paragraph-rsid="00551136" style:font-style-asian="normal" style:font-style-complex="normal"/>
+   <style:text-properties fo:font-style="normal" style:text-underline-style="none" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
   <style:style style:name="P147" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties fo:font-style="normal" style:text-underline-style="none" officeooo:rsid="00584c1a" officeooo:paragraph-rsid="005a5c62" style:font-style-asian="normal" style:font-style-complex="normal"/>
+   <style:text-properties fo:font-style="normal" style:text-underline-style="none" officeooo:rsid="0056317a" officeooo:paragraph-rsid="00551136" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
   <style:style style:name="P148" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties fo:font-style="normal" style:text-underline-style="none" officeooo:paragraph-rsid="005a5c62" style:font-style-asian="normal" style:font-style-complex="normal"/>
+   <style:text-properties fo:font-style="normal" style:text-underline-style="none" officeooo:rsid="00584c1a" officeooo:paragraph-rsid="005a5c62" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
   <style:style style:name="P149" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties fo:font-style="normal" style:text-underline-style="none" officeooo:rsid="005ac4c7" officeooo:paragraph-rsid="005ac4c7" style:font-style-asian="normal" style:font-style-complex="normal"/>
+   <style:text-properties fo:font-style="normal" style:text-underline-style="none" officeooo:paragraph-rsid="005a5c62" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
   <style:style style:name="P150" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties fo:font-style="normal" style:text-underline-style="none" officeooo:paragraph-rsid="005ac4c7" style:font-style-asian="normal" style:font-style-complex="normal"/>
+   <style:text-properties fo:font-style="normal" style:text-underline-style="none" officeooo:rsid="005ac4c7" officeooo:paragraph-rsid="005ac4c7" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
   <style:style style:name="P151" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties fo:font-style="normal" style:text-underline-style="none" officeooo:rsid="005b6c85" officeooo:paragraph-rsid="005b6c85" style:font-style-asian="normal" style:font-style-complex="normal"/>
+   <style:text-properties fo:font-style="normal" style:text-underline-style="none" officeooo:paragraph-rsid="005ac4c7" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
   <style:style style:name="P152" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties fo:font-style="normal" style:text-underline-style="none" officeooo:paragraph-rsid="00657146" style:font-style-asian="normal" style:font-style-complex="normal"/>
+   <style:text-properties fo:font-style="normal" style:text-underline-style="none" officeooo:rsid="005b6c85" officeooo:paragraph-rsid="005b6c85" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
   <style:style style:name="P153" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties fo:font-style="normal" style:text-underline-style="none" officeooo:rsid="00657146" officeooo:paragraph-rsid="00657146" style:font-style-asian="normal" style:font-style-complex="normal"/>
+   <style:text-properties fo:font-style="normal" style:text-underline-style="none" officeooo:paragraph-rsid="00657146" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
   <style:style style:name="P154" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties fo:font-style="normal" fo:font-weight="bold" officeooo:rsid="00881a06" officeooo:paragraph-rsid="00881a06" style:font-style-asian="normal" style:font-weight-asian="bold" style:font-style-complex="normal" style:font-weight-complex="bold"/>
+   <style:text-properties fo:font-style="normal" style:text-underline-style="none" officeooo:rsid="00657146" officeooo:paragraph-rsid="00657146" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
   <style:style style:name="P155" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties fo:font-style="normal" fo:font-weight="normal" officeooo:rsid="00c6886f" officeooo:paragraph-rsid="00c6886f" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-style-complex="normal" style:font-weight-complex="normal"/>
+   <style:text-properties fo:font-style="normal" fo:font-weight="bold" officeooo:rsid="00881a06" officeooo:paragraph-rsid="00881a06" style:font-style-asian="normal" style:font-weight-asian="bold" style:font-style-complex="normal" style:font-weight-complex="bold"/>
   </style:style>
   <style:style style:name="P156" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties fo:font-style="normal" fo:font-weight="normal" officeooo:rsid="00136724" officeooo:paragraph-rsid="00c6886f" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-style-complex="normal" style:font-weight-complex="normal"/>
+   <style:text-properties fo:font-style="normal" fo:font-weight="normal" officeooo:rsid="00c6886f" officeooo:paragraph-rsid="00c6886f" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-style-complex="normal" style:font-weight-complex="normal"/>
   </style:style>
   <style:style style:name="P157" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:rsid="00405b5f"/>
+   <style:text-properties fo:font-style="normal" fo:font-weight="normal" officeooo:rsid="00136724" officeooo:paragraph-rsid="00c6886f" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-style-complex="normal" style:font-weight-complex="normal"/>
   </style:style>
   <style:style style:name="P158" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:rsid="0051a8b5" officeooo:paragraph-rsid="0051a8b5"/>
+   <style:text-properties officeooo:rsid="00405b5f"/>
   </style:style>
   <style:style style:name="P159" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:paragraph-rsid="00551136"/>
+   <style:text-properties officeooo:rsid="0051a8b5" officeooo:paragraph-rsid="0051a8b5"/>
   </style:style>
   <style:style style:name="P160" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:rsid="0056317a" officeooo:paragraph-rsid="0056317a"/>
+   <style:text-properties officeooo:paragraph-rsid="00551136"/>
   </style:style>
   <style:style style:name="P161" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:rsid="0056317a" officeooo:paragraph-rsid="00c2926f"/>
+   <style:text-properties officeooo:rsid="0056317a" officeooo:paragraph-rsid="0056317a"/>
   </style:style>
   <style:style style:name="P162" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:paragraph-rsid="005ac4c7"/>
+   <style:text-properties officeooo:rsid="0056317a" officeooo:paragraph-rsid="00c2926f"/>
   </style:style>
   <style:style style:name="P163" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:paragraph-rsid="005b6c85"/>
+   <style:text-properties officeooo:paragraph-rsid="005ac4c7"/>
   </style:style>
   <style:style style:name="P164" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:rsid="005b6c85" officeooo:paragraph-rsid="005b6c85"/>
+   <style:text-properties officeooo:paragraph-rsid="005b6c85"/>
   </style:style>
   <style:style style:name="P165" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:paragraph-rsid="00657146"/>
+   <style:text-properties officeooo:rsid="005b6c85" officeooo:paragraph-rsid="005b6c85"/>
   </style:style>
   <style:style style:name="P166" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:paragraph-rsid="006e58f1"/>
+   <style:text-properties officeooo:paragraph-rsid="00657146"/>
   </style:style>
   <style:style style:name="P167" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:rsid="00823929" officeooo:paragraph-rsid="00823929"/>
+   <style:text-properties officeooo:paragraph-rsid="006e58f1"/>
   </style:style>
   <style:style style:name="P168" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:rsid="00823929" officeooo:paragraph-rsid="010b31a7"/>
+   <style:text-properties officeooo:rsid="00823929" officeooo:paragraph-rsid="00823929"/>
   </style:style>
   <style:style style:name="P169" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:rsid="00823929" officeooo:paragraph-rsid="010c8232"/>
+   <style:text-properties officeooo:rsid="00823929" officeooo:paragraph-rsid="010b31a7"/>
   </style:style>
   <style:style style:name="P170" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:rsid="00840f80" officeooo:paragraph-rsid="00840f80"/>
+   <style:text-properties officeooo:rsid="00823929" officeooo:paragraph-rsid="010c8232"/>
   </style:style>
   <style:style style:name="P171" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:rsid="00840f80" officeooo:paragraph-rsid="00881a06"/>
+   <style:text-properties officeooo:rsid="00840f80" officeooo:paragraph-rsid="00840f80"/>
   </style:style>
   <style:style style:name="P172" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:paragraph-rsid="00881a06"/>
+   <style:text-properties officeooo:rsid="00840f80" officeooo:paragraph-rsid="00881a06"/>
   </style:style>
   <style:style style:name="P173" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:rsid="008a0101" officeooo:paragraph-rsid="008a0101"/>
+   <style:text-properties officeooo:paragraph-rsid="00881a06"/>
   </style:style>
   <style:style style:name="P174" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:paragraph-rsid="008a0101"/>
+   <style:text-properties officeooo:rsid="008a0101" officeooo:paragraph-rsid="008a0101"/>
   </style:style>
   <style:style style:name="P175" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:rsid="008b134d" officeooo:paragraph-rsid="008b134d"/>
+   <style:text-properties officeooo:paragraph-rsid="008a0101"/>
   </style:style>
   <style:style style:name="P176" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:rsid="008ba54a" officeooo:paragraph-rsid="008c2cba"/>
+   <style:text-properties officeooo:rsid="008b134d" officeooo:paragraph-rsid="008b134d"/>
   </style:style>
   <style:style style:name="P177" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:rsid="008c2cba" officeooo:paragraph-rsid="008c2cba"/>
+   <style:text-properties officeooo:rsid="008ba54a" officeooo:paragraph-rsid="008c2cba"/>
   </style:style>
   <style:style style:name="P178" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:rsid="00931d47" officeooo:paragraph-rsid="00931d47"/>
+   <style:text-properties officeooo:rsid="008c2cba" officeooo:paragraph-rsid="008c2cba"/>
   </style:style>
   <style:style style:name="P179" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:rsid="0089d9b6"/>
+   <style:text-properties officeooo:rsid="00931d47" officeooo:paragraph-rsid="00931d47"/>
   </style:style>
   <style:style style:name="P180" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:rsid="00c4ca99" officeooo:paragraph-rsid="00c4ca99"/>
+   <style:text-properties officeooo:rsid="0089d9b6"/>
   </style:style>
   <style:style style:name="P181" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:paragraph-rsid="00c6886f"/>
+   <style:text-properties officeooo:rsid="00c4ca99" officeooo:paragraph-rsid="00c4ca99"/>
   </style:style>
   <style:style style:name="P182" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:paragraph-rsid="00c85300"/>
+   <style:text-properties officeooo:paragraph-rsid="00c6886f"/>
   </style:style>
   <style:style style:name="P183" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:rsid="00cba5e3" officeooo:paragraph-rsid="00cba5e3"/>
+   <style:text-properties officeooo:paragraph-rsid="00c85300"/>
   </style:style>
   <style:style style:name="P184" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:rsid="00cba5e3" officeooo:paragraph-rsid="00ccb67c"/>
+   <style:text-properties officeooo:rsid="00cba5e3" officeooo:paragraph-rsid="00cba5e3"/>
   </style:style>
   <style:style style:name="P185" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:rsid="00ccb67c" officeooo:paragraph-rsid="00ccb67c"/>
+   <style:text-properties officeooo:rsid="00cba5e3" officeooo:paragraph-rsid="00ccb67c"/>
   </style:style>
   <style:style style:name="P186" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:paragraph-rsid="010b31a7"/>
+   <style:text-properties officeooo:rsid="00ccb67c" officeooo:paragraph-rsid="00ccb67c"/>
   </style:style>
   <style:style style:name="P187" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:paragraph-rsid="010c8232"/>
+   <style:text-properties officeooo:paragraph-rsid="010b31a7"/>
   </style:style>
   <style:style style:name="P188" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:paragraph-rsid="011cd839"/>
+   <style:text-properties officeooo:paragraph-rsid="010c8232"/>
   </style:style>
   <style:style style:name="P189" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties fo:font-weight="normal" officeooo:paragraph-rsid="011cd839" style:font-weight-asian="normal" style:font-weight-complex="normal"/>
+   <style:text-properties officeooo:paragraph-rsid="011cd839"/>
   </style:style>
   <style:style style:name="P190" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties fo:font-weight="normal" officeooo:paragraph-rsid="011e9cc8" style:font-weight-asian="normal" style:font-weight-complex="normal"/>
+   <style:text-properties fo:font-weight="normal" officeooo:paragraph-rsid="011cd839" style:font-weight-asian="normal" style:font-weight-complex="normal"/>
   </style:style>
   <style:style style:name="P191" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties fo:font-weight="normal" officeooo:rsid="011f7d97" officeooo:paragraph-rsid="011f7d97" style:font-weight-asian="normal" style:font-weight-complex="normal"/>
+   <style:text-properties fo:font-weight="normal" officeooo:paragraph-rsid="011e9cc8" style:font-weight-asian="normal" style:font-weight-complex="normal"/>
   </style:style>
   <style:style style:name="P192" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties fo:font-weight="normal" officeooo:paragraph-rsid="011f7d97" style:font-weight-asian="normal" style:font-weight-complex="normal"/>
+   <style:text-properties fo:font-weight="normal" officeooo:rsid="011f7d97" officeooo:paragraph-rsid="011f7d97" style:font-weight-asian="normal" style:font-weight-complex="normal"/>
   </style:style>
   <style:style style:name="P193" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties officeooo:paragraph-rsid="011e9cc8"/>
+   <style:text-properties fo:font-weight="normal" officeooo:rsid="011f7d97" officeooo:paragraph-rsid="011e9cc8" style:font-weight-asian="normal" style:font-weight-complex="normal"/>
   </style:style>
   <style:style style:name="P194" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
+   <style:text-properties fo:font-weight="normal" officeooo:paragraph-rsid="011f7d97" style:font-weight-asian="normal" style:font-weight-complex="normal"/>
+  </style:style>
+  <style:style style:name="P195" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
+   <style:text-properties officeooo:paragraph-rsid="011e9cc8"/>
+  </style:style>
+  <style:style style:name="P196" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
    <style:text-properties officeooo:rsid="011f7d97" officeooo:paragraph-rsid="011f7d97"/>
   </style:style>
-  <style:style style:name="P195" style:family="paragraph" style:parent-style-name="List_20_Heading">
+  <style:style style:name="P197" style:family="paragraph" style:parent-style-name="List_20_Heading">
    <style:text-properties officeooo:rsid="00469c32" officeooo:paragraph-rsid="00469c32"/>
   </style:style>
-  <style:style style:name="P196" style:family="paragraph" style:parent-style-name="List_20_Heading">
+  <style:style style:name="P198" style:family="paragraph" style:parent-style-name="List_20_Heading">
    <style:text-properties officeooo:rsid="00469c32" officeooo:paragraph-rsid="004e33b4"/>
   </style:style>
-  <style:style style:name="P197" style:family="paragraph" style:parent-style-name="List_20_Heading">
+  <style:style style:name="P199" style:family="paragraph" style:parent-style-name="List_20_Heading">
    <style:text-properties fo:font-style="normal" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P198" style:family="paragraph" style:parent-style-name="List_20_Heading">
+  <style:style style:name="P200" style:family="paragraph" style:parent-style-name="List_20_Heading">
    <style:text-properties fo:font-style="normal" officeooo:rsid="004584b6" officeooo:paragraph-rsid="004584b6" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P199" style:family="paragraph" style:parent-style-name="List_20_Heading">
+  <style:style style:name="P201" style:family="paragraph" style:parent-style-name="List_20_Heading">
    <style:text-properties fo:font-style="normal" officeooo:rsid="0045d600" officeooo:paragraph-rsid="0045d600" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P200" style:family="paragraph" style:parent-style-name="List_20_Heading">
+  <style:style style:name="P202" style:family="paragraph" style:parent-style-name="List_20_Heading">
    <style:text-properties fo:font-style="normal" officeooo:rsid="00469c32" officeooo:paragraph-rsid="00469c32" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P201" style:family="paragraph" style:parent-style-name="List_20_Heading">
+  <style:style style:name="P203" style:family="paragraph" style:parent-style-name="List_20_Heading">
    <style:text-properties fo:font-style="normal" officeooo:rsid="00493380" officeooo:paragraph-rsid="00493380" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P202" style:family="paragraph" style:parent-style-name="List_20_Heading">
+  <style:style style:name="P204" style:family="paragraph" style:parent-style-name="List_20_Heading">
    <style:text-properties fo:font-style="normal" officeooo:paragraph-rsid="00493380" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P203" style:family="paragraph" style:parent-style-name="List_20_Heading">
+  <style:style style:name="P205" style:family="paragraph" style:parent-style-name="List_20_Heading">
    <style:text-properties fo:font-style="normal" officeooo:rsid="009d837c" officeooo:paragraph-rsid="009d837c" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P204" style:family="paragraph" style:parent-style-name="List_20_Heading">
+  <style:style style:name="P206" style:family="paragraph" style:parent-style-name="List_20_Heading">
    <style:text-properties fo:font-style="normal" officeooo:rsid="00d7adce" officeooo:paragraph-rsid="00d7adce" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P205" style:family="paragraph" style:parent-style-name="List_20_Heading">
+  <style:style style:name="P207" style:family="paragraph" style:parent-style-name="List_20_Heading">
    <style:text-properties fo:font-style="normal" style:text-underline-style="none" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P206" style:family="paragraph" style:parent-style-name="List_20_Heading">
+  <style:style style:name="P208" style:family="paragraph" style:parent-style-name="List_20_Heading">
    <style:text-properties fo:font-style="normal" style:text-underline-style="none" officeooo:rsid="009beecc" officeooo:paragraph-rsid="009beecc" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P207" style:family="paragraph" style:parent-style-name="List_20_Heading">
+  <style:style style:name="P209" style:family="paragraph" style:parent-style-name="List_20_Heading">
    <style:text-properties officeooo:rsid="00493380" officeooo:paragraph-rsid="004e33b4"/>
   </style:style>
-  <style:style style:name="P208" style:family="paragraph" style:parent-style-name="List_20_Heading">
+  <style:style style:name="P210" style:family="paragraph" style:parent-style-name="List_20_Heading">
    <style:text-properties officeooo:rsid="00484f3f" officeooo:paragraph-rsid="004e33b4"/>
   </style:style>
-  <style:style style:name="P209" style:family="paragraph" style:parent-style-name="List_20_Heading">
+  <style:style style:name="P211" style:family="paragraph" style:parent-style-name="List_20_Heading">
    <style:text-properties officeooo:rsid="00719334" officeooo:paragraph-rsid="00719334"/>
   </style:style>
-  <style:style style:name="P210" style:family="paragraph" style:parent-style-name="List_20_Heading">
+  <style:style style:name="P212" style:family="paragraph" style:parent-style-name="List_20_Heading">
    <style:text-properties officeooo:rsid="00c20e43" officeooo:paragraph-rsid="00c20e43"/>
   </style:style>
-  <style:style style:name="P211" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P213" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties officeooo:rsid="004584b6" officeooo:paragraph-rsid="004584b6"/>
   </style:style>
-  <style:style style:name="P212" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P214" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties officeooo:rsid="00469c32" officeooo:paragraph-rsid="00469c32"/>
   </style:style>
-  <style:style style:name="P213" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P215" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties officeooo:rsid="00493380" officeooo:paragraph-rsid="00493380"/>
   </style:style>
-  <style:style style:name="P214" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P216" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties fo:font-style="normal" officeooo:rsid="0045d600" officeooo:paragraph-rsid="0045d600" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P215" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P217" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties fo:font-style="normal" officeooo:rsid="00484f3f" officeooo:paragraph-rsid="004e33b4" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P216" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P218" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties fo:font-style="normal" officeooo:rsid="00493380" officeooo:paragraph-rsid="00493380" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P217" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P219" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties fo:font-style="normal" officeooo:rsid="00493380" officeooo:paragraph-rsid="004e33b4" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P218" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P220" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties fo:font-style="normal" officeooo:rsid="00493380" officeooo:paragraph-rsid="00d7adce" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P219" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P221" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties fo:font-style="normal" officeooo:rsid="00469c32" officeooo:paragraph-rsid="00469c32" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P220" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P222" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties fo:font-style="normal" officeooo:rsid="007ab691" officeooo:paragraph-rsid="007ab691" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P221" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P223" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties fo:font-style="normal" officeooo:rsid="009d837c" officeooo:paragraph-rsid="009d837c" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P222" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P224" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties fo:font-style="normal" officeooo:rsid="00719334" officeooo:paragraph-rsid="00719334" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P223" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P225" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties fo:font-style="normal" officeooo:rsid="00dbc83d" officeooo:paragraph-rsid="00dbc83d" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P224" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P226" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties fo:font-style="normal" officeooo:rsid="00e102d3" officeooo:paragraph-rsid="00e102d3" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P225" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P227" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties fo:font-style="normal" officeooo:rsid="01037e2c" officeooo:paragraph-rsid="01037e2c" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P226" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P228" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties fo:font-style="normal" fo:font-weight="normal" officeooo:rsid="00925c69" officeooo:paragraph-rsid="00925c69" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-style-complex="normal" style:font-weight-complex="normal"/>
   </style:style>
-  <style:style style:name="P227" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P229" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties fo:font-style="normal" fo:font-weight="normal" officeooo:rsid="00cef9a3" officeooo:paragraph-rsid="00d08d3b" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-style-complex="normal" style:font-weight-complex="normal"/>
   </style:style>
-  <style:style style:name="P228" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P230" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties fo:font-style="normal" style:text-underline-style="none" officeooo:rsid="009beecc" officeooo:paragraph-rsid="009beecc" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P229" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P231" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties fo:font-style="normal" style:text-underline-style="none" fo:font-weight="normal" officeooo:rsid="00e1d614" officeooo:paragraph-rsid="00e1d614" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-style-complex="normal" style:font-weight-complex="normal"/>
   </style:style>
-  <style:style style:name="P230" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P232" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties officeooo:rsid="00484f3f" officeooo:paragraph-rsid="004e33b4"/>
   </style:style>
-  <style:style style:name="P231" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P233" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties officeooo:rsid="006c5326" officeooo:paragraph-rsid="006c5326"/>
   </style:style>
-  <style:style style:name="P232" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P234" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties officeooo:paragraph-rsid="00779a5b"/>
   </style:style>
-  <style:style style:name="P233" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P235" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties fo:font-style="italic" officeooo:rsid="007ab691" officeooo:paragraph-rsid="007ab691" style:font-style-asian="italic" style:font-style-complex="italic"/>
   </style:style>
-  <style:style style:name="P234" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P236" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties fo:font-style="italic" officeooo:rsid="00925c69" officeooo:paragraph-rsid="00925c69" style:font-style-asian="italic" style:font-style-complex="italic"/>
   </style:style>
-  <style:style style:name="P235" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P237" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties fo:font-style="italic" officeooo:rsid="00779a5b" officeooo:paragraph-rsid="00a52bc9" style:font-style-asian="italic" style:font-style-complex="italic"/>
   </style:style>
-  <style:style style:name="P236" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P238" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties officeooo:rsid="007a1e4b" officeooo:paragraph-rsid="007a1e4b"/>
   </style:style>
-  <style:style style:name="P237" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P239" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties officeooo:rsid="007ab691" officeooo:paragraph-rsid="007ab691"/>
   </style:style>
-  <style:style style:name="P238" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P240" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties officeooo:rsid="007bf983" officeooo:paragraph-rsid="007bf983"/>
   </style:style>
-  <style:style style:name="P239" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P241" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties officeooo:rsid="007bf983" officeooo:paragraph-rsid="00dd5dd8"/>
   </style:style>
-  <style:style style:name="P240" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P242" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties officeooo:rsid="008e53fe" officeooo:paragraph-rsid="008f3b90"/>
   </style:style>
-  <style:style style:name="P241" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P243" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties officeooo:rsid="008e53fe" officeooo:paragraph-rsid="00fa446c"/>
   </style:style>
-  <style:style style:name="P242" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P244" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties officeooo:rsid="0090e55e" officeooo:paragraph-rsid="00913e1d"/>
   </style:style>
-  <style:style style:name="P243" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P245" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties officeooo:rsid="00beeeb9" officeooo:paragraph-rsid="00beeeb9"/>
   </style:style>
-  <style:style style:name="P244" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P246" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties officeooo:rsid="00beeeb9" officeooo:paragraph-rsid="00c0dbdb"/>
   </style:style>
-  <style:style style:name="P245" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P247" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties officeooo:rsid="00c20e43" officeooo:paragraph-rsid="00c20e43"/>
   </style:style>
-  <style:style style:name="P246" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P248" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties officeooo:rsid="00cef9a3" officeooo:paragraph-rsid="00cef9a3"/>
   </style:style>
-  <style:style style:name="P247" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P249" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties officeooo:rsid="00cfb468" officeooo:paragraph-rsid="00cfb468"/>
   </style:style>
-  <style:style style:name="P248" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P250" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties fo:font-weight="bold" officeooo:rsid="00d08d3b" officeooo:paragraph-rsid="00d08d3b" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
   </style:style>
-  <style:style style:name="P249" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P251" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties fo:font-weight="bold" officeooo:rsid="00e1d614" officeooo:paragraph-rsid="00e1d614" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
   </style:style>
-  <style:style style:name="P250" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P252" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties officeooo:rsid="00d15d24" officeooo:paragraph-rsid="00d15d24"/>
   </style:style>
-  <style:style style:name="P251" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P253" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties officeooo:rsid="00dbc83d" officeooo:paragraph-rsid="00dbc83d"/>
   </style:style>
-  <style:style style:name="P252" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P254" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties officeooo:rsid="00e102d3" officeooo:paragraph-rsid="00e102d3"/>
   </style:style>
-  <style:style style:name="P253" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P255" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties officeooo:rsid="00e4d644" officeooo:paragraph-rsid="00e4d644"/>
   </style:style>
-  <style:style style:name="P254" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P256" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties officeooo:paragraph-rsid="00f02006"/>
   </style:style>
-  <style:style style:name="P255" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P257" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties officeooo:rsid="00f0bb68" officeooo:paragraph-rsid="00f0bb68"/>
   </style:style>
-  <style:style style:name="P256" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P258" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties officeooo:rsid="00f0bb68" officeooo:paragraph-rsid="00f87427"/>
   </style:style>
-  <style:style style:name="P257" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P259" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties officeooo:paragraph-rsid="00fa446c"/>
   </style:style>
-  <style:style style:name="P258" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P260" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties officeooo:paragraph-rsid="00fe6ad2"/>
   </style:style>
-  <style:style style:name="P259" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P261" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties officeooo:rsid="00fe6ad2" officeooo:paragraph-rsid="00fe6ad2"/>
   </style:style>
-  <style:style style:name="P260" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P262" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties officeooo:rsid="01037e2c" officeooo:paragraph-rsid="01037e2c"/>
   </style:style>
-  <style:style style:name="P261" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P263" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:text-properties officeooo:paragraph-rsid="0118a9d0"/>
   </style:style>
-  <style:style style:name="P262" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
+  <style:style style:name="P264" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
    <style:text-properties officeooo:paragraph-rsid="007a1e4b"/>
   </style:style>
-  <style:style style:name="P263" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
+  <style:style style:name="P265" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
    <style:text-properties officeooo:rsid="007ab691" officeooo:paragraph-rsid="007ab691"/>
   </style:style>
-  <style:style style:name="P264" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
+  <style:style style:name="P266" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
    <style:text-properties officeooo:paragraph-rsid="007bf983"/>
   </style:style>
-  <style:style style:name="P265" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
+  <style:style style:name="P267" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
    <style:text-properties officeooo:rsid="008e53fe" officeooo:paragraph-rsid="008e53fe"/>
   </style:style>
-  <style:style style:name="P266" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
+  <style:style style:name="P268" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
    <style:text-properties fo:font-style="italic" officeooo:rsid="00925c69" officeooo:paragraph-rsid="00925c69" style:font-style-asian="italic" style:font-style-complex="italic"/>
   </style:style>
-  <style:style style:name="P267" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
+  <style:style style:name="P269" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
    <style:text-properties officeooo:paragraph-rsid="0090e55e"/>
   </style:style>
-  <style:style style:name="P268" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
+  <style:style style:name="P270" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
    <style:text-properties officeooo:rsid="00925c69" officeooo:paragraph-rsid="00925c69"/>
   </style:style>
-  <style:style style:name="P269" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
+  <style:style style:name="P271" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
    <style:text-properties officeooo:rsid="00beeeb9" officeooo:paragraph-rsid="00beeeb9"/>
   </style:style>
-  <style:style style:name="P270" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
+  <style:style style:name="P272" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
    <style:text-properties officeooo:rsid="00beeeb9" officeooo:paragraph-rsid="00c0dbdb"/>
   </style:style>
-  <style:style style:name="P271" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
+  <style:style style:name="P273" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
    <style:text-properties fo:font-weight="bold" officeooo:rsid="00cfb468" officeooo:paragraph-rsid="00cfb468" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
   </style:style>
-  <style:style style:name="P272" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
+  <style:style style:name="P274" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
    <style:text-properties fo:font-weight="bold" officeooo:rsid="00d08d3b" officeooo:paragraph-rsid="00d08d3b" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
   </style:style>
-  <style:style style:name="P273" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
+  <style:style style:name="P275" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
    <style:text-properties fo:font-weight="bold" officeooo:rsid="00e1d614" officeooo:paragraph-rsid="00e1d614" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
   </style:style>
-  <style:style style:name="P274" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
+  <style:style style:name="P276" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
    <style:text-properties officeooo:rsid="00d08d3b" officeooo:paragraph-rsid="00d08d3b"/>
   </style:style>
-  <style:style style:name="P275" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
+  <style:style style:name="P277" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
    <style:text-properties officeooo:paragraph-rsid="00dbc83d"/>
   </style:style>
-  <style:style style:name="P276" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
+  <style:style style:name="P278" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
    <style:text-properties officeooo:paragraph-rsid="00dd5dd8"/>
   </style:style>
-  <style:style style:name="P277" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
+  <style:style style:name="P279" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
    <style:text-properties officeooo:paragraph-rsid="00f02006"/>
   </style:style>
-  <style:style style:name="P278" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
+  <style:style style:name="P280" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
    <style:text-properties officeooo:paragraph-rsid="00fe6ad2"/>
   </style:style>
-  <style:style style:name="P279" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
+  <style:style style:name="P281" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
    <style:text-properties officeooo:rsid="00fff904" officeooo:paragraph-rsid="00fff904"/>
   </style:style>
-  <style:style style:name="P280" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
+  <style:style style:name="P282" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
    <style:text-properties officeooo:paragraph-rsid="01037e2c"/>
   </style:style>
-  <style:style style:name="P281" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
+  <style:style style:name="P283" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
    <style:text-properties officeooo:rsid="010837cd" officeooo:paragraph-rsid="010837cd"/>
   </style:style>
-  <style:style style:name="P282" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
+  <style:style style:name="P284" style:family="paragraph" style:parent-style-name="Preformatted_20_List_20_Heading">
    <style:text-properties officeooo:paragraph-rsid="01161488"/>
   </style:style>
-  <style:style style:name="P283" style:family="paragraph" style:parent-style-name="Preformatted_20_Text_20_Interrupt">
+  <style:style style:name="P285" style:family="paragraph" style:parent-style-name="Preformatted_20_Text_20_Interrupt">
    <style:text-properties officeooo:paragraph-rsid="008c2cba"/>
   </style:style>
-  <style:style style:name="P284" style:family="paragraph" style:parent-style-name="Preformatted_20_Text_20_Indented">
+  <style:style style:name="P286" style:family="paragraph" style:parent-style-name="Preformatted_20_Text_20_Indented">
    <style:text-properties fo:font-style="normal" officeooo:rsid="008f3b90" officeooo:paragraph-rsid="008f3b90" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P285" style:family="paragraph" style:parent-style-name="Preformatted_20_Text_20_Indented">
+  <style:style style:name="P287" style:family="paragraph" style:parent-style-name="Preformatted_20_Text_20_Indented">
    <style:text-properties fo:font-style="normal" fo:font-weight="normal" officeooo:rsid="00cba5e3" officeooo:paragraph-rsid="00d15d24" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-style-complex="normal" style:font-weight-complex="normal"/>
   </style:style>
-  <style:style style:name="P286" style:family="paragraph" style:parent-style-name="Preformatted_20_Text_20_Indented">
+  <style:style style:name="P288" style:family="paragraph" style:parent-style-name="Preformatted_20_Text_20_Indented">
    <style:text-properties fo:font-style="normal" fo:font-weight="normal" officeooo:rsid="00d15d24" officeooo:paragraph-rsid="00d15d24" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-style-complex="normal" style:font-weight-complex="normal"/>
   </style:style>
-  <style:style style:name="P287" style:family="paragraph" style:parent-style-name="Preformatted_20_Text_20_Indented">
+  <style:style style:name="P289" style:family="paragraph" style:parent-style-name="Preformatted_20_Text_20_Indented">
    <style:text-properties officeooo:paragraph-rsid="00cfb468"/>
   </style:style>
-  <style:style style:name="P288" style:family="paragraph" style:parent-style-name="Preformatted_20_Text_20_Indented">
+  <style:style style:name="P290" style:family="paragraph" style:parent-style-name="Preformatted_20_Text_20_Indented">
    <style:text-properties officeooo:rsid="00d08d3b" officeooo:paragraph-rsid="00d08d3b"/>
   </style:style>
-  <style:style style:name="P289" style:family="paragraph" style:parent-style-name="Preformatted_20_Text_20_Indented">
+  <style:style style:name="P291" style:family="paragraph" style:parent-style-name="Preformatted_20_Text_20_Indented">
    <style:text-properties officeooo:rsid="00d15d24" officeooo:paragraph-rsid="00d15d24"/>
   </style:style>
-  <style:style style:name="P290" style:family="paragraph" style:parent-style-name="Caption">
+  <style:style style:name="P292" style:family="paragraph" style:parent-style-name="Caption">
    <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
   </style:style>
-  <style:style style:name="P291" style:family="paragraph" style:parent-style-name="Contents_20_Heading">
+  <style:style style:name="P293" style:family="paragraph" style:parent-style-name="Contents_20_Heading">
    <style:paragraph-properties fo:break-before="page"/>
   </style:style>
-  <style:style style:name="P292" style:family="paragraph" style:parent-style-name="Heading_20_1">
+  <style:style style:name="P294" style:family="paragraph" style:parent-style-name="Heading_20_1">
    <style:paragraph-properties fo:break-before="page"/>
    <style:text-properties officeooo:rsid="000a3505" officeooo:paragraph-rsid="000a3505"/>
   </style:style>
-  <style:style style:name="P293" style:family="paragraph" style:parent-style-name="Contents_20_1">
+  <style:style style:name="P295" style:family="paragraph" style:parent-style-name="Contents_20_1">
    <style:paragraph-properties>
     <style:tab-stops>
      <style:tab-stop style:position="17cm" style:type="right" style:leader-style="dotted" style:leader-text="."/>
     </style:tab-stops>
    </style:paragraph-properties>
   </style:style>
-  <style:style style:name="P294" style:family="paragraph" style:parent-style-name="Contents_20_2">
+  <style:style style:name="P296" style:family="paragraph" style:parent-style-name="Contents_20_2">
    <style:paragraph-properties>
     <style:tab-stops>
      <style:tab-stop style:position="16.501cm" style:type="right" style:leader-style="dotted" style:leader-text="."/>
     </style:tab-stops>
    </style:paragraph-properties>
   </style:style>
-  <style:style style:name="P295" style:family="paragraph" style:parent-style-name="Contents_20_3">
+  <style:style style:name="P297" style:family="paragraph" style:parent-style-name="Contents_20_3">
    <style:paragraph-properties>
     <style:tab-stops>
      <style:tab-stop style:position="16.002cm" style:type="right" style:leader-style="dotted" style:leader-text="."/>
     </style:tab-stops>
    </style:paragraph-properties>
   </style:style>
-  <style:style style:name="P296" style:family="paragraph" style:parent-style-name="Heading_20_1">
+  <style:style style:name="P298" style:family="paragraph" style:parent-style-name="Heading_20_1">
    <style:text-properties officeooo:rsid="001888a2" officeooo:paragraph-rsid="009eea28"/>
   </style:style>
-  <style:style style:name="P297" style:family="paragraph" style:parent-style-name="Title" style:master-page-name="">
+  <style:style style:name="P299" style:family="paragraph" style:parent-style-name="Title" style:master-page-name="">
    <style:paragraph-properties style:page-number="auto"/>
    <style:text-properties officeooo:rsid="000a3505" officeooo:paragraph-rsid="000a3505"/>
   </style:style>
-  <style:style style:name="P298" style:family="paragraph" style:parent-style-name="Title" style:master-page-name="">
+  <style:style style:name="P300" style:family="paragraph" style:parent-style-name="Title" style:master-page-name="">
    <style:paragraph-properties style:page-number="auto"/>
    <style:text-properties officeooo:rsid="00cef9a3" officeooo:paragraph-rsid="00cef9a3"/>
   </style:style>
-  <style:style style:name="P299" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P301" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:rsid="00750ebf" officeooo:paragraph-rsid="0074d148"/>
   </style:style>
-  <style:style style:name="P300" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P302" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:rsid="00750ebf" officeooo:paragraph-rsid="00750ebf"/>
   </style:style>
-  <style:style style:name="P301" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P303" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties fo:font-style="normal" style:text-underline-style="none" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P302" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P304" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties fo:font-style="normal" style:text-underline-style="none" officeooo:rsid="009beecc" officeooo:paragraph-rsid="009beecc" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P303" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P305" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties fo:font-style="normal" style:text-underline-style="none" officeooo:paragraph-rsid="00c2926f" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P304" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P306" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties fo:font-style="normal" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P305" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P307" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties fo:font-style="normal" officeooo:paragraph-rsid="00931d47" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P306" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P308" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties fo:font-style="normal" officeooo:rsid="009715be" officeooo:paragraph-rsid="009acc7d" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P307" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P309" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties fo:font-style="normal" officeooo:rsid="009715be" officeooo:paragraph-rsid="00c6886f" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P308" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P310" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:rsid="0063d022" officeooo:paragraph-rsid="0063d022"/>
   </style:style>
-  <style:style style:name="P309" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P311" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:paragraph-rsid="00931d47"/>
   </style:style>
-  <style:style style:name="P310" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P312" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:rsid="00c6886f" officeooo:paragraph-rsid="00c6886f"/>
   </style:style>
-  <style:style style:name="P311" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P313" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:rsid="00d7bd9c" officeooo:paragraph-rsid="00d7bd9c"/>
   </style:style>
-  <style:style style:name="P312" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P314" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:rsid="00f3a79a" officeooo:paragraph-rsid="00f3a79a"/>
   </style:style>
-  <style:style style:name="P313" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P315" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:paragraph-rsid="00fb6b92"/>
   </style:style>
-  <style:style style:name="P314" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P316" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:rsid="011bfd3c" officeooo:paragraph-rsid="011bfd3c"/>
   </style:style>
-  <style:style style:name="P315" style:family="paragraph" style:parent-style-name="Subtitle">
+  <style:style style:name="P317" style:family="paragraph" style:parent-style-name="Subtitle">
    <style:text-properties officeooo:rsid="000a3505" officeooo:paragraph-rsid="000a3505"/>
   </style:style>
-  <style:style style:name="P316" style:family="paragraph" style:parent-style-name="Subtitle">
+  <style:style style:name="P318" style:family="paragraph" style:parent-style-name="Subtitle">
    <style:text-properties officeooo:rsid="000a3505" officeooo:paragraph-rsid="00beeeb9"/>
   </style:style>
-  <style:style style:name="P317" style:family="paragraph" style:parent-style-name="Subtitle">
+  <style:style style:name="P319" style:family="paragraph" style:parent-style-name="Subtitle">
    <style:text-properties officeooo:rsid="00beeeb9" officeooo:paragraph-rsid="00beeeb9"/>
   </style:style>
-  <style:style style:name="P318" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P320" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="00b17591"/>
   </style:style>
-  <style:style style:name="P319" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P321" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="00288fc1" officeooo:paragraph-rsid="00423119"/>
   </style:style>
-  <style:style style:name="P320" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P322" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="00423119"/>
   </style:style>
-  <style:style style:name="P321" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P323" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="0063d022"/>
   </style:style>
-  <style:style style:name="P322" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P324" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties fo:font-style="normal" officeooo:paragraph-rsid="0086f697" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P323" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P325" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="00f02006"/>
   </style:style>
-  <style:style style:name="P324" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P326" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="00f3a79a"/>
   </style:style>
-  <style:style style:name="P325" style:family="paragraph" style:parent-style-name="Footnote">
+  <style:style style:name="P327" style:family="paragraph" style:parent-style-name="Footnote">
    <style:text-properties officeooo:rsid="00f46600" officeooo:paragraph-rsid="00f46600"/>
   </style:style>
-  <style:style style:name="P326" style:family="paragraph" style:parent-style-name="Title" style:master-page-name="First_20_Page">
+  <style:style style:name="P328" style:family="paragraph" style:parent-style-name="Title" style:master-page-name="First_20_Page">
    <style:paragraph-properties style:page-number="auto"/>
    <style:text-properties officeooo:rsid="00cef9a3" officeooo:paragraph-rsid="00cef9a3"/>
   </style:style>
-  <style:style style:name="P327" style:family="paragraph" style:parent-style-name="Heading_20_1">
+  <style:style style:name="P329" style:family="paragraph" style:parent-style-name="Heading_20_1">
    <style:text-properties officeooo:rsid="001888a2" officeooo:paragraph-rsid="009eea28"/>
   </style:style>
-  <style:style style:name="P328" style:family="paragraph" style:parent-style-name="Heading_20_1">
+  <style:style style:name="P330" style:family="paragraph" style:parent-style-name="Heading_20_1">
    <style:paragraph-properties fo:break-before="page"/>
    <style:text-properties officeooo:rsid="000a3505" officeooo:paragraph-rsid="000a3505"/>
   </style:style>
-  <style:style style:name="P329" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P331" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="00b17591"/>
   </style:style>
-  <style:style style:name="P330" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P332" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="00288fc1" officeooo:paragraph-rsid="00423119"/>
   </style:style>
-  <style:style style:name="P331" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P333" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="00f02006"/>
   </style:style>
-  <style:style style:name="P332" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P334" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="00f3a79a"/>
   </style:style>
-  <style:style style:name="P333" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P335" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="0063d022"/>
   </style:style>
-  <style:style style:name="P334" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P336" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties fo:font-style="normal" officeooo:paragraph-rsid="0086f697" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P335" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P337" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:rsid="00750ebf" officeooo:paragraph-rsid="0074d148"/>
   </style:style>
-  <style:style style:name="P336" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P338" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:rsid="00750ebf" officeooo:paragraph-rsid="00750ebf"/>
   </style:style>
-  <style:style style:name="P337" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P339" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:rsid="00f3a79a" officeooo:paragraph-rsid="00f3a79a"/>
   </style:style>
-  <style:style style:name="P338" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P340" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:rsid="00d7bd9c" officeooo:paragraph-rsid="00d7bd9c"/>
   </style:style>
-  <style:style style:name="P339" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P341" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties fo:font-style="normal" style:text-underline-style="none" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P340" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P342" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties fo:font-style="normal" style:text-underline-style="none" officeooo:rsid="009beecc" officeooo:paragraph-rsid="009beecc" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P341" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P343" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties fo:font-style="normal" style:text-underline-style="none" officeooo:paragraph-rsid="00c2926f" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P342" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P344" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties fo:font-style="normal" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P343" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P345" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties fo:font-style="normal" officeooo:paragraph-rsid="00931d47" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P344" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P346" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties fo:font-style="normal" officeooo:rsid="009715be" officeooo:paragraph-rsid="00c6886f" style:font-style-asian="normal" style:font-style-complex="normal"/>
   </style:style>
-  <style:style style:name="P345" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P347" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:rsid="0063d022" officeooo:paragraph-rsid="0063d022"/>
   </style:style>
-  <style:style style:name="P346" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P348" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:paragraph-rsid="00fb6b92"/>
   </style:style>
-  <style:style style:name="P347" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P349" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:rsid="011bfd3c" officeooo:paragraph-rsid="011bfd3c"/>
   </style:style>
-  <style:style style:name="P348" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P350" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:rsid="00c6886f" officeooo:paragraph-rsid="00c6886f"/>
   </style:style>
-  <style:style style:name="P349" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties fo:font-weight="bold" officeooo:rsid="011cd839" officeooo:paragraph-rsid="011cd839" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
-  </style:style>
-  <style:style style:name="P350" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties fo:font-weight="normal" officeooo:rsid="011f7d97" officeooo:paragraph-rsid="011e9cc8" style:font-weight-asian="normal" style:font-weight-complex="normal"/>
-  </style:style>
-  <style:style style:name="P351" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
-   <style:text-properties fo:font-weight="normal" officeooo:rsid="011f7d97" officeooo:paragraph-rsid="011f7d97" style:font-weight-asian="normal" style:font-weight-complex="normal"/>
-  </style:style>
   <style:style style:name="T1" style:family="text">
    <style:text-properties officeooo:rsid="000be205"/>
   </style:style>
@@ -2389,6 +2386,9 @@
   <style:style style:name="T306" style:family="text">
    <style:text-properties officeooo:rsid="0120f340"/>
   </style:style>
+  <style:style style:name="T307" style:family="text">
+   <style:text-properties officeooo:rsid="012104d2"/>
+  </style:style>
   <style:style style:name="Sect1" style:family="section">
    <style:section-properties style:editable="false">
     <style:columns fo:column-count="1" fo:column-gap="0cm"/>
@@ -2436,7 +2436,7 @@
  <office:master-styles>
   <style:master-page style:name="Standard" style:page-layout-name="pm1">
    <style:footer>
-    <text:p text:style-name="Footer"><text:page-number text:select-page="current">10</text:page-number><text:tab/><text:tab/><text:modification-date style:data-style-name="N84">2020-09-30</text:modification-date>, <text:modification-time style:data-style-name="N41">13:13:21</text:modification-time></text:p>
+    <text:p text:style-name="Footer"><text:page-number text:select-page="current">33</text:page-number><text:tab/><text:tab/><text:modification-date style:data-style-name="N84">2020-11-30</text:modification-date>, <text:modification-time style:data-style-name="N41">22:08:53</text:modification-time></text:p>
    </style:footer>
   </style:master-page>
   <style:master-page style:name="First_20_Page" style:display-name="First Page" style:page-layout-name="pm2" style:next-style-name="Standard"/>
@@ -2451,10 +2451,10 @@
     <text:sequence-decl text:display-outline-level="0" text:name="Text"/>
     <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
    </text:sequence-decls>
-   <text:p text:style-name="P326">Make Experiments!</text:p>
-   <text:p text:style-name="P316">Run-script generation for earth system models</text:p>
-   <text:p text:style-name="P317">Release @version@</text:p>
-   <text:p text:style-name="P290">Karl-Hermann Wieners<text:line-break/><text:span text:style-name="T251">Max-Planck-Institut für Meteorologie<text:line-break/>Hamburg</text:span></text:p>
+   <text:p text:style-name="P328">Make Experiments!</text:p>
+   <text:p text:style-name="P318">Run-script generation for earth system models</text:p>
+   <text:p text:style-name="P319">Release 1.0.<text:span text:style-name="T307">9</text:span></text:p>
+   <text:p text:style-name="P292">Karl-Hermann Wieners<text:line-break/><text:span text:style-name="T251">Max-Planck-Institut für Meteorologie<text:line-break/>Hamburg</text:span></text:p>
    <text:table-of-content text:style-name="Sect1" text:protected="true" text:name="Table of Contents1">
     <text:table-of-content-source text:outline-level="10">
      <text:index-title-template text:style-name="Contents_20_Heading">Table of Contents</text:index-title-template>
@@ -2541,61 +2541,61 @@
     </text:table-of-content-source>
     <text:index-body>
      <text:index-title text:style-name="Sect1" text:name="Table of Contents1_Head">
-      <text:p text:style-name="P291">Table of Contents</text:p>
+      <text:p text:style-name="P293">Table of Contents</text:p>
      </text:index-title>
-     <text:p text:style-name="P293"><text:a xlink:type="simple" xlink:href="#__RefHeading__2518_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">1 <text:s/>Introduction<text:tab/>4</text:a></text:p>
-     <text:p text:style-name="P294"><text:a xlink:type="simple" xlink:href="#__RefHeading__2520_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">1.1 <text:s/>Example: ECHAM experiment setup<text:tab/>4</text:a></text:p>
-     <text:p text:style-name="P295"><text:a xlink:type="simple" xlink:href="#__RefHeading__2522_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">1.1.1 <text:s/>Experiments are defined by custom and default settings<text:tab/>4</text:a></text:p>
-     <text:p text:style-name="P295"><text:a xlink:type="simple" xlink:href="#__RefHeading__2524_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">1.1.2 <text:s/>Job templates are completed by settings to create scripts<text:tab/>5</text:a></text:p>
-     <text:p text:style-name="P295"><text:a xlink:type="simple" xlink:href="#__RefHeading__2526_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">1.1.3 <text:s/>Generating scripts only refers to the custom settings&apos; file<text:tab/>7</text:a></text:p>
-     <text:p text:style-name="P293"><text:a xlink:type="simple" xlink:href="#__RefHeading__2528_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2 <text:s/>Details on experiment definition<text:tab/>7</text:a></text:p>
-     <text:p text:style-name="P294"><text:a xlink:type="simple" xlink:href="#__RefHeading__2530_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.1 <text:s/>Design<text:tab/>8</text:a></text:p>
-     <text:p text:style-name="P294"><text:a xlink:type="simple" xlink:href="#__RefHeading__2532_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.2 <text:s/>Tools<text:tab/>8</text:a></text:p>
-     <text:p text:style-name="P294"><text:a xlink:type="simple" xlink:href="#__RefHeading__2534_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.3 <text:s/>Format of .config files<text:tab/>10</text:a></text:p>
-     <text:p text:style-name="P295"><text:a xlink:type="simple" xlink:href="#__RefHeading__1669_1438093122" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.3.1 <text:s/>Variables<text:tab/>10</text:a></text:p>
-     <text:p text:style-name="P295"><text:a xlink:type="simple" xlink:href="#__RefHeading__2536_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.3.2 <text:s/>Sections<text:tab/>11</text:a></text:p>
-     <text:p text:style-name="P295"><text:a xlink:type="simple" xlink:href="#__RefHeading__2538_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.3.3 <text:s/>Special variables and sections<text:tab/>11</text:a></text:p>
-     <text:p text:style-name="P295"><text:a xlink:type="simple" xlink:href="#__RefHeading__2540_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.3.4 <text:s/>Variable interpolation<text:tab/>13</text:a></text:p>
-     <text:p text:style-name="P295"><text:a xlink:type="simple" xlink:href="#__RefHeading__2542_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.3.5 <text:s/>Evaluation of interpolation<text:tab/>14</text:a></text:p>
-     <text:p text:style-name="P295"><text:a xlink:type="simple" xlink:href="#__RefHeading__2544_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.3.6 <text:s/>Special expressions<text:tab/>15</text:a></text:p>
-     <text:p text:style-name="P294"><text:a xlink:type="simple" xlink:href="#__RefHeading__2546_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.4 <text:s/>Format of .tmpl files<text:tab/>16</text:a></text:p>
-     <text:p text:style-name="P295"><text:a xlink:type="simple" xlink:href="#__RefHeading__2548_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.4.1 <text:s/>Placeholders<text:tab/>16</text:a></text:p>
-     <text:p text:style-name="P295"><text:a xlink:type="simple" xlink:href="#__RefHeading__2550_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.4.2 <text:s/>Variables in sections<text:tab/>17</text:a></text:p>
-     <text:p text:style-name="P295"><text:a xlink:type="simple" xlink:href="#__RefHeading__2552_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.4.3 <text:s/>Expressions<text:tab/>17</text:a></text:p>
-     <text:p text:style-name="P295"><text:a xlink:type="simple" xlink:href="#__RefHeading__2554_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.4.4 <text:s/>Loops<text:tab/>19</text:a></text:p>
-     <text:p text:style-name="P295"><text:a xlink:type="simple" xlink:href="#__RefHeading__2556_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.4.5 <text:s/>Conditions<text:tab/>19</text:a></text:p>
-     <text:p text:style-name="P295"><text:a xlink:type="simple" xlink:href="#__RefHeading__2558_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.4.6 <text:s/>Comments<text:tab/>20</text:a></text:p>
-     <text:p text:style-name="P295"><text:a xlink:type="simple" xlink:href="#__RefHeading___Toc3658_1790556471" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.4.7 <text:s/>Block statements and block comments<text:tab/>20</text:a></text:p>
-     <text:p text:style-name="P294"><text:a xlink:type="simple" xlink:href="#__RefHeading__2560_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.5 <text:s/>Standard experiments<text:tab/>20</text:a></text:p>
-     <text:p text:style-name="P294"><text:a xlink:type="simple" xlink:href="#__RefHeading__2562_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.6 <text:s/>Standard options<text:tab/>21</text:a></text:p>
-     <text:p text:style-name="P295"><text:a xlink:type="simple" xlink:href="#__RefHeading___Toc3660_1790556471" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.6.1 <text:s/>Options set due to model configuration<text:tab/>21</text:a></text:p>
-     <text:p text:style-name="P294"><text:a xlink:type="simple" xlink:href="#__RefHeading__1508_1711940803" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.7 <text:s/>Generating jobs<text:tab/>22</text:a></text:p>
-     <text:p text:style-name="P295"><text:a xlink:type="simple" xlink:href="#__RefHeading__2566_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.7.1 <text:s/></text:a><text:a xlink:type="simple" xlink:href="#__RefHeading__2566_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link"><text:span text:style-name="T53">C</text:span></text:a><text:a xlink:type="simple" xlink:href="#__RefHeading__2566_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link"><text:span text:style-name="T53">hanging the model job list</text:span></text:a><text:a xlink:type="simple" xlink:href="#__RefHeading__2566_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link"><text:tab/>22</text:a></text:p>
-     <text:p text:style-name="P295"><text:a xlink:type="simple" xlink:href="#__RefHeading__2568_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.7.2 <text:s/>Pre-defined job variables<text:tab/>23</text:a></text:p>
-     <text:p text:style-name="P295"><text:a xlink:type="simple" xlink:href="#__RefHeading__2570_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.7.3 <text:s/>Overriding namelist settings in derived jobs<text:tab/>23</text:a></text:p>
-     <text:p text:style-name="P295"><text:a xlink:type="simple" xlink:href="#__RefHeading__2572_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.7.4 <text:s/>Native script variables<text:tab/>24</text:a></text:p>
-     <text:p text:style-name="P295"><text:a xlink:type="simple" xlink:href="#__RefHeading__2574_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.7.5 <text:s/>Initializing native script variables<text:tab/>25</text:a></text:p>
-     <text:p text:style-name="P295"><text:a xlink:type="simple" xlink:href="#__RefHeading__2576_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.7.6 <text:s/>Re-generation of scripts and backup<text:tab/>26</text:a></text:p>
-     <text:p text:style-name="P294"><text:a xlink:type="simple" xlink:href="#__RefHeading__2564_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.8 <text:s/>Standard environments<text:tab/>27</text:a></text:p>
-     <text:p text:style-name="P294"><text:a xlink:type="simple" xlink:href="#__RefHeading__1883_1672291846" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.9 <text:s/>Defining namelists and other configuration files<text:tab/>27</text:a></text:p>
-     <text:p text:style-name="P295"><text:a xlink:type="simple" xlink:href="#__RefHeading__2578_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.9.1 <text:s/>Formatting the namelist information<text:tab/>28</text:a></text:p>
-     <text:p text:style-name="P295"><text:a xlink:type="simple" xlink:href="#__RefHeading__2580_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.9.2 <text:s/></text:a><text:a xlink:type="simple" xlink:href="#__RefHeading__2580_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link"><text:span text:style-name="T53">S</text:span></text:a><text:a xlink:type="simple" xlink:href="#__RefHeading__2580_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link"><text:span text:style-name="T53">uppressing namelist groups or variables</text:span></text:a><text:a xlink:type="simple" xlink:href="#__RefHeading__2580_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link"><text:tab/>28</text:a></text:p>
-     <text:p text:style-name="P295"><text:soft-page-break/><text:a xlink:type="simple" xlink:href="#__RefHeading__2714_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.9.3 <text:s/>Using the namelist text<text:tab/>29</text:a></text:p>
-     <text:p text:style-name="P295"><text:a xlink:type="simple" xlink:href="#__RefHeading___Toc3662_1790556471" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.9.4 <text:s/>Using native script variables in namelists<text:tab/>30</text:a></text:p>
-     <text:p text:style-name="P295"><text:a xlink:type="simple" xlink:href="#__RefHeading__2584_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.9.5 <text:s/>Non-namelist configuration files<text:tab/>31</text:a></text:p>
-     <text:p text:style-name="P294"><text:a xlink:type="simple" xlink:href="#__RefHeading__2831_1132221942" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.10 <text:s/></text:a><text:a xlink:type="simple" xlink:href="#__RefHeading__2831_1132221942" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link"><text:span text:style-name="T53">D</text:span></text:a><text:a xlink:type="simple" xlink:href="#__RefHeading__2831_1132221942" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link"><text:span text:style-name="T53">efining input files for an experiment</text:span></text:a><text:a xlink:type="simple" xlink:href="#__RefHeading__2831_1132221942" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link"><text:tab/>31</text:a></text:p>
-     <text:p text:style-name="P295"><text:a xlink:type="simple" xlink:href="#__RefHeading__2833_1132221942" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.10.1 <text:s/>Overriding input files for certain jobs<text:tab/>32</text:a></text:p>
+     <text:p text:style-name="P295"><text:a xlink:type="simple" xlink:href="#__RefHeading__2518_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">1 <text:s/>Introduction<text:tab/>4</text:a></text:p>
+     <text:p text:style-name="P296"><text:a xlink:type="simple" xlink:href="#__RefHeading__2520_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">1.1 <text:s/>Example: ECHAM experiment setup<text:tab/>4</text:a></text:p>
+     <text:p text:style-name="P297"><text:a xlink:type="simple" xlink:href="#__RefHeading__2522_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">1.1.1 <text:s/>Experiments are defined by custom and default settings<text:tab/>4</text:a></text:p>
+     <text:p text:style-name="P297"><text:a xlink:type="simple" xlink:href="#__RefHeading__2524_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">1.1.2 <text:s/>Job templates are completed by settings to create scripts<text:tab/>5</text:a></text:p>
+     <text:p text:style-name="P297"><text:a xlink:type="simple" xlink:href="#__RefHeading__2526_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">1.1.3 <text:s/>Generating scripts only refers to the custom settings&apos; file<text:tab/>7</text:a></text:p>
+     <text:p text:style-name="P295"><text:a xlink:type="simple" xlink:href="#__RefHeading__2528_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2 <text:s/>Details on experiment definition<text:tab/>7</text:a></text:p>
+     <text:p text:style-name="P296"><text:a xlink:type="simple" xlink:href="#__RefHeading__2530_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.1 <text:s/>Design<text:tab/>8</text:a></text:p>
+     <text:p text:style-name="P296"><text:a xlink:type="simple" xlink:href="#__RefHeading__2532_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.2 <text:s/>Tools<text:tab/>8</text:a></text:p>
+     <text:p text:style-name="P296"><text:a xlink:type="simple" xlink:href="#__RefHeading__2534_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.3 <text:s/>Format of .config files<text:tab/>10</text:a></text:p>
+     <text:p text:style-name="P297"><text:a xlink:type="simple" xlink:href="#__RefHeading__1669_1438093122" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.3.1 <text:s/>Variables<text:tab/>10</text:a></text:p>
+     <text:p text:style-name="P297"><text:a xlink:type="simple" xlink:href="#__RefHeading__2536_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.3.2 <text:s/>Sections<text:tab/>11</text:a></text:p>
+     <text:p text:style-name="P297"><text:a xlink:type="simple" xlink:href="#__RefHeading__2538_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.3.3 <text:s/>Special variables and sections<text:tab/>11</text:a></text:p>
+     <text:p text:style-name="P297"><text:a xlink:type="simple" xlink:href="#__RefHeading__2540_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.3.4 <text:s/>Variable interpolation<text:tab/>13</text:a></text:p>
+     <text:p text:style-name="P297"><text:a xlink:type="simple" xlink:href="#__RefHeading__2542_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.3.5 <text:s/>Evaluation of interpolation<text:tab/>14</text:a></text:p>
+     <text:p text:style-name="P297"><text:a xlink:type="simple" xlink:href="#__RefHeading__2544_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.3.6 <text:s/>Special expressions<text:tab/>15</text:a></text:p>
+     <text:p text:style-name="P296"><text:a xlink:type="simple" xlink:href="#__RefHeading__2546_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.4 <text:s/>Format of .tmpl files<text:tab/>16</text:a></text:p>
+     <text:p text:style-name="P297"><text:a xlink:type="simple" xlink:href="#__RefHeading__2548_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.4.1 <text:s/>Placeholders<text:tab/>16</text:a></text:p>
+     <text:p text:style-name="P297"><text:a xlink:type="simple" xlink:href="#__RefHeading__2550_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.4.2 <text:s/>Variables in sections<text:tab/>17</text:a></text:p>
+     <text:p text:style-name="P297"><text:a xlink:type="simple" xlink:href="#__RefHeading__2552_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.4.3 <text:s/>Expressions<text:tab/>17</text:a></text:p>
+     <text:p text:style-name="P297"><text:a xlink:type="simple" xlink:href="#__RefHeading__2554_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.4.4 <text:s/>Loops<text:tab/>19</text:a></text:p>
+     <text:p text:style-name="P297"><text:a xlink:type="simple" xlink:href="#__RefHeading__2556_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.4.5 <text:s/>Conditions<text:tab/>19</text:a></text:p>
+     <text:p text:style-name="P297"><text:a xlink:type="simple" xlink:href="#__RefHeading__2558_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.4.6 <text:s/>Comments<text:tab/>20</text:a></text:p>
+     <text:p text:style-name="P297"><text:a xlink:type="simple" xlink:href="#__RefHeading___Toc3658_1790556471" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.4.7 <text:s/>Block statements and block comments<text:tab/>20</text:a></text:p>
+     <text:p text:style-name="P296"><text:a xlink:type="simple" xlink:href="#__RefHeading__2560_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.5 <text:s/>Standard experiments<text:tab/>20</text:a></text:p>
+     <text:p text:style-name="P296"><text:a xlink:type="simple" xlink:href="#__RefHeading__2562_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.6 <text:s/>Standard options<text:tab/>21</text:a></text:p>
+     <text:p text:style-name="P297"><text:a xlink:type="simple" xlink:href="#__RefHeading___Toc3660_1790556471" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.6.1 <text:s/>Options set due to model configuration<text:tab/>21</text:a></text:p>
+     <text:p text:style-name="P296"><text:a xlink:type="simple" xlink:href="#__RefHeading__1508_1711940803" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.7 <text:s/>Generating jobs<text:tab/>22</text:a></text:p>
+     <text:p text:style-name="P297"><text:a xlink:type="simple" xlink:href="#__RefHeading__2566_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.7.1 <text:s/></text:a><text:a xlink:type="simple" xlink:href="#__RefHeading__2566_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link"><text:span text:style-name="T53">C</text:span></text:a><text:a xlink:type="simple" xlink:href="#__RefHeading__2566_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link"><text:span text:style-name="T53">hanging the model job list</text:span></text:a><text:a xlink:type="simple" xlink:href="#__RefHeading__2566_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link"><text:tab/>22</text:a></text:p>
+     <text:p text:style-name="P297"><text:a xlink:type="simple" xlink:href="#__RefHeading__2568_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.7.2 <text:s/>Pre-defined job variables<text:tab/>23</text:a></text:p>
+     <text:p text:style-name="P297"><text:a xlink:type="simple" xlink:href="#__RefHeading__2570_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.7.3 <text:s/>Overriding namelist settings in derived jobs<text:tab/>23</text:a></text:p>
+     <text:p text:style-name="P297"><text:a xlink:type="simple" xlink:href="#__RefHeading__2572_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.7.4 <text:s/>Native script variables<text:tab/>24</text:a></text:p>
+     <text:p text:style-name="P297"><text:a xlink:type="simple" xlink:href="#__RefHeading__2574_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.7.5 <text:s/>Initializing native script variables<text:tab/>25</text:a></text:p>
+     <text:p text:style-name="P297"><text:a xlink:type="simple" xlink:href="#__RefHeading__2576_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.7.6 <text:s/>Re-generation of scripts and backup<text:tab/>26</text:a></text:p>
+     <text:p text:style-name="P296"><text:a xlink:type="simple" xlink:href="#__RefHeading__2564_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.8 <text:s/>Standard environments<text:tab/>27</text:a></text:p>
+     <text:p text:style-name="P296"><text:a xlink:type="simple" xlink:href="#__RefHeading__1883_1672291846" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.9 <text:s/>Defining namelists and other configuration files<text:tab/>27</text:a></text:p>
+     <text:p text:style-name="P297"><text:a xlink:type="simple" xlink:href="#__RefHeading__2578_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.9.1 <text:s/>Formatting the namelist information<text:tab/>28</text:a></text:p>
+     <text:p text:style-name="P297"><text:a xlink:type="simple" xlink:href="#__RefHeading__2580_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.9.2 <text:s/></text:a><text:a xlink:type="simple" xlink:href="#__RefHeading__2580_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link"><text:span text:style-name="T53">S</text:span></text:a><text:a xlink:type="simple" xlink:href="#__RefHeading__2580_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link"><text:span text:style-name="T53">uppressing namelist groups or variables</text:span></text:a><text:a xlink:type="simple" xlink:href="#__RefHeading__2580_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link"><text:tab/>28</text:a></text:p>
+     <text:p text:style-name="P297"><text:soft-page-break/><text:a xlink:type="simple" xlink:href="#__RefHeading__2714_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.9.3 <text:s/>Using the namelist text<text:tab/>29</text:a></text:p>
+     <text:p text:style-name="P297"><text:a xlink:type="simple" xlink:href="#__RefHeading___Toc3662_1790556471" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.9.4 <text:s/>Using native script variables in namelists<text:tab/>30</text:a></text:p>
+     <text:p text:style-name="P297"><text:a xlink:type="simple" xlink:href="#__RefHeading__2584_1114405012" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.9.5 <text:s/>Non-namelist configuration files<text:tab/>31</text:a></text:p>
+     <text:p text:style-name="P296"><text:a xlink:type="simple" xlink:href="#__RefHeading__2831_1132221942" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.10 <text:s/></text:a><text:a xlink:type="simple" xlink:href="#__RefHeading__2831_1132221942" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link"><text:span text:style-name="T53">D</text:span></text:a><text:a xlink:type="simple" xlink:href="#__RefHeading__2831_1132221942" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link"><text:span text:style-name="T53">efining input files for an experiment</text:span></text:a><text:a xlink:type="simple" xlink:href="#__RefHeading__2831_1132221942" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link"><text:tab/>31</text:a></text:p>
+     <text:p text:style-name="P297"><text:a xlink:type="simple" xlink:href="#__RefHeading__2833_1132221942" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.10.1 <text:s/>Overriding input files for certain jobs<text:tab/>32</text:a></text:p>
     </text:index-body>
    </text:table-of-content>
    <text:p text:style-name="P86"/>
-   <text:h text:style-name="P292" text:outline-level="1"><text:bookmark-start text:name="__RefHeading__2518_1114405012"/>Introduction<text:bookmark-end text:name="__RefHeading__2518_1114405012"/></text:h>
+   <text:h text:style-name="P294" text:outline-level="1"><text:bookmark-start text:name="__RefHeading__2518_1114405012"/>Introduction<text:bookmark-end text:name="__RefHeading__2518_1114405012"/></text:h>
    <text:p text:style-name="Text_20_body">Running a numerical earth system model experiment requires a number of preparatory and processing steps like staging input data files, providing namelists and other configuration data, housekeeping duties like model-time management, post-processing and storing <text:span text:style-name="T1">of </text:span>output data. These steps are usually put into scripts or another kind of job description that is finally executed on some high-performance computing system.</text:p>
    <text:p text:style-name="P1">The <text:span text:style-name="T172">Make Experiments! (</text:span>mkexp<text:span text:style-name="T172">)</text:span> toolbox provides a generic interface to setting up such a<text:span text:style-name="T1">n experiment</text:span>. At the heart of this <text:span text:style-name="T1">lies</text:span> the so-called .config file. This is a simple <text:span text:style-name="T1">text </text:span>file that contains the model settings for your experiment in a way that is <text:span text:style-name="T1">largely </text:span>independent of the job description that is later used to run it.</text:p>
    <text:p text:style-name="P4">To make this an easy task, MPI-M&apos;s models are delivered with a number of standard experiment types. Your own .config file will chose one of these, thus inheriting their settings for use in your experiment. Typically, it will also override or amend these settings for the purpose of your experiment.</text:p>
    <text:p text:style-name="P2">While the .config fil<text:span text:style-name="T2">e contains all necessary settings, there is much more to the actual job description. Therefore, the standard experiment types also provide templates (.tmpl files) for the jobs to run, that are then converted to the final job step descriptions, using the .config file settings. Besides, the .config file contains a &apos;jobs&apos; section, where the job control flow and parameters of the job description itself may be adjusted, e.g. requiring more resources or disabling certain job steps.</text:span></text:p>
    <text:h text:style-name="Heading_20_2" text:outline-level="2"><text:bookmark-start text:name="__RefHeading__2520_1114405012"/>Example: <text:span text:style-name="T3">ECHAM experiment setup</text:span><text:bookmark-end text:name="__RefHeading__2520_1114405012"/></text:h>
    <text:p text:style-name="P32">To illustrate the way <text:span text:style-name="T9">mkexp</text:span> works, let us look at the way that experiments with ECHAM, MPI-M&apos;s atmospheric circulation model, are set up.</text:p>
-   <text:h text:style-name="P299" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2522_1114405012"/>Experiments are defined by custom and default settings<text:bookmark-end text:name="__RefHeading__2522_1114405012"/></text:h>
+   <text:h text:style-name="P301" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2522_1114405012"/>Experiments are defined by custom and default settings<text:bookmark-end text:name="__RefHeading__2522_1114405012"/></text:h>
    <text:p text:style-name="P3">ECHAM comes with five <text:span text:style-name="T221">pre-defined </text:span>experiment types, amip-LR, amip-MR, amip-HR, sstClim-LR and sstClim-MR. <text:span text:style-name="T3">To set up an experiment based on one of these, like amip-LR, all you have to do is create your own experiment configuration file within ECHAM&apos;s run subdirectory, e.g. &apos;joe1234.config&apos;, setting amip-LR as experiment type and providing an experiment description with the header comment:</text:span></text:p>
    <text:p text:style-name="P112"><text:soft-page-break/># Standard AMIP experiment as baseline for further experiments (LR)</text:p>
    <text:p text:style-name="P112"/>
@@ -2621,7 +2621,7 @@
    <text:p text:style-name="P117">ATMO_INPUT_ROOT = /pool/data/ECHAM6/input/r0004 </text:p>
    <text:p text:style-name="P117">LAND_INPUT_ROOT = /pool/data/JSBACH/input/r0004 </text:p>
    <text:p text:style-name="P6">The final configuration is then merged from all of these three sources, where the experiment configuration may override <text:span text:style-name="T50">or amend </text:span>settings from the experiment type, and the type config may in turn change the model defaults.</text:p>
-   <text:h text:style-name="P300" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2524_1114405012"/>Job templates are completed by settings to create scripts<text:bookmark-end text:name="__RefHeading__2524_1114405012"/></text:h>
+   <text:h text:style-name="P302" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2524_1114405012"/>Job templates are completed by settings to create scripts<text:bookmark-end text:name="__RefHeading__2524_1114405012"/></text:h>
    <text:p text:style-name="P6"><text:span text:style-name="T220">Now the experiment configuration is finalized, the </text:span>settings are used to fill in <text:span text:style-name="T220">a kind of job description forms, so called </text:span><text:span text:style-name="T9">templates</text:span><text:span text:style-name="T220">, </text:span>from which eventually the <text:span text:style-name="T220">actual </text:span>job description files are created. As the structure of<text:span text:style-name="T220"> </text:span>jobs is largely independent of the model resolution, all amip- experiment types share the same set of template files. One of them is <text:span text:style-name="T241">&apos;</text:span>amip.run.tmpl<text:span text:style-name="T241">&apos;</text:span>, also within the run/standard_experiments subdirectory. <text:soft-page-break/><text:span text:style-name="T6">The excerpt below shows that t</text:span>his looks mostly like a shell script, but contains <text:span text:style-name="T171">placeholders</text:span> that are filled using the .config file information:</text:p>
    <text:p text:style-name="P117">#! /bin/bash</text:p>
    <text:p text:style-name="P117"/>
@@ -2688,44 +2688,44 @@
    <text:p text:style-name="P13"><text:span text:style-name="T220">So, as soon as</text:span> <text:span text:style-name="T220">you have set up &apos;</text:span>joe1234.config<text:span text:style-name="T220">&apos;</text:span>, you may create the job scripts that are needed to run your experiment. Still within ECHAM&apos;s <text:span text:style-name="T222">&apos;</text:span>run<text:span text:style-name="T222">&apos;</text:span> subdirectory, type the following into your terminal:</text:p>
    <text:p text:style-name="Preformatted_20_Text">../util/mkexp/mkexp joe1234.config</text:p>
    <text:p text:style-name="P14">This will <text:span text:style-name="T172">read all configuration information and </text:span>create all job scripts that are defined within your experiment&apos;s setup, <text:span text:style-name="T172">using their respective templates as shown in the previous section</text:span>. <text:span text:style-name="T9">mkexp</text:span> will put these <text:span text:style-name="T172">scripts </text:span>in <text:span text:style-name="T172">a common</text:span> directory defined by the .config variable <text:span text:style-name="T222">&apos;</text:span>SCRIPT_DIR<text:span text:style-name="T222">&apos;</text:span>, and <text:span text:style-name="T222">print</text:span> the name of this directory on your terminal.</text:p>
-   <text:h text:style-name="P296" text:outline-level="1"><text:bookmark-start text:name="__RefHeading__2528_1114405012"/>Details on <text:span text:style-name="T240">experiment</text:span> <text:span text:style-name="T240">definition</text:span><text:bookmark-end text:name="__RefHeading__2528_1114405012"/></text:h>
+   <text:h text:style-name="P298" text:outline-level="1"><text:bookmark-start text:name="__RefHeading__2528_1114405012"/>Details on <text:span text:style-name="T240">experiment</text:span> <text:span text:style-name="T240">definition</text:span><text:bookmark-end text:name="__RefHeading__2528_1114405012"/></text:h>
    <text:p text:style-name="P15">With the introductory example of the previous section in mind, this section will give some more detailed information on specific aspects of <text:span text:style-name="T9">mkexp</text:span><text:span text:style-name="T53">.</text:span></text:p>
-   <text:h text:style-name="P318" text:outline-level="2"><text:bookmark-start text:name="__RefHeading__2530_1114405012"/><text:soft-page-break/>Design<text:bookmark-end text:name="__RefHeading__2530_1114405012"/></text:h>
+   <text:h text:style-name="P320" text:outline-level="2"><text:bookmark-start text:name="__RefHeading__2530_1114405012"/><text:soft-page-break/>Design<text:bookmark-end text:name="__RefHeading__2530_1114405012"/></text:h>
    <text:p text:style-name="P34">Experiment definition with <text:span text:style-name="T9">mkexp</text:span> <text:span text:style-name="T202">is organized</text:span> <text:span text:style-name="T202">in</text:span> three levels.</text:p>
    <text:p text:style-name="P34">The first level is the <text:span text:style-name="T9">mkexp</text:span> toolbox. It provides the front end to create an executable job description from a generic experiment configuration, <text:span text:style-name="T201">but does not contain any model specific information. Instead a basic set of conventions is defined that should be applicable to a very large range of model systems. When this document uses the term </text:span><text:span text:style-name="T18">mkexp</text:span><text:span text:style-name="T59">, it refers to this system level.</text:span></text:p>
    <text:p text:style-name="P34"><text:span text:style-name="T201">At a second level, a model needs to provide a number of files containing the information needed by </text:span><text:span text:style-name="T17">mkexp</text:span><text:span text:style-name="T201">: the required job steps and their interaction, the basic contents of job scripts, model specific information, and building blocks that may be combined to define a specific experiment. This is called the </text:span><text:span text:style-name="T17">model setup</text:span><text:span text:style-name="T58">. The files must maintain the naming conventions prescribed by </text:span><text:span text:style-name="T17">mkexp</text:span><text:span text:style-name="T58">.</text:span></text:p>
    <text:p text:style-name="P35"><text:span text:style-name="T53">Finally, the third level is the actual experiment definition. Here the user decides which of the building blocks from the previous level are needed, and </text:span><text:span text:style-name="T90">defines</text:span><text:span text:style-name="T53"> experiment specific settings that override or amend the information from the model setup. It is also essential to supply an experiment description and a – possibly unique – experiment identifier. All this is called the </text:span><text:span text:style-name="T9">user setup</text:span><text:span text:style-name="T53">.</text:span></text:p>
    <text:p text:style-name="P36"><text:span text:style-name="T53">All levels should make a clear distinction </text:span><text:span text:style-name="T60">between </text:span><text:span text:style-name="T53">the .config files, containing the experiment&apos;s configuration information, </text:span><text:span text:style-name="T60">and </text:span><text:span text:style-name="T53">the .tmpl files, containing the actual job description and job control syntax.</text:span></text:p>
-   <text:h text:style-name="P319" text:outline-level="2"><text:bookmark-start text:name="__RefHeading__2532_1114405012"/>Tools<text:bookmark-end text:name="__RefHeading__2532_1114405012"/></text:h>
+   <text:h text:style-name="P321" text:outline-level="2"><text:bookmark-start text:name="__RefHeading__2532_1114405012"/>Tools<text:bookmark-end text:name="__RefHeading__2532_1114405012"/></text:h>
    <text:p text:style-name="P87"><text:span text:style-name="T172">The </text:span><text:span text:style-name="T32">mkexp</text:span><text:span text:style-name="T172"> package provides a number of tools for working with script configurations and setups.</text:span></text:p>
    <text:p text:style-name="Preformatted_20_List_20_Heading">mkexp <text:span text:style-name="T270">[-m] [-g] </text:span><text:span text:style-name="T23">file</text:span><text:span text:style-name="T71">.</text:span><text:span text:style-name="T53">config</text:span> [<text:span text:style-name="T9">name</text:span>=<text:span text:style-name="T9">value</text:span> ...]</text:p>
-   <text:p text:style-name="P232"><text:span text:style-name="T172">This is the main tool for generating an experiment setup. It </text:span>takes <text:span text:style-name="T223">the given</text:span> <text:span text:style-name="T223">user setup</text:span> and <text:span text:style-name="T242">the model setup that is referenced by the user setup </text:span>to generate <text:span text:style-name="T223">the</text:span> <text:span text:style-name="T223">job description files or</text:span> scripts that <text:span text:style-name="T242">are required to run a model experiment as specified in </text:span><text:span text:style-name="T21">file.</text:span><text:span text:style-name="T71">config</text:span><text:span text:style-name="T223">.</text:span></text:p>
-   <text:p text:style-name="P236">When running, <text:span text:style-name="T9">mkexp</text:span><text:span text:style-name="T53"> creates three directories, one each for the job scripts, run-time data, and output data, as defined by the setup. The names of these are printed, plus warnings if they already exist.</text:span></text:p>
-   <text:p text:style-name="P235">mkexp<text:span text:style-name="T53"> allows to override </text:span><text:span text:style-name="T69">or amend </text:span><text:span text:style-name="T53">the .config file settings on the command line </text:span><text:soft-page-break/><text:span text:style-name="T69">by defining or re-defining a variable </text:span><text:span text:style-name="T224">name</text:span><text:span text:style-name="T69"> set to </text:span><text:span text:style-name="T224">value</text:span><text:span text:style-name="T69">. Section variables are referenced as </text:span><text:span text:style-name="T224">sectionname</text:span><text:span text:style-name="T69">.</text:span><text:span text:style-name="T224">variablename</text:span><text:span text:style-name="T69">. Any periods in the variable name have to be duplicated, e.g. to set &apos;.remove&apos; in section &apos;jobs&apos; to &apos;post&apos;, use &apos;jobs...remove=post&apos;. Note that three periods will always be read as &apos;.&apos; followed by &apos;..&apos;, thus it is not possible to use variable names th</text:span><text:span text:style-name="T91">at</text:span><text:span text:style-name="T69"> </text:span><text:span text:style-name="T224">end</text:span><text:span text:style-name="T69"> </text:span><text:span text:style-name="T91">i</text:span><text:span text:style-name="T69">n a period.</text:span></text:p>
-   <text:p text:style-name="P251"><text:span text:style-name="T69">W</text:span><text:span text:style-name="T53">hen given the &apos;-m&apos; or &apos;--no-make-dirs&apos; option, only the </text:span><text:span text:style-name="T70">script</text:span><text:span text:style-name="T53"> directory is created while creation of the </text:span><text:span text:style-name="T70">run-time and outpu</text:span><text:span text:style-name="T53">t directories is skipped.</text:span></text:p>
-   <text:p text:style-name="P253">With &apos;-g&apos; or &apos;--getexp&apos;, instead of a .config file, <text:span text:style-name="T9">mkexp</text:span><text:span text:style-name="T53"> expects a dump generated by </text:span><text:span text:style-name="T9">getexp -vv</text:span><text:span text:style-name="T53"> (see below). The experiment setup is regenerated from this dump, overriding any model setup.</text:span></text:p>
-   <text:p text:style-name="P263"><text:span text:style-name="T69">g</text:span><text:span text:style-name="T53">etexp [-v ...] </text:span><text:span text:style-name="T102">[-R]</text:span><text:span text:style-name="T53"> </text:span><text:span text:style-name="T108">[-k </text:span><text:span text:style-name="T39">key</text:span><text:span text:style-name="T108">] </text:span><text:span text:style-name="T9">file</text:span><text:span text:style-name="T53">.config [</text:span><text:span text:style-name="T9">name</text:span><text:span text:style-name="T53">=</text:span><text:span text:style-name="T9">value ...</text:span><text:span text:style-name="T53">]</text:span></text:p>
-   <text:p text:style-name="P233">getexp<text:span text:style-name="T53"> reads the experiment setup the same way </text:span><text:span text:style-name="T91">as</text:span><text:span text:style-name="T53"> </text:span>mkexp<text:span text:style-name="T53">, but does not generate job scripts. Instead it prints the experiment name and directories to be generated in a shell-readable form. It is intended for debugging or passing setup information to utility scripts.</text:span></text:p>
-   <text:p text:style-name="P237"><text:span text:style-name="T53">When given the &apos;-v&apos; </text:span><text:span text:style-name="T102">or &apos;--</text:span><text:span text:style-name="T53">verbose</text:span><text:span text:style-name="T102">&apos;</text:span><text:span text:style-name="T53"> option, all </text:span><text:span text:style-name="T9">global</text:span><text:span text:style-name="T53"> configuration variables and their values are printed in alphabetical order. </text:span><text:span text:style-name="T102">When given twice, the whole configuration is dumped </text:span><text:span text:style-name="T107">to the screen</text:span><text:span text:style-name="T102">. </text:span><text:span text:style-name="T107">Save this to a file for use with </text:span><text:span text:style-name="T38">mkexp -g</text:span><text:span text:style-name="T107">.</text:span></text:p>
-   <text:p text:style-name="P223">When given the &apos;-R&apos; or &apos;--readme&apos; option, the header comment text is printed.</text:p>
-   <text:p text:style-name="P256">When given the &apos;-k&apos; or &apos;--key&apos; option, only the configured value for <text:span text:style-name="T9">key</text:span> is printed. Section variables may be referenced as described above for <text:span text:style-name="T9">name</text:span>=<text:span text:style-name="T9">value</text:span><text:span text:style-name="T53">. </text:span><text:span text:style-name="T110">This option may be used more than once to print additional values.</text:span><text:span text:style-name="T53"> </text:span></text:p>
-   <text:p text:style-name="P275">diffexp <text:span text:style-name="T22">file</text:span><text:span text:style-name="T23">1</text:span><text:span text:style-name="T225">.config </text:span><text:span text:style-name="T22">file2</text:span><text:span text:style-name="T70">.</text:span><text:span text:style-name="T71">config</text:span></text:p>
-   <text:p text:style-name="P220">For an easy comparison of the whole set of generated scripts for two different experiments, this tool takes the directories defined in each configuration, locates the job scripts corresponding to each other (e.g. exp0001.run and exp0002.run), equalizes all occurrences of the experiment name in the scripts and then uses the diff tool to show differences. The environment variable &apos;DIFF&apos; may be set to an alternative tool to be called instead.</text:p>
-   <text:p text:style-name="P264">rmexp <text:span text:style-name="T24">file</text:span><text:span text:style-name="T226">.config</text:span><text:span text:style-name="T72"> [</text:span><text:span text:style-name="T24">name</text:span><text:span text:style-name="T72">=</text:span><text:span text:style-name="T24">value ...</text:span><text:span text:style-name="T72">]</text:span></text:p>
-   <text:p text:style-name="P239">This allows <text:span text:style-name="T229">interactive </text:span>remov<text:span text:style-name="T229">al for </text:span>all data of an experiment without having to deal with path names, as these are read from the configuration.</text:p>
-   <text:p text:style-name="P277"><text:span text:style-name="T271">cp</text:span>exp <text:span text:style-name="T306">[-n] </text:span><text:span text:style-name="T24">file</text:span><text:span text:style-name="T226">.config</text:span><text:span text:style-name="T72"> </text:span><text:span text:style-name="T37">new_name</text:span><text:span text:style-name="T103"> </text:span><text:span text:style-name="T72">[</text:span><text:span text:style-name="T24">name</text:span><text:span text:style-name="T72">=</text:span><text:span text:style-name="T24">value ...</text:span><text:span text:style-name="T72">]</text:span></text:p>
-   <text:p text:style-name="P254"><text:span text:style-name="T272">Replicates all data </text:span>of an experiment <text:span text:style-name="T271">to a new experiment name; also updates text files by rewriting references to the old name</text:span>. <text:span text:style-name="T306">With &apos;-n&apos;, shows what would be done instead of actually doing it</text:span></text:p>
-   <text:p text:style-name="P278"><text:soft-page-break/><text:span text:style-name="T281">du</text:span>exp <text:span text:style-name="T24">file</text:span><text:span text:style-name="T226">.config</text:span><text:span text:style-name="T72"> [</text:span><text:span text:style-name="T24">name</text:span><text:span text:style-name="T72">=</text:span><text:span text:style-name="T24">value ...</text:span><text:span text:style-name="T72">]</text:span></text:p>
-   <text:p text:style-name="P258"><text:span text:style-name="T113">Shows disk usage for all data that has been created by</text:span><text:span text:style-name="T72"> </text:span><text:span text:style-name="T113">an</text:span><text:span text:style-name="T72"> experiment.</text:span></text:p>
-   <text:p text:style-name="P280"><text:span text:style-name="T292">upexp </text:span><text:span text:style-name="Variable"><text:span text:style-name="T292">file</text:span></text:span><text:span text:style-name="T292">.config </text:span><text:span text:style-name="T72">[</text:span><text:span text:style-name="Variable">name</text:span><text:span text:style-name="T72">=</text:span><text:span text:style-name="Variable">value</text:span><text:span text:style-name="Variable"><text:span text:style-name="T24"> </text:span></text:span><text:span text:style-name="T24">...</text:span><text:span text:style-name="T72">]</text:span></text:p>
-   <text:p text:style-name="P225">Update generated scripts for the given experiment with the same mkexp version, environment and command line, as saved in the corresponding &apos;update&apos; script.</text:p>
-   <text:p text:style-name="P279">edit<text:span text:style-name="T291">exp</text:span> [<text:span text:style-name="Variable">file</text:span>]</text:p>
-   <text:p text:style-name="P259">Reads <text:span text:style-name="T290">the</text:span> update script <text:span text:style-name="Variable">file</text:span> (&apos;update&apos; by default) and <text:span text:style-name="T290">launches a program to edit the </text:span>corresponding config file. <text:span text:style-name="T290">The program is taken from the environment variables &apos;VISUAL&apos; or &apos;EDITOR&apos; if defined, otherwise </text:span><text:span text:style-name="T42">vi</text:span><text:span text:style-name="T290"> is launched.</text:span></text:p>
-   <text:p text:style-name="P277"><text:span text:style-name="T289">getconfig</text:span> <text:span text:style-name="T289">[</text:span><text:span text:style-name="Variable">file</text:span><text:span text:style-name="T226">]</text:span></text:p>
-   <text:p text:style-name="P259">Documentation tool for experiments that were created using command line assignments. Reads <text:span text:style-name="T292">the</text:span> update script <text:span text:style-name="Variable">file</text:span> (&apos;update&apos; by default) and prints the corresponding config file with command line settings from the update script included.</text:p>
+   <text:p text:style-name="P234"><text:span text:style-name="T172">This is the main tool for generating an experiment setup. It </text:span>takes <text:span text:style-name="T223">the given</text:span> <text:span text:style-name="T223">user setup</text:span> and <text:span text:style-name="T242">the model setup that is referenced by the user setup </text:span>to generate <text:span text:style-name="T223">the</text:span> <text:span text:style-name="T223">job description files or</text:span> scripts that <text:span text:style-name="T242">are required to run a model experiment as specified in </text:span><text:span text:style-name="T21">file.</text:span><text:span text:style-name="T71">config</text:span><text:span text:style-name="T223">.</text:span></text:p>
+   <text:p text:style-name="P238">When running, <text:span text:style-name="T9">mkexp</text:span><text:span text:style-name="T53"> creates three directories, one each for the job scripts, run-time data, and output data, as defined by the setup. The names of these are printed, plus warnings if they already exist.</text:span></text:p>
+   <text:p text:style-name="P237">mkexp<text:span text:style-name="T53"> allows to override </text:span><text:span text:style-name="T69">or amend </text:span><text:span text:style-name="T53">the .config file settings on the command line </text:span><text:soft-page-break/><text:span text:style-name="T69">by defining or re-defining a variable </text:span><text:span text:style-name="T224">name</text:span><text:span text:style-name="T69"> set to </text:span><text:span text:style-name="T224">value</text:span><text:span text:style-name="T69">. Section variables are referenced as </text:span><text:span text:style-name="T224">sectionname</text:span><text:span text:style-name="T69">.</text:span><text:span text:style-name="T224">variablename</text:span><text:span text:style-name="T69">. Any periods in the variable name have to be duplicated, e.g. to set &apos;.remove&apos; in section &apos;jobs&apos; to &apos;post&apos;, use &apos;jobs...remove=post&apos;. Note that three periods will always be read as &apos;.&apos; followed by &apos;..&apos;, thus it is not possible to use variable names th</text:span><text:span text:style-name="T91">at</text:span><text:span text:style-name="T69"> </text:span><text:span text:style-name="T224">end</text:span><text:span text:style-name="T69"> </text:span><text:span text:style-name="T91">i</text:span><text:span text:style-name="T69">n a period.</text:span></text:p>
+   <text:p text:style-name="P253"><text:span text:style-name="T69">W</text:span><text:span text:style-name="T53">hen given the &apos;-m&apos; or &apos;--no-make-dirs&apos; option, only the </text:span><text:span text:style-name="T70">script</text:span><text:span text:style-name="T53"> directory is created while creation of the </text:span><text:span text:style-name="T70">run-time and outpu</text:span><text:span text:style-name="T53">t directories is skipped.</text:span></text:p>
+   <text:p text:style-name="P255">With &apos;-g&apos; or &apos;--getexp&apos;, instead of a .config file, <text:span text:style-name="T9">mkexp</text:span><text:span text:style-name="T53"> expects a dump generated by </text:span><text:span text:style-name="T9">getexp -vv</text:span><text:span text:style-name="T53"> (see below). The experiment setup is regenerated from this dump, overriding any model setup.</text:span></text:p>
+   <text:p text:style-name="P265"><text:span text:style-name="T69">g</text:span><text:span text:style-name="T53">etexp [-v ...] </text:span><text:span text:style-name="T102">[-R]</text:span><text:span text:style-name="T53"> </text:span><text:span text:style-name="T108">[-k </text:span><text:span text:style-name="T39">key</text:span><text:span text:style-name="T108">] </text:span><text:span text:style-name="T9">file</text:span><text:span text:style-name="T53">.config [</text:span><text:span text:style-name="T9">name</text:span><text:span text:style-name="T53">=</text:span><text:span text:style-name="T9">value ...</text:span><text:span text:style-name="T53">]</text:span></text:p>
+   <text:p text:style-name="P235">getexp<text:span text:style-name="T53"> reads the experiment setup the same way </text:span><text:span text:style-name="T91">as</text:span><text:span text:style-name="T53"> </text:span>mkexp<text:span text:style-name="T53">, but does not generate job scripts. Instead it prints the experiment name and directories to be generated in a shell-readable form. It is intended for debugging or passing setup information to utility scripts.</text:span></text:p>
+   <text:p text:style-name="P239"><text:span text:style-name="T53">When given the &apos;-v&apos; </text:span><text:span text:style-name="T102">or &apos;--</text:span><text:span text:style-name="T53">verbose</text:span><text:span text:style-name="T102">&apos;</text:span><text:span text:style-name="T53"> option, all </text:span><text:span text:style-name="T9">global</text:span><text:span text:style-name="T53"> configuration variables and their values are printed in alphabetical order. </text:span><text:span text:style-name="T102">When given twice, the whole configuration is dumped </text:span><text:span text:style-name="T107">to the screen</text:span><text:span text:style-name="T102">. </text:span><text:span text:style-name="T107">Save this to a file for use with </text:span><text:span text:style-name="T38">mkexp -g</text:span><text:span text:style-name="T107">.</text:span></text:p>
+   <text:p text:style-name="P225">When given the &apos;-R&apos; or &apos;--readme&apos; option, the header comment text is printed.</text:p>
+   <text:p text:style-name="P258">When given the &apos;-k&apos; or &apos;--key&apos; option, only the configured value for <text:span text:style-name="T9">key</text:span> is printed. Section variables may be referenced as described above for <text:span text:style-name="T9">name</text:span>=<text:span text:style-name="T9">value</text:span><text:span text:style-name="T53">. </text:span><text:span text:style-name="T110">This option may be used more than once to print additional values.</text:span><text:span text:style-name="T53"> </text:span></text:p>
+   <text:p text:style-name="P277">diffexp <text:span text:style-name="T22">file</text:span><text:span text:style-name="T23">1</text:span><text:span text:style-name="T225">.config </text:span><text:span text:style-name="T22">file2</text:span><text:span text:style-name="T70">.</text:span><text:span text:style-name="T71">config</text:span></text:p>
+   <text:p text:style-name="P222">For an easy comparison of the whole set of generated scripts for two different experiments, this tool takes the directories defined in each configuration, locates the job scripts corresponding to each other (e.g. exp0001.run and exp0002.run), equalizes all occurrences of the experiment name in the scripts and then uses the diff tool to show differences. The environment variable &apos;DIFF&apos; may be set to an alternative tool to be called instead.</text:p>
+   <text:p text:style-name="P266">rmexp <text:span text:style-name="T24">file</text:span><text:span text:style-name="T226">.config</text:span><text:span text:style-name="T72"> [</text:span><text:span text:style-name="T24">name</text:span><text:span text:style-name="T72">=</text:span><text:span text:style-name="T24">value ...</text:span><text:span text:style-name="T72">]</text:span></text:p>
+   <text:p text:style-name="P241">This allows <text:span text:style-name="T229">interactive </text:span>remov<text:span text:style-name="T229">al for </text:span>all data of an experiment without having to deal with path names, as these are read from the configuration.</text:p>
+   <text:p text:style-name="P279"><text:span text:style-name="T271">cp</text:span>exp <text:span text:style-name="T306">[-n] </text:span><text:span text:style-name="T24">file</text:span><text:span text:style-name="T226">.config</text:span><text:span text:style-name="T72"> </text:span><text:span text:style-name="T37">new_name</text:span><text:span text:style-name="T103"> </text:span><text:span text:style-name="T72">[</text:span><text:span text:style-name="T24">name</text:span><text:span text:style-name="T72">=</text:span><text:span text:style-name="T24">value ...</text:span><text:span text:style-name="T72">]</text:span></text:p>
+   <text:p text:style-name="P256"><text:span text:style-name="T272">Replicates all data </text:span>of an experiment <text:span text:style-name="T271">to a new experiment name; also updates text files by rewriting references to the old name</text:span>. <text:span text:style-name="T306">With &apos;-n&apos;, shows what would be done instead of actually doing it</text:span></text:p>
+   <text:p text:style-name="P280"><text:soft-page-break/><text:span text:style-name="T281">du</text:span>exp <text:span text:style-name="T24">file</text:span><text:span text:style-name="T226">.config</text:span><text:span text:style-name="T72"> [</text:span><text:span text:style-name="T24">name</text:span><text:span text:style-name="T72">=</text:span><text:span text:style-name="T24">value ...</text:span><text:span text:style-name="T72">]</text:span></text:p>
+   <text:p text:style-name="P260"><text:span text:style-name="T113">Shows disk usage for all data that has been created by</text:span><text:span text:style-name="T72"> </text:span><text:span text:style-name="T113">an</text:span><text:span text:style-name="T72"> experiment.</text:span></text:p>
+   <text:p text:style-name="P282"><text:span text:style-name="T292">upexp </text:span><text:span text:style-name="Variable"><text:span text:style-name="T292">file</text:span></text:span><text:span text:style-name="T292">.config </text:span><text:span text:style-name="T72">[</text:span><text:span text:style-name="Variable">name</text:span><text:span text:style-name="T72">=</text:span><text:span text:style-name="Variable">value</text:span><text:span text:style-name="Variable"><text:span text:style-name="T24"> </text:span></text:span><text:span text:style-name="T24">...</text:span><text:span text:style-name="T72">]</text:span></text:p>
+   <text:p text:style-name="P227">Update generated scripts for the given experiment with the same mkexp version, environment and command line, as saved in the corresponding &apos;update&apos; script.</text:p>
+   <text:p text:style-name="P281">edit<text:span text:style-name="T291">exp</text:span> [<text:span text:style-name="Variable">file</text:span>]</text:p>
+   <text:p text:style-name="P261">Reads <text:span text:style-name="T290">the</text:span> update script <text:span text:style-name="Variable">file</text:span> (&apos;update&apos; by default) and <text:span text:style-name="T290">launches a program to edit the </text:span>corresponding config file. <text:span text:style-name="T290">The program is taken from the environment variables &apos;VISUAL&apos; or &apos;EDITOR&apos; if defined, otherwise </text:span><text:span text:style-name="T42">vi</text:span><text:span text:style-name="T290"> is launched.</text:span></text:p>
+   <text:p text:style-name="P279"><text:span text:style-name="T289">getconfig</text:span> <text:span text:style-name="T289">[</text:span><text:span text:style-name="Variable">file</text:span><text:span text:style-name="T226">]</text:span></text:p>
+   <text:p text:style-name="P261">Documentation tool for experiments that were created using command line assignments. Reads <text:span text:style-name="T292">the</text:span> update script <text:span text:style-name="Variable">file</text:span> (&apos;update&apos; by default) and prints the corresponding config file with command line settings from the update script included.</text:p>
    <text:p text:style-name="Preformatted_20_List_20_Heading"><text:span text:style-name="T299">setconfig</text:span> <text:span text:style-name="T300">[-d </text:span><text:span text:style-name="Variable"><text:span text:style-name="T300">key</text:span></text:span><text:span text:style-name="T300">] [-H </text:span><text:span text:style-name="Variable"><text:span text:style-name="T300">text</text:span></text:span><text:span text:style-name="T300">] [-a </text:span><text:span text:style-name="Variable"><text:span text:style-name="T301">file</text:span></text:span>.<text:span text:style-name="T301">config] [</text:span><text:span text:style-name="Variable">file</text:span>.<text:span text:style-name="T301">config</text:span><text:span text:style-name="T72"> [</text:span><text:span text:style-name="Variable"><text:span text:style-name="T226">name</text:span></text:span><text:span text:style-name="T72">=</text:span><text:span text:style-name="Variable"><text:span text:style-name="T226">value</text:span></text:span><text:span text:style-name="Variable"><text:span text:style-name="T24"> </text:span></text:span><text:span text:style-name="T24">...</text:span><text:span text:style-name="T72">]</text:span><text:span text:style-name="T121">]</text:span></text:p>
-   <text:p text:style-name="P261"><text:span text:style-name="T299">Filter tool to alter configuration files via command line. Reads </text:span><text:span text:style-name="Variable"><text:span text:style-name="T299">file</text:span></text:span><text:span text:style-name="T299">.config (standard input by default or if </text:span><text:span text:style-name="Variable"><text:span text:style-name="T299">file</text:span></text:span><text:span text:style-name="T299">.config = &apos;-&apos;) and prints the filtered configuration to standard output. Add or alter variables by </text:span><text:span text:style-name="T43">name</text:span><text:span text:style-name="T299">=</text:span><text:span text:style-name="T43">value </text:span><text:span text:style-name="T299">as described before. With &apos;-d&apos; or &apos;--delete&apos;, the variable </text:span><text:span text:style-name="Variable"><text:span text:style-name="T299">key</text:span></text:span><text:span text:style-name="T299"> is removed from the configuration. </text:span><text:span text:style-name="T120">With &apos;-H&apos; or &apos;--header&apos;, </text:span><text:span text:style-name="Variable"><text:span text:style-name="T300">text</text:span></text:span> <text:span text:style-name="T300">is appended to the configuration&apos;s header comment. For files given with &apos;-a&apos; or &apos;--add&apos;, all settings are merged with </text:span><text:span text:style-name="Variable"><text:span text:style-name="T299">file</text:span></text:span><text:span text:style-name="T299">.config.</text:span></text:p>
-   <text:h text:style-name="P323" text:outline-level="2"><text:bookmark-start text:name="__RefHeading__2534_1114405012"/><text:span text:style-name="T178">F</text:span>ormat of .config files<text:bookmark-end text:name="__RefHeading__2534_1114405012"/></text:h>
+   <text:p text:style-name="P263"><text:span text:style-name="T299">Filter tool to alter configuration files via command line. Reads </text:span><text:span text:style-name="Variable"><text:span text:style-name="T299">file</text:span></text:span><text:span text:style-name="T299">.config (standard input by default or if </text:span><text:span text:style-name="Variable"><text:span text:style-name="T299">file</text:span></text:span><text:span text:style-name="T299">.config = &apos;-&apos;) and prints the filtered configuration to standard output. Add or alter variables by </text:span><text:span text:style-name="T43">name</text:span><text:span text:style-name="T299">=</text:span><text:span text:style-name="T43">value </text:span><text:span text:style-name="T299">as described before. With &apos;-d&apos; or &apos;--delete&apos;, the variable </text:span><text:span text:style-name="Variable"><text:span text:style-name="T299">key</text:span></text:span><text:span text:style-name="T299"> is removed from the configuration. </text:span><text:span text:style-name="T120">With &apos;-H&apos; or &apos;--header&apos;, </text:span><text:span text:style-name="Variable"><text:span text:style-name="T300">text</text:span></text:span> <text:span text:style-name="T300">is appended to the configuration&apos;s header comment. For files given with &apos;-a&apos; or &apos;--add&apos;, all settings are merged with </text:span><text:span text:style-name="Variable"><text:span text:style-name="T299">file</text:span></text:span><text:span text:style-name="T299">.config.</text:span></text:p>
+   <text:h text:style-name="P325" text:outline-level="2"><text:bookmark-start text:name="__RefHeading__2534_1114405012"/><text:span text:style-name="T178">F</text:span>ormat of .config files<text:bookmark-end text:name="__RefHeading__2534_1114405012"/></text:h>
    <text:p text:style-name="P15">The .config files are simple text files containing a dictionary of variables with their respective values. They may be structured using sections and comments. <text:span text:style-name="T173">For reading these files, </text:span><text:span text:style-name="T12">mkexp</text:span><text:span text:style-name="T173"> uses the </text:span><text:span text:style-name="T12">configobj</text:span><text:span text:style-name="T173"> Python library. All settings found in the .config files are handled as Python variables internally.</text:span></text:p>
    <text:h text:style-name="Heading_20_3" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__1669_1438093122"/>Variables<text:bookmark-end text:name="__RefHeading__1669_1438093122"/></text:h>
    <text:p text:style-name="P18">A <text:span text:style-name="T174">configuration variable is set by simply assigning a text value to a name, as in</text:span></text:p>
@@ -2737,66 +2737,66 @@
    <text:p text:style-name="P21">will set PATH to [&apos;/bin&apos;, &apos;/usr/bin&apos;, &apos;/usr/local/bin&apos;].</text:p>
    <text:h text:style-name="Heading_20_3" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2536_1114405012"/>Sections<text:bookmark-end text:name="__RefHeading__2536_1114405012"/></text:h>
    <text:p text:style-name="P22">Variable assignments may be contained in <text:span text:style-name="T9">sections</text:span><text:span text:style-name="T53">. They </text:span><text:span text:style-name="T55">group</text:span><text:span text:style-name="T53"> a set of variables that may be treated </text:span><text:span text:style-name="T92">in a way </text:span><text:span text:style-name="T53">different fro</text:span><text:span text:style-name="T92">m</text:span><text:span text:style-name="T53"> the global variables. Sections are created by a section name on a line by itself, enclosed by brackets. Any variables defined later in the .config file belong to this section:</text:span></text:p>
-   <text:p text:style-name="P141">[section1]</text:p>
-   <text:p text:style-name="P141"><text:s text:c="4"/>description = This is the first section</text:p>
+   <text:p text:style-name="P142">[section1]</text:p>
+   <text:p text:style-name="P142"><text:s text:c="4"/>description = This is the first section</text:p>
    <text:p text:style-name="P22">will be stored as a dictionary section1 with section1[&apos;description&apos;] set to &apos;This is the first section&apos;.</text:p>
    <text:p text:style-name="P22">Sections may be nested to arbitrary depth by incrementing the number of bracket pairs <text:span text:style-name="T176">as in</text:span></text:p>
    <text:p text:style-name="Preformatted_20_Text">[section1]</text:p>
    <text:p text:style-name="Preformatted_20_Text"><text:s text:c="4"/>description = This is the first section</text:p>
    <text:p text:style-name="Preformatted_20_Text"><text:s text:c="4"/>[[subsection1a]]</text:p>
    <text:p text:style-name="Preformatted_20_Text"><text:s text:c="8"/>description = This is the first sub section of the first section</text:p>
-   <text:p text:style-name="P136"><text:s text:c="4"/>[[subsection1<text:span text:style-name="T176">b</text:span>]]</text:p>
-   <text:p text:style-name="P136"><text:s text:c="8"/>description = This is the <text:span text:style-name="T176">second</text:span> sub section of the first section</text:p>
-   <text:p text:style-name="P135">[section2]</text:p>
-   <text:p text:style-name="P135"><text:s text:c="4"/>description = This is the second section </text:p>
+   <text:p text:style-name="P137"><text:s text:c="4"/>[[subsection1<text:span text:style-name="T176">b</text:span>]]</text:p>
+   <text:p text:style-name="P137"><text:s text:c="8"/>description = This is the <text:span text:style-name="T176">second</text:span> sub section of the first section</text:p>
+   <text:p text:style-name="P136">[section2]</text:p>
+   <text:p text:style-name="P136"><text:s text:c="4"/>description = This is the second section </text:p>
    <text:p text:style-name="P23"><text:span text:style-name="T227">A s</text:span>ection <text:span text:style-name="T227">is</text:span> closed by the beginning of a new section of the same level, by a section <text:span text:style-name="T227">of </text:span>l<text:span text:style-name="T227">ower</text:span> <text:span text:style-name="T227">nesting </text:span>depth, <text:span text:style-name="T227">or the end of the .config file</text:span>. Thus, section1 will contain &apos;description&apos; and two dictionaries &apos;subsection1&apos; and &apos;subsection2&apos;, each of those containing their own &apos;description&apos;. &apos;section2&apos; then is a top-level dictionary, again with its own &apos;description&apos; variable.</text:p>
    <text:p text:style-name="P23">Note that indentation may be used to make the file more legible but is completely ignored when the file is loaded. The number of brackets is the only way to define the level of a section. This means that all variables in a section must be defined before any <text:soft-page-break/>subsections. Otherwise, the variable <text:s/>would be<text:span text:style-name="T177">long</text:span> to the respective subsection.</text:p>
    <text:p text:style-name="P22">Fortran scholars will also want to note that names are case-sensitive, i.e. the variable &apos;NAME&apos; is quite different from &apos;name&apos;. Usually, setups use upper-case names for global variables and lower-case names for sections and their variables.</text:p>
    <text:h text:style-name="Heading_20_3" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2538_1114405012"/>Special <text:span text:style-name="T219">v</text:span>ariables <text:span text:style-name="T219">and sections</text:span><text:bookmark-end text:name="__RefHeading__2538_1114405012"/></text:h>
    <text:p text:style-name="P39"><text:span text:style-name="T53">There are a number of special variables that influence the way </text:span>mkexp<text:span text:style-name="T53"> works. They must be present in one of the .config files, unless noted otherwise below. </text:span><text:span text:style-name="T57">They are listed here for a first overview. Their exact meaning is explained in more detail in the upcoming sections.</text:span></text:p>
    <text:p text:style-name="P40"><text:span text:style-name="T57">T</text:span><text:span text:style-name="T53">he first set of variables is usually defined in the model setup:</text:span></text:p>
-   <text:p text:style-name="P197">SCRIPT_DIR</text:p>
-   <text:p text:style-name="P211"><text:span text:style-name="T56">D</text:span><text:span text:style-name="T53">irectory where the generated job descriptions are stored. This directory and its parents are created by </text:span><text:span text:style-name="T9">mkexp</text:span><text:span text:style-name="T53"> if they do not exist.</text:span></text:p>
-   <text:p text:style-name="P198">WORK_DIR</text:p>
-   <text:p text:style-name="P214">Directory where the experiment is run. The jobs will use this for providing input data and configuration files needed for model execution. This directory and its parents are created if they do not exist.</text:p>
-   <text:p text:style-name="P199">DATA_DIR</text:p>
-   <text:p text:style-name="P214">Directory for storing output data. When a model run finishes, output will be stored there for further processing. Will also be created when non-existent.</text:p>
-   <text:p text:style-name="P203">VERSION_</text:p>
-   <text:p text:style-name="P221">Each .config file in the model setup <text:span text:style-name="T257">should</text:span> set this variable to a suitable value, e.g. version control information. The values are collected in a variable &apos;VERSIONS_&apos; which is usually written to the resulting job descriptions.</text:p>
-   <text:p text:style-name="P204">SETUP_OPTIONS (<text:span text:style-name="T9">optional</text:span>)</text:p>
-   <text:p text:style-name="P218">Subset of the model&apos;s standard options that should be applied to <text:span text:style-name="T266">all</text:span> experiment<text:span text:style-name="T266">s using the same model version</text:span>. </text:p>
+   <text:p text:style-name="P199">SCRIPT_DIR</text:p>
+   <text:p text:style-name="P213"><text:span text:style-name="T56">D</text:span><text:span text:style-name="T53">irectory where the generated job descriptions are stored. This directory and its parents are created by </text:span><text:span text:style-name="T9">mkexp</text:span><text:span text:style-name="T53"> if they do not exist.</text:span></text:p>
+   <text:p text:style-name="P200">WORK_DIR</text:p>
+   <text:p text:style-name="P216">Directory where the experiment is run. The jobs will use this for providing input data and configuration files needed for model execution. This directory and its parents are created if they do not exist.</text:p>
+   <text:p text:style-name="P201">DATA_DIR</text:p>
+   <text:p text:style-name="P216">Directory for storing output data. When a model run finishes, output will be stored there for further processing. Will also be created when non-existent.</text:p>
+   <text:p text:style-name="P205">VERSION_</text:p>
+   <text:p text:style-name="P223">Each .config file in the model setup <text:span text:style-name="T257">should</text:span> set this variable to a suitable value, e.g. version control information. The values are collected in a variable &apos;VERSIONS_&apos; which is usually written to the resulting job descriptions.</text:p>
+   <text:p text:style-name="P206">SETUP_OPTIONS (<text:span text:style-name="T9">optional</text:span>)</text:p>
+   <text:p text:style-name="P220">Subset of the model&apos;s standard options that should be applied to <text:span text:style-name="T266">all</text:span> experiment<text:span text:style-name="T266">s using the same model version</text:span>. </text:p>
    <text:p text:style-name="P41">There is a second set of variables that belongs in the user setup:</text:p>
-   <text:p text:style-name="P201">EXP_TYPE</text:p>
-   <text:p text:style-name="P216">Selects one of the standard experiments that are pre-defined in the model setup as basis of the current experiment definition.</text:p>
-   <text:p text:style-name="P202">ENVIRONMENT</text:p>
-   <text:p text:style-name="P213">Selects one of the standard host environments that are available for the model.</text:p>
-   <text:p text:style-name="P207"><text:span text:style-name="T53">EXP_OPTIONS (</text:span><text:span text:style-name="T9">optional</text:span><text:span text:style-name="T53">)</text:span></text:p>
-   <text:p text:style-name="P217"><text:soft-page-break/>Subset of the model&apos;s standard options that should be applied to the current experiment definition.</text:p>
-   <text:p text:style-name="P208">EXP_ID (<text:span text:style-name="T9">optional</text:span>)</text:p>
-   <text:p text:style-name="P230">Name of the experiment to be created. If not set, this will be set to the base name of the user&apos;s .config file, e.g. &apos;joe1234&apos; in the introductory example. All job description files will carry this as the first part of their name. For almost all model setups, this will be used in the definitions of SCRIPT_DIR, WORK_DIR, and DATA_DIR.</text:p>
-   <text:p text:style-name="P196">EXP_DESCRIPTION <text:span text:style-name="T200">(</text:span><text:span text:style-name="T16">optional</text:span><text:span text:style-name="T200">)</text:span></text:p>
-   <text:p text:style-name="P215">Extensive description of the experiment to be created. If not set, this will contain all text in the header comment of the user&apos;s .config file. The leading comment characters, <text:span text:style-name="T286">as well as </text:span>leading and trailing empty lines <text:span text:style-name="T286">or comment boilerplate </text:span>are removed. Note that <text:span text:style-name="T243">both header comment and </text:span>EXP_DESCRIPTION may reference any other global variable defined in the experiment configuration <text:span text:style-name="T243">(see section </text:span><text:span text:style-name="T243"><text:bookmark-ref text:reference-format="chapter" text:ref-name="__RefHeading__2540_1114405012">2.3.4</text:bookmark-ref></text:span><text:span text:style-name="T243">)</text:span>.</text:p>
-   <text:p text:style-name="P215">The contents of this variable is written to a &apos;README&apos; file in SCRIPT_DIR.</text:p>
+   <text:p text:style-name="P203">EXP_TYPE</text:p>
+   <text:p text:style-name="P218">Selects one of the standard experiments that are pre-defined in the model setup as basis of the current experiment definition.</text:p>
+   <text:p text:style-name="P204">ENVIRONMENT</text:p>
+   <text:p text:style-name="P215">Selects one of the standard host environments that are available for the model.</text:p>
+   <text:p text:style-name="P209"><text:span text:style-name="T53">EXP_OPTIONS (</text:span><text:span text:style-name="T9">optional</text:span><text:span text:style-name="T53">)</text:span></text:p>
+   <text:p text:style-name="P219"><text:soft-page-break/>Subset of the model&apos;s standard options that should be applied to the current experiment definition.</text:p>
+   <text:p text:style-name="P210">EXP_ID (<text:span text:style-name="T9">optional</text:span>)</text:p>
+   <text:p text:style-name="P232">Name of the experiment to be created. If not set, this will be set to the base name of the user&apos;s .config file, e.g. &apos;joe1234&apos; in the introductory example. All job description files will carry this as the first part of their name. For almost all model setups, this will be used in the definitions of SCRIPT_DIR, WORK_DIR, and DATA_DIR.</text:p>
+   <text:p text:style-name="P198">EXP_DESCRIPTION <text:span text:style-name="T200">(</text:span><text:span text:style-name="T16">optional</text:span><text:span text:style-name="T200">)</text:span></text:p>
+   <text:p text:style-name="P217">Extensive description of the experiment to be created. If not set, this will contain all text in the header comment of the user&apos;s .config file. The leading comment characters, <text:span text:style-name="T286">as well as </text:span>leading and trailing empty lines <text:span text:style-name="T286">or comment boilerplate </text:span>are removed. Note that <text:span text:style-name="T243">both header comment and </text:span>EXP_DESCRIPTION may reference any other global variable defined in the experiment configuration <text:span text:style-name="T243">(see section </text:span><text:span text:style-name="T243"><text:bookmark-ref text:reference-format="chapter" text:ref-name="__RefHeading__2540_1114405012">2.3.4</text:bookmark-ref></text:span><text:span text:style-name="T243">)</text:span>.</text:p>
+   <text:p text:style-name="P217">The contents of this variable is written to a &apos;README&apos; file in SCRIPT_DIR.</text:p>
    <text:p text:style-name="P38"><text:span text:style-name="T53">Another set of variables is automatically added to the job specific experiment configuration. </text:span><text:span text:style-name="T68">These are considered read-only</text:span><text:span text:style-name="T53"> </text:span><text:span text:style-name="T61">and may not be altered</text:span><text:span text:style-name="T53">.</text:span></text:p>
-   <text:p text:style-name="P195">JOB</text:p>
-   <text:p text:style-name="P212">A dictionary of system settings pertaining to the current job.</text:p>
-   <text:p text:style-name="P200">VARIABLES_</text:p>
-   <text:p text:style-name="P219">List of all names that were recognized as native variables of the current job. May be used to maintain a variable definition list in the generated script.</text:p>
-   <text:p text:style-name="P209"><text:span text:style-name="T65">m</text:span><text:span text:style-name="T53">kexp_input</text:span></text:p>
-   <text:p text:style-name="P222">Descriptive string for script headers. It is set to &apos;Generated by … mkexp …&apos; where the ellipses are filled with version information.</text:p>
-   <text:p text:style-name="P203">VERSIONS_</text:p>
-   <text:p text:style-name="P221">List of all &apos;VERSION_&apos; strings that were found in the different .config files.</text:p>
+   <text:p text:style-name="P197">JOB</text:p>
+   <text:p text:style-name="P214">A dictionary of system settings pertaining to the current job.</text:p>
+   <text:p text:style-name="P202">VARIABLES_</text:p>
+   <text:p text:style-name="P221">List of all names that were recognized as native variables of the current job. May be used to maintain a variable definition list in the generated script.</text:p>
+   <text:p text:style-name="P211"><text:span text:style-name="T65">m</text:span><text:span text:style-name="T53">kexp_input</text:span></text:p>
+   <text:p text:style-name="P224">Descriptive string for script headers. It is set to &apos;Generated by … mkexp …&apos; where the ellipses are filled with version information.</text:p>
+   <text:p text:style-name="P205">VERSIONS_</text:p>
+   <text:p text:style-name="P223">List of all &apos;VERSION_&apos; strings that were found in the different .config files.</text:p>
    <text:p text:style-name="P68">These special sections are usually pre-defined in the model setup, but are commonly altered by the user.</text:p>
    <text:p text:style-name="List_20_Heading">[jobs]</text:p>
-   <text:p text:style-name="P231">This section defines the job description set needed for an experiment. It also provides job specific settings. Details are given in section <text:bookmark-ref text:reference-format="chapter" text:ref-name="__RefHeading__1508_1711940803">2.7</text:bookmark-ref>, &apos;<text:bookmark-ref text:reference-format="text" text:ref-name="__RefHeading__1508_1711940803">Generating jobs</text:bookmark-ref>&apos;.</text:p>
+   <text:p text:style-name="P233">This section defines the job description set needed for an experiment. It also provides job specific settings. Details are given in section <text:bookmark-ref text:reference-format="chapter" text:ref-name="__RefHeading__1508_1711940803">2.7</text:bookmark-ref>, &apos;<text:bookmark-ref text:reference-format="text" text:ref-name="__RefHeading__1508_1711940803">Generating jobs</text:bookmark-ref>&apos;.</text:p>
    <text:p text:style-name="List_20_Heading">[namelists]</text:p>
-   <text:p text:style-name="P231">Information that is contained in model configuration or namelist files is set in this section. For further details see section <text:bookmark-ref text:reference-format="chapter" text:ref-name="__RefHeading__1883_1672291846">2.9</text:bookmark-ref>, <text:span text:style-name="T232">&apos;</text:span><text:span text:style-name="T232"><text:bookmark-ref text:reference-format="text" text:ref-name="__RefHeading__1883_1672291846">Defining namelists and other configuration files</text:bookmark-ref></text:span><text:span text:style-name="T232">&apos;.</text:span></text:p>
-   <text:p text:style-name="P210"><text:soft-page-break/>[files]</text:p>
-   <text:p text:style-name="P245">All input files that are needed for an experiment and <text:span text:style-name="T254">information</text:span> to provide them go into this section. <text:span text:style-name="T254">See section </text:span><text:span text:style-name="T254"><text:bookmark-ref text:reference-format="chapter" text:ref-name="__RefHeading__2831_1132221942">2.10</text:bookmark-ref></text:span><text:span text:style-name="T254">, &apos;</text:span><text:span text:style-name="T254"><text:bookmark-ref text:reference-format="text" text:ref-name="__RefHeading__2831_1132221942">Defining input files for an experiment</text:bookmark-ref></text:span><text:span text:style-name="T254">&apos;.</text:span></text:p>
+   <text:p text:style-name="P233">Information that is contained in model configuration or namelist files is set in this section. For further details see section <text:bookmark-ref text:reference-format="chapter" text:ref-name="__RefHeading__1883_1672291846">2.9</text:bookmark-ref>, <text:span text:style-name="T232">&apos;</text:span><text:span text:style-name="T232"><text:bookmark-ref text:reference-format="text" text:ref-name="__RefHeading__1883_1672291846">Defining namelists and other configuration files</text:bookmark-ref></text:span><text:span text:style-name="T232">&apos;.</text:span></text:p>
+   <text:p text:style-name="P212"><text:soft-page-break/>[files]</text:p>
+   <text:p text:style-name="P247">All input files that are needed for an experiment and <text:span text:style-name="T254">information</text:span> to provide them go into this section. <text:span text:style-name="T254">See section </text:span><text:span text:style-name="T254"><text:bookmark-ref text:reference-format="chapter" text:ref-name="__RefHeading__2831_1132221942">2.10</text:bookmark-ref></text:span><text:span text:style-name="T254">, &apos;</text:span><text:span text:style-name="T254"><text:bookmark-ref text:reference-format="text" text:ref-name="__RefHeading__2831_1132221942">Defining input files for an experiment</text:bookmark-ref></text:span><text:span text:style-name="T254">&apos;.</text:span></text:p>
    <text:h text:style-name="Heading_20_3" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2540_1114405012"/>Variable interpolation<text:bookmark-end text:name="__RefHeading__2540_1114405012"/></text:h>
    <text:p text:style-name="P76">The value of a .config variable may reference the value of another variable by prefixing its name with <text:span text:style-name="T233">a </text:span>dollar sign. <text:span text:style-name="T233">This is called </text:span><text:span text:style-name="T26">interpolation</text:span><text:span text:style-name="T79"> of variables. E.g.</text:span></text:p>
-   <text:p text:style-name="P173"># joe1234.config</text:p>
-   <text:p text:style-name="P179">WORK_ROOT = /scratch/joe</text:p>
+   <text:p text:style-name="P174"># joe1234.config</text:p>
+   <text:p text:style-name="P180">WORK_ROOT = /scratch/joe</text:p>
    <text:p text:style-name="Preformatted_20_Text">WORK_DIR = $WORK_ROOT/experiments/<text:span text:style-name="T234">$EXP_ID</text:span></text:p>
    <text:p text:style-name="P78">will set &apos;WORK_DIR&apos; to &apos;/scratch/joe/experiments/joe1234&apos;.</text:p>
    <text:p text:style-name="P77">Interpolation only works for variables of the current section or its ancestor sections.</text:p>
@@ -2809,20 +2809,20 @@
    <text:p text:style-name="P77">because &apos;size&apos; is not defined in &apos;jobs&apos;, nor on the global level.</text:p>
    <text:p text:style-name="P79">As in shell scripts, the variable name must be enclosed in braces if the interpolation continues with a word character (alphanumerical or underscore), or if the variable name contains a space (which is perfectly legal):</text:p>
    <text:p text:style-name="Preformatted_20_Text">WORK_DIR = /tmp/$EXP_ID_test <text:s text:c="3"/><text:span text:style-name="T234"># ERROR: missing option &quot;EXP_ID_test&quot;</text:span></text:p>
-   <text:p text:style-name="P174"><text:span text:style-name="T234">WORK_DIR = /tmp/</text:span><text:span text:style-name="T163">${EXP_ID}_test</text:span><text:span text:style-name="T234"> <text:s/># OK</text:span></text:p>
-   <text:p text:style-name="P173"/>
-   <text:p text:style-name="P173">SPACY <text:span text:style-name="T235">VAR</text:span> = Whew! </text:p>
-   <text:p text:style-name="P173"><text:span text:style-name="T235">MESSAGE</text:span> = He said: $SPACY VAR <text:s text:c="2"/><text:span text:style-name="T235"># ERROR: missing option </text:span>&quot;<text:span text:style-name="T235">SPACY</text:span>&quot;</text:p>
-   <text:p text:style-name="P175">MESSAGE = <text:span text:style-name="T234">He said: </text:span><text:span text:style-name="T163">$</text:span><text:span text:style-name="T156">{</text:span><text:span text:style-name="T163">SPACY VAR</text:span><text:span text:style-name="T156">}</text:span> # OK</text:p>
+   <text:p text:style-name="P175"><text:span text:style-name="T234">WORK_DIR = /tmp/</text:span><text:span text:style-name="T163">${EXP_ID}_test</text:span><text:span text:style-name="T234"> <text:s/># OK</text:span></text:p>
+   <text:p text:style-name="P174"/>
+   <text:p text:style-name="P174">SPACY <text:span text:style-name="T235">VAR</text:span> = Whew! </text:p>
+   <text:p text:style-name="P174"><text:span text:style-name="T235">MESSAGE</text:span> = He said: $SPACY VAR <text:s text:c="2"/><text:span text:style-name="T235"># ERROR: missing option </text:span>&quot;<text:span text:style-name="T235">SPACY</text:span>&quot;</text:p>
+   <text:p text:style-name="P176">MESSAGE = <text:span text:style-name="T234">He said: </text:span><text:span text:style-name="T163">$</text:span><text:span text:style-name="T156">{</text:span><text:span text:style-name="T163">SPACY VAR</text:span><text:span text:style-name="T156">}</text:span> # OK</text:p>
    <text:p text:style-name="P79">The user<text:span text:style-name="T244">&apos;</text:span>s <text:span text:style-name="T9">environment variables</text:span> may be referenced as global variables in a .config file. Thus a user may write something like</text:p>
    <text:p text:style-name="Preformatted_20_Text">SCRIPT_ROOT = $HOME/experiments/$EXP_ID</text:p>
    <text:p text:style-name="P79">setting &apos;SCRIPT_ROOT&apos; to a subdirectory of the user&apos;s home directory.</text:p>
    <text:h text:style-name="Heading_20_3" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2542_1114405012"/><text:soft-page-break/>Evaluation of interpolation<text:bookmark-end text:name="__RefHeading__2542_1114405012"/></text:h>
    <text:p text:style-name="P80">While interpolation looks a lot like in shell scripts, there is a major difference: interpolation is – as in Makefiles – only evaluated when the final value is written or passed on. This has the advantage that the model setup may define settings based on variables that are only defined later in the user setup.</text:p>
-   <text:p text:style-name="P176"># model setup</text:p>
-   <text:p text:style-name="P283"><text:span text:style-name="T236">MODEL</text:span>_<text:span text:style-name="T236">DIR</text:span> = $HOME/<text:span text:style-name="T236">$MODEL_SUBDIR</text:span></text:p>
-   <text:p text:style-name="P177"># user setup</text:p>
-   <text:p text:style-name="P177">MODEL_SUBDIR = echam</text:p>
+   <text:p text:style-name="P177"># model setup</text:p>
+   <text:p text:style-name="P285"><text:span text:style-name="T236">MODEL</text:span>_<text:span text:style-name="T236">DIR</text:span> = $HOME/<text:span text:style-name="T236">$MODEL_SUBDIR</text:span></text:p>
+   <text:p text:style-name="P178"># user setup</text:p>
+   <text:p text:style-name="P178">MODEL_SUBDIR = echam</text:p>
    <text:p text:style-name="P81">Here, as the model setup is read before the user setup, &apos;MODEL_SUBDIR&apos; is not set when &apos;MODEL_ROOT&apos; is defined. <text:span text:style-name="T237">This works, because i</text:span>nterpolation of &apos;MODEL_ROOT&apos;s value is postponed until all levels of setup have been read.</text:p>
    <text:p text:style-name="P81">The disadvantage is that there may be no incremental adding of values to a given variable because this would cause circular dependencies. Imagine</text:p>
    <text:p text:style-name="Preformatted_20_Text">SUBMODELS = $SUBMODELS jsbach</text:p>
@@ -2830,22 +2830,22 @@
    <text:p text:style-name="Preformatted_20_Text">Oops: interpolation loop detected in value &quot;SUBMODELS&quot; while reading key &apos;SUBMODELS&apos;</text:p>
    <text:h text:style-name="Heading_20_3" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2544_1114405012"/>Special expressions<text:bookmark-end text:name="__RefHeading__2544_1114405012"/></text:h>
    <text:p text:style-name="P83">For some applications, simply including some other variable is not enough. You might want to compute a time limit from a given constant divided by the number of computing nodes, or convert a time stamp to a list of values. For these purposes, <text:span text:style-name="T9">mkexp</text:span><text:span text:style-name="T53"> includes some special expressions, that are evaluated when interpolation occurs.</text:span></text:p>
-   <text:p text:style-name="P265"><text:span text:style-name="T9">variable</text:span><text:span text:style-name="T53"> = </text:span><text:span text:style-name="T148">eval(</text:span><text:span text:style-name="T9">expression</text:span><text:span text:style-name="T148">)</text:span><text:span text:style-name="T53"><text:line-break/></text:span><text:span text:style-name="T9">variable</text:span><text:span text:style-name="T53"> = </text:span><text:span text:style-name="T148">evals(</text:span><text:span text:style-name="T9">expression</text:span><text:span text:style-name="T148">)</text:span></text:p>
-   <text:p text:style-name="P257"><text:span text:style-name="T83">I</text:span><text:span text:style-name="T112">nterpret </text:span><text:span text:style-name="T41">expression</text:span><text:span text:style-name="T112"> as a valid Python expression and assign the result to </text:span><text:span text:style-name="T41">variable</text:span><text:span text:style-name="T112"> as a string. </text:span><text:span text:style-name="T111">The modules </text:span><text:span text:style-name="T286">&apos;</text:span>os<text:span text:style-name="T286">&apos;</text:span>, <text:span text:style-name="T286">&apos;</text:span>re<text:span text:style-name="T286">&apos;</text:span> and <text:span text:style-name="T286">&apos;</text:span>time<text:span text:style-name="T286">&apos;</text:span> <text:span text:style-name="T111">may be used in </text:span><text:span text:style-name="T40">expression</text:span><text:span text:style-name="T111">.</text:span></text:p>
-   <text:p text:style-name="P241"><text:span text:style-name="T53">When the result is a list, </text:span><text:span text:style-name="T9">eval</text:span><text:span text:style-name="T53"> will return a list of strings, while </text:span><text:span text:style-name="T9">evals</text:span><text:span text:style-name="T53"> will return a single string, where elements are joined by a comma and a space.</text:span></text:p>
-   <text:p text:style-name="P240"><text:span text:style-name="T53">Note that interpolation does not work for list values; if you need this, consider to </text:span><text:soft-page-break/><text:span text:style-name="T53">set the original variable </text:span><text:span text:style-name="T80">to a string containing a Python list expression</text:span><text:span text:style-name="T53">, and </text:span><text:span text:style-name="T80">then </text:span><text:span text:style-name="T53">use </text:span><text:span text:style-name="T9">eval</text:span><text:span text:style-name="T53"> </text:span><text:span text:style-name="T93">a</text:span><text:span text:style-name="T53">round the interpolation expression:</text:span></text:p>
-   <text:p text:style-name="P284">DATE_<text:span text:style-name="T245">STRING</text:span> = &apos;[2010, 10, 20]&apos; # need quotes here!</text:p>
-   <text:p text:style-name="P284">DATE_<text:span text:style-name="T245">LIST</text:span> = eval($DATE_<text:span text:style-name="T246">STRING</text:span>) # becomes a 3 element list</text:p>
-   <text:p text:style-name="P266">variable<text:span text:style-name="T53"> = </text:span><text:span text:style-name="T148">read(</text:span>file_name<text:span text:style-name="T148">)</text:span></text:p>
-   <text:p text:style-name="P234"><text:span text:style-name="T53">Read the contents of the file </text:span>file_name<text:span text:style-name="T53"> and assign its contents to </text:span>variable<text:span text:style-name="T53"> as a string.</text:span></text:p>
-   <text:p text:style-name="P267"><text:span text:style-name="T27">variable</text:span><text:span text:style-name="T81"> = </text:span><text:span text:style-name="T150">split_date(</text:span><text:span text:style-name="T27">timestamp</text:span><text:span text:style-name="T150">)</text:span></text:p>
-   <text:p text:style-name="P242"><text:span text:style-name="T238">T</text:span>ake <text:span text:style-name="T9">timestamp</text:span><text:span text:style-name="T53"> and split it into a list of numerical date/time elements. </text:span><text:span text:style-name="T9">tim</text:span><text:span text:style-name="T28">e</text:span><text:span text:style-name="T9">stamp</text:span><text:span text:style-name="T53"> </text:span><text:span text:style-name="T82">must have </text:span><text:span text:style-name="T53">an ISO-like format (date elements separated by &apos;-&apos;; &apos;T&apos; or space as date/time separator; time elements separated by &apos;:</text:span><text:span text:style-name="T82">&apos;; </text:span><text:span text:style-name="T53">trailing time elements </text:span><text:span text:style-name="T83">and their separators </text:span><text:span text:style-name="T82">are optional</text:span><text:span text:style-name="T53">; time zone indicator is not supported). </text:span><text:span text:style-name="T95">Unlike ISO, </text:span><text:span text:style-name="T31">split_date</text:span><text:span text:style-name="T95"> also</text:span><text:span text:style-name="T53"> </text:span><text:span text:style-name="T95">allows the date to be in the form YYYYMMDD</text:span><text:span text:style-name="T53">. </text:span><text:span text:style-name="T83">Unset fields default to zero.</text:span></text:p>
-   <text:p text:style-name="P268"><text:span text:style-name="T9">variable</text:span><text:span text:style-name="T53"> = </text:span><text:span text:style-name="T148">sec2time(</text:span><text:span text:style-name="T9">second_of_day</text:span><text:span text:style-name="T148">)</text:span></text:p>
-   <text:p text:style-name="P226">Take integer <text:span text:style-name="T9">second_of_day</text:span> (from 0 to 86399) and return the corresponding time stamp as string of the form HH:MM:SS.</text:p>
-   <text:p text:style-name="P269"><text:span text:style-name="T9">variable</text:span> = &apos;<text:span text:style-name="T156">add_years</text:span>(<text:span text:style-name="T9">datestamp</text:span>, <text:span text:style-name="T9">offset</text:span>)&apos;</text:p>
-   <text:p text:style-name="P243">Take integer <text:span text:style-name="T9">offset</text:span><text:span text:style-name="T53"> (may be negative), add it to the year portion of </text:span><text:span text:style-name="T9">datestamp</text:span><text:span text:style-name="T53"> and return the resulting date string.</text:span></text:p>
-   <text:p text:style-name="P270"><text:span text:style-name="T9">variable</text:span> = &apos;<text:span text:style-name="T156">add_</text:span><text:span text:style-name="T164">days</text:span>(<text:span text:style-name="T9">datestamp</text:span>, <text:span text:style-name="T9">offset</text:span>)&apos;</text:p>
-   <text:p text:style-name="P244"><text:span text:style-name="T53">Take integer </text:span><text:span text:style-name="T9">offset</text:span><text:span text:style-name="T53"> (may be negative), add it to the </text:span><text:span text:style-name="T96">day</text:span><text:span text:style-name="T53"> portion of </text:span><text:span text:style-name="T9">datestamp</text:span><text:span text:style-name="T53"> and return the resulting date string. </text:span><text:span text:style-name="T96">Year and month portions will be set as appropriate, assuming a Proleptic Gregorian calendar with year 0.</text:span></text:p>
+   <text:p text:style-name="P267"><text:span text:style-name="T9">variable</text:span><text:span text:style-name="T53"> = </text:span><text:span text:style-name="T148">eval(</text:span><text:span text:style-name="T9">expression</text:span><text:span text:style-name="T148">)</text:span><text:span text:style-name="T53"><text:line-break/></text:span><text:span text:style-name="T9">variable</text:span><text:span text:style-name="T53"> = </text:span><text:span text:style-name="T148">evals(</text:span><text:span text:style-name="T9">expression</text:span><text:span text:style-name="T148">)</text:span></text:p>
+   <text:p text:style-name="P259"><text:span text:style-name="T83">I</text:span><text:span text:style-name="T112">nterpret </text:span><text:span text:style-name="T41">expression</text:span><text:span text:style-name="T112"> as a valid Python expression and assign the result to </text:span><text:span text:style-name="T41">variable</text:span><text:span text:style-name="T112"> as a string. </text:span><text:span text:style-name="T111">The modules </text:span><text:span text:style-name="T286">&apos;</text:span>os<text:span text:style-name="T286">&apos;</text:span>, <text:span text:style-name="T286">&apos;</text:span>re<text:span text:style-name="T286">&apos;</text:span> and <text:span text:style-name="T286">&apos;</text:span>time<text:span text:style-name="T286">&apos;</text:span> <text:span text:style-name="T111">may be used in </text:span><text:span text:style-name="T40">expression</text:span><text:span text:style-name="T111">.</text:span></text:p>
+   <text:p text:style-name="P243"><text:span text:style-name="T53">When the result is a list, </text:span><text:span text:style-name="T9">eval</text:span><text:span text:style-name="T53"> will return a list of strings, while </text:span><text:span text:style-name="T9">evals</text:span><text:span text:style-name="T53"> will return a single string, where elements are joined by a comma and a space.</text:span></text:p>
+   <text:p text:style-name="P242"><text:span text:style-name="T53">Note that interpolation does not work for list values; if you need this, consider to </text:span><text:soft-page-break/><text:span text:style-name="T53">set the original variable </text:span><text:span text:style-name="T80">to a string containing a Python list expression</text:span><text:span text:style-name="T53">, and </text:span><text:span text:style-name="T80">then </text:span><text:span text:style-name="T53">use </text:span><text:span text:style-name="T9">eval</text:span><text:span text:style-name="T53"> </text:span><text:span text:style-name="T93">a</text:span><text:span text:style-name="T53">round the interpolation expression:</text:span></text:p>
+   <text:p text:style-name="P286">DATE_<text:span text:style-name="T245">STRING</text:span> = &apos;[2010, 10, 20]&apos; # need quotes here!</text:p>
+   <text:p text:style-name="P286">DATE_<text:span text:style-name="T245">LIST</text:span> = eval($DATE_<text:span text:style-name="T246">STRING</text:span>) # becomes a 3 element list</text:p>
+   <text:p text:style-name="P268">variable<text:span text:style-name="T53"> = </text:span><text:span text:style-name="T148">read(</text:span>file_name<text:span text:style-name="T148">)</text:span></text:p>
+   <text:p text:style-name="P236"><text:span text:style-name="T53">Read the contents of the file </text:span>file_name<text:span text:style-name="T53"> and assign its contents to </text:span>variable<text:span text:style-name="T53"> as a string.</text:span></text:p>
+   <text:p text:style-name="P269"><text:span text:style-name="T27">variable</text:span><text:span text:style-name="T81"> = </text:span><text:span text:style-name="T150">split_date(</text:span><text:span text:style-name="T27">timestamp</text:span><text:span text:style-name="T150">)</text:span></text:p>
+   <text:p text:style-name="P244"><text:span text:style-name="T238">T</text:span>ake <text:span text:style-name="T9">timestamp</text:span><text:span text:style-name="T53"> and split it into a list of numerical date/time elements. </text:span><text:span text:style-name="T9">tim</text:span><text:span text:style-name="T28">e</text:span><text:span text:style-name="T9">stamp</text:span><text:span text:style-name="T53"> </text:span><text:span text:style-name="T82">must have </text:span><text:span text:style-name="T53">an ISO-like format (date elements separated by &apos;-&apos;; &apos;T&apos; or space as date/time separator; time elements separated by &apos;:</text:span><text:span text:style-name="T82">&apos;; </text:span><text:span text:style-name="T53">trailing time elements </text:span><text:span text:style-name="T83">and their separators </text:span><text:span text:style-name="T82">are optional</text:span><text:span text:style-name="T53">; time zone indicator is not supported). </text:span><text:span text:style-name="T95">Unlike ISO, </text:span><text:span text:style-name="T31">split_date</text:span><text:span text:style-name="T95"> also</text:span><text:span text:style-name="T53"> </text:span><text:span text:style-name="T95">allows the date to be in the form YYYYMMDD</text:span><text:span text:style-name="T53">. </text:span><text:span text:style-name="T83">Unset fields default to zero.</text:span></text:p>
+   <text:p text:style-name="P270"><text:span text:style-name="T9">variable</text:span><text:span text:style-name="T53"> = </text:span><text:span text:style-name="T148">sec2time(</text:span><text:span text:style-name="T9">second_of_day</text:span><text:span text:style-name="T148">)</text:span></text:p>
+   <text:p text:style-name="P228">Take integer <text:span text:style-name="T9">second_of_day</text:span> (from 0 to 86399) and return the corresponding time stamp as string of the form HH:MM:SS.</text:p>
+   <text:p text:style-name="P271"><text:span text:style-name="T9">variable</text:span> = &apos;<text:span text:style-name="T156">add_years</text:span>(<text:span text:style-name="T9">datestamp</text:span>, <text:span text:style-name="T9">offset</text:span>)&apos;</text:p>
+   <text:p text:style-name="P245">Take integer <text:span text:style-name="T9">offset</text:span><text:span text:style-name="T53"> (may be negative), add it to the year portion of </text:span><text:span text:style-name="T9">datestamp</text:span><text:span text:style-name="T53"> and return the resulting date string.</text:span></text:p>
+   <text:p text:style-name="P272"><text:span text:style-name="T9">variable</text:span> = &apos;<text:span text:style-name="T156">add_</text:span><text:span text:style-name="T164">days</text:span>(<text:span text:style-name="T9">datestamp</text:span>, <text:span text:style-name="T9">offset</text:span>)&apos;</text:p>
+   <text:p text:style-name="P246"><text:span text:style-name="T53">Take integer </text:span><text:span text:style-name="T9">offset</text:span><text:span text:style-name="T53"> (may be negative), add it to the </text:span><text:span text:style-name="T96">day</text:span><text:span text:style-name="T53"> portion of </text:span><text:span text:style-name="T9">datestamp</text:span><text:span text:style-name="T53"> and return the resulting date string. </text:span><text:span text:style-name="T96">Year and month portions will be set as appropriate, assuming a Proleptic Gregorian calendar with year 0.</text:span></text:p>
    <text:h text:style-name="Heading_20_2" text:outline-level="2"><text:bookmark-start text:name="__RefHeading__2546_1114405012"/>Format of .tmpl files<text:bookmark-end text:name="__RefHeading__2546_1114405012"/></text:h>
    <text:p text:style-name="P24">The .tmpl files are also text files mostly written in the syntax of the job description that <text:span text:style-name="T9">mkexp</text:span> is meant to create. Currently this is usually the ksh or bash shell script syntax, but may also be any other interpreted language, like Perl or Python, or even a configuration or namelist file. The main difference are placeholders and structured comments that are embedded in the program text. These are evaluated or expanded using the information that comes with the .config files, to create the final text files, defining the jobs to be run on the target system.</text:p>
    <text:p text:style-name="P24">The expansion of .tmpl files into the job description uses the <text:span text:style-name="T9">Jinja</text:span> Python library. It provides a default set of facilities that can be used to expand any textual template. The <text:soft-page-break/>proposed default syntax was slightly customized to fit the needs of <text:span text:style-name="T9">mkexp</text:span>.</text:p>
@@ -2854,8 +2854,8 @@
    <text:p text:style-name="Preformatted_20_Text">#! /bin/ksh</text:p>
    <text:p text:style-name="Preformatted_20_Text"><text:span text:style-name="T180">#</text:span> This script was <text:span text:style-name="T180">crea</text:span>ted by %{NAME}</text:p>
    <text:p text:style-name="P33">Here, the placehol<text:span text:style-name="T228">d</text:span>er requests the &apos;NAME&apos; variable which was set to &apos;Joe User&apos; in the example .config file <text:span text:style-name="T228">of section </text:span><text:span text:style-name="T228"><text:bookmark-ref text:reference-format="chapter" text:ref-name="__RefHeading__1669_1438093122">2.3.1</text:bookmark-ref></text:span>. This value is now looked up in the <text:span text:style-name="T228">configuration</text:span> and used to textually replace the placeholder expression, yield<text:span text:style-name="T228">ing</text:span> the final text:</text:p>
-   <text:p text:style-name="P138">#! /bin/ksh</text:p>
-   <text:p text:style-name="P137"><text:span text:style-name="T181"># </text:span>This script was <text:span text:style-name="T181">crea</text:span>ted by <text:span text:style-name="T179">Joe User</text:span></text:p>
+   <text:p text:style-name="P139">#! /bin/ksh</text:p>
+   <text:p text:style-name="P138"><text:span text:style-name="T181"># </text:span>This script was <text:span text:style-name="T181">crea</text:span>ted by <text:span text:style-name="T179">Joe User</text:span></text:p>
    <text:h text:style-name="Heading_20_3" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2550_1114405012"/><text:span text:style-name="T183">V</text:span>ariables in sections<text:bookmark-end text:name="__RefHeading__2550_1114405012"/></text:h>
    <text:p text:style-name="P26">To request a variable within a section, simply prepend the section name to the variable name, using &apos;.&apos; as separator, as in</text:p>
    <text:p text:style-name="Preformatted_20_Text"># %{section1.description}</text:p>
@@ -2872,32 +2872,32 @@
    <text:p text:style-name="Preformatted_20_Text">LITERAL_BOOLEANS=%{false} <text:s/># Always lower-case!</text:p>
    <text:p text:style-name="Preformatted_20_Text">ARITHMETIC=%{2 + 2 * 2 – 2 / 2} <text:s/># is 5</text:p>
    <text:p text:style-name="Preformatted_20_Text">STRING_TOGETHER=%{NAME ~ &apos;, employee number &apos; ~ 42} <text:s/># Converts <text:span text:style-name="T183">42</text:span> to string</text:p>
-   <text:p text:style-name="P140">LIST_ELEMENT=%{PATH[0]} <text:s/># indices start with 0</text:p>
-   <text:p text:style-name="P140">LIST_SUBLIST=%{PATH[1:3]}</text:p>
+   <text:p text:style-name="P141">LIST_ELEMENT=%{PATH[0]} <text:s/># indices start with 0</text:p>
+   <text:p text:style-name="P141">LIST_SUBLIST=%{PATH[1:3]}</text:p>
    <text:p text:style-name="Preformatted_20_Text">FILTERED_STRING=%{NAME | <text:span text:style-name="T183">lower()} <text:s/># is &apos;joe user&apos;</text:span></text:p>
    <text:p text:style-name="P96">The last example allows for <text:span text:style-name="T199">a </text:span>number of predefined filters instead of &apos;lower&apos;. These are described in the <text:span text:style-name="T9">Jinja</text:span> documentation (List of Builtin Filters). <text:span text:style-name="T261">Besides, </text:span><text:span text:style-name="T9">mkexp</text:span> defines <text:s/><text:span text:style-name="T264">a number of </text:span>additional filters:</text:p>
-   <text:p text:style-name="P271">split<text:span text:style-name="T189">(</text:span><text:span text:style-name="T48">s</text:span><text:span text:style-name="T151">, </text:span><text:span text:style-name="T48">m</text:span><text:span text:style-name="T151">=-1)</text:span></text:p>
-   <text:p text:style-name="P227">cuts <text:span text:style-name="T263">the input </text:span>string <text:span text:style-name="T263">at all occurrences of </text:span><text:span text:style-name="T34">s</text:span><text:span text:style-name="T263">, returning</text:span> a list of substrings. <text:span text:style-name="T262">If </text:span><text:span text:style-name="T33">m</text:span><text:span text:style-name="T262"> is positive or zero, it cuts only at the first </text:span><text:span text:style-name="T33">m</text:span><text:span text:style-name="T262"> occurrences; the last element contains the remaining substring:</text:span></text:p>
+   <text:p text:style-name="P273">split<text:span text:style-name="T189">(</text:span><text:span text:style-name="T48">s</text:span><text:span text:style-name="T151">, </text:span><text:span text:style-name="T48">m</text:span><text:span text:style-name="T151">=-1)</text:span></text:p>
+   <text:p text:style-name="P229">cuts <text:span text:style-name="T263">the input </text:span>string <text:span text:style-name="T263">at all occurrences of </text:span><text:span text:style-name="T34">s</text:span><text:span text:style-name="T263">, returning</text:span> a list of substrings. <text:span text:style-name="T262">If </text:span><text:span text:style-name="T33">m</text:span><text:span text:style-name="T262"> is positive or zero, it cuts only at the first </text:span><text:span text:style-name="T33">m</text:span><text:span text:style-name="T262"> occurrences; the last element contains the remaining substring:</text:span></text:p>
    <text:p text:style-name="Preformatted_20_Text_20_Indented">%{ &apos;A B C&apos; | <text:span text:style-name="T156">split</text:span><text:span text:style-name="T189">(&apos; &apos;) }<text:tab/><text:tab/>→</text:span><text:span text:style-name="T192"> </text:span><text:span text:style-name="T191">[&apos;A&apos;, &apos;B&apos;, &apos;C&apos;]</text:span></text:p>
-   <text:p text:style-name="P287"><text:span text:style-name="T191">%{ &apos;A B C&apos; | split(&apos; &apos;, </text:span><text:span text:style-name="T166">1</text:span><text:span text:style-name="T191">) } <text:tab/></text:span><text:span text:style-name="T192">→ </text:span><text:span text:style-name="T191">[&apos;A&apos;, </text:span><text:span text:style-name="T166">&apos;B C&apos;</text:span><text:span text:style-name="T191">]</text:span></text:p>
-   <text:p text:style-name="P246"/>
+   <text:p text:style-name="P289"><text:span text:style-name="T191">%{ &apos;A B C&apos; | split(&apos; &apos;, </text:span><text:span text:style-name="T166">1</text:span><text:span text:style-name="T191">) } <text:tab/></text:span><text:span text:style-name="T192">→ </text:span><text:span text:style-name="T191">[&apos;A&apos;, </text:span><text:span text:style-name="T166">&apos;B C&apos;</text:span><text:span text:style-name="T191">]</text:span></text:p>
+   <text:p text:style-name="P248"/>
    <text:p text:style-name="P134">filter<text:span text:style-name="T189">()</text:span></text:p>
-   <text:p text:style-name="P247">removes empty elements from <text:span text:style-name="T263">the input</text:span> list:</text:p>
-   <text:p text:style-name="P288"><text:span text:style-name="T191">%{ [&apos;A&apos;, &apos;&apos;, &apos;C&apos;] | </text:span><text:span text:style-name="T166">filter</text:span><text:span text:style-name="T191">() }<text:tab/>→</text:span><text:span text:style-name="T189"> [&apos;A&apos;, &apos;C&apos;]</text:span></text:p>
-   <text:p text:style-name="P272">match<text:span text:style-name="T189">(</text:span><text:span text:style-name="T48">regexp</text:span><text:span text:style-name="T189">, </text:span><text:span text:style-name="T48">default</text:span><text:span text:style-name="T189">=&apos;&apos;)</text:span></text:p>
-   <text:p text:style-name="P248"><text:span text:style-name="T189">returns the input string</text:span><text:span text:style-name="T151">, if </text:span><text:span text:style-name="T48">regexp</text:span><text:span text:style-name="T151"> matches somewhere in it. If </text:span><text:span text:style-name="T48">regexp</text:span><text:span text:style-name="T151"> contains matching groups (parentheses), the substring matching the first group is returned. If no match is found, the </text:span><text:span text:style-name="T48">default</text:span><text:span text:style-name="T151"> string is returned:</text:span></text:p>
-   <text:p text:style-name="P288"><text:span text:style-name="T151">%{ &apos;Douglas Adams&apos; | </text:span><text:span text:style-name="T148">match</text:span><text:span text:style-name="T151">(&apos;Adam&apos;) }<text:tab/><text:tab/>→ &apos;Douglas Adams&apos;</text:span></text:p>
-   <text:p text:style-name="P288"><text:span text:style-name="T151">%{ &apos;Douglas Adams&apos; | match(</text:span><text:span text:style-name="T148">&apos;Eve&apos;</text:span><text:span text:style-name="T151">) }<text:tab/><text:tab/>→ &apos;&apos;</text:span></text:p>
-   <text:p text:style-name="P288"><text:span text:style-name="T151">%{ &apos;Douglas Adams&apos; | match(&apos;Abel&apos;, </text:span><text:span text:style-name="T148">&apos;Cain&apos;</text:span><text:span text:style-name="T151">) }<text:tab/>→ &apos;Cain&apos;</text:span></text:p>
-   <text:p text:style-name="P288"><text:span text:style-name="T151">%{ &apos;Douglas Adams&apos; | match(&apos;l</text:span><text:span text:style-name="T148">(.*)</text:span><text:span text:style-name="T151">m&apos;) }<text:tab/><text:tab/>→ &apos;as Ada&apos;</text:span></text:p>
-   <text:p text:style-name="P274"><text:span text:style-name="T148">wordwrap</text:span><text:span text:style-name="T151">(width=79, break_long_words=true, break_on_hyphens=true, <text:s text:c="2"/><text:line-break/> <text:s text:c="8"/>wrapstring=none)</text:span></text:p>
-   <text:p text:style-name="P250"><text:span text:style-name="T151">replaces the </text:span><text:span text:style-name="T152">builtin </text:span><text:span text:style-name="T49">Jinja </text:span><text:span text:style-name="T152">filter &apos;wordwrap&apos; <text:s/>by a private version that allows to suppress breaks on hyphens:</text:span></text:p>
-   <text:p text:style-name="P285"><text:soft-page-break/>%{&apos;long-hyphenated-text&apos;|<text:span text:style-name="T156">wordwrap</text:span>(15, false)}</text:p>
-   <text:p text:style-name="P289"><text:span text:style-name="T152">→</text:span><text:span text:style-name="T151"> &apos;long- </text:span></text:p>
-   <text:p text:style-name="P286"><text:s text:c="3"/>hyphenated-text&apos;</text:p>
-   <text:p text:style-name="P289"/>
-   <text:p text:style-name="P285">%{&apos;long-hyphenated-text&apos;|wordwrap(15, false, <text:span text:style-name="T156">false</text:span>)} </text:p>
-   <text:p text:style-name="P289"><text:span text:style-name="T152">→</text:span><text:span text:style-name="T151"> &apos;long-</text:span><text:span text:style-name="T152">hyphenated-text&apos;</text:span></text:p>
+   <text:p text:style-name="P249">removes empty elements from <text:span text:style-name="T263">the input</text:span> list:</text:p>
+   <text:p text:style-name="P290"><text:span text:style-name="T191">%{ [&apos;A&apos;, &apos;&apos;, &apos;C&apos;] | </text:span><text:span text:style-name="T166">filter</text:span><text:span text:style-name="T191">() }<text:tab/>→</text:span><text:span text:style-name="T189"> [&apos;A&apos;, &apos;C&apos;]</text:span></text:p>
+   <text:p text:style-name="P274">match<text:span text:style-name="T189">(</text:span><text:span text:style-name="T48">regexp</text:span><text:span text:style-name="T189">, </text:span><text:span text:style-name="T48">default</text:span><text:span text:style-name="T189">=&apos;&apos;)</text:span></text:p>
+   <text:p text:style-name="P250"><text:span text:style-name="T189">returns the input string</text:span><text:span text:style-name="T151">, if </text:span><text:span text:style-name="T48">regexp</text:span><text:span text:style-name="T151"> matches somewhere in it. If </text:span><text:span text:style-name="T48">regexp</text:span><text:span text:style-name="T151"> contains matching groups (parentheses), the substring matching the first group is returned. If no match is found, the </text:span><text:span text:style-name="T48">default</text:span><text:span text:style-name="T151"> string is returned:</text:span></text:p>
+   <text:p text:style-name="P290"><text:span text:style-name="T151">%{ &apos;Douglas Adams&apos; | </text:span><text:span text:style-name="T148">match</text:span><text:span text:style-name="T151">(&apos;Adam&apos;) }<text:tab/><text:tab/>→ &apos;Douglas Adams&apos;</text:span></text:p>
+   <text:p text:style-name="P290"><text:span text:style-name="T151">%{ &apos;Douglas Adams&apos; | match(</text:span><text:span text:style-name="T148">&apos;Eve&apos;</text:span><text:span text:style-name="T151">) }<text:tab/><text:tab/>→ &apos;&apos;</text:span></text:p>
+   <text:p text:style-name="P290"><text:span text:style-name="T151">%{ &apos;Douglas Adams&apos; | match(&apos;Abel&apos;, </text:span><text:span text:style-name="T148">&apos;Cain&apos;</text:span><text:span text:style-name="T151">) }<text:tab/>→ &apos;Cain&apos;</text:span></text:p>
+   <text:p text:style-name="P290"><text:span text:style-name="T151">%{ &apos;Douglas Adams&apos; | match(&apos;l</text:span><text:span text:style-name="T148">(.*)</text:span><text:span text:style-name="T151">m&apos;) }<text:tab/><text:tab/>→ &apos;as Ada&apos;</text:span></text:p>
+   <text:p text:style-name="P276"><text:span text:style-name="T148">wordwrap</text:span><text:span text:style-name="T151">(width=79, break_long_words=true, break_on_hyphens=true, <text:s text:c="2"/><text:line-break/> <text:s text:c="8"/>wrapstring=none)</text:span></text:p>
+   <text:p text:style-name="P252"><text:span text:style-name="T151">replaces the </text:span><text:span text:style-name="T152">builtin </text:span><text:span text:style-name="T49">Jinja </text:span><text:span text:style-name="T152">filter &apos;wordwrap&apos; <text:s/>by a private version that allows to suppress breaks on hyphens:</text:span></text:p>
+   <text:p text:style-name="P287"><text:soft-page-break/>%{&apos;long-hyphenated-text&apos;|<text:span text:style-name="T156">wordwrap</text:span>(15, false)}</text:p>
+   <text:p text:style-name="P291"><text:span text:style-name="T152">→</text:span><text:span text:style-name="T151"> &apos;long- </text:span></text:p>
+   <text:p text:style-name="P288"><text:s text:c="3"/>hyphenated-text&apos;</text:p>
+   <text:p text:style-name="P291"/>
+   <text:p text:style-name="P287">%{&apos;long-hyphenated-text&apos;|wordwrap(15, false, <text:span text:style-name="T156">false</text:span>)} </text:p>
+   <text:p text:style-name="P291"><text:span text:style-name="T152">→</text:span><text:span text:style-name="T151"> &apos;long-</text:span><text:span text:style-name="T152">hyphenated-text&apos;</text:span></text:p>
    <text:h text:style-name="Heading_20_3" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2554_1114405012"/>Loops<text:bookmark-end text:name="__RefHeading__2554_1114405012"/></text:h>
    <text:p text:style-name="P28">Text in a template may be used repeatedly, like a classical &apos;for&apos; loop. Loops are defined by structured comments <text:span text:style-name="T247">i.e. lines </text:span>beginning with &apos;#%&apos;. <text:span text:style-name="T247">They </text:span>start with &apos;#% for … <text:span text:style-name="T186">in …:</text:span>&apos; and end in &apos;#% endfor&apos;:</text:p>
    <text:p text:style-name="Preformatted_20_Text"><text:span text:style-name="T156">#% for</text:span> countdown <text:span text:style-name="T156">in</text:span> [3, 2, 1, &apos;<text:span text:style-name="T247">liftoff</text:span>&apos;]<text:span text:style-name="T156">:</text:span></text:p>
@@ -2909,7 +2909,7 @@
    <text:p text:style-name="Preformatted_20_Text">echo 1</text:p>
    <text:p text:style-name="Preformatted_20_Text">echo <text:span text:style-name="T247">liftoff</text:span></text:p>
    <text:p text:style-name="P31"><text:span text:style-name="T186">You may of course use expressions in the loop definition. </text:span>For classical, index based loops, there is a &apos;range&apos; function as in Python, <text:span text:style-name="T186">and the size of a list is queried with the &apos;length&apos; filter</text:span>.</text:p>
-   <text:p text:style-name="P139">#% for index in <text:span text:style-name="T156">range(1, </text:span><text:span text:style-name="T159">PATH|length()</text:span><text:span text:style-name="T156">)</text:span> <text:s/><text:span text:style-name="T186"># PATH was defined in </text:span><text:span text:style-name="T186"><text:bookmark-ref text:reference-format="chapter" text:ref-name="__RefHeading__1669_1438093122">2.3.1</text:bookmark-ref></text:span></text:p>
+   <text:p text:style-name="P140">#% for index in <text:span text:style-name="T156">range(1, </text:span><text:span text:style-name="T159">PATH|length()</text:span><text:span text:style-name="T156">)</text:span> <text:s/><text:span text:style-name="T186"># PATH was defined in </text:span><text:span text:style-name="T186"><text:bookmark-ref text:reference-format="chapter" text:ref-name="__RefHeading__1669_1438093122">2.3.1</text:bookmark-ref></text:span></text:p>
    <text:p text:style-name="Preformatted_20_Text"><text:span text:style-name="T186">echo</text:span> %<text:span text:style-name="T187">{index}: </text:span>%{<text:span text:style-name="T186">PATH[</text:span>index<text:span text:style-name="T186">]</text:span>} <text:s/></text:p>
    <text:p text:style-name="Preformatted_20_Text">#% endfor</text:p>
    <text:p text:style-name="Text_20_body">Note that <text:span text:style-name="T185">indexing of lists starts at 0,</text:span> <text:span text:style-name="T185">i.e. the first element of the PATH list is skipped. Besides, </text:span>the stop index <text:span text:style-name="T187">is</text:span> not included, i.e. <text:span text:style-name="T186">as PATH has a length of 3, </text:span>the last looping has index <text:span text:style-name="T185">2</text:span>:</text:p>
@@ -2919,9 +2919,9 @@
    <text:p text:style-name="P29">A template may contain alternative parts <text:span text:style-name="T187">that are selected depending on the .config data</text:span>, <text:span text:style-name="T187">similar to an &apos;if&apos; statement. This is useful for e.g. skipping certain parts of the script template that are not applicable to runs of a given resolution but required for others. They are also implemented as structured comments, starting with &apos;#% if …:&apos; and ending in &apos;#% endif&apos;, with optional &apos;#% elif …:&apos; and &apos;#% else:&apos; parts.</text:span></text:p>
    <text:p text:style-name="P30"><text:soft-page-break/><text:span text:style-name="T187">For testing, you may use expressions with comparisons (==, !=, &gt;, &gt;=, &lt;, &lt;=), querying a certain list element (… in …), and logical operators (and, or, not). Sub-expressions may be parenthesized to change the order of evaluation. Besides, </text:span><text:span text:style-name="T14">Jinja</text:span><text:span text:style-name="T187"> provides a number of named tests that use the &apos;… is …&apos; Syntax.</text:span></text:p>
    <text:p text:style-name="Preformatted_20_Text"><text:span text:style-name="T156">#% if </text:span><text:span text:style-name="T190">PATH|length()</text:span><text:span text:style-name="T188"> </text:span><text:span text:style-name="T160">is divisibleby 3:</text:span></text:p>
-   <text:p text:style-name="P157">diff3 %{PATH[:3]|join(&apos; &apos;)}</text:p>
+   <text:p text:style-name="P158">diff3 %{PATH[:3]|join(&apos; &apos;)}</text:p>
    <text:p text:style-name="P127">#% elif <text:span text:style-name="T190">PATH|length()</text:span> is even:</text:p>
-   <text:p text:style-name="P140">diff %{PATH[:2]|join(&apos; &apos;)}</text:p>
+   <text:p text:style-name="P141">diff %{PATH[:2]|join(&apos; &apos;)}</text:p>
    <text:p text:style-name="P124">#% else:</text:p>
    <text:p text:style-name="Preformatted_20_Text">echo <text:span text:style-name="T197">cannot handle PATH</text:span></text:p>
    <text:p text:style-name="P124">#% endif</text:p>
@@ -2932,10 +2932,10 @@
    <text:p text:style-name="P61"><text:span text:style-name="T9">Jinj</text:span>a also allows template comments that are removed when the template is expanded. This is implemented as another kind of structured comment starting with <text:span text:style-name="T248">&apos;#%</text:span>#&apos;:</text:p>
    <text:p text:style-name="Preformatted_20_Text"># This comment will make it to the expanded script</text:p>
    <text:p text:style-name="Preformatted_20_Text">#%# This one will not make it <text:span text:style-name="T207">and is for template documentation only</text:span></text:p>
-   <text:h text:style-name="P312" text:outline-level="3"><text:bookmark-start text:name="__RefHeading___Toc3658_1790556471"/>Block statements and block comments<text:bookmark-end text:name="__RefHeading___Toc3658_1790556471"/></text:h>
+   <text:h text:style-name="P314" text:outline-level="3"><text:bookmark-start text:name="__RefHeading___Toc3658_1790556471"/>Block statements and block comments<text:bookmark-end text:name="__RefHeading___Toc3658_1790556471"/></text:h>
    <text:p text:style-name="P100">For templates that contain more <text:span text:style-name="T9">Jinja</text:span><text:span text:style-name="T53"> code than actual output lines, a variant of the standard </text:span><text:span text:style-name="T9">Jinja </text:span><text:span text:style-name="T53">block synta</text:span><text:span text:style-name="T109">x i</text:span><text:span text:style-name="T53">s available for both statements and comments</text:span><text:span text:style-name="T53"><text:note text:id="ftn1" text:note-class="footnote"><text:note-citation>1</text:note-citation><text:note-body>
-       <text:p text:style-name="P325">The standard <text:span text:style-name="T9">Jinja</text:span><text:span text:style-name="T53"> comment syntax &apos;{#&apos; collides with the Bourne shell idiom for variable size, &apos;$⁠</text:span><text:span text:style-name="T154">{#</text:span><text:span text:style-name="T151">var</text:span><text:span text:style-name="T53">}&apos;. </text:span><text:span text:style-name="T109">Standard b</text:span><text:span text:style-name="T53">lock statement syntax &apos;{%&apos; gives problems when </text:span><text:span text:style-name="T109">mkexp </text:span><text:span text:style-name="T53">template variables </text:span><text:span text:style-name="T109">&apos;%{var}&apos; </text:span><text:span text:style-name="T53">are used </text:span><text:span text:style-name="T109">in</text:span><text:span text:style-name="T53"> shell variable </text:span><text:span text:style-name="T109">expansions</text:span><text:span text:style-name="T53">, like &apos;$</text:span><text:span text:style-name="T154">{%</text:span><text:span text:style-name="T53">{</text:span><text:span text:style-name="T109">var}:-default}&apos;</text:span></text:p></text:note-body></text:note></text:span><text:span text:style-name="T53">. Block statements begin with &apos;{%__mkexp__&apos; and end with &apos;%}&apos;, block comments begin with &apos;{#__mkexp__&apos; and end with &apos;#}&apos;.</text:span></text:p>
-   <text:h text:style-name="P324" text:outline-level="2"><text:bookmark-start text:name="__RefHeading__2560_1114405012"/>Standard experiment<text:span text:style-name="T51">s</text:span><text:bookmark-end text:name="__RefHeading__2560_1114405012"/></text:h>
+       <text:p text:style-name="P327">The standard <text:span text:style-name="T9">Jinja</text:span><text:span text:style-name="T53"> comment syntax &apos;{#&apos; collides with the Bourne shell idiom for variable size, &apos;$⁠</text:span><text:span text:style-name="T154">{#</text:span><text:span text:style-name="T151">var</text:span><text:span text:style-name="T53">}&apos;. </text:span><text:span text:style-name="T109">Standard b</text:span><text:span text:style-name="T53">lock statement syntax &apos;{%&apos; gives problems when </text:span><text:span text:style-name="T109">mkexp </text:span><text:span text:style-name="T53">template variables </text:span><text:span text:style-name="T109">&apos;%{var}&apos; </text:span><text:span text:style-name="T53">are used </text:span><text:span text:style-name="T109">in</text:span><text:span text:style-name="T53"> shell variable </text:span><text:span text:style-name="T109">expansions</text:span><text:span text:style-name="T53">, like &apos;$</text:span><text:span text:style-name="T154">{%</text:span><text:span text:style-name="T53">{</text:span><text:span text:style-name="T109">var}:-default}&apos;</text:span></text:p></text:note-body></text:note></text:span><text:span text:style-name="T53">. Block statements begin with &apos;{%__mkexp__&apos; and end with &apos;%}&apos;, block comments begin with &apos;{#__mkexp__&apos; and end with &apos;#}&apos;.</text:span></text:p>
+   <text:h text:style-name="P326" text:outline-level="2"><text:bookmark-start text:name="__RefHeading__2560_1114405012"/>Standard experiment<text:span text:style-name="T51">s</text:span><text:bookmark-end text:name="__RefHeading__2560_1114405012"/></text:h>
    <text:p text:style-name="P16">When generating an experiment setup, <text:span text:style-name="T9">mkexp</text:span> expects the .config and .tmpl files to reside in a subdirectory of the current working directory, called &apos;standard_experiments&apos;.</text:p>
    <text:p text:style-name="P10"><text:span text:style-name="T8">The definition of a standard experiment type </text:span><text:span text:style-name="T10">typename</text:span><text:span text:style-name="T8"> may consist of a configuration </text:span><text:soft-page-break/><text:span text:style-name="T8">in </text:span><text:span text:style-name="T10">typename</text:span><text:span text:style-name="T8">.config and a number of </text:span><text:span text:style-name="T10">typename</text:span><text:span text:style-name="T8">.</text:span><text:span text:style-name="T10">jobname</text:span><text:span text:style-name="T8">.tmpl files, one for each subsection </text:span><text:span text:style-name="T10">jobname</text:span><text:span text:style-name="T8"> of the jobs section. Before reading </text:span><text:span text:style-name="T10">typename</text:span><text:span text:style-name="T8">.config, the special DEFAULT.config is loaded, containing the model default settings. Both .config and .tmpl files may be missing; the default is to read only DEFAULT.config or the corresponding DEFAULT.</text:span><text:span text:style-name="T10">jobname</text:span><text:span text:style-name="T8">.tmpl file instead.</text:span></text:p>
    <text:p text:style-name="P11"><text:span text:style-name="T52">The name of a</text:span>n experiment type may <text:span text:style-name="T52">be of the form </text:span><text:span text:style-name="T11">experimentkind</text:span><text:span text:style-name="T54">‑</text:span><text:span text:style-name="T11">experimentquality</text:span><text:span text:style-name="T54">, as in amip‑LR above. In this case, the experiment type is supposed to be of a certain </text:span><text:span text:style-name="T11">quality</text:span><text:span text:style-name="T54">, like a given model resolution (LR), but to share the overall experiment structure with all types of the same </text:span><text:span text:style-name="T11">kind</text:span><text:span text:style-name="T54"> (amip). Therefore, the .config files take the full name, </text:span><text:span text:style-name="T11">experimentkind</text:span><text:span text:style-name="T54">‑</text:span><text:span text:style-name="T11">experimentquality</text:span><text:span text:style-name="T54">.config, whereas the templates are defined as </text:span><text:span text:style-name="T11">experimentkind</text:span><text:span text:style-name="T54">.</text:span><text:span text:style-name="T11">jobname</text:span><text:span text:style-name="T54">.tmpl, independent of the requested quality.</text:span></text:p>
@@ -2944,107 +2944,107 @@
    <text:p text:style-name="P11">Besides the standard experiment types, <text:span text:style-name="T9">mkexp</text:span> also supports option sets that are independent of the experiment type chosen.</text:p>
    <text:p text:style-name="P11">Usually these option sets contain a number of settings needed for a certain technical aspect, e.g. for changing the output interval or aggregation method for output data, or providing resolution dependent model settings. They reside in a subdirectory &apos;standard_options&apos; of the current working directory, each in their respective <text:span text:style-name="T9">optionname</text:span>.config file.</text:p>
    <text:p text:style-name="P11">Within the experiment&apos;s .config file, options are selected by setting the variable EXP_OPTIONS to the list of required option names. These settings are loaded after the experiment type configuration but before the user defined experiment configuration.</text:p>
-   <text:h text:style-name="P311" text:outline-level="3"><text:bookmark-start text:name="__RefHeading___Toc3660_1790556471"/><text:span text:style-name="T268">O</text:span>ptions set due to model configuration <text:bookmark-end text:name="__RefHeading___Toc3660_1790556471"/></text:h>
+   <text:h text:style-name="P313" text:outline-level="3"><text:bookmark-start text:name="__RefHeading___Toc3660_1790556471"/><text:span text:style-name="T268">O</text:span>ptions set due to model configuration <text:bookmark-end text:name="__RefHeading___Toc3660_1790556471"/></text:h>
    <text:p text:style-name="P97">Some options may need to be set <text:span text:style-name="T267">for all experiments that use a given </text:span>model configuration. <text:span text:style-name="T267">If e.g. a part of the model is disabled at build time, the corresponding option set should also be disabled for all experiments.</text:span></text:p>
    <text:p text:style-name="P98">For this, the build process may write an optional file &apos;SETUP.config&apos; <text:s/>that is read before any type or user configuration. If this file contains the variable SETUP_OPTIONS, the <text:soft-page-break/>options listed there will be loaded before loading the EXP_OPTIONS list. Do not override SETUP_OPTIONS in the user configuration unless you know what you are doing!</text:p>
-   <text:h text:style-name="P321" text:outline-level="2"><text:bookmark-start text:name="__RefHeading__1508_1711940803"/>Generating <text:span text:style-name="T215">j</text:span>obs<text:bookmark-end text:name="__RefHeading__1508_1711940803"/></text:h>
+   <text:h text:style-name="P323" text:outline-level="2"><text:bookmark-start text:name="__RefHeading__1508_1711940803"/>Generating <text:span text:style-name="T215">j</text:span>obs<text:bookmark-end text:name="__RefHeading__1508_1711940803"/></text:h>
    <text:p text:style-name="P42">When<text:span text:style-name="T203"> </text:span>running <text:span text:style-name="T9">mkexp</text:span><text:span text:style-name="T124">, </text:span><text:span text:style-name="T125">the special configuration section [jobs]</text:span><text:span text:style-name="T46"> </text:span><text:span text:style-name="T125">is read and evaluated. Each of its subsections, e.g. [[run]], defines a job definition file or job script to be created.</text:span></text:p>
-   <text:p text:style-name="P158"># <text:span text:style-name="T204">model setup: experiment type &apos;control&apos;</text:span></text:p>
-   <text:p text:style-name="P145">[jobs]</text:p>
-   <text:p text:style-name="P145"><text:s text:c="2"/>[[pre]]</text:p>
-   <text:p text:style-name="P145"><text:s text:c="2"/>[[run]]</text:p>
-   <text:p text:style-name="P145"><text:s text:c="2"/>[[post]]</text:p>
+   <text:p text:style-name="P159"># <text:span text:style-name="T204">model setup: experiment type &apos;control&apos;</text:span></text:p>
+   <text:p text:style-name="P146">[jobs]</text:p>
+   <text:p text:style-name="P146"><text:s text:c="2"/>[[pre]]</text:p>
+   <text:p text:style-name="P146"><text:s text:c="2"/>[[run]]</text:p>
+   <text:p text:style-name="P146"><text:s text:c="2"/>[[post]]</text:p>
    <text:p text:style-name="P43"><text:span text:style-name="T125">For each of </text:span><text:span text:style-name="T127">the jobs defined in the model setup above</text:span><text:span text:style-name="T125">, there </text:span><text:span text:style-name="T127">must</text:span><text:span text:style-name="T125"> be a template file in the model setup, </text:span><text:span text:style-name="T127">e.g. for [[run]] </text:span><text:span text:style-name="T125">either as &apos;control.run.tmpl&apos; or &apos;DEFAULT.run.tmpl&apos;. </text:span><text:span text:style-name="T126">The corresponding</text:span><text:span text:style-name="T125"> file is expanded to its final form using the </text:span><text:span text:style-name="T126">full</text:span><text:span text:style-name="T125"> experiment configuration, </text:span><text:span text:style-name="T126">as described before</text:span><text:span text:style-name="T125">. Besides, the </text:span><text:span text:style-name="T126">job specific </text:span><text:span text:style-name="T125">variable</text:span><text:span text:style-name="T126">s</text:span><text:span text:style-name="T125"> </text:span><text:span text:style-name="T126">are set and passed according to their respective template</text:span><text:span text:style-name="T125">.</text:span></text:p>
    <text:p text:style-name="P43"><text:span text:style-name="T128">The resulting job scripts are </text:span><text:span text:style-name="T127">written to the directory defined by SCRIPT_DIR, </text:span><text:span text:style-name="T128">e.g. </text:span><text:span text:style-name="T127">as &apos;joe1234.run&apos;, </text:span><text:span text:style-name="T128">and marked as being executable. </text:span><text:span text:style-name="T134">Besides, as mentioned before, the contents of the special variable EXP_DESCRIPTION is written to a README file in that same directory. </text:span><text:span text:style-name="T137">Also, an update script is created that allows to re-generate all output files with identical environment and command line settings by simply running &apos;./update&apos; from the script directory.</text:span></text:p>
    <text:h text:style-name="Heading_20_3" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2566_1114405012"/><text:span text:style-name="T128">C</text:span><text:span text:style-name="T124">hanging the model job list</text:span><text:bookmark-end text:name="__RefHeading__2566_1114405012"/></text:h>
    <text:p text:style-name="P44"><text:span text:style-name="T125">U</text:span><text:span text:style-name="T124">sually, the job list is defined in the model setup. The user may chose to add </text:span><text:span text:style-name="T130">jobs </text:span><text:span text:style-name="T124">and delete jobs from this list as appropriate. While adding a job is straightforward, removing a job uses a special section variable &apos;.remove&apos; (note the leading period). It </text:span><text:span text:style-name="T130">is</text:span><text:span text:style-name="T124"> defined in the [jobs] section and contains a list of the jobs to be suppressed.</text:span></text:p>
-   <text:p text:style-name="P145"><text:soft-page-break/># joe1234.config</text:p>
-   <text:p text:style-name="P145">EXP_TYPE = control</text:p>
-   <text:p text:style-name="P145">[jobs]</text:p>
-   <text:p text:style-name="P145"><text:s text:c="2"/>.remove = post, pre</text:p>
-   <text:p text:style-name="P145"><text:s text:c="2"/>[[my_pre]]</text:p>
-   <text:p text:style-name="P145"><text:s text:c="2"/>[[my_post]]</text:p>
+   <text:p text:style-name="P146"><text:soft-page-break/># joe1234.config</text:p>
+   <text:p text:style-name="P146">EXP_TYPE = control</text:p>
+   <text:p text:style-name="P146">[jobs]</text:p>
+   <text:p text:style-name="P146"><text:s text:c="2"/>.remove = post, pre</text:p>
+   <text:p text:style-name="P146"><text:s text:c="2"/>[[my_pre]]</text:p>
+   <text:p text:style-name="P146"><text:s text:c="2"/>[[my_post]]</text:p>
    <text:p text:style-name="P49">This way, the &apos;pre&apos; and &apos;post&apos; jobs will not be created in favor of two new jobs, &apos;my_pre&apos; and &apos;my_post&apos;. In this case, the user setup must provide two templates &apos;joe1234.my_pre.tmpl&apos; and &apos;joe1234.my_post.tmpl&apos;, together with the .config file.</text:p>
    <text:p text:style-name="P45">Alternatively, you may want to introduce a new &apos;my_p<text:span text:style-name="T205">ost</text:span>&apos; job, that is basically the same as the old &apos;p<text:span text:style-name="T205">ost</text:span>&apos; job but uses a slightly different configuration. This may be done using the special section variable &apos;.extends&apos;.</text:p>
-   <text:p text:style-name="P145">[jobs]</text:p>
-   <text:p text:style-name="P159"><text:span text:style-name="T124"><text:s text:c="2"/>[[my_p</text:span><text:span text:style-name="T129">ost</text:span><text:span text:style-name="T124">]]</text:span></text:p>
-   <text:p text:style-name="P159"><text:span text:style-name="T124"><text:s text:c="4"/>.</text:span><text:span text:style-name="T128">extends</text:span><text:span text:style-name="T124"> = p</text:span><text:span text:style-name="T129">ost</text:span></text:p>
-   <text:p text:style-name="P146"><text:s text:c="4"/>command = $HOME/bin/my_special_command</text:p>
+   <text:p text:style-name="P146">[jobs]</text:p>
+   <text:p text:style-name="P160"><text:span text:style-name="T124"><text:s text:c="2"/>[[my_p</text:span><text:span text:style-name="T129">ost</text:span><text:span text:style-name="T124">]]</text:span></text:p>
+   <text:p text:style-name="P160"><text:span text:style-name="T124"><text:s text:c="4"/>.</text:span><text:span text:style-name="T128">extends</text:span><text:span text:style-name="T124"> = p</text:span><text:span text:style-name="T129">ost</text:span></text:p>
+   <text:p text:style-name="P147"><text:s text:c="4"/>command = $HOME/bin/my_special_command</text:p>
    <text:p text:style-name="P50">With this configuration, an additional &apos;joe1234.my_post&apos; is created based on the existing &apos;post&apos; template. A dedicated &apos;joe1234.my_post.tmpl&apos; file is not needed here. The &apos;command&apos; setting is <text:span text:style-name="T206">made available </text:span>to <text:span text:style-name="T206">the template via the</text:span> &apos;JOB&apos; dictionary.</text:p>
-   <text:h text:style-name="P302" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2568_1114405012"/>Pre-defined job variables<text:bookmark-end text:name="__RefHeading__2568_1114405012"/></text:h>
+   <text:h text:style-name="P304" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2568_1114405012"/>Pre-defined job variables<text:bookmark-end text:name="__RefHeading__2568_1114405012"/></text:h>
    <text:p text:style-name="P55">While <text:span text:style-name="T9">mkexp</text:span> in general does not impose any naming convention on the variable names used in the job sections and leaves the details to the respective model setup, there are a few exceptions.</text:p>
-   <text:p text:style-name="P205">tasks</text:p>
-   <text:p text:style-name="P228">The total number of parallel (MPI) tasks that will be started when running the model. If a job section does not define &apos;tasks&apos;, its value defaults to &apos;nodes&apos; times &apos;tasks_per_node&apos;. Some models require that &apos;tasks&apos; may explicitly be set to some artificial value to trigger the testing mode.</text:p>
-   <text:p text:style-name="P206">nodes</text:p>
-   <text:p text:style-name="P228">Number of computing nodes required on the computing system. Needed if &apos;tasks&apos; is not set.</text:p>
-   <text:p text:style-name="P206">tasks_per_node</text:p>
-   <text:p text:style-name="P228">Number of parallel (MPI) tasks on a single node. Needed if &apos;tasks&apos; is not set.</text:p>
-   <text:h text:style-name="P301" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2570_1114405012"/>Overriding namelist settings in derived jobs<text:bookmark-end text:name="__RefHeading__2570_1114405012"/></text:h>
+   <text:p text:style-name="P207">tasks</text:p>
+   <text:p text:style-name="P230">The total number of parallel (MPI) tasks that will be started when running the model. If a job section does not define &apos;tasks&apos;, its value defaults to &apos;nodes&apos; times &apos;tasks_per_node&apos;. Some models require that &apos;tasks&apos; may explicitly be set to some artificial value to trigger the testing mode.</text:p>
+   <text:p text:style-name="P208">nodes</text:p>
+   <text:p text:style-name="P230">Number of computing nodes required on the computing system. Needed if &apos;tasks&apos; is not set.</text:p>
+   <text:p text:style-name="P208">tasks_per_node</text:p>
+   <text:p text:style-name="P230">Number of parallel (MPI) tasks on a single node. Needed if &apos;tasks&apos; is not set.</text:p>
+   <text:h text:style-name="P303" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2570_1114405012"/>Overriding namelist settings in derived jobs<text:bookmark-end text:name="__RefHeading__2570_1114405012"/></text:h>
    <text:p text:style-name="P50">There is special provision to change namelist files settings for a specific job. Consider <text:soft-page-break/>this setting from the introductory example.</text:p>
-   <text:p text:style-name="P160">[namelists]</text:p>
+   <text:p text:style-name="P161">[namelists]</text:p>
    <text:p text:style-name="P114"><text:s text:c="2"/>[[namelist.jsbach]]</text:p>
    <text:p text:style-name="P114"><text:s text:c="4"/>[[[jsbach_ctl]]]</text:p>
    <text:p text:style-name="P114"><text:s text:c="6"/>use_dynveg = false</text:p>
    <text:p text:style-name="P46"><text:span text:style-name="T124">If – for some reason – your experiments needs &apos;use_dynveg&apos; set to &apos;true&apos; for the first year only, you may create an additional &apos;run_first&apos; job, </text:span><text:span text:style-name="T130">with a job specific namelists subsection that – apart from the addition</text:span><text:span text:style-name="T132">al</text:span><text:span text:style-name="T130"> brackets – has the same structure as</text:span><text:span text:style-name="T124"> </text:span><text:span text:style-name="T130">the global namelists section.</text:span></text:p>
-   <text:p text:style-name="P160">[jobs]</text:p>
-   <text:p text:style-name="P160"><text:s text:c="2"/>[[run_first]]</text:p>
-   <text:p text:style-name="P160"><text:s text:c="4"/>.extends = run</text:p>
-   <text:p text:style-name="P160"><text:s text:c="4"/><text:span text:style-name="T156">[[[namelists]]</text:span><text:span text:style-name="T165">]</text:span></text:p>
+   <text:p text:style-name="P161">[jobs]</text:p>
+   <text:p text:style-name="P161"><text:s text:c="2"/>[[run_first]]</text:p>
+   <text:p text:style-name="P161"><text:s text:c="4"/>.extends = run</text:p>
+   <text:p text:style-name="P161"><text:s text:c="4"/><text:span text:style-name="T156">[[[namelists]]</text:span><text:span text:style-name="T165">]</text:span></text:p>
    <text:p text:style-name="P114"><text:s text:c="6"/><text:span text:style-name="T205">[[</text:span>[[namelist.jsbach]]<text:span text:style-name="T205">]]</text:span></text:p>
    <text:p text:style-name="P114"><text:s text:c="8"/><text:span text:style-name="T205">[[</text:span>[[[jsbach_ctl]]]<text:span text:style-name="T205">]]</text:span></text:p>
    <text:p text:style-name="P114"><text:span text:style-name="T124"><text:s text:c="10"/>use_dynveg = </text:span><text:span text:style-name="T129">true</text:span></text:p>
    <text:p text:style-name="P46"><text:span text:style-name="T130">This</text:span><text:span text:style-name="T124"> will result in a &apos;joe1234.run_first&apos; file that is identical to &apos;joe1234.run&apos; except for the &apos;use_dynveg&apos; setting.</text:span></text:p>
-   <text:h text:style-name="P301" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2572_1114405012"/>Native script variables<text:bookmark-end text:name="__RefHeading__2572_1114405012"/></text:h>
+   <text:h text:style-name="P303" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2572_1114405012"/>Native script variables<text:bookmark-end text:name="__RefHeading__2572_1114405012"/></text:h>
    <text:p text:style-name="P48"><text:span text:style-name="T124">While the definition of .config variables may use</text:span><text:span text:style-name="T131"> variable references like</text:span><text:span text:style-name="T124"> $NAME or ${NAME} to include the </text:span><text:span text:style-name="T131">verbatim </text:span><text:span text:style-name="T124">value of other .config variables, this may not always be what you want. If you want to create a job </text:span><text:span text:style-name="T131">script</text:span><text:span text:style-name="T124"> that is supposed to be &apos;user-serviceable&apos; for certain applications, the users will not appreciate having to change the same value several times in the same script. </text:span><text:span text:style-name="T131">Instead they will want to have a single, native script variable that is used throughout the job script, and that may be re-defined on a single line.</text:span></text:p>
    <text:p text:style-name="P52">To allow this, <text:span text:style-name="T9">mkexp</text:span> locates all expressions like $${NAME} in the configuration values, and re-formats them to the syntax of the current job script:</text:p>
-   <text:p text:style-name="P145"># joe1234.config</text:p>
-   <text:p text:style-name="P145">NAME = Joe User</text:p>
+   <text:p text:style-name="P146"># joe1234.config</text:p>
+   <text:p text:style-name="P146">NAME = Joe User</text:p>
    <text:p text:style-name="Preformatted_20_Text_20_Interrupt">MESSAGE = This experiment was generated by $${NAME}</text:p>
-   <text:p text:style-name="P151">#%# joe1234.job.tmpl</text:p>
-   <text:p text:style-name="P145">#! /bin/sh</text:p>
-   <text:p text:style-name="P149">NAME=&apos;%{NAME}&apos;</text:p>
-   <text:p text:style-name="P145">echo %{MESSAGE}</text:p>
+   <text:p text:style-name="P152">#%# joe1234.job.tmpl</text:p>
+   <text:p text:style-name="P146">#! /bin/sh</text:p>
+   <text:p text:style-name="P150">NAME=&apos;%{NAME}&apos;</text:p>
+   <text:p text:style-name="P146">echo %{MESSAGE}</text:p>
    <text:p text:style-name="P52">By default, <text:span text:style-name="T207">native variables are formatted as </text:span>shell script, namely ${NAME}:</text:p>
-   <text:p text:style-name="P148"><text:soft-page-break/>#! /bin/sh</text:p>
-   <text:p text:style-name="P151">NAME=&apos;Joe User&apos;</text:p>
-   <text:p text:style-name="P147">echo This experiment was generated by ${NAME}</text:p>
+   <text:p text:style-name="P149"><text:soft-page-break/>#! /bin/sh</text:p>
+   <text:p text:style-name="P152">NAME=&apos;Joe User&apos;</text:p>
+   <text:p text:style-name="P148">echo This experiment was generated by ${NAME}</text:p>
    <text:p text:style-name="P53"><text:span text:style-name="T214">T</text:span>o support variable reference<text:span text:style-name="T213">s for other script languages, a</text:span> job specific variable &apos;.var_format&apos; may be defined. <text:span text:style-name="T213">It defines an output format string where any occurrence of &apos;%s&apos; will be replaced by the respective variable name. </text:span>For a Python based script, <text:span text:style-name="T207">this may look like:</text:span></text:p>
-   <text:p text:style-name="P150"># joe1234.config</text:p>
-   <text:p text:style-name="P150">NAME = Joe User</text:p>
-   <text:p text:style-name="P150">MESSAGE = This experiment was generated by $${NAME}</text:p>
-   <text:p text:style-name="P162">[jobs]</text:p>
+   <text:p text:style-name="P151"># joe1234.config</text:p>
+   <text:p text:style-name="P151">NAME = Joe User</text:p>
+   <text:p text:style-name="P151">MESSAGE = This experiment was generated by $${NAME}</text:p>
+   <text:p text:style-name="P163">[jobs]</text:p>
    <text:p text:style-name="Preformatted_20_Text"><text:s text:c="2"/>[[job]]</text:p>
    <text:p text:style-name="Preformatted_20_Text_20_Interrupt"><text:s text:c="4"/>.var_format = <text:span text:style-name="T210">&quot;</text:span><text:span text:style-name="T208">&apos; + str(</text:span>%s<text:span text:style-name="T212">)</text:span> <text:span text:style-name="T208">+ &apos;</text:span><text:span text:style-name="T210">&quot;</text:span></text:p>
-   <text:p text:style-name="P151">#%# joe1234.job.tmpl</text:p>
-   <text:p text:style-name="P163">#! /usr/bin/env python </text:p>
+   <text:p text:style-name="P152">#%# joe1234.job.tmpl</text:p>
+   <text:p text:style-name="P164">#! /usr/bin/env python </text:p>
    <text:p text:style-name="Preformatted_20_Text">NAME = &apos;%{NAME}&apos; </text:p>
    <text:p text:style-name="Preformatted_20_Text">print<text:span text:style-name="T249">(</text:span>&apos;%{MESSAGE}&apos;<text:span text:style-name="T249">)</text:span> </text:p>
    <text:p text:style-name="P62">This setup will expand to</text:p>
-   <text:p text:style-name="P163">#! /usr/bin/env python </text:p>
-   <text:p text:style-name="P163">NAME = &apos;<text:span text:style-name="T212">Joe User</text:span>&apos; </text:p>
-   <text:p text:style-name="P164">print<text:span text:style-name="T249">(</text:span>&apos;<text:span text:style-name="T124">This experiment was generated by </text:span><text:span text:style-name="T133">&apos; + str(</text:span><text:span text:style-name="T124">NAME) </text:span><text:span text:style-name="T133">+ &apos;</text:span>&apos;<text:span text:style-name="T249">)</text:span></text:p>
-   <text:h text:style-name="P308" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2574_1114405012"/>Initializing native script variables<text:bookmark-end text:name="__RefHeading__2574_1114405012"/></text:h>
+   <text:p text:style-name="P164">#! /usr/bin/env python </text:p>
+   <text:p text:style-name="P164">NAME = &apos;<text:span text:style-name="T212">Joe User</text:span>&apos; </text:p>
+   <text:p text:style-name="P165">print<text:span text:style-name="T249">(</text:span>&apos;<text:span text:style-name="T124">This experiment was generated by </text:span><text:span text:style-name="T133">&apos; + str(</text:span><text:span text:style-name="T124">NAME) </text:span><text:span text:style-name="T133">+ &apos;</text:span>&apos;<text:span text:style-name="T249">)</text:span></text:p>
+   <text:h text:style-name="P310" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2574_1114405012"/>Initializing native script variables<text:bookmark-end text:name="__RefHeading__2574_1114405012"/></text:h>
    <text:p text:style-name="P64">In the previous section, the native variables were initialized by an addition<text:span text:style-name="T216">al script line. While this is sufficient for a small number of variables, it may be difficult to maintain these initialization lines for a more complex setup with changing requirements.</text:span></text:p>
    <text:p text:style-name="P64"><text:span text:style-name="T217">To allow a self-maintaining variable list based on the current configuration, </text:span><text:span text:style-name="T20">mkexp</text:span><text:span text:style-name="T217"> maintains the special variable VARIABLES_. When generating output for</text:span></text:p>
-   <text:p text:style-name="P152">NAME = Joe User</text:p>
-   <text:p text:style-name="P153">EMAIL = joe@domain.tld</text:p>
-   <text:p text:style-name="P165"><text:span text:style-name="T124">MESSAGE = This experiment was generated by $${NAME} </text:span><text:span text:style-name="T135">&lt;$${EMAIL}&gt;</text:span></text:p>
+   <text:p text:style-name="P153">NAME = Joe User</text:p>
+   <text:p text:style-name="P154">EMAIL = joe@domain.tld</text:p>
+   <text:p text:style-name="P166"><text:span text:style-name="T124">MESSAGE = This experiment was generated by $${NAME} </text:span><text:span text:style-name="T135">&lt;$${EMAIL}&gt;</text:span></text:p>
    <text:p text:style-name="P65"><text:span text:style-name="T45">mkexp</text:span><text:span text:style-name="T124"> will parse all values, recognize &apos;NAME&apos; and &apos;EMAIL&apos; as native variables, and </text:span><text:span text:style-name="T136">will </text:span><text:span text:style-name="T124">put their names in the VARIABLES_ list. Now we may use the &apos;for&apos; template directive to generate an additional line for each member of VARIABLES_. To query the value for a given variable name, </text:span><text:span text:style-name="T45">mkexp</text:span><text:span text:style-name="T124"> provides the &apos;context&apos; function, such that the template</text:span></text:p>
-   <text:p text:style-name="P152"><text:soft-page-break/>#! /bin/sh</text:p>
-   <text:p text:style-name="P153">#%# for <text:span text:style-name="T156">variable</text:span> in <text:span text:style-name="T156">VARIABLES_</text:span>:</text:p>
-   <text:p text:style-name="P153">%{<text:span text:style-name="T156">variable</text:span>}=&apos;%{<text:span text:style-name="T156">context(variable)</text:span>}&apos;</text:p>
-   <text:p text:style-name="P153">#%# endfor</text:p>
-   <text:p text:style-name="P153">echo <text:span text:style-name="T209">&quot;</text:span>%{MESSAGE}<text:span text:style-name="T209">&quot;</text:span></text:p>
+   <text:p text:style-name="P153"><text:soft-page-break/>#! /bin/sh</text:p>
+   <text:p text:style-name="P154">#%# for <text:span text:style-name="T156">variable</text:span> in <text:span text:style-name="T156">VARIABLES_</text:span>:</text:p>
+   <text:p text:style-name="P154">%{<text:span text:style-name="T156">variable</text:span>}=&apos;%{<text:span text:style-name="T156">context(variable)</text:span>}&apos;</text:p>
+   <text:p text:style-name="P154">#%# endfor</text:p>
+   <text:p text:style-name="P154">echo <text:span text:style-name="T209">&quot;</text:span>%{MESSAGE}<text:span text:style-name="T209">&quot;</text:span></text:p>
    <text:p text:style-name="P54">eventually yields</text:p>
-   <text:p text:style-name="P152">#! /bin/sh</text:p>
-   <text:p text:style-name="P165"><text:span text:style-name="T143">EMAIL</text:span><text:span text:style-name="T147">=&apos;</text:span><text:span text:style-name="T143">joe@domain.tld</text:span><text:span text:style-name="T147">&apos;</text:span></text:p>
-   <text:p text:style-name="P165"><text:span text:style-name="T142">NAME</text:span><text:span text:style-name="T146">=</text:span><text:span text:style-name="T147">&apos;</text:span><text:span text:style-name="T142">Joe User</text:span><text:span text:style-name="T147">&apos;</text:span></text:p>
-   <text:p text:style-name="P165"><text:span text:style-name="T135">echo </text:span><text:span text:style-name="T211">&quot;This experiment was generated by ${NAME} &lt;${EMAIL}&gt;&quot;</text:span></text:p>
+   <text:p text:style-name="P153">#! /bin/sh</text:p>
+   <text:p text:style-name="P166"><text:span text:style-name="T143">EMAIL</text:span><text:span text:style-name="T147">=&apos;</text:span><text:span text:style-name="T143">joe@domain.tld</text:span><text:span text:style-name="T147">&apos;</text:span></text:p>
+   <text:p text:style-name="P166"><text:span text:style-name="T142">NAME</text:span><text:span text:style-name="T146">=</text:span><text:span text:style-name="T147">&apos;</text:span><text:span text:style-name="T142">Joe User</text:span><text:span text:style-name="T147">&apos;</text:span></text:p>
+   <text:p text:style-name="P166"><text:span text:style-name="T135">echo </text:span><text:span text:style-name="T211">&quot;This experiment was generated by ${NAME} &lt;${EMAIL}&gt;&quot;</text:span></text:p>
    <text:p text:style-name="P67">Note that the order of variable names is not necessarily the order in which they were defined in the .config file.</text:p>
    <text:h text:style-name="Heading_20_3" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2576_1114405012"/>Re-generation of <text:span text:style-name="T215">s</text:span>cripts and <text:span text:style-name="T215">b</text:span>ackup<text:bookmark-end text:name="__RefHeading__2576_1114405012"/></text:h>
    <text:p text:style-name="P63">Even the simplest user setup may contain an error. In this case, it is considered good practice to fix this error in the user setup, and to rerun <text:span text:style-name="T9">mkexp.</text:span><text:span text:style-name="T53"> If you want to be really good, you might even start a new experiment from the previous one&apos;s restart data.</text:span></text:p>
    <text:p text:style-name="P91"><text:span text:style-name="T63">A</text:span><text:span text:style-name="T53">s a convenient short-cut, </text:span><text:span text:style-name="T9">mkexp</text:span><text:span text:style-name="T53"> provides the script &apos;update&apos; in the script directory. It may be called instead of going back to the &apos;run&apos; and re-running </text:span><text:span text:style-name="T9">mkexp </text:span><text:span text:style-name="T53">directly. The update script records all command line settings and environment settings that were used for running </text:span><text:span text:style-name="T9">mkexp</text:span><text:span text:style-name="T53"> so that &apos;./update&apos; reg</text:span><text:span text:style-name="T98">e</text:span><text:span text:style-name="T53">nerates the scripts exactly as they were created, without having to re-construct the exact settings. Like mkexp, update allows to set or change variables on the command line, e.g.</text:span></text:p>
-   <text:p text:style-name="P142">./update FINAL_DATE=2015-12-31</text:p>
+   <text:p text:style-name="P143">./update FINAL_DATE=2015-12-31</text:p>
    <text:p text:style-name="P91">may be used to regenerate scripts with a new final date. Note that these settings are also recorded, i.e. running just &apos;./update&apos; the next time will again set FINAL_DATE.</text:p>
    <text:p text:style-name="P63"><text:span text:style-name="T53">Of course, there is also the possibility to </text:span><text:span text:style-name="T63">change</text:span><text:span text:style-name="T53"> the </text:span><text:span text:style-name="T19">generated</text:span><text:span text:style-name="T62"> </text:span><text:span text:style-name="T53">job scripts directly, and then go on. This is fine as long as the required setting is using a native variable or is otherwise easily editable. On the other hand, </text:span><text:span text:style-name="T64">facing</text:span><text:span text:style-name="T53"> the next </text:span><text:span text:style-name="T64">change,</text:span><text:span text:style-name="T53"> this might not be the case, so eventually you </text:span><text:span text:style-name="T62">may</text:span><text:span text:style-name="T53"> need to re-generate the whole thing. What now about those manual changes to the job scripts?</text:span></text:p>
    <text:p text:style-name="P63"><text:span text:style-name="T53">Whenever </text:span><text:span text:style-name="T9">mkexp</text:span><text:span text:style-name="T53"> sees existing job scripts while trying to generate the new description, it will automatically create backup files. They are placed in a subdirectory of SCRIPT_DIR, named &apos;backup&apos;. </text:span><text:span text:style-name="T62">Also, the scripts for each regeneration are bundled in their own subdirectory, named after the current date-time stamp. </text:span><text:span text:style-name="T63">This way you may </text:span><text:soft-page-break/><text:span text:style-name="T63">easily compare old and new scripts to evaluate and possibly transfer any manual changes </text:span><text:span text:style-name="T98">after a necessary regeneration</text:span><text:span text:style-name="T63">.</text:span></text:p>
@@ -3053,63 +3053,63 @@
    <text:p text:style-name="P13">For this, a standard environment, like a standard experiment, consists of a .config file and a corresponding template. The <text:span text:style-name="T9">environmentname</text:span>.config file contains settings like directory paths or a description of machine capacities for job control</text:p>
    <text:p text:style-name="P13">The actual job control headers needed to run a certain job step are saved as <text:span text:style-name="T9">environmentname</text:span>.tmpl. This template will be filled using configuration information from both experiment, options, and environment. <text:span text:style-name="T172">The resulting job header</text:span> is usually included at the beginning of the experiment&apos;s job script templates.</text:p>
    <text:p text:style-name="P9">An experiment configuration <text:span text:style-name="T218">may</text:span> <text:span text:style-name="T218">set</text:span> the special variable E<text:span text:style-name="T218">NVIRONMENT</text:span> to the name of <text:span text:style-name="T218">the host </text:span>e<text:span text:style-name="T218">nvironment</text:span> to use. <text:span text:style-name="T218">If it is not set, or empty, the &apos;DEFAULT&apos; environment settings will be used.</text:span></text:p>
-   <text:h text:style-name="P322" text:outline-level="2"><text:bookmark-start text:name="__RefHeading__1883_1672291846"/>Defining namelists and other configuration files<text:bookmark-end text:name="__RefHeading__1883_1672291846"/></text:h>
+   <text:h text:style-name="P324" text:outline-level="2"><text:bookmark-start text:name="__RefHeading__1883_1672291846"/>Defining namelists and other configuration files<text:bookmark-end text:name="__RefHeading__1883_1672291846"/></text:h>
    <text:p text:style-name="P72"><text:span text:style-name="T75">Most models need at least one Fortran namelist file or another form of configuration file to run. </text:span><text:span text:style-name="T76">The special section [namelists] </text:span><text:span text:style-name="T75">is designed to </text:span><text:span text:style-name="T76">contain all information that goes into </text:span><text:span text:style-name="T75">these</text:span><text:span text:style-name="T76"> files. Each </text:span><text:span text:style-name="T73">immediate </text:span><text:span text:style-name="T76">subsection defines settings for a single file that will </text:span><text:span text:style-name="T75">by default be </text:span><text:span text:style-name="T76">formatted as a Fortran namelist. </text:span><text:span text:style-name="T75">For </text:span><text:span text:style-name="T76">example,</text:span></text:p>
-   <text:p text:style-name="P166"><text:soft-page-break/>[namelists]</text:p>
-   <text:p text:style-name="P178"/>
-   <text:p text:style-name="P166"><text:s text:c="2"/>[[<text:span text:style-name="T230">namelist.echam</text:span>]] </text:p>
-   <text:p text:style-name="P166"><text:s text:c="4"/>[[[runctl]]] </text:p>
-   <text:p text:style-name="P166"><text:s text:c="6"/>lamip = true</text:p>
-   <text:p text:style-name="P166"><text:s text:c="6"/><text:span text:style-name="T239">nproma = 48</text:span></text:p>
-   <text:p text:style-name="P170"><text:s text:c="6"/>earth_angular_velocity = 7.3e-5</text:p>
-   <text:p text:style-name="P170"><text:s text:c="6"/>out_expname = joe1234</text:p>
-   <text:p text:style-name="P170"><text:s text:c="6"/><text:span text:style-name="T231">dt_stop = 2009, 1, 1, 0, 0, 0</text:span></text:p>
+   <text:p text:style-name="P167"><text:soft-page-break/>[namelists]</text:p>
+   <text:p text:style-name="P179"/>
+   <text:p text:style-name="P167"><text:s text:c="2"/>[[<text:span text:style-name="T230">namelist.echam</text:span>]] </text:p>
+   <text:p text:style-name="P167"><text:s text:c="4"/>[[[runctl]]] </text:p>
+   <text:p text:style-name="P167"><text:s text:c="6"/>lamip = true</text:p>
+   <text:p text:style-name="P167"><text:s text:c="6"/><text:span text:style-name="T239">nproma = 48</text:span></text:p>
+   <text:p text:style-name="P171"><text:s text:c="6"/>earth_angular_velocity = 7.3e-5</text:p>
+   <text:p text:style-name="P171"><text:s text:c="6"/>out_expname = joe1234</text:p>
+   <text:p text:style-name="P171"><text:s text:c="6"/><text:span text:style-name="T231">dt_stop = 2009, 1, 1, 0, 0, 0</text:span></text:p>
    <text:p text:style-name="P69"><text:span text:style-name="T53">defines </text:span><text:span text:style-name="T74">a single </text:span><text:span text:style-name="T53">namelist file, </text:span><text:span text:style-name="T77">&apos;namelist.echam&apos;</text:span><text:span text:style-name="T53">, </text:span><text:span text:style-name="T75">containing a single namelist group with four variables of different types. Note </text:span><text:span text:style-name="T94">that you do not </text:span><text:span text:style-name="T75">need to use quotes for strings nor periods for logical values.</text:span></text:p>
-   <text:h text:style-name="P304" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2578_1114405012"/>Formatting the namelist information<text:bookmark-end text:name="__RefHeading__2578_1114405012"/></text:h>
+   <text:h text:style-name="P306" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2578_1114405012"/>Formatting the namelist information<text:bookmark-end text:name="__RefHeading__2578_1114405012"/></text:h>
    <text:p text:style-name="P101"><text:span text:style-name="T73">The </text:span><text:span text:style-name="T74">names of the </text:span><text:span text:style-name="T73">subsections of each namelist file entry, i.e. the second level subsections under the immediate subsections of [namelists], are taken as namelist group </text:span><text:span text:style-name="T74">name</text:span><text:span text:style-name="T73">s, and their variables are formatted as fields of this namelist </text:span><text:span text:style-name="T74">group</text:span><text:span text:style-name="T73">. </text:span><text:span text:style-name="T74">In the example above, there is a single namelist group &apos;runctl&apos;, which will be converted to the Fortran namelist convention. </text:span><text:span text:style-name="T230">The values of the group&apos;s fields are checked to determine whether they are numerical, logical, or string values. Logical and string values will then be formatted using periods or quotes, respectively.</text:span></text:p>
    <text:p text:style-name="P75"><text:span text:style-name="T250">In the example above, the first four fields are single values of logical, integer, floating point, and string type.</text:span><text:span text:style-name="T77"> The fifth is a list of integer values, that will be passed as such to the namelist file:</text:span></text:p>
    <text:p text:style-name="P133">&amp;runctl</text:p>
-   <text:p text:style-name="P172"><text:s text:c="4"/>lamip = <text:span text:style-name="T156">.true.</text:span></text:p>
-   <text:p text:style-name="P172"><text:s text:c="4"/><text:span text:style-name="T230">nproma = </text:span><text:span text:style-name="T161">48</text:span></text:p>
-   <text:p text:style-name="P171"><text:s text:c="4"/>earth_angular_velocity = <text:span text:style-name="T156">7.3e-5</text:span></text:p>
-   <text:p text:style-name="P171"><text:s text:c="4"/>out_expname = <text:span text:style-name="T162">&apos;</text:span><text:span text:style-name="T156">joe1234</text:span><text:span text:style-name="T162">&apos;</text:span></text:p>
-   <text:p text:style-name="P171"><text:span text:style-name="T77"><text:s text:c="4"/>dt_stop = </text:span><text:span text:style-name="T149">2009, 1, 1, 0, 0, 0</text:span></text:p>
-   <text:p text:style-name="P154">/</text:p>
+   <text:p text:style-name="P173"><text:s text:c="4"/>lamip = <text:span text:style-name="T156">.true.</text:span></text:p>
+   <text:p text:style-name="P173"><text:s text:c="4"/><text:span text:style-name="T230">nproma = </text:span><text:span text:style-name="T161">48</text:span></text:p>
+   <text:p text:style-name="P172"><text:s text:c="4"/>earth_angular_velocity = <text:span text:style-name="T156">7.3e-5</text:span></text:p>
+   <text:p text:style-name="P172"><text:s text:c="4"/>out_expname = <text:span text:style-name="T162">&apos;</text:span><text:span text:style-name="T156">joe1234</text:span><text:span text:style-name="T162">&apos;</text:span></text:p>
+   <text:p text:style-name="P172"><text:span text:style-name="T77"><text:s text:c="4"/>dt_stop = </text:span><text:span text:style-name="T149">2009, 1, 1, 0, 0, 0</text:span></text:p>
+   <text:p text:style-name="P155">/</text:p>
    <text:p text:style-name="P102">Please note that both group and field names are converted to lower case! Two fields named &apos;key&apos; and &apos;Key&apos; will result in two &apos;key = …&apos; lines, and will cause trouble. We recommend using lower case for all group and field names.</text:p>
-   <text:h text:style-name="P313" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2580_1114405012"/><text:span text:style-name="T75">S</text:span><text:span text:style-name="T53">uppressing namelist groups or variables</text:span><text:bookmark-end text:name="__RefHeading__2580_1114405012"/></text:h>
+   <text:h text:style-name="P315" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2580_1114405012"/><text:span text:style-name="T75">S</text:span><text:span text:style-name="T53">uppressing namelist groups or variables</text:span><text:bookmark-end text:name="__RefHeading__2580_1114405012"/></text:h>
    <text:p text:style-name="P106"><text:span text:style-name="T53">If you want to </text:span><text:span text:style-name="T117">disable</text:span><text:span text:style-name="T53"> a namelist group defined on a higher setup level, you may set the special </text:span><text:span text:style-name="T117">group </text:span><text:span text:style-name="T53">variable &apos;.hide&apos; to </text:span><text:span text:style-name="T117">&apos;</text:span><text:span text:style-name="T53">true</text:span><text:span text:style-name="T117">&apos;</text:span><text:span text:style-name="T53">. </text:span><text:span text:style-name="T117">As you may suspect, setting &apos;.hide&apos; to &apos;false&apos; for namelist groups that were hidden on a higher setup level will re-enable the</text:span><text:span text:style-name="T118">m</text:span><text:span text:style-name="T117">.</text:span></text:p>
    <text:p text:style-name="P60"><text:soft-page-break/>The namelist group section also honors the special variable &apos;.remove&apos; which may be set to a list of names. Any variables listed in the &apos;.remove&apos; variable will be deleted from the namelist group definition.</text:p>
    <text:p text:style-name="P84"><text:span text:style-name="T53">While &apos;.remove&apos; is useful to </text:span><text:span text:style-name="T84">suppress</text:span><text:span text:style-name="T53"> default settings that must not be present for the experiment setup, currently there is no way to resurrect a removed setting in a later setup level. </text:span><text:span text:style-name="T85">Therefore, its use in model setups is strongly discouraged.</text:span></text:p>
-   <text:h text:style-name="P314" text:outline-level="3">Comments in namelists</text:h>
+   <text:h text:style-name="P316" text:outline-level="3">Comments in namelists</text:h>
    <text:p text:style-name="P107">In general, <text:span text:style-name="T302">&apos;#&apos; </text:span>comments in namelist or group sections will by converted to Fortran 90 <text:span text:style-name="T302">&apos;!&apos; </text:span>comments. In-line comments for <text:span text:style-name="T302">individual</text:span> settings are also recognized.</text:p>
-   <text:p text:style-name="P349"># Run time settings</text:p>
-   <text:p text:style-name="P188">[[[runctl]]]</text:p>
-   <text:p text:style-name="P188"><text:s text:c="4"/>lamip = true <text:span text:style-name="T167"># Use AMIP conventions</text:span></text:p>
-   <text:p text:style-name="P349"><text:s text:c="4"/># Block size for optimization</text:p>
+   <text:p text:style-name="P135"># Run time settings</text:p>
+   <text:p text:style-name="P189">[[[runctl]]]</text:p>
+   <text:p text:style-name="P189"><text:s text:c="4"/>lamip = true <text:span text:style-name="T167"># Use AMIP conventions</text:span></text:p>
+   <text:p text:style-name="P135"><text:s text:c="4"/># Block size for optimization</text:p>
    <text:p text:style-name="Preformatted_20_Text_20_Interrupt"><text:s text:c="4"/><text:span text:style-name="T239">nproma = 48</text:span></text:p>
-   <text:p text:style-name="P349">! Run time settings</text:p>
-   <text:p text:style-name="P189">&amp;runctl</text:p>
-   <text:p text:style-name="P189"><text:s text:c="4"/>lamip = .true. <text:span text:style-name="T167">! Use AMIP conventions</text:span></text:p>
-   <text:p text:style-name="P349"><text:s text:c="4"/>! Block size for optimization</text:p>
-   <text:p text:style-name="P189"><text:s text:c="4"/><text:span text:style-name="T230">nproma = 48</text:span></text:p>
+   <text:p text:style-name="P135">! Run time settings</text:p>
+   <text:p text:style-name="P190">&amp;runctl</text:p>
+   <text:p text:style-name="P190"><text:s text:c="4"/>lamip = .true. <text:span text:style-name="T167">! Use AMIP conventions</text:span></text:p>
+   <text:p text:style-name="P135"><text:s text:c="4"/>! Block size for optimization</text:p>
+   <text:p text:style-name="P190"><text:s text:c="4"/><text:span text:style-name="T230">nproma = 48</text:span></text:p>
    <text:p text:style-name="P108">In addition, <text:span text:style-name="T9">mkexp</text:span><text:span text:style-name="T53"> </text:span><text:span text:style-name="T122">recognises namelist settings </text:span><text:span text:style-name="T53">that were commented out. </text:span><text:span text:style-name="T122">For these, the formatting of values as described before is also carried out within the comment.</text:span></text:p>
    <text:p text:style-name="Preformatted_20_Text_20_Interrupt"><text:s text:c="4"/><text:span text:style-name="T167"># </text:span>lamip = true <text:span text:style-name="T194"># Use AMIP conventions</text:span></text:p>
-   <text:p text:style-name="P189"><text:s text:c="4"/><text:span text:style-name="T156">!</text:span> lamip = <text:span text:style-name="T156">.true.</text:span> <text:span text:style-name="T167">! </text:span><text:span text:style-name="T303">Use AMIP conventions</text:span></text:p>
+   <text:p text:style-name="P190"><text:s text:c="4"/><text:span text:style-name="T156">!</text:span> lamip = <text:span text:style-name="T156">.true.</text:span> <text:span text:style-name="T167">! </text:span><text:span text:style-name="T303">Use AMIP conventions</text:span></text:p>
    <text:p text:style-name="P109">There is one hitch: if the last setting in a group is commented, the <text:span text:style-name="T44">configobj </text:span>library <text:span text:style-name="T304">will take this line to be a group comment for the following group. To work around this, </text:span><text:span text:style-name="T44">mkexp</text:span><text:span text:style-name="T123"> recognises a special namelist variable &apos;.end&apos; to keep the commented setting with the first group.</text:span></text:p>
-   <text:p text:style-name="P194">[[[parctl]]]</text:p>
-   <text:p text:style-name="P193"><text:s text:c="4"/><text:span text:style-name="T304"># nprocb = 48 </text:span><text:span text:style-name="T195"># </text:span><text:span text:style-name="T196">E</text:span><text:span text:style-name="T195">nd</text:span><text:span text:style-name="T196">s</text:span><text:span text:style-name="T195"> up with &apos;runctl&apos; </text:span><text:span text:style-name="T196">instead</text:span></text:p>
+   <text:p text:style-name="P196">[[[parctl]]]</text:p>
+   <text:p text:style-name="P195"><text:s text:c="4"/><text:span text:style-name="T304"># nprocb = 48 </text:span><text:span text:style-name="T195"># </text:span><text:span text:style-name="T196">E</text:span><text:span text:style-name="T195">nd</text:span><text:span text:style-name="T196">s</text:span><text:span text:style-name="T195"> up with &apos;runctl&apos; </text:span><text:span text:style-name="T196">instead</text:span></text:p>
    <text:p text:style-name="Preformatted_20_Text">[[[runctl]]]</text:p>
-   <text:p text:style-name="P190"><text:s text:c="4"/><text:span text:style-name="T305"># </text:span>lamip = true <text:span text:style-name="T305"># Stays with &apos;runctl&apos;</text:span></text:p>
-   <text:p text:style-name="P190"><text:s text:c="4"/><text:span text:style-name="T156">.</text:span><text:span text:style-name="T169">end = </text:span></text:p>
+   <text:p text:style-name="P191"><text:s text:c="4"/><text:span text:style-name="T305"># </text:span>lamip = true <text:span text:style-name="T305"># Stays with &apos;runctl&apos;</text:span></text:p>
+   <text:p text:style-name="P191"><text:s text:c="4"/><text:span text:style-name="T156">.</text:span><text:span text:style-name="T169">end = </text:span></text:p>
    <text:p text:style-name="Preformatted_20_Text_20_Interrupt">[[[dynctl]]]</text:p>
-   <text:p text:style-name="P193"><text:soft-page-break/><text:span text:style-name="T189">&amp;</text:span><text:span text:style-name="T196">parctl</text:span></text:p>
-   <text:p text:style-name="P350">/</text:p>
-   <text:p text:style-name="P193"><text:span text:style-name="T196">! </text:span><text:span text:style-name="T195">nprocb = 48 ! </text:span><text:span text:style-name="T196">E</text:span><text:span text:style-name="T195">nd</text:span><text:span text:style-name="T196">s</text:span><text:span text:style-name="T195"> up with &apos;runctl&apos; </text:span><text:span text:style-name="T196">instead</text:span></text:p>
-   <text:p text:style-name="P191">&amp;runctl</text:p>
-   <text:p text:style-name="P191"><text:s text:c="4"/>! lamip = .true. ! Stays with &apos;runctl&apos;</text:p>
-   <text:p text:style-name="P192">/</text:p>
-   <text:p text:style-name="P191">&amp;dynctl</text:p>
-   <text:h text:style-name="P305" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2714_1114405012"/>Using the namelist text<text:bookmark-end text:name="__RefHeading__2714_1114405012"/></text:h>
+   <text:p text:style-name="P195"><text:soft-page-break/><text:span text:style-name="T189">&amp;</text:span><text:span text:style-name="T196">parctl</text:span></text:p>
+   <text:p text:style-name="P193">/</text:p>
+   <text:p text:style-name="P195"><text:span text:style-name="T196">! </text:span><text:span text:style-name="T195">nprocb = 48 ! </text:span><text:span text:style-name="T196">E</text:span><text:span text:style-name="T195">nd</text:span><text:span text:style-name="T196">s</text:span><text:span text:style-name="T195"> up with &apos;runctl&apos; </text:span><text:span text:style-name="T196">instead</text:span></text:p>
+   <text:p text:style-name="P192">&amp;runctl</text:p>
+   <text:p text:style-name="P192"><text:s text:c="4"/>! lamip = .true. ! Stays with &apos;runctl&apos;</text:p>
+   <text:p text:style-name="P194">/</text:p>
+   <text:p text:style-name="P192">&amp;dynctl</text:p>
+   <text:h text:style-name="P307" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2714_1114405012"/>Using the namelist text<text:bookmark-end text:name="__RefHeading__2714_1114405012"/></text:h>
    <text:p text:style-name="P70"><text:span text:style-name="T75">T</text:span><text:span text:style-name="T77">he </text:span><text:span text:style-name="T66">formatted namelist text </text:span><text:span text:style-name="T53">is </text:span><text:span text:style-name="T77">stor</text:span><text:span text:style-name="T53">ed </text:span><text:span text:style-name="T77">in</text:span><text:span text:style-name="T53"> a global variable </text:span><text:span text:style-name="T77">that may be used by a template placeholder</text:span><text:span text:style-name="T53">. </text:span><text:span text:style-name="T75">This way, </text:span><text:span text:style-name="T53">all job information </text:span><text:span text:style-name="T77">available </text:span><text:span text:style-name="T75">is written to</text:span><text:span text:style-name="T53"> a single script or description file, </text:span><text:span text:style-name="T75">and </text:span><text:span text:style-name="T53">native script variables </text:span><text:span text:style-name="T75">may be used</text:span><text:span text:style-name="T53"> in the namelist definitions.</text:span></text:p>
    <text:p text:style-name="P72"><text:span text:style-name="T66">The name of </text:span><text:span text:style-name="T77">this </text:span><text:span text:style-name="T66">variable</text:span><text:span text:style-name="T67"> </text:span><text:span text:style-name="T77">is</text:span><text:span text:style-name="T66"> generated from </text:span><text:span text:style-name="T77">its</text:span><text:span text:style-name="T66"> </text:span><text:span text:style-name="T67">respective</text:span><text:span text:style-name="T66"> file name, </text:span><text:span text:style-name="T77">like</text:span><text:span text:style-name="T66"> &apos;namelist.echam&apos;, by </text:span><text:span text:style-name="T76">converting all letters to upper case </text:span><text:span text:style-name="T66">(</text:span><text:span text:style-name="T76">namelist.echam →</text:span><text:span text:style-name="T66"> </text:span><text:span text:style-name="T76">NAMELIST.ECHAM</text:span><text:span text:style-name="T66">) </text:span><text:span text:style-name="T67">and </text:span><text:span text:style-name="T66">replacing non-word characters by an underscore (NAMELIST.ECHAM → NAMELIST_ECHAM).</text:span></text:p>
    <text:p text:style-name="Preformatted_20_Text"># joe1234.config</text:p>
@@ -3117,13 +3117,13 @@
    <text:p text:style-name="Preformatted_20_Text"><text:s text:c="2"/><text:span text:style-name="T156">[[namelist.echam]]</text:span></text:p>
    <text:p text:style-name="Preformatted_20_Text"><text:s text:c="4"/>[[[runctl]]]</text:p>
    <text:p text:style-name="Preformatted_20_Text_20_Interrupt"><text:s text:c="6"/>out_expname = $${EXP_ID}</text:p>
-   <text:p text:style-name="P167">#! /bin/sh</text:p>
+   <text:p text:style-name="P168">#! /bin/sh</text:p>
    <text:p text:style-name="Preformatted_20_Text">EXP_ID=%{EXP_ID}</text:p>
    <text:p text:style-name="P119">cat &gt; namelist.echam &lt;&lt; EOF</text:p>
    <text:p text:style-name="P128">%{NAMELIST_ECHAM}</text:p>
    <text:p text:style-name="P119">EOF</text:p>
    <text:p text:style-name="P71">which expand to</text:p>
-   <text:p text:style-name="P167">#! /bin/sh</text:p>
+   <text:p text:style-name="P168">#! /bin/sh</text:p>
    <text:p text:style-name="Preformatted_20_Text">EXP_ID=joe1234</text:p>
    <text:p text:style-name="P119">cat &gt; namelist.echam &lt;&lt; EOF</text:p>
    <text:p text:style-name="P132">&amp;runctl</text:p>
@@ -3132,58 +3132,58 @@
    <text:p text:style-name="P119">EOF</text:p>
    <text:p text:style-name="P73"><text:span text:style-name="T77">Note how this setup uses the native script variable &apos;EXP_ID&apos; to set the </text:span><text:span text:style-name="T73">namelist contents.</text:span></text:p>
    <text:p text:style-name="P103"><text:span text:style-name="T53">As an option, the namelist text may be formatted using the global function &apos;format_namelist&apos;, </text:span><text:span text:style-name="T116">taking the namelist section as argument.</text:span></text:p>
-   <text:p text:style-name="P168"><text:soft-page-break/>#! /bin/sh</text:p>
-   <text:p text:style-name="P186">EXP_ID=%{EXP_ID}</text:p>
+   <text:p text:style-name="P169"><text:soft-page-break/>#! /bin/sh</text:p>
+   <text:p text:style-name="P187">EXP_ID=%{EXP_ID}</text:p>
    <text:p text:style-name="P121">cat &gt; namelist.echam &lt;&lt; EOF</text:p>
    <text:p text:style-name="P130">%{<text:span text:style-name="T295">format_namelist(namelists[&apos;namelist.echam&apos;])</text:span>}</text:p>
-   <text:p text:style-name="P143">EOF</text:p>
+   <text:p text:style-name="P144">EOF</text:p>
    <text:p text:style-name="P104"><text:span text:style-name="T116">T</text:span><text:span text:style-name="T53">he result will be the same as </text:span><text:span text:style-name="T116">in the original example</text:span><text:span text:style-name="T53">.</text:span></text:p>
    <text:p text:style-name="P104"><text:span text:style-name="T116">Additionally, </text:span><text:span text:style-name="T115">&apos;format_namelist&apos; can take the name of a group within the namelist as a second argument, allowing to format groups individually.</text:span></text:p>
-   <text:p text:style-name="P169">#! /bin/sh</text:p>
-   <text:p text:style-name="P187">EXP_ID=%{EXP_ID}</text:p>
+   <text:p text:style-name="P170">#! /bin/sh</text:p>
+   <text:p text:style-name="P188">EXP_ID=%{EXP_ID}</text:p>
    <text:p text:style-name="P122">cat &gt; namelist.echam &lt;&lt; EOF</text:p>
    <text:p text:style-name="P131">%<text:span text:style-name="T189">{</text:span><text:span text:style-name="T193">format_namelist(namelists[&apos;namelist.echam&apos;]</text:span><text:span text:style-name="T295">, &apos;runctl&apos;</text:span><text:span text:style-name="T193">)</text:span><text:span text:style-name="T189">}</text:span></text:p>
-   <text:p text:style-name="P144">EOF</text:p>
+   <text:p text:style-name="P145">EOF</text:p>
    <text:p text:style-name="P58">In this special case the result will still be the same, as &apos;runctl&apos; is the only group within &apos;namelist.echam&apos;.</text:p>
    <text:p text:style-name="P74"><text:span text:style-name="T78">As </text:span><text:span text:style-name="T114">shown </text:span><text:span text:style-name="T78">in the example</text:span><text:span text:style-name="T114">s</text:span><text:span text:style-name="T78"> above, the script template is responsible for writing the namelist text to an actual file. </text:span><text:span text:style-name="T77">While in general the namelist file takes the same name as the .config subsection defining it, </text:span><text:span text:style-name="T25">mkexp</text:span><text:span text:style-name="T77"> </text:span><text:span text:style-name="T114">will not</text:span><text:span text:style-name="T77"> enforce this. The template needs to be set up accordingly.</text:span></text:p>
-   <text:h text:style-name="P310" text:outline-level="3"><text:bookmark-start text:name="__RefHeading___Toc3662_1790556471"/>Using native script variables in namelists<text:bookmark-end text:name="__RefHeading___Toc3662_1790556471"/></text:h>
+   <text:h text:style-name="P312" text:outline-level="3"><text:bookmark-start text:name="__RefHeading___Toc3662_1790556471"/>Using native script variables in namelists<text:bookmark-end text:name="__RefHeading___Toc3662_1790556471"/></text:h>
    <text:p text:style-name="P92">When using native script variables in a namelist, it may be necessary to suppress the conversion of values to namelist conventions. Consider</text:p>
-   <text:p text:style-name="P181">[namelists]</text:p>
-   <text:p text:style-name="P181"><text:s text:c="2"/><text:span text:style-name="T255">[[namelist.echam]]</text:span></text:p>
-   <text:p text:style-name="P181"><text:s text:c="4"/><text:span text:style-name="T255">[[[runctl]]]</text:span></text:p>
+   <text:p text:style-name="P182">[namelists]</text:p>
+   <text:p text:style-name="P182"><text:s text:c="2"/><text:span text:style-name="T255">[[namelist.echam]]</text:span></text:p>
+   <text:p text:style-name="P182"><text:s text:c="4"/><text:span text:style-name="T255">[[[runctl]]]</text:span></text:p>
    <text:p text:style-name="Preformatted_20_Text_20_Interrupt"><text:s text:c="6"/><text:span text:style-name="T255">dt_stop = $$final_date</text:span></text:p>
-   <text:p text:style-name="P155">final_date=&apos;2015, 12, 31, 23, 52, 30&apos;</text:p>
+   <text:p text:style-name="P156">final_date=&apos;2015, 12, 31, 23, 52, 30&apos;</text:p>
    <text:p text:style-name="P120">cat &gt; namelist.echam &lt;&lt; EOF</text:p>
    <text:p text:style-name="P129">%{NAMELIST_ECHAM}</text:p>
-   <text:p text:style-name="P156">EOF</text:p>
+   <text:p text:style-name="P157">EOF</text:p>
    <text:p text:style-name="P92">When the text for NAMELIST_ECHAM is generated, <text:span text:style-name="T9">mkexp</text:span><text:span text:style-name="T53"> converts the value of &apos;dt_stop&apos; to a string surrounded by single quotes (see &apos;EXP_ID&apos; in the previous example</text:span><text:span text:style-name="T115">s</text:span><text:span text:style-name="T53">), as &apos;$$final_date&apos; cannot be </text:span><text:span text:style-name="T100">recognized</text:span><text:span text:style-name="T53"> as a numer</text:span><text:span text:style-name="T100">ic</text:span><text:span text:style-name="T53"> or logical value. In the namelist context however it is </text:span><text:span text:style-name="T100">needed</text:span><text:span text:style-name="T53"> as a</text:span><text:span text:style-name="T100">n unquoted</text:span><text:span text:style-name="T53"> list of integers. </text:span><text:span text:style-name="T99">To fix this, simply use the special syntax &apos;raw(…)&apos; </text:span><text:span text:style-name="T100">around the value:</text:span></text:p>
    <text:p text:style-name="Preformatted_20_Text"><text:soft-page-break/><text:span text:style-name="T100"><text:s text:c="6"/></text:span><text:span text:style-name="T98">dt_stop = </text:span><text:span text:style-name="T100">raw(</text:span><text:span text:style-name="T98">$$final_date</text:span><text:span text:style-name="T100">)</text:span></text:p>
    <text:p text:style-name="P57">which disables the conversion to a valid namelist value, leaving the correct formatting of the native variable to the script.</text:p>
-   <text:h text:style-name="P307" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2584_1114405012"/>Non-namelist configuration files<text:bookmark-end text:name="__RefHeading__2584_1114405012"/></text:h>
+   <text:h text:style-name="P309" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2584_1114405012"/>Non-namelist configuration files<text:bookmark-end text:name="__RefHeading__2584_1114405012"/></text:h>
    <text:p text:style-name="P85"><text:span text:style-name="T88">A [namelists] subsection may not only define a Fortran namelist file but also a custom format configuration file. </text:span><text:span text:style-name="T86">F</text:span><text:span text:style-name="T53">or any </text:span><text:span text:style-name="T88">of these</text:span><text:span text:style-name="T87"> files, the special section variable &apos;.use_template&apos; m</text:span><text:span text:style-name="T101">ay</text:span><text:span text:style-name="T87"> be set to &apos;true&apos;, </text:span><text:span text:style-name="T101">if </text:span><text:span text:style-name="T88">the model setup provid</text:span><text:span text:style-name="T101">es</text:span><text:span text:style-name="T88"> a template &apos;</text:span><text:span text:style-name="T29">subsection</text:span><text:span text:style-name="T88">.tmpl&apos;, </text:span><text:span text:style-name="T101">or to an arbitrary template name, replacing </text:span><text:span text:style-name="T35">subsection,</text:span><text:span text:style-name="T101"> if a template is applicable to more than one section</text:span><text:span text:style-name="T88">. This template is expanded using the subsection&apos;s variables to create a suitably formatted text. </text:span><text:span text:style-name="T89">As for genuine namelists, the result is stored in a global variable.</text:span></text:p>
    <text:h text:style-name="Heading_20_2" text:outline-level="2"><text:bookmark-start text:name="__RefHeading__2831_1132221942"/><text:span text:style-name="T89">D</text:span><text:span text:style-name="T53">efining input files for an experiment</text:span><text:bookmark-end text:name="__RefHeading__2831_1132221942"/></text:h>
    <text:p text:style-name="P89"><text:span text:style-name="T53">While the namelist files determine the model properties, the model state </text:span><text:span text:style-name="T97">also </text:span><text:span text:style-name="T53">depends on input files for initial and boundary conditions or assimilation data. These files are defined in the [files] special section.</text:span></text:p>
    <text:p text:style-name="P99"><text:span text:style-name="T53">Each </text:span><text:span text:style-name="T106">sub</text:span><text:span text:style-name="T53">section may define </text:span><text:span text:style-name="T105">or override </text:span><text:span text:style-name="T53">one of two special variables:</text:span></text:p>
    <text:p text:style-name="List_20_Heading"><text:span text:style-name="T53">.</text:span><text:span text:style-name="T104">base_dir</text:span></text:p>
-   <text:p text:style-name="P224">file names are taken to be relative to this directory</text:p>
+   <text:p text:style-name="P226">file names are taken to be relative to this directory</text:p>
    <text:p text:style-name="List_20_Heading"><text:span text:style-name="T53">.</text:span><text:span text:style-name="T104">sub_dir</text:span></text:p>
-   <text:p text:style-name="P252"><text:span text:style-name="T105">file names are taken to be relative to this subdirectory of </text:span><text:span text:style-name="T53">&apos;.base_dir&apos;</text:span></text:p>
+   <text:p text:style-name="P254"><text:span text:style-name="T105">file names are taken to be relative to this subdirectory of </text:span><text:span text:style-name="T53">&apos;.base_dir&apos;</text:span></text:p>
    <text:p text:style-name="P66"><text:span text:style-name="T140">For expanding the resulting file path</text:span><text:span text:style-name="T124">, </text:span><text:span text:style-name="T45">mkexp</text:span><text:span text:style-name="T124"> provides </text:span><text:span text:style-name="T141">two</text:span><text:span text:style-name="T140"> global function</text:span><text:span text:style-name="T141">s</text:span><text:span text:style-name="T140">:</text:span></text:p>
-   <text:p text:style-name="P273"><text:span text:style-name="T124">get_file</text:span><text:span text:style-name="T146">(</text:span><text:span text:style-name="T47">section</text:span><text:span text:style-name="T146">, </text:span><text:span text:style-name="T47">name</text:span><text:span text:style-name="T146">)</text:span></text:p>
-   <text:p text:style-name="P229">returns the full path for file <text:span text:style-name="T9">name</text:span> as given in the <text:span text:style-name="T9">section</text:span> object. Note that <text:span text:style-name="T9">section</text:span> is given as object reference, but <text:span text:style-name="Variable">name</text:span> is given as a string. <text:span text:style-name="T294">If the value of </text:span><text:span text:style-name="Variable"><text:span text:style-name="T294">name</text:span></text:span><text:span text:style-name="T294"> is an absolute file name, it will override .base_dir and .sub_dir. If it contains native script variables, they are expanded to their top-level configuration values; if none is found, the native script variables are formatted as described before.</text:span></text:p>
-   <text:p text:style-name="P281"><text:span text:style-name="T156">get_dir</text:span>(<text:span text:style-name="T9">section</text:span><text:span text:style-name="T53">)</text:span></text:p>
-   <text:p text:style-name="P229"><text:span text:style-name="T53">returns the </text:span><text:span text:style-name="T294">directory for the </text:span><text:span text:style-name="T53">given </text:span><text:span text:style-name="T9">section</text:span><text:span text:style-name="T53"> object</text:span></text:p>
+   <text:p text:style-name="P275"><text:span text:style-name="T124">get_file</text:span><text:span text:style-name="T146">(</text:span><text:span text:style-name="T47">section</text:span><text:span text:style-name="T146">, </text:span><text:span text:style-name="T47">name</text:span><text:span text:style-name="T146">)</text:span></text:p>
+   <text:p text:style-name="P231">returns the full path for file <text:span text:style-name="T9">name</text:span> as given in the <text:span text:style-name="T9">section</text:span> object. Note that <text:span text:style-name="T9">section</text:span> is given as object reference, but <text:span text:style-name="Variable">name</text:span> is given as a string. <text:span text:style-name="T294">If the value of </text:span><text:span text:style-name="Variable"><text:span text:style-name="T294">name</text:span></text:span><text:span text:style-name="T294"> is an absolute file name, it will override .base_dir and .sub_dir. If it contains native script variables, they are expanded to their top-level configuration values; if none is found, the native script variables are formatted as described before.</text:span></text:p>
+   <text:p text:style-name="P283"><text:span text:style-name="T156">get_dir</text:span>(<text:span text:style-name="T9">section</text:span><text:span text:style-name="T53">)</text:span></text:p>
+   <text:p text:style-name="P231"><text:span text:style-name="T53">returns the </text:span><text:span text:style-name="T294">directory for the </text:span><text:span text:style-name="T53">given </text:span><text:span text:style-name="T9">section</text:span><text:span text:style-name="T53"> object</text:span></text:p>
    <text:p text:style-name="P89"><text:span text:style-name="T104">Other than that, t</text:span><text:span text:style-name="T97">here are no restrictions on the content structure of this section, and the job script templates are responsible for converting this content into a suitable </text:span><text:soft-page-break/><text:span text:style-name="T97">script text.</text:span></text:p>
-   <text:h text:style-name="P303" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2833_1132221942"/>Overriding <text:span text:style-name="T253">input file</text:span>s <text:span text:style-name="T253">for certain</text:span> jobs<text:bookmark-end text:name="__RefHeading__2833_1132221942"/></text:h>
+   <text:h text:style-name="P305" text:outline-level="3"><text:bookmark-start text:name="__RefHeading__2833_1132221942"/>Overriding <text:span text:style-name="T253">input file</text:span>s <text:span text:style-name="T253">for certain</text:span> jobs<text:bookmark-end text:name="__RefHeading__2833_1132221942"/></text:h>
    <text:p text:style-name="P51"><text:span text:style-name="T254">As for namelists, t</text:span>here is special provision to change <text:span text:style-name="T253">the [</text:span>files<text:span text:style-name="T253">]</text:span> settings for a specific job. <text:span text:style-name="T253">Let us assume</text:span> <text:span text:style-name="T253">that a model run continues a previous run and reads that run&apos;s state from a restart file that may be defined like this:</text:span></text:p>
-   <text:p text:style-name="P161">[<text:span text:style-name="T253">files</text:span>]</text:p>
+   <text:p text:style-name="P162">[<text:span text:style-name="T253">files</text:span>]</text:p>
    <text:p text:style-name="P115"><text:s text:c="2"/>[[<text:span text:style-name="T253">echam</text:span>]]</text:p>
    <text:p text:style-name="P115"><text:s text:c="4"/>[[[<text:span text:style-name="T253">restart</text:span>]]]</text:p>
    <text:p text:style-name="P115"><text:s text:c="6"/><text:span text:style-name="T253">restart_myexp_echam.nc = restart_myexp_echam_18491231.nc</text:span></text:p>
    <text:p text:style-name="P90">The first run <text:span text:style-name="T254">will instead pick up its state from another experiment. This is done with </text:span><text:span text:style-name="T130"><text:s/>a job specific </text:span><text:span text:style-name="T139">&apos;file</text:span><text:span text:style-name="T130">s</text:span><text:span text:style-name="T139">&apos;</text:span><text:span text:style-name="T130"> subsection that – apart from the addition</text:span><text:span text:style-name="T132">al</text:span><text:span text:style-name="T130"> brackets – has the same structure as</text:span><text:span text:style-name="T129"> </text:span><text:span text:style-name="T130">the global </text:span><text:span text:style-name="T139">&apos;files&apos;</text:span><text:span text:style-name="T130"> section.</text:span></text:p>
-   <text:p text:style-name="P161">[jobs]</text:p>
-   <text:p text:style-name="P161"><text:s text:c="2"/>[[run_first]]</text:p>
-   <text:p text:style-name="P161"><text:s text:c="4"/><text:span text:style-name="T156">[[[</text:span><text:span text:style-name="T165">file</text:span><text:span text:style-name="T156">s]</text:span><text:span text:style-name="T165">]</text:span><text:span text:style-name="T156">]</text:span></text:p>
+   <text:p text:style-name="P162">[jobs]</text:p>
+   <text:p text:style-name="P162"><text:s text:c="2"/>[[run_first]]</text:p>
+   <text:p text:style-name="P162"><text:s text:c="4"/><text:span text:style-name="T156">[[[</text:span><text:span text:style-name="T165">file</text:span><text:span text:style-name="T156">s]</text:span><text:span text:style-name="T165">]</text:span><text:span text:style-name="T156">]</text:span></text:p>
    <text:p text:style-name="P115"><text:s text:c="6"/><text:span text:style-name="T205">[[</text:span>[[<text:span text:style-name="T254">echam</text:span>]]<text:span text:style-name="T205">]]</text:span></text:p>
    <text:p text:style-name="P115"><text:s text:c="8"/><text:span text:style-name="T205">[[</text:span>[[[<text:span text:style-name="T254">restart</text:span>]]]<text:span text:style-name="T205">]]</text:span></text:p>
    <text:p text:style-name="P116"><text:span text:style-name="T124"><text:s text:c="10"/></text:span><text:span text:style-name="T138">restart_myexp_echam.nc = restart_</text:span><text:span text:style-name="T144">another</text:span><text:span text:style-name="T145">exp</text:span><text:span text:style-name="T138">_echam_18491231.nc</text:span></text:p>
diff --git a/doc/mkexp.pdf b/doc/mkexp.pdf
index e5cb57e8a20b67490eb6a545623da3236350caf3..f8d58e2c591e3ac4dacc2de5374c0875505290e4 100644
GIT binary patch
delta 95058
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

delta 95136
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%0DU*A0MT>Ym1K8JiC*z*H?-Z}s4w@a+kWH*qD|imv
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
W$KYY_Kn0Fn;H*!@$EU2LLiK+f>WXpz

diff --git a/package_info.py.in b/package_info.py
similarity index 81%
rename from package_info.py.in
rename to package_info.py
index ca93ca8..116447f 100644
--- a/package_info.py.in
+++ b/package_info.py
@@ -4,4 +4,4 @@ Information on package name and version
 
 full_name = 'Make Experiments!'
 name = 'mkexp'
-version = '@version@'
+version = '1.0.9'
-- 
GitLab