rc-qlc 0.3.24__cp311-cp311-macosx_11_0_arm64.whl → 0.3.26__cp311-cp311-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 (84) 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/README.md +98 -62
  15. qlc/doc/USAGE.md +68 -29
  16. qlc/examples/cams_case_1/mod/b2rn/2018/b2rn_20181201-20181221_B1_pl.grb +0 -0
  17. qlc/examples/cams_case_1/mod/b2rn/2018/b2rn_20181201-20181221_C1_sfc.grb +0 -0
  18. qlc/examples/cams_case_1/mod/b2ro/2018/b2ro_20181201-20181221_B1_pl.grb +0 -0
  19. qlc/examples/cams_case_1/mod/b2ro/2018/b2ro_20181201-20181221_C1_sfc.grb +0 -0
  20. qlc/install.py +260 -106
  21. qlc/py/__main__.cpython-311-darwin.so +0 -0
  22. qlc/py/averaging.cpython-311-darwin.so +0 -0
  23. qlc/py/bias_plots.cpython-311-darwin.so +0 -0
  24. qlc/py/control.cpython-311-darwin.so +0 -0
  25. qlc/py/io.cpython-311-darwin.so +0 -0
  26. qlc/py/loadmod.cpython-311-darwin.so +0 -0
  27. qlc/py/loadobs.cpython-311-darwin.so +0 -0
  28. qlc/py/logging_utils.cpython-311-darwin.so +0 -0
  29. qlc/py/map_plots.cpython-311-darwin.so +0 -0
  30. qlc/py/matched.cpython-311-darwin.so +0 -0
  31. qlc/py/plot_config.cpython-311-darwin.so +0 -0
  32. qlc/py/plotting.cpython-311-darwin.so +0 -0
  33. qlc/py/plugin_loader.cpython-311-darwin.so +0 -0
  34. qlc/py/processing.cpython-311-darwin.so +0 -0
  35. qlc/py/scatter_plots.cpython-311-darwin.so +0 -0
  36. qlc/py/stations.cpython-311-darwin.so +0 -0
  37. qlc/py/statistics.cpython-311-darwin.so +0 -0
  38. qlc/py/style.cpython-311-darwin.so +0 -0
  39. qlc/py/timeseries_plots.cpython-311-darwin.so +0 -0
  40. qlc/py/utils.cpython-311-darwin.so +0 -0
  41. qlc/py/version.cpython-311-darwin.so +0 -0
  42. qlc/sh/qlc_A1.sh +29 -11
  43. qlc/sh/qlc_B1a.sh +1 -18
  44. qlc/sh/qlc_B2.sh +8 -1
  45. qlc/sh/qlc_C5.sh +19 -30
  46. qlc/sh/qlc_D1.sh +291 -51
  47. qlc/sh/qlc_Z1.sh +6 -6
  48. qlc/sh/qlc_batch.sh +61 -0
  49. qlc/sh/qlc_common_functions.sh +17 -29
  50. qlc/sh/qlc_main.sh +32 -26
  51. qlc/sh/tex_template/beamercolorthemeCAMS2_35.sty +51 -0
  52. qlc/sh/tex_template/beamerfontthemeCAMS2_35.sty +166 -0
  53. qlc/sh/tex_template/beamerthemeCAMS2_35.sty +25 -0
  54. qlc/sh/tex_template/subcaption.sty +170 -0
  55. qlc/sh/tex_template/template.tex +109 -0
  56. rc_qlc-0.3.26.dist-info/METADATA +178 -0
  57. rc_qlc-0.3.26.dist-info/RECORD +102 -0
  58. qlc/config/json/qlc_config_example_1a_all-obs.json +0 -237
  59. qlc/config/json/qlc_config_example_1b_all-mod.json +0 -353
  60. qlc/config/json/qlc_config_example_1c_all-coll.json +0 -266
  61. qlc/config/json/qlc_config_example_2a_all-obs.json +0 -237
  62. qlc/config/json/qlc_config_example_2b_all-mod.json +0 -353
  63. qlc/config/json/qlc_config_example_2c_all-coll.json +0 -265
  64. qlc/config/json/qlc_config_example_3a-us_obs.json +0 -82
  65. qlc/config/json/qlc_config_example_3b-us_mod.json +0 -122
  66. qlc/config/json/qlc_config_example_3c-us_coll.json +0 -46
  67. qlc/config/json/qlc_config_example_4a_eu-obs.json +0 -41
  68. qlc/config/json/qlc_config_example_4b_eu-mod.json +0 -122
  69. qlc/config/json/qlc_config_example_4c_eu-coll.json +0 -45
  70. qlc/config/qlc_cams.conf +0 -26
  71. qlc/config/qlc_test.conf +0 -26
  72. qlc/config/qlc_tex.conf +0 -107
  73. qlc/examples/cams_case_1/config/json/qlc_config.json +0 -41
  74. qlc/examples/cams_case_1/config/nml/mars_B1_pl.nml +0 -19
  75. qlc/examples/cams_case_1/mod/b2ro/2018/b2ro_20181215-20181231_A3_sfc.grb +0 -0
  76. qlc/examples/cams_case_1/mod/iqi9/2018/iqi9_20181215-20181231_A3_sfc.grb +0 -0
  77. qlc/sh/qlc_start.sh +0 -23
  78. qlc/sh/qlc_start_batch.sh +0 -46
  79. rc_qlc-0.3.24.dist-info/METADATA +0 -142
  80. rc_qlc-0.3.24.dist-info/RECORD +0 -113
  81. {rc_qlc-0.3.24.dist-info → rc_qlc-0.3.26.dist-info}/WHEEL +0 -0
  82. {rc_qlc-0.3.24.dist-info → rc_qlc-0.3.26.dist-info}/entry_points.txt +0 -0
  83. {rc_qlc-0.3.24.dist-info → rc_qlc-0.3.26.dist-info}/licenses/LICENSE +0 -0
  84. {rc_qlc-0.3.24.dist-info → rc_qlc-0.3.26.dist-info}/top_level.txt +0 -0
@@ -1,237 +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/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
- ]
@@ -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": "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
- ]