rc-qlc 0.3.24__cp310-cp310-win32.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 +285 -0
  77. qlc/py/__main__.cp310-win32.pyd +0 -0
  78. qlc/py/averaging.cp310-win32.pyd +0 -0
  79. qlc/py/bias_plots.cp310-win32.pyd +0 -0
  80. qlc/py/control.cp310-win32.pyd +0 -0
  81. qlc/py/io.cp310-win32.pyd +0 -0
  82. qlc/py/loadmod.cp310-win32.pyd +0 -0
  83. qlc/py/loadobs.cp310-win32.pyd +0 -0
  84. qlc/py/logging_utils.cp310-win32.pyd +0 -0
  85. qlc/py/map_plots.cp310-win32.pyd +0 -0
  86. qlc/py/matched.cp310-win32.pyd +0 -0
  87. qlc/py/plot_config.cp310-win32.pyd +0 -0
  88. qlc/py/plotting.cp310-win32.pyd +0 -0
  89. qlc/py/plugin_loader.cp310-win32.pyd +0 -0
  90. qlc/py/processing.cp310-win32.pyd +0 -0
  91. qlc/py/scatter_plots.cp310-win32.pyd +0 -0
  92. qlc/py/stations.cp310-win32.pyd +0 -0
  93. qlc/py/statistics.cp310-win32.pyd +0 -0
  94. qlc/py/style.cp310-win32.pyd +0 -0
  95. qlc/py/timeseries_plots.cp310-win32.pyd +0 -0
  96. qlc/py/utils.cp310-win32.pyd +0 -0
  97. qlc/py/version.cp310-win32.pyd +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.24.dist-info/METADATA +142 -0
  109. rc_qlc-0.3.24.dist-info/RECORD +113 -0
  110. rc_qlc-0.3.24.dist-info/WHEEL +5 -0
  111. rc_qlc-0.3.24.dist-info/entry_points.txt +6 -0
  112. rc_qlc-0.3.24.dist-info/licenses/LICENSE +21 -0
  113. rc_qlc-0.3.24.dist-info/top_level.txt +1 -0
@@ -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": "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
+ ]
@@ -0,0 +1,266 @@
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
+ ]