rc-qlc 0.3.24__cp311-cp311-win_amd64.whl → 0.3.26__cp311-cp311-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- qlc/cli/__init__.py +100 -9
- qlc/cli/installer.py +23 -5
- qlc/cli/qlc_main.py +54 -32
- qlc/cli/qlc_py_main.py +43 -38
- qlc/config/json/qlc_config.json +94 -10
- qlc/config/nml/mars_A1_sfc.nml +4 -5
- qlc/config/nml/mars_A3_sfc.nml +0 -1
- qlc/config/nml/mars_B1_pl.nml +2 -2
- qlc/{examples/cams_case_1/config/nml/mars_A3_sfc.nml → config/nml/mars_B1_sfc.nml} +7 -8
- qlc/config/nml/mars_C1_pl.nml +1 -1
- qlc/{examples/cams_case_1/config/nml/mars_C1_pl.nml → config/nml/mars_C1_sfc.nml} +7 -8
- qlc/config/nml/mars_C2_pl.nml +1 -1
- qlc/{examples/cams_case_1/config/qlc_cams.conf → config/qlc.conf} +80 -18
- qlc/doc/README.md +98 -62
- qlc/doc/USAGE.md +68 -29
- qlc/examples/cams_case_1/mod/b2rn/2018/b2rn_20181201-20181221_B1_pl.grb +0 -0
- qlc/examples/cams_case_1/mod/b2rn/2018/b2rn_20181201-20181221_C1_sfc.grb +0 -0
- qlc/examples/cams_case_1/mod/b2ro/2018/b2ro_20181201-20181221_B1_pl.grb +0 -0
- qlc/examples/cams_case_1/mod/b2ro/2018/b2ro_20181201-20181221_C1_sfc.grb +0 -0
- qlc/install.py +260 -106
- qlc/py/__main__.cp311-win_amd64.pyd +0 -0
- qlc/py/averaging.cp311-win_amd64.pyd +0 -0
- qlc/py/bias_plots.cp311-win_amd64.pyd +0 -0
- qlc/py/control.cp311-win_amd64.pyd +0 -0
- qlc/py/io.cp311-win_amd64.pyd +0 -0
- qlc/py/loadmod.cp311-win_amd64.pyd +0 -0
- qlc/py/loadobs.cp311-win_amd64.pyd +0 -0
- qlc/py/logging_utils.cp311-win_amd64.pyd +0 -0
- qlc/py/map_plots.cp311-win_amd64.pyd +0 -0
- qlc/py/matched.cp311-win_amd64.pyd +0 -0
- qlc/py/plot_config.cp311-win_amd64.pyd +0 -0
- qlc/py/plotting.cp311-win_amd64.pyd +0 -0
- qlc/py/plugin_loader.cp311-win_amd64.pyd +0 -0
- qlc/py/processing.cp311-win_amd64.pyd +0 -0
- qlc/py/scatter_plots.cp311-win_amd64.pyd +0 -0
- qlc/py/stations.cp311-win_amd64.pyd +0 -0
- qlc/py/statistics.cp311-win_amd64.pyd +0 -0
- qlc/py/style.cp311-win_amd64.pyd +0 -0
- qlc/py/timeseries_plots.cp311-win_amd64.pyd +0 -0
- qlc/py/utils.cp311-win_amd64.pyd +0 -0
- qlc/py/version.cp311-win_amd64.pyd +0 -0
- qlc/sh/qlc_A1.sh +29 -11
- qlc/sh/qlc_B1a.sh +1 -18
- qlc/sh/qlc_B2.sh +8 -1
- qlc/sh/qlc_C5.sh +19 -30
- qlc/sh/qlc_D1.sh +291 -51
- qlc/sh/qlc_Z1.sh +6 -6
- qlc/sh/qlc_batch.sh +61 -0
- qlc/sh/qlc_common_functions.sh +17 -29
- qlc/sh/qlc_main.sh +32 -26
- qlc/sh/tex_template/beamercolorthemeCAMS2_35.sty +51 -0
- qlc/sh/tex_template/beamerfontthemeCAMS2_35.sty +166 -0
- qlc/sh/tex_template/beamerthemeCAMS2_35.sty +25 -0
- qlc/sh/tex_template/subcaption.sty +170 -0
- qlc/sh/tex_template/template.tex +109 -0
- rc_qlc-0.3.26.dist-info/METADATA +178 -0
- rc_qlc-0.3.26.dist-info/RECORD +102 -0
- qlc/config/json/qlc_config_example_1a_all-obs.json +0 -237
- qlc/config/json/qlc_config_example_1b_all-mod.json +0 -353
- qlc/config/json/qlc_config_example_1c_all-coll.json +0 -266
- qlc/config/json/qlc_config_example_2a_all-obs.json +0 -237
- qlc/config/json/qlc_config_example_2b_all-mod.json +0 -353
- qlc/config/json/qlc_config_example_2c_all-coll.json +0 -265
- qlc/config/json/qlc_config_example_3a-us_obs.json +0 -82
- qlc/config/json/qlc_config_example_3b-us_mod.json +0 -122
- qlc/config/json/qlc_config_example_3c-us_coll.json +0 -46
- qlc/config/json/qlc_config_example_4a_eu-obs.json +0 -41
- qlc/config/json/qlc_config_example_4b_eu-mod.json +0 -122
- qlc/config/json/qlc_config_example_4c_eu-coll.json +0 -45
- qlc/config/qlc_cams.conf +0 -26
- qlc/config/qlc_test.conf +0 -26
- qlc/config/qlc_tex.conf +0 -107
- qlc/examples/cams_case_1/config/json/qlc_config.json +0 -41
- qlc/examples/cams_case_1/config/nml/mars_B1_pl.nml +0 -19
- qlc/examples/cams_case_1/mod/b2ro/2018/b2ro_20181215-20181231_A3_sfc.grb +0 -0
- qlc/examples/cams_case_1/mod/iqi9/2018/iqi9_20181215-20181231_A3_sfc.grb +0 -0
- qlc/sh/qlc_start.sh +0 -23
- qlc/sh/qlc_start_batch.sh +0 -46
- rc_qlc-0.3.24.dist-info/METADATA +0 -142
- rc_qlc-0.3.24.dist-info/RECORD +0 -113
- {rc_qlc-0.3.24.dist-info → rc_qlc-0.3.26.dist-info}/WHEEL +0 -0
- {rc_qlc-0.3.24.dist-info → rc_qlc-0.3.26.dist-info}/entry_points.txt +0 -0
- {rc_qlc-0.3.24.dist-info → rc_qlc-0.3.26.dist-info}/licenses/LICENSE +0 -0
- {rc_qlc-0.3.24.dist-info → rc_qlc-0.3.26.dist-info}/top_level.txt +0 -0
qlc/sh/qlc_main.sh
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
#!/bin/
|
1
|
+
#!/bin/bash -e
|
2
2
|
umask 0022
|
3
3
|
|
4
4
|
ARCH="`uname -m`"
|
@@ -9,14 +9,15 @@ CUSR="`echo $USER`"
|
|
9
9
|
QLC_DIR="$HOME/qlc"
|
10
10
|
CONFIG_DIR="$QLC_DIR/config"
|
11
11
|
CONFIG_FILE="$CONFIG_DIR/qlc.conf"
|
12
|
-
CONFIG_TEX="$CONFIG_DIR/qlc_tex.conf"
|
13
12
|
|
14
|
-
# Source the configuration file
|
13
|
+
# Source the configuration file and automatically export all defined variables
|
14
|
+
# to make them available to any subscripts that are called.
|
15
|
+
set -a
|
15
16
|
. "$CONFIG_FILE"
|
17
|
+
set +a
|
18
|
+
|
16
19
|
export CONFIG_DIR
|
17
20
|
export CONFIG_FILE
|
18
|
-
. "$CONFIG_TEX"
|
19
|
-
export CONFIG_TEX
|
20
21
|
|
21
22
|
# Include common functions
|
22
23
|
FUNCTIONS="$SCRIPTS_PATH/qlc_common_functions.sh"
|
@@ -29,7 +30,7 @@ log "Start ${SCRIPT} at `date`"
|
|
29
30
|
log "----------------------------------------------------------------------------------------"
|
30
31
|
log "Purpose of QLC = Quick Look CAMS/IFS results -- ${HOST} on ${myOS} / ${ARCH} - ${CUSR} "
|
31
32
|
log " QLC uses subscripts defined in $CONFIG_FILE "
|
32
|
-
log " see $QLC_DIR/doc/README.md for details
|
33
|
+
log " see $QLC_DIR/doc/README.md for details "
|
33
34
|
log "Don^t expect too much, as we follow the KISS principle >Keep it simple, stupid!< ;-) ..."
|
34
35
|
log "________________________________________________________________________________________"
|
35
36
|
log "Copyright (c) 2021-2025 ResearchConcepts io GmbH. All Rights Reserved. "
|
@@ -38,10 +39,14 @@ log "--------------------------------------------------------------------------
|
|
38
39
|
|
39
40
|
# Check if the required parameters are provided
|
40
41
|
if [ $# -eq 0 ]; then
|
41
|
-
log "
|
42
|
-
log "
|
43
|
-
log "
|
44
|
-
log "
|
42
|
+
log "No parameters provided. Please provide your parameters in the following syntax:"
|
43
|
+
log "qlc exp1 exp2 startDate endDate [mars]"
|
44
|
+
log "type, e.g.:"
|
45
|
+
log "qlc b2ro b2rn 2018-12-01 2018-12-21"
|
46
|
+
log "qlc b2ro b2rn 2018-12-01 2018-12-21 mars"
|
47
|
+
log " "
|
48
|
+
log "Use option 'mars' to retrieve files and then submit a dependency job once all data have been retrieved."
|
49
|
+
log "Or, option 'mars' can be skipped, if all data are already present in $MARS_RETRIEVAL_DIRECTORY"
|
45
50
|
log "________________________________________________________________________________________"
|
46
51
|
log "End ${SCRIPT} at `date`"
|
47
52
|
log "________________________________________________________________________________________"
|
@@ -56,22 +61,20 @@ done
|
|
56
61
|
# Check if the configuration file exists
|
57
62
|
if [ -f "$CONFIG_FILE" ]; then
|
58
63
|
# Read and export the variables from the configuration file
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
#
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
fi
|
74
|
-
done < "$CONFIG_FILE"
|
64
|
+
# ----------------------------------------------------------------------------------------
|
65
|
+
# Log the active configuration settings, excluding comments and empty lines
|
66
|
+
log "Active configuration settings from: ${CONFIG_FILE}"
|
67
|
+
grep -v '^\s*#\|^\s*$' "$CONFIG_FILE" | while IFS= read -r line; do
|
68
|
+
log " ${line}"
|
69
|
+
done
|
70
|
+
log "----------------------------------------------------------------------------------------"
|
71
|
+
|
72
|
+
# Source the configuration file and automatically export all defined variables
|
73
|
+
# to make them available to any subscripts that are called.
|
74
|
+
set -a
|
75
|
+
. "$CONFIG_FILE"
|
76
|
+
set +a
|
77
|
+
|
75
78
|
else
|
76
79
|
log "Error: Config file '$CONFIG_FILE' not found."
|
77
80
|
exit 1
|
@@ -110,6 +113,9 @@ for name in "${SUBSCRIPT_NAMES[@]}"; do
|
|
110
113
|
|
111
114
|
if [ "$5" == "mars" ]; then
|
112
115
|
log "Only calling the mars retrieval script, the other processes can be called in the second qlc submission step (without option: mars)"
|
116
|
+
log "----------------------------------------------------------------------------------------"
|
117
|
+
log "End ${SCRIPT} at `date`"
|
118
|
+
log "________________________________________________________________________________________"
|
113
119
|
exit 1
|
114
120
|
fi
|
115
121
|
|
@@ -0,0 +1,51 @@
|
|
1
|
+
% Copyright 2007 by Till Tantau
|
2
|
+
%
|
3
|
+
% This file may be distributed and/or modified
|
4
|
+
%
|
5
|
+
% 1. under the LaTeX Project Public License and/or
|
6
|
+
% 2. under the GNU Public License.
|
7
|
+
%
|
8
|
+
% See the file doc/licenses/LICENSE for more details.
|
9
|
+
|
10
|
+
\mode<presentation>
|
11
|
+
|
12
|
+
|
13
|
+
\setbeamercolor*{palette primary}{use=structure,fg=white,bg=structure.fg!80!green}
|
14
|
+
\setbeamercolor*{palette secondary}{use=structure,fg=white,bg=structure.fg!75!green}
|
15
|
+
\setbeamercolor*{palette tertiary}{use=structure,fg=white,bg=structure.fg!85!green}
|
16
|
+
\setbeamercolor*{palette tertiary}{use=structure,fg=white,bg=structure.fg!80!green}
|
17
|
+
%\setbeamercolor*{palette quaternary}{fg=white,bg=green}
|
18
|
+
\setbeamercolor*{palette quaternary}{use=structure,fg=white,bg=structure.fg!85!green}
|
19
|
+
|
20
|
+
\setbeamercolor*{sidebar}{use=structure,bg=structure.fg}
|
21
|
+
\setbeamercolor*{sidebar}{use=structure,fg=blue,fg=structure.fg!80!green}
|
22
|
+
|
23
|
+
\setbeamercolor*{palette}{use=structure,fg=blue,fg=structure.fg!80!green}
|
24
|
+
\setbeamercolor*{palette sidebar primary}{use=structure,fg=structure.fg!10}
|
25
|
+
\setbeamercolor*{palette sidebar secondary}{fg=white}
|
26
|
+
\setbeamercolor*{palette sidebar tertiary}{use=structure,fg=structure.fg!50}
|
27
|
+
\setbeamercolor*{palette sidebar quaternary}{fg=white}
|
28
|
+
|
29
|
+
\setbeamercolor*{titlelike}{use=structure,fg=structure.fg}
|
30
|
+
\setbeamercolor*{titlelike}{use=structure,fg=blue,fg=structure.fg!80!green}
|
31
|
+
|
32
|
+
\setbeamercolor*{separation line}{}
|
33
|
+
\setbeamercolor*{fine separation line}{}
|
34
|
+
|
35
|
+
\setbeamercolor*{block title}{use=structure,fg=white,bg=structure.fg!80!green}
|
36
|
+
\setbeamercolor{block title alerted}{use=alerted text,fg=alerted text.fg,bg=alerted text.fg!20!bg}
|
37
|
+
\setbeamercolor{block title example}{use=example text,fg=example text.fg,bg=example text.fg!20!bg}
|
38
|
+
|
39
|
+
%\setbeamercolor{block body}{use=structure,fg=blue,fg=structure.fg!80!green}
|
40
|
+
%\setbeamercolor{block body}{parent=normal text,use=block title,bg=block title.bg!10!bg}
|
41
|
+
%\setbeamercolor{block body alerted}{parent=normal text,use=block title alerted,bg=block title alerted.bg!10!bg}
|
42
|
+
%\setbeamercolor{block body example}{parent=normal text,use=block title example,bg=block title example.bg!90!bg}
|
43
|
+
|
44
|
+
\setbeamercolor{block body}{parent=normal text,use=block title,bg=block title.bg!10!bg}
|
45
|
+
\setbeamercolor{section in toc}{use=structure,fg=blue,fg=structure.fg!80!green}
|
46
|
+
%\setbeamercolor{subsection in toc}{use=structure,fg=blue,fg=structure.fg!80!green}
|
47
|
+
%\setbeamercolor{toc}{use=structure,fg=blue,fg=structure.fg!80!green}
|
48
|
+
|
49
|
+
|
50
|
+
\mode
|
51
|
+
<all>
|
@@ -0,0 +1,166 @@
|
|
1
|
+
% Copyright 2007 by Till Tantau
|
2
|
+
% Copyright 2012,2015 by Vedran Mileti\'c, Joseph Wright
|
3
|
+
%
|
4
|
+
% This file may be distributed and/or modified
|
5
|
+
%
|
6
|
+
% 1. under the LaTeX Project Public License and/or
|
7
|
+
% 2. under the GNU Public License.
|
8
|
+
%
|
9
|
+
% See the file doc/licenses/LICENSE for more details.
|
10
|
+
|
11
|
+
\mode<presentation>
|
12
|
+
|
13
|
+
|
14
|
+
\setbeamerfont{normal text}{} % ignored currently
|
15
|
+
\setbeamerfont{alerted text}{}
|
16
|
+
\setbeamerfont{example text}{}
|
17
|
+
|
18
|
+
\setbeamerfont{structure}{}
|
19
|
+
\setbeamerfont{tiny structure}{size=\tiny}
|
20
|
+
|
21
|
+
\setbeamerfont{title}{size=\Large,parent=structure}
|
22
|
+
\setbeamerfont{title in head/foot}{}
|
23
|
+
\setbeamerfont{title in sidebar}{size=\tiny}
|
24
|
+
|
25
|
+
\setbeamerfont{subtitle}{size=\normalsize,parent=title}
|
26
|
+
|
27
|
+
\setbeamerfont{author}{}
|
28
|
+
\setbeamerfont{author in head/foot}{}
|
29
|
+
\setbeamerfont{author in sidebar}{size=\tiny}
|
30
|
+
|
31
|
+
\setbeamerfont{institute}{size=\scriptsize}
|
32
|
+
\setbeamerfont{institute in head/foot}{}
|
33
|
+
\setbeamerfont{institute in sidebar}{}
|
34
|
+
|
35
|
+
\setbeamerfont{date}{}
|
36
|
+
\setbeamerfont{date in head/foot}{}
|
37
|
+
\setbeamerfont{date in sidebar}{}
|
38
|
+
|
39
|
+
\setbeamerfont{part name}{size=\LARGE}
|
40
|
+
\setbeamerfont{part title}{size=\LARGE,parent=title}
|
41
|
+
|
42
|
+
\setbeamerfont{section name}{size=\Large}
|
43
|
+
\setbeamerfont{section title}{size=\Large,parent=title}
|
44
|
+
|
45
|
+
\setbeamerfont{section in toc}{parent=structure}
|
46
|
+
\setbeamerfont{section in toc shaded}{parent=section in toc}
|
47
|
+
\setbeamerfont{section in head/foot}{}
|
48
|
+
\setbeamerfont{section in sidebar}{size=\tiny}
|
49
|
+
\setbeamerfont{section number projected}{size=\small,parent={section in toc,projected text}}
|
50
|
+
|
51
|
+
\setbeamerfont{subsection name}{size=\large}
|
52
|
+
\setbeamerfont{subsection title}{size=\large,parent=title}
|
53
|
+
|
54
|
+
\setbeamerfont{subsection in toc}{}
|
55
|
+
\setbeamerfont{subsection in toc shaded}{parent=subsection in toc}
|
56
|
+
\setbeamerfont{subsection in head/foot}{}
|
57
|
+
\setbeamerfont{subsection in sidebar}{}
|
58
|
+
|
59
|
+
\setbeamerfont{subsubsection in toc}{size=\footnotesize}
|
60
|
+
\setbeamerfont{subsubsection in toc shaded}{parent=subsubsection in toc}
|
61
|
+
\setbeamerfont{subsubsection in head/foot}{}
|
62
|
+
\setbeamerfont{subsubsection in sidebar}{}
|
63
|
+
|
64
|
+
\setbeamerfont{headline}{parent={tiny structure}}
|
65
|
+
\setbeamerfont{footline}{parent={tiny structure}}
|
66
|
+
|
67
|
+
\setbeamerfont{sidebar}{size=\Tiny,parent={tiny structure}}
|
68
|
+
\setbeamerfont{sidebar left}{parent=sidebar}
|
69
|
+
\setbeamerfont{sidebar right}{parent=sidebar}
|
70
|
+
|
71
|
+
%\setbeamerfont{frametitle}{parent=structure,size=\footnotesize}
|
72
|
+
%\setbeamerfont{frametitle}{parent=structure,size=\Large}
|
73
|
+
\setbeamerfont{frametitle}{parent=structure,size=\normalsize}
|
74
|
+
\setbeamerfont{framesubtitle}{parent=frametitle,size=\footnotesize}
|
75
|
+
|
76
|
+
\setbeamerfont{caption}{size=\small}
|
77
|
+
\setbeamerfont{caption name}{parent={structure,caption}}
|
78
|
+
|
79
|
+
\setbeamerfont{button}{size=\tiny}
|
80
|
+
|
81
|
+
\setbeamerfont{block body}{}
|
82
|
+
\setbeamerfont{block body alerted}{}
|
83
|
+
\setbeamerfont{block body example}{}
|
84
|
+
%\setbeamerfont{block title}{size=\large,parent={structure,block body}}
|
85
|
+
%\setbeamerfont{block title}{size=\normalsize,parent={structure,block body}}
|
86
|
+
%\setbeamerfont{block title}{size=\small,parent={structure,block body}}
|
87
|
+
\setbeamerfont{block title}{size=\scriptsize,parent={structure,block body}}
|
88
|
+
\setbeamerfont{block title alerted}{parent={block title,alerted text}}
|
89
|
+
\setbeamerfont{block title example}{parent={block title,example text}}
|
90
|
+
|
91
|
+
\setbeamerfont{item}{parent=structure}
|
92
|
+
\setbeamerfont{subitem}{parent=item}
|
93
|
+
\setbeamerfont{subsubitem}{parent=subitem}
|
94
|
+
|
95
|
+
\setbeamerfont{item projected}{size=\tiny,parent={item,projected text}}
|
96
|
+
\setbeamerfont{subitem projected}{parent=item projected}
|
97
|
+
\setbeamerfont{subsubitem projected}{parent=subitem projected}
|
98
|
+
|
99
|
+
\setbeamerfont{itemize item}{parent=item}
|
100
|
+
\setbeamerfont{itemize subitem}{parent=subitem}
|
101
|
+
\setbeamerfont{itemize subsubitem}{parent=subsubitem}
|
102
|
+
|
103
|
+
\setbeamerfont{enumerate item}{parent=item}
|
104
|
+
\setbeamerfont{enumerate subitem}{parent=subitem}
|
105
|
+
\setbeamerfont{enumerate subsubitem}{parent=subsubitem}
|
106
|
+
|
107
|
+
\setbeamerfont{itemize/enumerate body}{}
|
108
|
+
\setbeamerfont{itemize/enumerate subbody}{size=\small}
|
109
|
+
\setbeamerfont{itemize/enumerate subsubbody}{size=\footnotesize}
|
110
|
+
|
111
|
+
|
112
|
+
\setbeamerfont{description item}{parent=item}
|
113
|
+
|
114
|
+
\setbeamerfont{projected text}{parent={tiny structure}}
|
115
|
+
|
116
|
+
\setbeamerfont{abstract}{size=\small}
|
117
|
+
\setbeamerfont{abstract title}{parent={abstract,structure},size=\normalsize}
|
118
|
+
|
119
|
+
\setbeamerfont{verse}{family=\rmfamily,shape=\itshape}
|
120
|
+
|
121
|
+
\setbeamerfont{quotation}{shape=\itshape}
|
122
|
+
\setbeamerfont{quote}{parent=quotation}
|
123
|
+
|
124
|
+
\setbeamerfont{note page}{size=\small}
|
125
|
+
\setbeamerfont{note title}{parent=note page}
|
126
|
+
\setbeamerfont{note date}{size=\footnotesize}
|
127
|
+
|
128
|
+
\def\beamer@tsfont{\sffamily}
|
129
|
+
\def\beamer@sfont{\sffamily}
|
130
|
+
\def\familydefault{\sfdefault}
|
131
|
+
\def\mathfamilydefault{\sfdefault}
|
132
|
+
\beamer@sansmathfalse
|
133
|
+
|
134
|
+
\ProcessOptionsBeamer
|
135
|
+
|
136
|
+
\setbeamerfont{tiny structure}{family=\beamer@tsfont}
|
137
|
+
\setbeamerfont{structure}{family=\beamer@sfont}
|
138
|
+
|
139
|
+
\def\beamer@ftb@str{
|
140
|
+
\setbeamerfont{structure}{shape=\scshape,family=\rmfamily}
|
141
|
+
\setbeamerfont{section in toc}{size=\large}
|
142
|
+
}
|
143
|
+
\def\beamer@ftb@tstr{\setbeamerfont{tiny structure}{shape=\scshape,family=\rmfamily}}
|
144
|
+
|
145
|
+
\DeclareOptionBeamer{onlysmall}{\let\beamer@ftb@str=\relax}
|
146
|
+
\DeclareOptionBeamer{onlylarge}{\let\beamer@ftb@tstr=\relax}
|
147
|
+
|
148
|
+
\setbeamerfont{author}{size=\scriptsize}
|
149
|
+
\setbeamerfont{author in head/foot}{}
|
150
|
+
\setbeamerfont{author in sidebar}{size=\tiny}
|
151
|
+
|
152
|
+
\setbeamerfont{date}{size=\scriptsize}
|
153
|
+
\setbeamerfont{date in head/foot}{size=\tiny}
|
154
|
+
\setbeamerfont{date in sidebar}{}
|
155
|
+
|
156
|
+
\ProcessOptionsBeamer
|
157
|
+
|
158
|
+
\mode<presentation>
|
159
|
+
|
160
|
+
\beamer@ftb@str
|
161
|
+
\beamer@ftb@tstr
|
162
|
+
|
163
|
+
|
164
|
+
\mode
|
165
|
+
<all>
|
166
|
+
|
@@ -0,0 +1,25 @@
|
|
1
|
+
% Copyright 2007 by Till Tantau
|
2
|
+
%
|
3
|
+
% This file may be distributed and/or modified
|
4
|
+
%
|
5
|
+
% 1. under the LaTeX Project Public License and/or
|
6
|
+
% 2. under the GNU Public License.
|
7
|
+
%
|
8
|
+
% See the file doc/licenses/LICENSE for more details.
|
9
|
+
|
10
|
+
\mode<presentation>
|
11
|
+
|
12
|
+
\newif\ifbeamer@secheader
|
13
|
+
\beamer@secheaderfalse
|
14
|
+
|
15
|
+
\DeclareOptionBeamer{secheader}{\beamer@secheadertrue}
|
16
|
+
\ProcessOptionsBeamer
|
17
|
+
|
18
|
+
%\useoutertheme{infolines}
|
19
|
+
\useoutertheme[subsection=false]{smoothbars}
|
20
|
+
\useinnertheme[shadow=false]{rounded}
|
21
|
+
\usecolortheme{CAMS2_35}
|
22
|
+
\usefonttheme{CAMS2_35}
|
23
|
+
|
24
|
+
\mode
|
25
|
+
<all>
|
@@ -0,0 +1,170 @@
|
|
1
|
+
%%
|
2
|
+
%% This is file `subcaption.sty',
|
3
|
+
%% generated with the docstrip utility.
|
4
|
+
%%
|
5
|
+
%% The original source files were:
|
6
|
+
%%
|
7
|
+
%% subcaption.dtx (with options: `package')
|
8
|
+
%%
|
9
|
+
%% Copyright (C) 1994-2020 Axel Sommerfeldt (axel.sommerfeldt@f-m.fm)
|
10
|
+
%%
|
11
|
+
%% https://gitlab.com/axelsommerfeldt/caption
|
12
|
+
%%
|
13
|
+
%% --------------------------------------------------------------------------
|
14
|
+
%%
|
15
|
+
%% This work may be distributed and/or modified under the
|
16
|
+
%% conditions of the LaTeX Project Public License, either version 1.3
|
17
|
+
%% of this license or (at your option) any later version.
|
18
|
+
%% The latest version of this license is in
|
19
|
+
%% http://www.latex-project.org/lppl.txt
|
20
|
+
%% and version 1.3 or later is part of all distributions of LaTeX
|
21
|
+
%% version 2003/12/01 or later.
|
22
|
+
%%
|
23
|
+
%% This work has the LPPL maintenance status "maintained".
|
24
|
+
%%
|
25
|
+
%% This Current Maintainer of this work is Axel Sommerfeldt.
|
26
|
+
%%
|
27
|
+
%% This work consists of the files
|
28
|
+
%% caption.ins, caption.dtx, caption2.dtx, caption3.dtx,
|
29
|
+
%% bicaption.dtx, ltcaption.dtx, subcaption.dtx, totalcount.dtx,
|
30
|
+
%% the derived files
|
31
|
+
%% caption.sty, caption2.sty, caption3.sty,
|
32
|
+
%% bicaption.sty, ltcaption.sty, subcaption.sty, totalcount.sty,
|
33
|
+
%% and the user manuals
|
34
|
+
%% caption-deu.tex, caption-eng.tex, caption-rus.tex.
|
35
|
+
%%
|
36
|
+
\NeedsTeXFormat{LaTeX2e}[1994/12/01]
|
37
|
+
\ProvidesPackage{subcaption}[2020/01/22 v1.3d Sub-captions (AR)]
|
38
|
+
\RequirePackage{caption}[2020/01/03] % needs v3.4h or newer
|
39
|
+
\newcommand\subcaption@CheckCompatibility{%
|
40
|
+
\@ifundefined{caption@ifcompatibility}{}{%
|
41
|
+
\caption@ifcompatibility{%
|
42
|
+
\caption@Error{%
|
43
|
+
The `subcaption' package does not work correctly\MessageBreak
|
44
|
+
in compatibility mode}}{}}%
|
45
|
+
\@ifpackageloaded{subfigure}{%
|
46
|
+
\PackageError{subcaption}%
|
47
|
+
{This package can't be used in cooperation\MessageBreak
|
48
|
+
with the subfigure package}%
|
49
|
+
{\subcaption@EH}%
|
50
|
+
\endinput}{}%
|
51
|
+
\@ifpackageloaded{subfig}{%
|
52
|
+
\PackageError{subcaption}%
|
53
|
+
{This package can't be used in cooperation\MessageBreak
|
54
|
+
with the subfig package}%
|
55
|
+
{\subcaption@EH}%
|
56
|
+
\endinput}{}%
|
57
|
+
}
|
58
|
+
\newcommand*\subcaption@EH{%
|
59
|
+
If you do not understand this error, please take a closer look\MessageBreak
|
60
|
+
at the documentation of the `subcaption' package, especially the\MessageBreak
|
61
|
+
section about errors.\MessageBreak\@ehc}
|
62
|
+
\subcaption@CheckCompatibility
|
63
|
+
\caption@AtBeginDocument{%
|
64
|
+
\subcaption@CheckCompatibility
|
65
|
+
\let\subcaption@CheckCompatibility\@undefined
|
66
|
+
\let\subcaption@EH\@undefined
|
67
|
+
}
|
68
|
+
\caption@ForEachType{\DeclareCaptionSubType{#1}}
|
69
|
+
\caption@ifundefined\newsubfloat{}{%
|
70
|
+
\renewcommand*\newsubfloat{\DeclareCaptionSubType}}
|
71
|
+
\def\subcaption{%
|
72
|
+
\caption@iftype
|
73
|
+
{\setcaptionsubtype*\caption}%
|
74
|
+
{\caption@Error{\noexpand\subcaption outside float}%
|
75
|
+
\caption@gobble}}%
|
76
|
+
\g@addto@macro\caption@subtypehook{%
|
77
|
+
\let\subcaption\caption}
|
78
|
+
\newcommand*\phantomsubcaption{%
|
79
|
+
\caption@iftype
|
80
|
+
{\setcaptionsubtype*\phantomcaption}%
|
81
|
+
{\caption@Error{\noexpand\phantomsubcaption outside float}}}%
|
82
|
+
\g@addto@macro\caption@subtypehook{%
|
83
|
+
\let\phantomsubcaption\phantomcaption}
|
84
|
+
\caption@For{subtypelist}{%
|
85
|
+
\newenvironment{sub#1}%
|
86
|
+
{\@ifnextchar[%]
|
87
|
+
\subcaption@iminipage
|
88
|
+
{\subcaption@iminipage[c]}}%
|
89
|
+
{\subcaption@endminipage
|
90
|
+
\endminipage}}%
|
91
|
+
\def\subcaption@iminipage[#1]{%
|
92
|
+
\caption@withoptargs{\subcaption@iiminipage{#1}}}
|
93
|
+
\newcommand*\subcaption@iiminipage[3]{%
|
94
|
+
\let\subcaption@endminipage\@empty
|
95
|
+
\if#1B%
|
96
|
+
\minipage[b]#2{#3}%
|
97
|
+
\def\subcaption@endminipage{\vspace{0pt}}%
|
98
|
+
\else\if#1T%
|
99
|
+
\minipage[t]#2{#3}%
|
100
|
+
\vspace{0pt}%
|
101
|
+
\else
|
102
|
+
\minipage[#1]#2{#3}%
|
103
|
+
\fi\fi
|
104
|
+
\@subfloatboxreset
|
105
|
+
\setcaptionsubtype\relax}
|
106
|
+
\providecommand*\@subfloatboxreset{}
|
107
|
+
\newcommand*\subcaptionbox{%
|
108
|
+
\caption@withoptargs{\caption@ibox\setcaptionsubtype}}
|
109
|
+
\g@addto@macro\caption@subtypehook{%
|
110
|
+
\ifx\label\subcaption@label \else
|
111
|
+
\let\subcaption@ORI@label\label
|
112
|
+
\let\label\subcaption@label
|
113
|
+
\fi}
|
114
|
+
\newcommand*\subcaption@label{%
|
115
|
+
\caption@withoptargs\subcaption@@label}
|
116
|
+
\newcommand*\subcaption@@label[2]{%
|
117
|
+
\@bsphack\begingroup
|
118
|
+
\subcaption@ORI@label#1{#2}%
|
119
|
+
\let\SK@\@gobbletwo
|
120
|
+
\protected@edef\@currentlabel{\csname thesub\@captype\endcsname}%
|
121
|
+
\subcaption@ORI@label#1{sub@#2}%
|
122
|
+
\endgroup\@esphack}
|
123
|
+
\DeclareRobustCommand*\subref{%
|
124
|
+
\@ifstar
|
125
|
+
{\caption@withoptargs\subcaption@ref*}%
|
126
|
+
{\caption@withoptargs\@subref}}
|
127
|
+
\newcommand*\@subref[2]{%
|
128
|
+
\caption@ifundefined\hyperref
|
129
|
+
{\subcaption@ref{#1}{#2}}%
|
130
|
+
{\hyperref[{#2}]{\subcaption@ref{*#1}{#2}}}}
|
131
|
+
\newcommand*\subcaption@ref[2]{%
|
132
|
+
\begingroup
|
133
|
+
\caption@setoptions{sub}%
|
134
|
+
\subcaption@reffmt\p@subref{\ref#1{sub@#2}}%
|
135
|
+
\endgroup}
|
136
|
+
\newcommand*\p@subref{}
|
137
|
+
\DeclareCaptionOption{subrefformat}{\subcaption@setrefformat{#1}}
|
138
|
+
\newcommand*\subcaption@setrefformat[1]{%
|
139
|
+
\@ifundefined{caption@lfmt@#1}%
|
140
|
+
{\caption@Error{Undefined label format `#1'}}%
|
141
|
+
{\expandafter\let\expandafter\subcaption@reffmt\csname caption@lfmt@#1\endcsname}}
|
142
|
+
\subcaption@setrefformat{simple}
|
143
|
+
\caption@SetupOptions{subcaption}{\captionsetup[sub]{#2}}%
|
144
|
+
\caption@ExecuteOptions{subcaption}{%
|
145
|
+
size=smaller,labelformat=parens,labelsep=space,skip=6pt,list=0,hypcap=0}
|
146
|
+
\caption@ProcessOptions*{subcaption}
|
147
|
+
\def\subfloat{%
|
148
|
+
\@ifnextchar[\@subfloat\subfloat@}
|
149
|
+
\long\def\@subfloat[#1]{%
|
150
|
+
\@ifnextchar[{\@@subfloat{#1}}{\@@@subfloat\subcaptionbox{#1}}}
|
151
|
+
\long\def\@@subfloat#1[#2]{%
|
152
|
+
\@@@subfloat{\subcaptionbox[{#1}]}{#2}}
|
153
|
+
\long\def\@@@subfloat#1#2#3{%
|
154
|
+
\caption@getlabel#3\label{}\@nil
|
155
|
+
#1{#2\caption@thelabel}{\let\label\caption@gobble#3}%
|
156
|
+
\global\let\caption@thelabel\relax
|
157
|
+
\ignorespaces}
|
158
|
+
\def\subfloat@#1{%
|
159
|
+
\setbox\@tempboxa\hbox{#1}%
|
160
|
+
\caption@iiiibox
|
161
|
+
\setcaptionsubtype
|
162
|
+
{\phantomcaption\@gobble}{\phantomcaption\@gobble}% no box with \caption
|
163
|
+
{}% no optional arguments for \caption
|
164
|
+
{}% no sub-caption
|
165
|
+
[\wd\@tempboxa][\caption@hj@default]%
|
166
|
+
{\unhbox\@tempboxa}%
|
167
|
+
\ignorespaces}
|
168
|
+
\endinput
|
169
|
+
%%
|
170
|
+
%% End of file `subcaption.sty'.
|
@@ -0,0 +1,109 @@
|
|
1
|
+
\documentclass{beamer}
|
2
|
+
%\documentclass[slidestop,usepdftitle=false]{beamer}
|
3
|
+
%\usetheme{Frankfurt}
|
4
|
+
%\usetheme{Szeged}
|
5
|
+
\usetheme{CAMS2_35}
|
6
|
+
%\usecolortheme{CAMS2_35}\usefonttheme{CAMS2_35}
|
7
|
+
%\usetheme{Boadilla}\usecolortheme{rose}\usefonttheme{professionalfonts}
|
8
|
+
%\usetheme{AnnArbor}\usecolortheme{albatross}\usefonttheme{default}
|
9
|
+
%\usetheme{Frankfurt}\usecolortheme{default}\usefonttheme{default}
|
10
|
+
%\usetheme{Darmstadt}\usecolortheme{default}\usefonttheme{default}
|
11
|
+
%\usetheme{Boadilla}\usecolortheme{sidebartab}\usefonttheme{professionalfonts}
|
12
|
+
% Theme to: AnnArbor Antibes Bergen Berkeley Berlin Boadilla boxes CambridgeUS Copenhagen Darmstadt default Dresden Frankfurt Goettingen Hannover Ilmenau JuanLesPins Luebeck Madrid Malmoe Marburg Montpellier PaloAlto Pittsburgh Rochester Singapore Szeged Warsaw
|
13
|
+
%Color to: albatross beaver beetle crane default dolphin dove fly lily orchid rose seagull seahorse sidebartab structure whale wolverine
|
14
|
+
%Font to: default professionalfonts serif structurebold structureitalicserif structuresmallcapsserif
|
15
|
+
\usepackage{graphicx}
|
16
|
+
\usepackage{epstopdf}
|
17
|
+
\epstopdfDeclareGraphicsRule{.gif}{png}{.png}{%
|
18
|
+
convert #1 \OutputFile
|
19
|
+
}
|
20
|
+
\AppendGraphicsExtensions{.gif}
|
21
|
+
%\epstopdfDeclareGraphicsRule{.gif}{png}{.png}{convert gif:#1 png:\OutputFile}
|
22
|
+
%\epstopdfDeclareGraphicsRule{.gif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .gif`.png}
|
23
|
+
%\AppendGraphicsExtensions{.gif}
|
24
|
+
\usepackage{float}
|
25
|
+
\useoutertheme{infolines}
|
26
|
+
\usepackage{sidecap}
|
27
|
+
\usepackage[font={scriptsize,it}]{caption}
|
28
|
+
\usepackage{tikz}
|
29
|
+
%\usepackage{subcaption}
|
30
|
+
%\makeatletter
|
31
|
+
%\@cons\caption@subtypelist{{figure}}
|
32
|
+
%\makeatother
|
33
|
+
\usepackage{color,colortbl}
|
34
|
+
\definecolor{Gray}{gray}{0.9}
|
35
|
+
%\usepackage{mathptmx}
|
36
|
+
%\usepackage[T1]{fontenc}
|
37
|
+
\usepackage{tabularx}
|
38
|
+
\usepackage{cancel}
|
39
|
+
\usepackage{multirow}
|
40
|
+
\usepackage{supertabular}
|
41
|
+
\usepackage{amsthm}
|
42
|
+
\usepackage{lscape}
|
43
|
+
\usepackage{xr}
|
44
|
+
\usepackage{booktabs}
|
45
|
+
\pdfminorversion=5
|
46
|
+
\pdfcompresslevel=9
|
47
|
+
\pdfobjcompresslevel=2
|
48
|
+
%===============================================================================
|
49
|
+
%===============================================================================
|
50
|
+
\newcommand\mytext{XTEAM-XXUSR \hfill \insertpagenumber}
|
51
|
+
%\newcommand\mytext{Swen Metzger, ResearchConcepts io GmbH\hfill \insertpagenumber}
|
52
|
+
\makeatother
|
53
|
+
\setbeamertemplate{footline}
|
54
|
+
{%
|
55
|
+
\leavevmode%
|
56
|
+
\hbox{\begin{beamercolorbox}[wd=.5\paperwidth,ht=2.5ex,dp=1.125ex,leftskip=.3cm,rightskip=.3cm]{author in head/foot}%
|
57
|
+
\mytext
|
58
|
+
\end{beamercolorbox}%
|
59
|
+
\begin{beamercolorbox}[wd=.5\paperwidth,ht=2.5ex,dp=1.125ex,leftskip=.3cm,rightskip=.3cm plus1fil]{author in head/foot}%
|
60
|
+
\usebeamerfont{author in head/foot} XXTIT results \hfill \insertdate
|
61
|
+
\end{beamercolorbox}}%
|
62
|
+
\vskip0pt%
|
63
|
+
}
|
64
|
+
\makeatletter
|
65
|
+
%===============================================================================
|
66
|
+
%===============================================================================
|
67
|
+
%\addtobeamertemplate{title page}{\vspace{0mm}\hspace{0mm}\includegraphics[clip=true,trim = 0cm 0mm 0mm 0mm, width=0.2\textwidth]{./Figures/hygeos-logo} \hspace{75mm} \includegraphics[clip=true,trim = 0cm 0mm 0mm 0mm, width=0.15\textwidth]{./tex_template/Figures/CAMS-logo}} {}
|
68
|
+
|
69
|
+
\vspace{-300mm}
|
70
|
+
|
71
|
+
\title{CAMS XXTIT results (XXRES) \\ XEXP1 vs XEXP2 (XXDAT, XXAVG)}
|
72
|
+
\vspace{-20mm}
|
73
|
+
\author{{XTEAM Team -- XXUSR
|
74
|
+
}}
|
75
|
+
\vspace{-10mm}
|
76
|
+
%\date{May 1, 2021}
|
77
|
+
\date{\today}
|
78
|
+
|
79
|
+
%\vspace{-10mm}
|
80
|
+
%===============================================================================
|
81
|
+
%\makeatletter
|
82
|
+
%\***@addto@macro\***@extensions{,.gif}
|
83
|
+
%\makeatother
|
84
|
+
%\DeclareGraphicsRule{.gif}{png}{.png}{%
|
85
|
+
%`giftopnm '#1'|pnmtopng>`dirname '#1'`/`basename '#1' .gif`.png%
|
86
|
+
%}
|
87
|
+
%===============================================================================
|
88
|
+
\begin{document}
|
89
|
+
%===============================================================================
|
90
|
+
\frame{\titlepage}
|
91
|
+
%===============================================================================
|
92
|
+
\section[Outline]{}
|
93
|
+
\frame{\tableofcontents}
|
94
|
+
%===============================================================================
|
95
|
+
%\section{Simulations}
|
96
|
+
%\input{./Simulations}
|
97
|
+
%===============================================================================
|
98
|
+
\section{Results}
|
99
|
+
\input{./CAMS_PLOTS.tex}
|
100
|
+
%===============================================================================
|
101
|
+
%\section{Summary}
|
102
|
+
%\input{./Summary}
|
103
|
+
%===============================================================================
|
104
|
+
%\section{References}
|
105
|
+
%\input{./References}
|
106
|
+
%===============================================================================
|
107
|
+
%\fontsize{15}{18}\selectfont .
|
108
|
+
%===============================================================================
|
109
|
+
\end{document}
|