rc-qlc 0.3.20__cp310-cp310-macosx_11_0_arm64.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.
Files changed (113) hide show
  1. qlc/__init__.py +8 -0
  2. qlc/cli/__init__.py +21 -0
  3. qlc/cli/installer.py +16 -0
  4. qlc/cli/qlc_main.py +185 -0
  5. qlc/cli/qlc_py_main.py +74 -0
  6. qlc/config/json/qlc_config.json +41 -0
  7. qlc/config/json/qlc_config_example_1a_all-obs.json +237 -0
  8. qlc/config/json/qlc_config_example_1b_all-mod.json +353 -0
  9. qlc/config/json/qlc_config_example_1c_all-coll.json +266 -0
  10. qlc/config/json/qlc_config_example_2a_all-obs.json +237 -0
  11. qlc/config/json/qlc_config_example_2b_all-mod.json +353 -0
  12. qlc/config/json/qlc_config_example_2c_all-coll.json +265 -0
  13. qlc/config/json/qlc_config_example_3a-us_obs.json +82 -0
  14. qlc/config/json/qlc_config_example_3b-us_mod.json +122 -0
  15. qlc/config/json/qlc_config_example_3c-us_coll.json +46 -0
  16. qlc/config/json/qlc_config_example_4a_eu-obs.json +41 -0
  17. qlc/config/json/qlc_config_example_4b_eu-mod.json +122 -0
  18. qlc/config/json/qlc_config_example_4c_eu-coll.json +45 -0
  19. qlc/config/nml/mars_A1_sfc.nml +19 -0
  20. qlc/config/nml/mars_A2_sfc.nml +19 -0
  21. qlc/config/nml/mars_A3_sfc.nml +19 -0
  22. qlc/config/nml/mars_B1_pl.nml +19 -0
  23. qlc/config/nml/mars_B2_pl.nml +19 -0
  24. qlc/config/nml/mars_C1_pl.nml +19 -0
  25. qlc/config/nml/mars_C2_pl.nml +19 -0
  26. qlc/config/nml/mars_C3_ml.nml +19 -0
  27. qlc/config/nml/mars_D.nml +19 -0
  28. qlc/config/nml/mars_E.nml +19 -0
  29. qlc/config/nml/mars_F.nml +19 -0
  30. qlc/config/nml/mars_G.nml +19 -0
  31. qlc/config/qlc_cams.conf +26 -0
  32. qlc/config/qlc_test.conf +26 -0
  33. qlc/config/qlc_tex.conf +107 -0
  34. qlc/doc/CONTRIBUTING.md +105 -0
  35. qlc/doc/README.md +116 -0
  36. qlc/doc/USAGE.md +58 -0
  37. qlc/examples/cams_case_1/config/json/qlc_config.json +41 -0
  38. qlc/examples/cams_case_1/config/nml/mars_A3_sfc.nml +19 -0
  39. qlc/examples/cams_case_1/config/nml/mars_B1_pl.nml +19 -0
  40. qlc/examples/cams_case_1/config/nml/mars_C1_pl.nml +19 -0
  41. qlc/examples/cams_case_1/config/qlc_cams.conf +122 -0
  42. qlc/examples/cams_case_1/mod/b2ro/2018/b2ro_20181215-20181231_A3_sfc.grb +0 -0
  43. qlc/examples/cams_case_1/mod/iqi9/2018/iqi9_20181215-20181231_A3_sfc.grb +0 -0
  44. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181201.nc +0 -0
  45. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181202.nc +0 -0
  46. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181203.nc +0 -0
  47. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181204.nc +0 -0
  48. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181205.nc +0 -0
  49. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181206.nc +0 -0
  50. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181207.nc +0 -0
  51. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181208.nc +0 -0
  52. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181209.nc +0 -0
  53. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181210.nc +0 -0
  54. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181211.nc +0 -0
  55. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181212.nc +0 -0
  56. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181213.nc +0 -0
  57. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181214.nc +0 -0
  58. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181215.nc +0 -0
  59. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181216.nc +0 -0
  60. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181217.nc +0 -0
  61. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181218.nc +0 -0
  62. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181219.nc +0 -0
  63. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181220.nc +0 -0
  64. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181221.nc +0 -0
  65. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181222.nc +0 -0
  66. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181223.nc +0 -0
  67. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181224.nc +0 -0
  68. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181225.nc +0 -0
  69. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181226.nc +0 -0
  70. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181227.nc +0 -0
  71. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181228.nc +0 -0
  72. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181229.nc +0 -0
  73. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181230.nc +0 -0
  74. qlc/examples/cams_case_1/obs/ebas_daily/v_20240216/201812/ebas_20181231.nc +0 -0
  75. qlc/examples/cams_case_1/obs/ebas_station-locations.csv +50 -0
  76. qlc/install.py +280 -0
  77. qlc/py/__main__.cpython-310-darwin.so +0 -0
  78. qlc/py/averaging.cpython-310-darwin.so +0 -0
  79. qlc/py/bias_plots.cpython-310-darwin.so +0 -0
  80. qlc/py/control.cpython-310-darwin.so +0 -0
  81. qlc/py/io.cpython-310-darwin.so +0 -0
  82. qlc/py/loadmod.cpython-310-darwin.so +0 -0
  83. qlc/py/loadobs.cpython-310-darwin.so +0 -0
  84. qlc/py/logging_utils.cpython-310-darwin.so +0 -0
  85. qlc/py/map_plots.cpython-310-darwin.so +0 -0
  86. qlc/py/matched.cpython-310-darwin.so +0 -0
  87. qlc/py/plot_config.cpython-310-darwin.so +0 -0
  88. qlc/py/plotting.cpython-310-darwin.so +0 -0
  89. qlc/py/plugin_loader.cpython-310-darwin.so +0 -0
  90. qlc/py/processing.cpython-310-darwin.so +0 -0
  91. qlc/py/scatter_plots.cpython-310-darwin.so +0 -0
  92. qlc/py/stations.cpython-310-darwin.so +0 -0
  93. qlc/py/statistics.cpython-310-darwin.so +0 -0
  94. qlc/py/style.cpython-310-darwin.so +0 -0
  95. qlc/py/timeseries_plots.cpython-310-darwin.so +0 -0
  96. qlc/py/utils.cpython-310-darwin.so +0 -0
  97. qlc/py/version.cpython-310-darwin.so +0 -0
  98. qlc/sh/qlc_A1.sh +127 -0
  99. qlc/sh/qlc_B1a.sh +123 -0
  100. qlc/sh/qlc_B2.sh +258 -0
  101. qlc/sh/qlc_C5.sh +825 -0
  102. qlc/sh/qlc_D1.sh +130 -0
  103. qlc/sh/qlc_Z1.sh +165 -0
  104. qlc/sh/qlc_common_functions.sh +157 -0
  105. qlc/sh/qlc_main.sh +127 -0
  106. qlc/sh/qlc_start.sh +23 -0
  107. qlc/sh/qlc_start_batch.sh +46 -0
  108. rc_qlc-0.3.20.dist-info/METADATA +142 -0
  109. rc_qlc-0.3.20.dist-info/RECORD +113 -0
  110. rc_qlc-0.3.20.dist-info/WHEEL +5 -0
  111. rc_qlc-0.3.20.dist-info/entry_points.txt +6 -0
  112. rc_qlc-0.3.20.dist-info/licenses/LICENSE +21 -0
  113. rc_qlc-0.3.20.dist-info/top_level.txt +1 -0
