rc-qlc 0.3.20__cp310-cp310-macosx_11_0_arm64.whl → 0.3.25__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 (85) hide show
  1. qlc/cli/__init__.py +100 -9
  2. qlc/cli/installer.py +23 -5
  3. qlc/cli/qlc_main.py +54 -32
  4. qlc/cli/qlc_py_main.py +43 -38
  5. qlc/config/json/qlc_config.json +94 -10
  6. qlc/config/nml/mars_A1_sfc.nml +4 -5
  7. qlc/config/nml/mars_A3_sfc.nml +0 -1
  8. qlc/config/nml/mars_B1_pl.nml +2 -2
  9. qlc/{examples/cams_case_1/config/nml/mars_A3_sfc.nml → config/nml/mars_B1_sfc.nml} +7 -8
  10. qlc/config/nml/mars_C1_pl.nml +1 -1
  11. qlc/{examples/cams_case_1/config/nml/mars_C1_pl.nml → config/nml/mars_C1_sfc.nml} +7 -8
  12. qlc/config/nml/mars_C2_pl.nml +1 -1
  13. qlc/{examples/cams_case_1/config/qlc_cams.conf → config/qlc.conf} +80 -18
  14. qlc/doc/CONTRIBUTING.md +8 -8
  15. qlc/doc/README.md +101 -65
  16. qlc/doc/USAGE.md +68 -29
  17. qlc/examples/cams_case_1/mod/b2rn/2018/b2rn_20181201-20181221_B1_pl.grb +0 -0
  18. qlc/examples/cams_case_1/mod/b2rn/2018/b2rn_20181201-20181221_C1_sfc.grb +0 -0
  19. qlc/examples/cams_case_1/mod/b2ro/2018/b2ro_20181201-20181221_B1_pl.grb +0 -0
  20. qlc/examples/cams_case_1/mod/b2ro/2018/b2ro_20181201-20181221_C1_sfc.grb +0 -0
  21. qlc/install.py +260 -101
  22. qlc/py/__main__.cpython-310-darwin.so +0 -0
  23. qlc/py/averaging.cpython-310-darwin.so +0 -0
  24. qlc/py/bias_plots.cpython-310-darwin.so +0 -0
  25. qlc/py/control.cpython-310-darwin.so +0 -0
  26. qlc/py/io.cpython-310-darwin.so +0 -0
  27. qlc/py/loadmod.cpython-310-darwin.so +0 -0
  28. qlc/py/loadobs.cpython-310-darwin.so +0 -0
  29. qlc/py/logging_utils.cpython-310-darwin.so +0 -0
  30. qlc/py/map_plots.cpython-310-darwin.so +0 -0
  31. qlc/py/matched.cpython-310-darwin.so +0 -0
  32. qlc/py/plot_config.cpython-310-darwin.so +0 -0
  33. qlc/py/plotting.cpython-310-darwin.so +0 -0
  34. qlc/py/plugin_loader.cpython-310-darwin.so +0 -0
  35. qlc/py/processing.cpython-310-darwin.so +0 -0
  36. qlc/py/scatter_plots.cpython-310-darwin.so +0 -0
  37. qlc/py/stations.cpython-310-darwin.so +0 -0
  38. qlc/py/statistics.cpython-310-darwin.so +0 -0
  39. qlc/py/style.cpython-310-darwin.so +0 -0
  40. qlc/py/timeseries_plots.cpython-310-darwin.so +0 -0
  41. qlc/py/utils.cpython-310-darwin.so +0 -0
  42. qlc/py/version.cpython-310-darwin.so +0 -0
  43. qlc/sh/qlc_A1.sh +29 -11
  44. qlc/sh/qlc_B1a.sh +1 -18
  45. qlc/sh/qlc_B2.sh +8 -1
  46. qlc/sh/qlc_C5.sh +19 -30
  47. qlc/sh/qlc_D1.sh +291 -51
  48. qlc/sh/qlc_Z1.sh +6 -6
  49. qlc/sh/qlc_batch.sh +61 -0
  50. qlc/sh/qlc_common_functions.sh +17 -29
  51. qlc/sh/qlc_main.sh +32 -26
  52. qlc/sh/tex_template/beamercolorthemeCAMS2_35.sty +51 -0
  53. qlc/sh/tex_template/beamerfontthemeCAMS2_35.sty +166 -0
  54. qlc/sh/tex_template/beamerthemeCAMS2_35.sty +25 -0
  55. qlc/sh/tex_template/subcaption.sty +170 -0
  56. qlc/sh/tex_template/template.tex +109 -0
  57. rc_qlc-0.3.25.dist-info/METADATA +178 -0
  58. rc_qlc-0.3.25.dist-info/RECORD +102 -0
  59. qlc/config/json/qlc_config_example_1a_all-obs.json +0 -237
  60. qlc/config/json/qlc_config_example_1b_all-mod.json +0 -353
  61. qlc/config/json/qlc_config_example_1c_all-coll.json +0 -266
  62. qlc/config/json/qlc_config_example_2a_all-obs.json +0 -237
  63. qlc/config/json/qlc_config_example_2b_all-mod.json +0 -353
  64. qlc/config/json/qlc_config_example_2c_all-coll.json +0 -265
  65. qlc/config/json/qlc_config_example_3a-us_obs.json +0 -82
  66. qlc/config/json/qlc_config_example_3b-us_mod.json +0 -122
  67. qlc/config/json/qlc_config_example_3c-us_coll.json +0 -46
  68. qlc/config/json/qlc_config_example_4a_eu-obs.json +0 -41
  69. qlc/config/json/qlc_config_example_4b_eu-mod.json +0 -122
  70. qlc/config/json/qlc_config_example_4c_eu-coll.json +0 -45
  71. qlc/config/qlc_cams.conf +0 -26
  72. qlc/config/qlc_test.conf +0 -26
  73. qlc/config/qlc_tex.conf +0 -107
  74. qlc/examples/cams_case_1/config/json/qlc_config.json +0 -41
  75. qlc/examples/cams_case_1/config/nml/mars_B1_pl.nml +0 -19
  76. qlc/examples/cams_case_1/mod/b2ro/2018/b2ro_20181215-20181231_A3_sfc.grb +0 -0
  77. qlc/examples/cams_case_1/mod/iqi9/2018/iqi9_20181215-20181231_A3_sfc.grb +0 -0
  78. qlc/sh/qlc_start.sh +0 -23
  79. qlc/sh/qlc_start_batch.sh +0 -46
  80. rc_qlc-0.3.20.dist-info/METADATA +0 -142
  81. rc_qlc-0.3.20.dist-info/RECORD +0 -113
  82. {rc_qlc-0.3.20.dist-info → rc_qlc-0.3.25.dist-info}/WHEEL +0 -0
  83. {rc_qlc-0.3.20.dist-info → rc_qlc-0.3.25.dist-info}/entry_points.txt +0 -0
  84. {rc_qlc-0.3.20.dist-info → rc_qlc-0.3.25.dist-info}/licenses/LICENSE +0 -0
  85. {rc_qlc-0.3.20.dist-info → rc_qlc-0.3.25.dist-info}/top_level.txt +0 -0