@@ -0,0 +1,237 @@
1
+ [
2
+ {
3
+ "name": "CAMS2_35",
4
+ "logdir": "./log",
5
+ "workdir": "./run",
6
+ "output_base_name": "$HOME/qlc/output/GMD",
7
+ "station_file": "$HOME/qlc/obs/data/castnet_station-locations.csv",
8
+ "obs_path": "$HOME/qlc/obs",
9
+ "obs_dataset_type": "AMoN",
10
+ "start_date": "2018-01-01",
11
+ "end_date": "2018-12-31",
12
+ "variable": "NH3",
13
+ "station_radius_deg": 10.0,
14
+ "plot_type": "",
15
+ "plot_region": "US",
16
+ "time_average": "weekly,monthly",
17
+ "station_plot_group_size": 5,
18
+ "show_stations": false,
19
+ "show_min_max": true,
20
+ "log_y_axis": false,
21
+ "fix_y_axis": true,
22
+ "show_station_map": true,
23
+ "load_station_timeseries_obs": true,
24
+ "show_station_timeseries_obs": true,
25
+ "show_station_timeseries_mod": false,
26
+ "show_station_timeseries_com": false,
27
+ "save_plot_format": "pdf",
28
+ "save_data_format": "nc",
29
+ "multiprocessing": true,
30
+ "n_threads": "20",
31
+ "debug": false,
32
+
33
+ "global_attributes": {
34
+ "title": "Air pollutants over US, NH3",
35
+ "summary": "AMoN bi-weekly observations for selected US stations.",
36
+ "author": "Swen Metzger, sm@researchconcepts.io",
37
+ "history": "Processed for CAMS2_35bis (dev 1.2)",
38
+ "Conventions": "CF-1.8"
39
+ }
40
+ },
41
+ {
42
+ "name": "CAMS2_35",
43
+ "logdir": "./log",
44
+ "workdir": "./run",
45
+ "output_base_name": "$HOME/qlc/output/GMD",
46
+ "station_file": "$HOME/qlc/obs/data/castnet_station-locations.csv",
47
+ "obs_path": "$HOME/qlc/obs/data/ver0d",
48
+ "obs_dataset_type": "airnow",
49
+ "start_date": "2018-01-01",
50
+ "end_date": "2018-12-31",
51
+ "variable": "SO2",
52
+ "station_radius_deg": 10.0,
53
+ "plot_type": "",
54
+ "plot_region": "US",
55
+ "time_average": "weekly,monthly",
56
+ "station_plot_group_size": 5,
57
+ "show_stations": false,
58
+ "show_min_max": true,
59
+ "log_y_axis": false,
60
+ "fix_y_axis": true,
61
+ "show_station_map": true,
62
+ "load_station_timeseries_obs": true,
63
+ "show_station_timeseries_obs": true,
64
+ "show_station_timeseries_mod": false,
65
+ "show_station_timeseries_com": false,
66
+ "save_plot_format": "pdf",
67
+ "save_data_format": "nc",
68
+ "multiprocessing": true,
69
+ "n_threads": "20",
70
+ "debug": false,
71
+
72
+ "global_attributes": {
73
+ "title": "Air pollutants over US, SO2",
74
+ "summary": "Airnow bi-weekly observations for selected US stations.",
75
+ "author": "Swen Metzger, sm@researchconcepts.io",
76
+ "history": "Processed for CAMS2_35bis (dev 1.2)",
77
+ "Conventions": "CF-1.8"
78
+ }
79
+ },
80
+ {
81
+ "name": "CAMS2_35",
82
+ "logdir": "./log",
83
+ "workdir": "./run",
84
+ "output_base_name": "$HOME/qlc/output/GMD",
85
+ "station_file": "$HOME/qlc/obs/data/Asia_station_list.csv",
86
+ "obs_path": "$HOME/qlc/obs/data/ver0d",
87
+ "obs_dataset_type": "china_aq",
88
+ "start_date": "2018-01-01",
89
+ "end_date": "2018-12-31",
90
+ "variable": "SO2",
91
+ "station_radius_deg": 20.0,
92
+ "plot_type": "",
93
+ "plot_region": "Asia",
94
+ "time_average": "weekly,monthly",
95
+ "station_plot_group_size": 5,
96
+ "show_stations": false,
97
+ "show_min_max": true,
98
+ "log_y_axis": false,
99
+ "fix_y_axis": true,
100
+ "show_station_map": true,
101
+ "load_station_timeseries_obs": true,
102
+ "show_station_timeseries_obs": true,
103
+ "show_station_timeseries_mod": false,
104
+ "show_station_timeseries_com": false,
105
+ "save_plot_format": "pdf",
106
+ "save_data_format": "nc",
107
+ "multiprocessing": true,
108
+ "n_threads": "20",
109
+ "debug": false,
110
+ "debug_extended": false,
111
+
112
+ "global_attributes": {
113
+ "title": "Air pollutants over Asia, SO2",
114
+ "summary": "China AQ monthly observations for selected Asia stations.",
115
+ "author": "Swen Metzger, sm@researchconcepts.io",
116
+ "history": "Processed for CAMS2_35bis (dev 1.2)",
117
+ "Conventions": "CF-1.8"
118
+ }
119
+ },
120
+ {
121
+ "name": "CAMS2_35",
122
+ "logdir": "./log",
123
+ "workdir": "./run",
124
+ "output_base_name": "$HOME/qlc/output/GMD",
125
+ "station_file": "$HOME/qlc/obs/data/ebas_station-locations.csv",
126
+ "obs_path": "$HOME/qlc/obs/data/ver0d",
127
+ "obs_dataset_type": "ebas_daily",
128
+ "start_date": "2018-01-01",
129
+ "end_date": "2018-12-31",
130
+ "variable": "SO2,SO4,HNO3,NO3,NH3,NH4",
131
+ "station_radius_deg": 10.0,
132
+ "plot_type": "",
133
+ "plot_region": "EU",
134
+ "time_average": "weekly,monthly",
135
+ "station_plot_group_size": 5,
136
+ "show_stations": false,
137
+ "show_min_max": true,
138
+ "log_y_axis": false,
139
+ "fix_y_axis": true,
140
+ "show_station_map": true,
141
+ "load_station_timeseries_obs": true,
142
+ "show_station_timeseries_obs": true,
143
+ "show_station_timeseries_mod": false,
144
+ "show_station_timeseries_com": false,
145
+ "save_plot_format": "pdf",
146
+ "save_data_format": "nc",
147
+ "multiprocessing": true,
148
+ "n_threads": "20",
149
+ "debug": false,
150
+
151
+ "global_attributes": {
152
+ "title": "Ozone Concentration over Europe, SO2,SO4,HNO3,NO3,NH3,NH4",
153
+ "summary": "Custom summary for netCDF output: EBAS hourly ozone observations from selected EU stations.",
154
+ "author": "Plain & Simple, plain.simple@example.com",
155
+ "history": "Processed for CAMS (test 1.1)",
156
+ "Conventions": "CF-1.8"
157
+ }
158
+ },
159
+ {
160
+ "name": "CAMS2_35",
161
+ "logdir": "./log",
162
+ "workdir": "./run",
163
+ "output_base_name": "$HOME/qlc/output/GMD",
164
+ "station_file": "$HOME/qlc/obs/data/castnet_station-locations.csv",
165
+ "obs_path": "$HOME/qlc/obs",
166
+ "obs_dataset_type": "castnet",
167
+ "start_date": "2018-01-01",
168
+ "end_date": "2018-12-31",
169
+ "variable": "SO2,SO4,HNO3,NO3,NH4",
170
+ "station_radius_deg": 10.0,
171
+ "plot_type": "",
172
+ "plot_region": "US",
173
+ "time_average": "weekly,monthly",
174
+ "station_plot_group_size": 5,
175
+ "show_stations": false,
176
+ "show_min_max": true,
177
+ "log_y_axis": false,
178
+ "fix_y_axis": true,
179
+ "show_station_map": true,
180
+ "load_station_timeseries_obs": true,
181
+ "show_station_timeseries_obs": true,
182
+ "show_station_timeseries_mod": false,
183
+ "show_station_timeseries_com": false,
184
+ "save_plot_format": "pdf",
185
+ "save_data_format": "nc",
186
+ "multiprocessing": true,
187
+ "n_threads": "20",
188
+ "debug": false,
189
+
190
+ "global_attributes": {
191
+ "title": "Air pollutants over US, SO2,SO4,HNO3,NO3,NH4,NH3",
192
+ "summary": "CASTNET weekly observations for selected US stations.",
193
+ "author": "Swen Metzger, sm@researchconcepts.io",
194
+ "history": "Processed for CAMS2_35bis (dev 1.2)",
195
+ "Conventions": "CF-1.8"
196
+ }
197
+ },
198
+ {
199
+ "name": "CAMS2_35",
200
+ "logdir": "./log",
201
+ "workdir": "./run",
202
+ "output_base_name": "$HOME/qlc/output/GMD",
203
+ "station_file": "$HOME/qlc/obs/data/Asia_station_list.csv",
204
+ "obs_path": "$HOME/qlc/obs",
205
+ "obs_dataset_type": "NNDMN",
206
+ "start_date": "2018-01-01",
207
+ "end_date": "2018-12-31",
208
+ "variable": "HNO3,NO3,NH4,NH3",
209
+ "station_radius_deg": 50.0,
210
+ "plot_type": "",
211
+ "plot_region": "Asia",
212
+ "time_average": "weekly,monthly",
213
+ "station_plot_group_size": 5,
214
+ "show_stations": false,
215
+ "show_min_max": true,
216
+ "log_y_axis": false,
217
+ "fix_y_axis": true,
218
+ "show_station_map": true,
219
+ "load_station_timeseries_obs": true,
220
+ "show_station_timeseries_obs": true,
221
+ "show_station_timeseries_mod": false,
222
+ "show_station_timeseries_com": false,
223
+ "save_plot_format": "pdf",
224
+ "save_data_format": "nc",
225
+ "multiprocessing": true,
226
+ "n_threads": "20",
227
+ "debug": false,
228
+
229
+ "global_attributes": {
230
+ "title": "Air pollutants over Asia, HNO3,NO3,NH4,NH3",
231
+ "summary": "NNDMN monthly observations for selected Asia stations.",
232
+ "author": "Swen Metzger, sm@researchconcepts.io",
233
+ "history": "Processed for CAMS2_35bis (dev 1.2)",
234
+ "Conventions": "CF-1.8"
235
+ }
236
+ }
237
+ ]
@@ -0,0 +1,353 @@
1
+ [
2
+ {
3
+ "name": "CAMS2_35",
4
+ "logdir": "./log",
5
+ "workdir": "./run",
6
+ "output_base_name": "$HOME/qlc/output/GMD",
7
+ "station_file": "$HOME/qlc/obs/data/ebas_station-locations.csv",
8
+ "mod_path": "$HOME/qlc/mod/",
9
+ "model": "ifs",
10
+ "experiments": "b2rn",
11
+ "start_date": "2018-01-01",
12
+ "end_date": "2018-12-31",
13
+ "variable": "SO2,SO4,HNO3,NO3,NH3,NH4",
14
+ "station_radius_deg": 0.5,
15
+ "plot_type": "",
16
+ "plot_region": "EU",
17
+ "time_average": "weekly,monthly",
18
+ "station_plot_group_size": 5,
19
+ "show_stations": false,
20
+ "show_min_max": true,
21
+ "log_y_axis": false,
22
+ "fix_y_axis": true,
23
+ "show_station_map": true,
24
+ "show_station_timeseries_obs": false,
25
+ "show_station_timeseries_mod": true,
26
+ "show_station_timeseries_com": false,
27
+ "save_plot_format": "pdf",
28
+ "save_data_format": "nc",
29
+ "multiprocessing": true,
30
+ "n_threads": "20",
31
+ "debug": false,
32
+
33
+ "global_attributes": {
34
+ "title": "Air pollutants over EU",
35
+ "summary": "Output of b2rn / ifs for selected EU stations.",
36
+ "author": "Swen Metzger, sm@researchconcepts.io",
37
+ "history": "Processed for CAMS2_35bis (dev 1.2)",
38
+ "Conventions": "CF-1.8"
39
+ }
40
+ },
41
+ {
42
+ "name": "CAMS2_35",
43
+ "logdir": "./log",
44
+ "workdir": "./run",
45
+ "output_base_name": "$HOME/qlc/output/GMD",
46
+ "station_file": "$HOME/qlc/obs/data/ebas_station-locations.csv",
47
+ "mod_path": "$HOME/qlc/mod/",
48
+ "model": "ifs",
49
+ "experiments": "iqi9",
50
+ "start_date": "2018-01-01",
51
+ "end_date": "2018-12-31",
52
+ "variable": "SO2,SO4,HNO3,NO3,NH3,NH4",
53
+ "station_radius_deg": 0.5,
54
+ "plot_type": "",
55
+ "plot_region": "EU",
56
+ "time_average": "weekly,monthly",
57
+ "station_plot_group_size": 5,
58
+ "show_stations": false,
59
+ "show_min_max": true,
60
+ "log_y_axis": false,
61
+ "fix_y_axis": true,
62
+ "show_station_map": true,
63
+ "show_station_timeseries_obs": false,
64
+ "show_station_timeseries_mod": true,
65
+ "show_station_timeseries_com": false,
66
+ "save_plot_format": "pdf",
67
+ "save_data_format": "nc",
68
+ "multiprocessing": true,
69
+ "n_threads": "20",
70
+ "debug": false,
71
+
72
+ "global_attributes": {
73
+ "title": "Air pollutants over EU",
74
+ "summary": "Output of iqi9 / ifs for selected EU stations.",
75
+ "author": "Swen Metzger, sm@researchconcepts.io",
76
+ "history": "Processed for CAMS2_35bis (dev 1.2)",
77
+ "Conventions": "CF-1.8"
78
+ }
79
+ },
80
+ {
81
+ "name": "CAMS2_35",
82
+ "logdir": "./log",
83
+ "workdir": "./run",
84
+ "output_base_name": "$HOME/qlc/output/GMD",
85
+ "station_file": "$HOME/qlc/obs/data/ebas_station-locations.csv",
86
+ "mod_path": "$HOME/qlc/mod/",
87
+ "model": "ifs",
88
+ "experiments": "b2ro",
89
+ "start_date": "2018-01-01",
90
+ "end_date": "2018-12-31",
91
+ "variable": "SO2,SO4,HNO3,NO3,NH3,NH4",
92
+ "station_radius_deg": 0.5,
93
+ "plot_type": "",
94
+ "plot_region": "EU",
95
+ "time_average": "weekly,monthly",
96
+ "station_plot_group_size": 5,
97
+ "show_stations": false,
98
+ "show_min_max": true,
99
+ "log_y_axis": false,
100
+ "fix_y_axis": true,
101
+ "show_station_map": true,
102
+ "show_station_timeseries_obs": false,
103
+ "show_station_timeseries_mod": true,
104
+ "show_station_timeseries_com": false,
105
+ "save_plot_format": "pdf",
106
+ "save_data_format": "nc",
107
+ "multiprocessing": true,
108
+ "n_threads": "20",
109
+ "debug": false,
110
+
111
+ "global_attributes": {
112
+ "title": "Air pollutants over EU",
113
+ "summary": "Output of b2ro / ifs for selected EU stations.",
114
+ "author": "Swen Metzger, sm@researchconcepts.io",
115
+ "history": "Processed for CAMS2_35bis (dev 1.2)",
116
+ "Conventions": "CF-1.8"
117
+ }
118
+ },
119
+ {
120
+ "name": "CAMS2_35",
121
+ "logdir": "./log",
122
+ "workdir": "./run",
123
+ "output_base_name": "$HOME/qlc/output/GMD",
124
+ "station_file": "$HOME/qlc/obs/data/castnet_station-locations.csv",
125
+ "mod_path": "$HOME/qlc/mod/",
126
+ "model": "ifs",
127
+ "experiments": "b2rn",
128
+ "start_date": "2018-01-01",
129
+ "end_date": "2018-12-31",
130
+ "variable": "SO2,SO4,HNO3,NO3,NH3,NH4",
131
+ "station_radius_deg": 0.5,
132
+ "plot_type": "",
133
+ "plot_region": "US",
134
+ "time_average": "weekly,monthly",
135
+ "station_plot_group_size": 5,
136
+ "show_stations": false,
137
+ "show_min_max": true,
138
+ "log_y_axis": false,
139
+ "fix_y_axis": true,
140
+ "show_station_map": true,
141
+ "show_station_timeseries_obs": false,
142
+ "show_station_timeseries_mod": true,
143
+ "show_station_timeseries_com": false,
144
+ "save_plot_format": "pdf",
145
+ "save_data_format": "nc",
146
+ "multiprocessing": true,
147
+ "n_threads": "20",
148
+ "debug": false,
149
+
150
+ "global_attributes": {
151
+ "title": "Air pollutants over US",
152
+ "summary": "Output of b2rn / ifs for selected US stations.",
153
+ "author": "Swen Metzger, sm@researchconcepts.io",
154
+ "history": "Processed for CAMS2_35bis (dev 1.2)",
155
+ "Conventions": "CF-1.8"
156
+ }
157
+ },
158
+ {
159
+ "name": "CAMS2_35",
160
+ "logdir": "./log",
161
+ "workdir": "./run",
162
+ "output_base_name": "$HOME/qlc/output/GMD",
163
+ "station_file": "$HOME/qlc/obs/data/castnet_station-locations.csv",
164
+ "mod_path": "$HOME/qlc/mod/",
165
+ "model": "ifs",
166
+ "experiments": "iqi9",
167
+ "start_date": "2018-01-01",
168
+ "end_date": "2018-12-31",
169
+ "variable": "SO2,SO4,HNO3,NO3,NH3,NH4",
170
+ "station_radius_deg": 0.5,
171
+ "plot_type": "",
172
+ "plot_region": "US",
173
+ "time_average": "weekly,monthly",
174
+ "station_plot_group_size": 5,
175
+ "show_stations": false,
176
+ "show_min_max": true,
177
+ "log_y_axis": false,
178
+ "fix_y_axis": true,
179
+ "show_station_map": true,
180
+ "show_station_timeseries_obs": false,
181
+ "show_station_timeseries_mod": true,
182
+ "show_station_timeseries_com": false,
183
+ "save_plot_format": "pdf",
184
+ "save_data_format": "nc",
185
+ "multiprocessing": true,
186
+ "n_threads": "20",
187
+ "debug": false,
188
+
189
+ "global_attributes": {
190
+ "title": "Air pollutants over US",
191
+ "summary": "Output of iqi9 / ifs for selected US stations.",
192
+ "author": "Swen Metzger, sm@researchconcepts.io",
193
+ "history": "Processed for CAMS2_35bis (dev 1.2)",
194
+ "Conventions": "CF-1.8"
195
+ }
196
+ },
197
+ {
198
+ "name": "CAMS2_35",
199
+ "logdir": "./log",
200
+ "workdir": "./run",
201
+ "output_base_name": "$HOME/qlc/output/GMD",
202
+ "station_file": "$HOME/qlc/obs/data/castnet_station-locations.csv",
203
+ "mod_path": "$HOME/qlc/mod/",
204
+ "model": "ifs",
205
+ "experiments": "b2ro",
206
+ "start_date": "2018-01-01",
207
+ "end_date": "2018-12-31",
208
+ "variable": "SO2,SO4,HNO3,NO3,NH3,NH4",
209
+ "station_radius_deg": 0.5,
210
+ "plot_type": "",
211
+ "plot_region": "US",
212
+ "time_average": "weekly,monthly",
213
+ "station_plot_group_size": 5,
214
+ "show_stations": false,
215
+ "show_min_max": true,
216
+ "log_y_axis": false,
217
+ "fix_y_axis": true,
218
+ "show_station_map": true,
219
+ "show_station_timeseries_obs": false,
220
+ "show_station_timeseries_mod": true,
221
+ "show_station_timeseries_com": false,
222
+ "save_plot_format": "pdf",
223
+ "save_data_format": "nc",
224
+ "multiprocessing": true,
225
+ "n_threads": "20",
226
+ "debug": false,
227
+
228
+ "global_attributes": {
229
+ "title": "Air pollutants over US",
230
+ "summary": "Output of b2ro / ifs for selected US stations.",
231
+ "author": "Swen Metzger, sm@researchconcepts.io",
232
+ "history": "Processed for CAMS2_35bis (dev 1.2)",
233
+ "Conventions": "CF-1.8"
234
+ }
235
+ },
236
+ {
237
+ "name": "CAMS2_35",
238
+ "logdir": "./log",
239
+ "workdir": "./run",
240
+ "output_base_name": "$HOME/qlc/output/GMD",
241
+ "station_file": "$HOME/qlc/obs/data/Asia_station_list.csv",
242
+ "mod_path": "$HOME/qlc/mod/",
243
+ "model": "ifs",
244
+ "experiments": "b2rn",
245
+ "start_date": "2018-01-01",
246
+ "end_date": "2018-12-31",
247
+ "variable": "SO2,SO4,HNO3,NO3,NH3,NH4",
248
+ "station_radius_deg": 0.5,
249
+ "plot_type": "",
250
+ "plot_region": "Asia",
251
+ "time_average": "weekly,monthly",
252
+ "station_plot_group_size": 5,
253
+ "show_stations": false,
254
+ "show_min_max": true,
255
+ "log_y_axis": false,
256
+ "fix_y_axis": true,
257
+ "show_station_map": true,
258
+ "show_station_timeseries_obs": false,
259
+ "show_station_timeseries_mod": true,
260
+ "show_station_timeseries_com": false,
261
+ "save_plot_format": "pdf",
262
+ "save_data_format": "nc",
263
+ "multiprocessing": true,
264
+ "n_threads": "20",
265
+ "debug": false,
266
+
267
+ "global_attributes": {
268
+ "title": "Air pollutants over Asia",
269
+ "summary": "Output of b2rn / ifs for selected Asia stations.",
270
+ "author": "Swen Metzger, sm@researchconcepts.io",
271
+ "history": "Processed for CAMS2_35bis (dev 1.2)",
272
+ "Conventions": "CF-1.8"
273
+ }
274
+ },
275
+ {
276
+ "name": "CAMS2_35",
277
+ "logdir": "./log",
278
+ "workdir": "./run",
279
+ "output_base_name": "$HOME/qlc/output/GMD",
280
+ "station_file": "$HOME/qlc/obs/data/Asia_station_list.csv",
281
+ "mod_path": "$HOME/qlc/mod/",
282
+ "model": "ifs",
283
+ "experiments": "iqi9",
284
+ "start_date": "2018-01-01",
285
+ "end_date": "2018-12-31",
286
+ "variable": "SO2,SO4,HNO3,NO3,NH3,NH4",
287
+ "station_radius_deg": 0.5,
288
+ "plot_type": "",
289
+ "plot_region": "Asia",
290
+ "time_average": "weekly,monthly",
291
+ "station_plot_group_size": 5,
292
+ "show_stations": false,
293
+ "show_min_max": true,
294
+ "log_y_axis": false,
295
+ "fix_y_axis": true,
296
+ "show_station_map": true,
297
+ "show_station_timeseries_obs": false,
298
+ "show_station_timeseries_mod": true,
299
+ "show_station_timeseries_com": false,
300
+ "save_plot_format": "pdf",
301
+ "save_data_format": "nc",
302
+ "multiprocessing": true,
303
+ "n_threads": "20",
304
+ "debug": false,
305
+
306
+ "global_attributes": {
307
+ "title": "Air pollutants over Asia",
308
+ "summary": "Output of iqi9 / ifs for selected Asia stations.",
309
+ "author": "Swen Metzger, sm@researchconcepts.io",
310
+ "history": "Processed for CAMS2_35bis (dev 1.2)",
311
+ "Conventions": "CF-1.8"
312
+ }
313
+ },
314
+ {
315
+ "name": "CAMS2_35",
316
+ "logdir": "./log",
317
+ "workdir": "./run",
318
+ "output_base_name": "$HOME/qlc/output/GMD",
319
+ "station_file": "$HOME/qlc/obs/data/Asia_station_list.csv",
320
+ "mod_path": "$HOME/qlc/mod/",
321
+ "model": "ifs",
322
+ "experiments": "b2ro",
323
+ "start_date": "2018-01-01",
324
+ "end_date": "2018-12-31",
325
+ "variable": "SO2,SO4,HNO3,NO3,NH3,NH4",
326
+ "station_radius_deg": 0.5,
327
+ "plot_type": "",
328
+ "plot_region": "Asia",
329
+ "time_average": "weekly,monthly",
330
+ "station_plot_group_size": 5,
331
+ "show_stations": false,
332
+ "show_min_max": true,
333
+ "log_y_axis": false,
334
+ "fix_y_axis": true,
335
+ "show_station_map": true,
336
+ "show_station_timeseries_obs": false,
337
+ "show_station_timeseries_mod": true,
338
+ "show_station_timeseries_com": false,
339
+ "save_plot_format": "pdf",
340
+ "save_data_format": "nc",
341
+ "multiprocessing": true,
342
+ "n_threads": "20",
343
+ "debug": false,
344
+
345
+ "global_attributes": {
346
+ "title": "Air pollutants over Asia",
347
+ "summary": "Output of b2ro / ifs for selected Asia stations.",
348
+ "author": "Swen Metzger, sm@researchconcepts.io",
349
+ "history": "Processed for CAMS2_35bis (dev 1.2)",
350
+ "Conventions": "CF-1.8"
351
+ }
352
+ }
353
+ ]