@@ -1,353 +0,0 @@
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": "hylm",
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 hylm / 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": "i3bw",
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 i3bw / 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": "i3ad",
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 i3ad / 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": "hylm",
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 hylm / 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": "i3bw",
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 i3bw / 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": "i3ad",
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 i3ad / 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": "hylm",
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 hylm / 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": "i3bw",
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 i3bw / 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": "i3ad",
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 i3ad / 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
- ]
@@ -1,266 +0,0 @@
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
- "obs_path": "$HOME/qlc/obs/data/ver0d",
9
- "obs_dataset_type": "ebas_daily",
10
- "mod_path": "$HOME/qlc/mod/",
11
- "model": "ifs",
12
- "experiments": "b2rn,iqi9,b2ro",
13
- "exp_labels": "NO_E4C,REF,E4C",
14
- "start_date": "2018-12-01",
15
- "end_date": "2018-12-31",
16
- "variable": "SO2,SO4_as,HNO3,NO3_as,NH3,NH4_as",
17
- "station_radius_deg": 0.5,
18
- "plot_type": "",
19
- "plot_region": "EU",
20
- "time_average": "daily, weekly",
21
- "station_plot_group_size": 5,
22
- "show_stations": false,
23
- "show_min_max": true,
24
- "log_y_axis": false,
25
- "fix_y_axis": true,
26
- "force_full_year": true,
27
- "show_station_map": true,
28
- "load_station_timeseries_obs": false,
29
- "show_station_timeseries_obs": false,
30
- "show_station_timeseries_mod": false,
31
- "show_station_timeseries_com": true,
32
- "save_plot_format": "pdf",
33
- "save_data_format": "nc",
34
- "multiprocessing": true,
35
- "n_threads": "20",
36
- "debug": false,
37
-
38
- "global_attributes": {
39
- "title": "Air pollutants over Europe, SO2,SO4_as,HNO3,NO3_as,NH4_as,NH3",
40
- "summary": "EBAS daily observations for selected EU stations.",
41
- "author": "Swen Metzger, sm@researchconcepts.io",
42
- "history": "Processed for CAMS2_35bis (dev 1.2)",
43
- "Conventions": "CF-1.8"
44
- }
45
- },
46
- {
47
- "name": "CAMS2_35",
48
- "logdir": "./log",
49
- "workdir": "./run",
50
- "output_base_name": "$HOME/qlc/output/GMD",
51
- "station_file": "$HOME/qlc/obs/data/castnet_station-locations.csv",
52
- "obs_path": "$HOME/qlc/obs",
53
- "obs_dataset_type": "castnet",
54
- "mod_path": "$HOME/qlc/mod/",
55
- "model": "ifs",
56
- "experiments": "b2rn,iqi9,b2ro",
57
- "exp_labels": "NO_E4C,REF,E4C",
58
- "start_date": "2018-12-01",
59
- "end_date": "2018-12-31",
60
- "variable": "SO2,SO4_as,HNO3,NO3_as,NH4_as",
61
- "station_radius_deg": 0.5,
62
- "plot_type": "",
63
- "plot_region": "US",
64
- "time_average": "daily, weekly",
65
- "station_plot_group_size": 5,
66
- "show_stations": false,
67
- "show_min_max": true,
68
- "log_y_axis": false,
69
- "fix_y_axis": true,
70
- "force_full_year": true,
71
- "show_station_map": true,
72
- "load_station_timeseries_obs": false,
73
- "show_station_timeseries_obs": false,
74
- "show_station_timeseries_mod": false,
75
- "show_station_timeseries_com": true,
76
- "save_plot_format": "pdf",
77
- "save_data_format": "nc",
78
- "multiprocessing": true,
79
- "n_threads": "20",
80
- "debug": false,
81
-
82
- "global_attributes": {
83
- "title": "Air pollutants over US, SO2,SO4_as,HNO3,NO3_as,NH4_as,NH3",
84
- "summary": "Castnet weekly observations for selected US stations.",
85
- "author": "Swen Metzger, sm@researchconcepts.io",
86
- "history": "Processed for CAMS2_35bis (dev 1.2)",
87
- "Conventions": "CF-1.8"
88
- }
89
- },
90
- {
91
- "name": "CAMS2_35",
92
- "logdir": "./log",
93
- "workdir": "./run",
94
- "output_base_name": "$HOME/qlc/output/GMD",
95
- "station_file": "$HOME/qlc/obs/data/castnet_station-locations.csv",
96
- "obs_path": "$HOME/qlc/obs",
97
- "obs_dataset_type": "AMoN",
98
- "mod_path": "$HOME/qlc/mod/",
99
- "model": "ifs",
100
- "experiments": "b2rn,iqi9,b2ro",
101
- "exp_labels": "NO_E4C,REF,E4C",
102
- "start_date": "2018-12-01",
103
- "end_date": "2018-12-31",
104
- "variable": "NH3",
105
- "station_radius_deg": 0.5,
106
- "plot_type": "",
107
- "plot_region": "US",
108
- "time_average": "daily, weekly",
109
- "station_plot_group_size": 5,
110
- "show_stations": false,
111
- "show_min_max": true,
112
- "log_y_axis": false,
113
- "fix_y_axis": true,
114
- "force_full_year": true,
115
- "show_station_map": true,
116
- "load_station_timeseries_obs": false,
117
- "show_station_timeseries_obs": false,
118
- "show_station_timeseries_mod": false,
119
- "show_station_timeseries_com": true,
120
- "save_plot_format": "pdf",
121
- "save_data_format": "nc",
122
- "multiprocessing": true,
123
- "n_threads": "20",
124
- "debug": false,
125
-
126
- "global_attributes": {
127
- "title": "Air pollutants over US, NH3",
128
- "summary": "AMoM bi-weekly observations for selected US stations.",
129
- "author": "Swen Metzger, sm@researchconcepts.io",
130
- "history": "Processed for CAMS2_35bis (dev 1.2)",
131
- "Conventions": "CF-1.8"
132
- }
133
- },
134
- {
135
- "name": "CAMS2_35",
136
- "logdir": "./log",
137
- "workdir": "./run",
138
- "output_base_name": "$HOME/qlc/output/GMD",
139
- "station_file": "$HOME/qlc/obs/data/castnet_station-locations.csv",
140
- "obs_path": "$HOME/qlc/obs/data/ver0d",
141
- "obs_dataset_type": "airnow",
142
- "mod_path": "$HOME/qlc/mod/",
143
- "model": "ifs",
144
- "experiments": "b2rn,iqi9,b2ro",
145
- "exp_labels": "NO_E4C,REF,E4C",
146
- "start_date": "2018-12-01",
147
- "end_date": "2018-12-31",
148
- "variable": "SO2",
149
- "station_radius_deg": 0.5,
150
- "plot_type": "",
151
- "plot_region": "US",
152
- "time_average": "daily, weekly",
153
- "station_plot_group_size": 5,
154
- "show_stations": false,
155
- "show_min_max": true,
156
- "log_y_axis": false,
157
- "fix_y_axis": true,
158
- "force_full_year": true,
159
- "show_station_map": true,
160
- "load_station_timeseries_obs": false,
161
- "show_station_timeseries_obs": false,
162
- "show_station_timeseries_mod": false,
163
- "show_station_timeseries_com": true,
164
- "save_plot_format": "pdf",
165
- "save_data_format": "nc",
166
- "multiprocessing": true,
167
- "n_threads": "20",
168
- "debug": false,
169
-
170
- "global_attributes": {
171
- "title": "Air pollutants over US, SO2",
172
- "summary": "Airnow bi-weekly observations for selected US stations.",
173
- "author": "Swen Metzger, sm@researchconcepts.io",
174
- "history": "Processed for CAMS2_35bis (dev 1.2)",
175
- "Conventions": "CF-1.8"
176
- }
177
- },
178
- {
179
- "name": "CAMS2_35",
180
- "logdir": "./log",
181
- "workdir": "./run",
182
- "output_base_name": "$HOME/qlc/output/GMD",
183
- "station_file": "$HOME/qlc/obs/data/Asia_station_list.csv",
184
- "obs_path": "$HOME/qlc/obs",
185
- "obs_dataset_type": "china_aq",
186
- "mod_path": "$HOME/qlc/mod/",
187
- "model": "ifs",
188
- "experiments": "b2rn,iqi9,b2ro",
189
- "exp_labels": "NO_E4C,REF,E4C",
190
- "start_date": "2018-12-01",
191
- "end_date": "2018-12-31",
192
- "variable": "SO2",
193
- "station_radius_deg": 0.5,
194
- "plot_type": "",
195
- "plot_region": "Asia",
196
- "time_average": "daily, weekly",
197
- "station_plot_group_size": 5,
198
- "show_stations": false,
199
- "show_min_max": true,
200
- "log_y_axis": false,
201
- "fix_y_axis": true,
202
- "force_full_year": true,
203
- "show_station_map": true,
204
- "load_station_timeseries_obs": false,
205
- "show_station_timeseries_obs": false,
206
- "show_station_timeseries_mod": false,
207
- "show_station_timeseries_com": true,
208
- "save_plot_format": "pdf",
209
- "save_data_format": "nc",
210
- "multiprocessing": true,
211
- "n_threads": "20",
212
- "debug": false,
213
-
214
- "global_attributes": {
215
- "title": "Air pollutants over Asia, SO2",
216
- "summary": "China_AQ weekly observations for selected Asia stations.",
217
- "author": "Swen Metzger, sm@researchconcepts.io",
218
- "history": "Processed for CAMS2_35bis (dev 1.2)",
219
- "Conventions": "CF-1.8"
220
- }
221
- },
222
- {
223
- "name": "CAMS2_35",
224
- "logdir": "./log",
225
- "workdir": "./run",
226
- "output_base_name": "$HOME/qlc/output/GMD",
227
- "station_file": "$HOME/qlc/obs/data/Asia_station_list.csv",
228
- "obs_path": "$HOME/qlc/obs",
229
- "obs_dataset_type": "NNDMN",
230
- "mod_path": "$HOME/qlc/mod/",
231
- "model": "ifs",
232
- "experiments": "b2rn,iqi9,b2ro",
233
- "exp_labels": "NO_E4C,REF,E4C",
234
- "start_date": "2018-12-01",
235
- "end_date": "2018-12-31",
236
- "variable": "HNO3,NO3_as,NH4_as,NH3",
237
- "station_radius_deg": 0.5,
238
- "plot_type": "",
239
- "plot_region": "Asia",
240
- "time_average": "daily, weekly",
241
- "station_plot_group_size": 5,
242
- "show_stations": false,
243
- "show_min_max": true,
244
- "log_y_axis": false,
245
- "fix_y_axis": true,
246
- "force_full_year": true,
247
- "show_station_map": true,
248
- "load_station_timeseries_obs": false,
249
- "show_station_timeseries_obs": false,
250
- "show_station_timeseries_mod": false,
251
- "show_station_timeseries_com": true,
252
- "save_plot_format": "pdf",
253
- "save_data_format": "nc",
254
- "multiprocessing": true,
255
- "n_threads": "20",
256
- "debug": false,
257
-
258
- "global_attributes": {
259
- "title": "Air pollutants over Asia, HNO3,NO3_as,NH4_as,NH3",
260
- "summary": "NNDMN monthly observations for selected Asia stations.",
261
- "author": "Swen Metzger, sm@researchconcepts.io",
262
- "history": "Processed for CAMS2_35bis (dev 1.2)",
263
- "Conventions": "CF-1.8"
264
- }
265
- }
266
- ]