Skip to content

Commit 5a7bbb3

Browse files
cleaned up polly.global
1 parent 4a31d5f commit 5a7bbb3

1 file changed

Lines changed: 107 additions & 92 deletions

File tree

lib/config/polly_global_config.json

Lines changed: 107 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,38 @@
1616
"flagMolDepolCali": false,
1717
"flagTransCor": true,
1818
"flagUseTheoreticalMDR": false,
19-
20-
"MWRFolder": "",
19+
"flagUseLatestGDAS": true,
2120

2221
"dataFileFormat": "(?<year>\\d{4})_(?<month>\\d{2})_(?<day>\\d{2})_\\w*_(?<hour>\\d{2})_(?<minute>\\d{2})_(?<second>\\d{2})\\w*.nc",
2322
"gdas1Site": "",
23+
24+
"meteorDataSource": "nc_cloudnet",
25+
"meteo_folder": "/lacroshome/cloudnet/data/mindelo/calibrated/ecmwf",
2426
"meteorDataSource": "gdas1",
2527
"meteo_folder": "/data/level1a/model/gdas1/profiles",
2628
"AERONETSite": "",
29+
"radiosondeType": 1,
30+
"radiosondeSitenum": 14430,
31+
"IWV_instrument": "mwr_cloudnet",
32+
"maxIWVTLag": 0.0833,
33+
"MWRFolder": "/data/level1b/cloudnetpy/products/SITENAME",
34+
"angstrexp_NR": 1.0,
35+
"angstrexp": 1.0,
2736

2837
"max_height_bin": 3000,
29-
"first_range_gate_indx": [251, 251, 251, 251, 251, 251, 251, 251, 252, 252, 252, 252, 252],
38+
"cloudScreenMode": 1,
39+
"maxSigSlope4FilterCloud": 0.7e5,
40+
"maxSigSlope4FilterCloud_NR": 0.7e5,
41+
42+
"overlapCalMode": 2,
43+
"overlapCorMode": 2,
44+
"overlapSmoothBins": 8,
45+
46+
"intNProfiles": 120,
47+
"minIntNProfiles": 60,
48+
49+
"init_depAng": 0,
50+
"first_range_gate_indx": [251, 251, 251, 251, 251, 251, 251, 251, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252],
3051
"first_range_gate_height": 3.75,
3152
"deltaT": 30,
3253
"dtCorModeLabel": ["Polynomial coefficients stores in netcdf file", "nonparalyzable correction", "User defined polynomial cofficients"],
@@ -50,25 +71,33 @@
5071
"bgCorRangeIndx": [10, 240],
5172
"mask_SNRmin": [0.5, 0.5, 0.5, 0.01, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5],
5273
"tempCorFunc": ["1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"],
53-
"init_depAng": 999,
54-
"depol_cali_mode": 2,
74+
75+
"depol_cali_mode": 1,
76+
"TR": [1.04, 500, 1, 1, 1.01, 1500, 1, 1, 1, 1, 1, 1, 1, 1, 500, 1, 1, 1, 1, 500, 1],
77+
"G": [-999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999 ],
78+
"H": [-999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999 ],
79+
"K": [-999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999 ],
80+
"voldepol_error_355": [-999, -999, -999 ],
81+
"voldepol_error_532": [-999, -999, -999 ],
82+
"voldepol_error_1064": [-999, -999, -999 ],
5583
"depol_cal_time_fixed_p_start": [""],
5684
"depol_cal_time_fixed_p_end": [""],
5785
"depol_cal_time_fixed_m_start": [""],
5886
"depol_cal_time_fixed_m_end": [""],
5987
"maskDepCalAng": ["none", "none", "p", "p", "p", "p", "p", "p", "p", "p", "none", "n", "n", "n", "n", "n", "n", "n", "n"],
88+
6089
"depol_cal_minbin_532": 100,
6190
"depol_cal_maxbin_532": 300,
6291
"depol_cal_SNRmin_532": [1, 1, 1, 1],
63-
"depol_cal_sigMax_532": [1500, 1500, 1500, 1500],
92+
"depol_cal_sigMax_532": [2000, 2000, 2000, 2000],
6493
"rel_std_dplus_532": 0.2,
6594
"rel_std_dminus_532": 0.2,
6695
"depol_cal_segmentLen_532": 40,
6796
"depol_cal_smoothWin_532": 8,
6897
"depol_cal_minbin_355": 100,
6998
"depol_cal_maxbin_355": 300,
70-
"depol_cal_SNRmin_355": [2, 2, 2, 2],
71-
"depol_cal_sigMax_355": [1000, 1000, 1000, 1000],
99+
"depol_cal_SNRmin_355": [1, 1, 1, 1],
100+
"depol_cal_sigMax_355": [2000, 2000, 2000, 2000],
72101
"rel_std_dplus_355": 0.2,
73102
"rel_std_dminus_355": 0.2,
74103
"depol_cal_segmentLen_355": 40,
@@ -81,73 +110,57 @@
81110
"rel_std_dminus_1064": 0.2,
82111
"depol_cal_segmentLen_1064": 40,
83112
"depol_cal_smoothWin_1064": 8,
84-
"isFR": [1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0],
85-
"isNR": [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0],
86-
"is532nm": [0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0],
87-
"isRR": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
88-
"is355nm": [1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0],
89-
"is1064nm": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
90-
"isTot": [1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0],
91-
"isCross": [0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0],
92-
"isParallel": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
93-
"is387nm": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0],
94-
"is407nm": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0],
95-
"is607nm": [0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0],
96-
"is1058nm": [0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0],
113+
"isFR": [1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0],
114+
"isNR": [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0],
115+
"is532nm": [0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
116+
"is355nm": [1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
117+
"is1064nm": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0],
118+
"isTot": [1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
119+
"isCross": [0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0],
120+
"isRR": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0],
121+
"isParallel": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
122+
"is387nm": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0],
123+
"is407nm": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
124+
"is607nm": [0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
125+
"is1058nm": [],
97126
"minSNR_4_sigNorm": [],
127+
"heightFullOverlap": [900, 900, 900, 900, 800, 800, 800, 800, 150, 150, 150, 150, 150, 800, 800,800, 900, 900, 900, 900, 800],
128+
98129
"channelTags": [],
99-
"channelTag": ["FR-total-355 nm", "FR-cross-355 nm", "FR-387 nm", "FR-407 nm", "FR-total-532 nm", "FR-cross-532 nm", "FR-607 nm", "FR-total-1064 nm", "NR-total-532 nm", "NR-607 nm", "NR-total-355 nm", "NR-387 nm", "unknown"],
130+
"channelTag": ["FR-total-355 nm", "FR-cross-355 nm", "FR-387 nm", "FR-407 nm", "FR-total-532 nm", "FR-cross-532 nm", "FR-607 nm", "FR-total-1064 nm", "NR-total-532 nm", "NR-607 nm", "NR-total-355 nm", "NR-387 nm", "DFOV","1058","1064s","none", "none", "none", "none", "none", "none"],
131+
100132
"minPC_fog": 60,
101-
"TR": [0.898, 1086, 1, 1, 1.45, 778.8, 1, 1, 1, 1, 1, 1, 1],
102-
"G": [-999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999 ],
103-
"H": [-999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999 ],
104-
"K": [-999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999, -999 ],
105-
"voldepol_error_355": [-999, -999, -999 ],
106-
"voldepol_error_532": [-999, -999, -999 ],
107-
"voldepol_error_1064": [-999, -999, -999],
108-
"overlapCalMode": 1,
109-
"overlapCorMode": 3,
110-
"overlapSmoothBins": 8,
133+
111134
"saturate_thresh": 100,
112-
"heightFullOverlap": [500, 500, 500, 500, 500, 500, 500, 500, 150, 150, 150, 150, 150],
113-
"minSNR_4_sigNorm": [10],
114-
"cloudScreenMode": 1,
115-
"maxSigSlope4FilterCloud": 3e6,
116-
"maxSigSlope4FilterCloud_NR": 4e5,
117-
"intNProfiles": 120,
118-
"minIntNProfiles": 90,
119-
"meteorDataSource": "gdas1",
120-
"flagUseLatestGDAS": true,
121-
"radiosondeType": 1,
122-
"radiosondeSitenum": 14430,
123-
"minDecomLogDist355": 0.2,
124-
"minDecomLogDist532": 0.2,
125-
"minDecomLogDist1064": 0.2,
126-
"maxDecomHeight355": 10000,
127-
"maxDecomHeight532": 10000,
128-
"maxDecomHeight1064": 10000,
129-
"maxDecomThickness355": 1500,
130-
"maxDecomThickness532": 1500,
131-
"maxDecomThickness1064": 1500,
132-
"decomSmoothWin355": 40,
135+
136+
"minDecomLogDist355": 2,
137+
"minDecomLogDist532": 2,
138+
"minDecomLogDist1064": 2,
139+
"maxDecomHeight355": 18000,
140+
"maxDecomHeight532": 18000,
141+
"maxDecomHeight1064": 25000,
142+
"maxDecomThickness355": 6000,
143+
"maxDecomThickness532": 3000,
144+
"maxDecomThickness1064": 2000,
145+
"decomSmoothWin355": 80,
133146
"decomSmoothWin532": 40,
134-
"decomSmoothWin1064": 120,
135-
"minRefThickness355": 700,
136-
"minRefThickness532": 700,
137-
"minRefThickness1064": 700,
138-
"minRefDeltaExt355": 1,
139-
"minRefDeltaExt532": 1,
140-
"minRefDeltaExt1064": 1,
147+
"decomSmoothWin1064": 30,
148+
"minRefThickness355": 1000,
149+
"minRefThickness532": 600,
150+
"minRefThickness1064": 300,
151+
"minRefDeltaExt355": 11,
152+
"minRefDeltaExt532": 11,
153+
"minRefDeltaExt1064":11,
141154
"refH_FR_355": [],
142155
"refH_FR_532": [],
143156
"refH_FR_1064": [],
144157
"refH_NR_355": [2500, 3000],
145158
"refH_NR_532": [2500, 3000],
146-
"minRefSNR355": 10,
159+
"minRefSNR355": 5,
147160
"minRefSNR532": 5,
148-
"minRefSNR1064": 3,
149-
"minRefSNR_NR_355": 10,
150-
"minRefSNR_NR_532": 5,
161+
"minRefSNR1064": 0.5,
162+
"minRefSNR_NR_355": 3,
163+
"minRefSNR_NR_532": 3,
151164
"LR355": 50,
152165
"LR532": 50,
153166
"LR1064": 50,
@@ -170,30 +183,28 @@
170183
"minLRConstrainFernald": 1,
171184
"maxLRConstrainFernald": 150,
172185
"minDeltaAOD": 0.01,
173-
"minRamanRefSNR355": 50,
174-
"minRamanRefSNR532": 20,
175-
"minRamanRefSNR1064": 10,
176-
"minRamanRefSNR387": 40,
177-
"minRamanRefSNR607": 20,
178-
"minRamanRefSNR_NR_355": 50,
179-
"minRamanRefSNR_NR_532": 20,
180-
"minRamanRefSNR_NR_387": 40,
181-
"minRamanRefSNR_NR_607": 20,
186+
"minRamanRefSNR355": 5,
187+
"minRamanRefSNR532": 4,
188+
"minRamanRefSNR1064": 0.5,
189+
"minRamanRefSNR387": 3,
190+
"minRamanRefSNR607": 2,
191+
"minRamanRefSNR_NR_355": 2,
192+
"minRamanRefSNR_NR_532": 4,
193+
"minRamanRefSNR_NR_387": 2,
194+
"minRamanRefSNR_NR_607": 2,
182195
"min_RR_RefSNR1058": 0,
183-
"angstrexp": 0.9,
184-
"angstrexp_NR": 0.9,
196+
185197
"LCMeanWindow": 50,
186-
"LCMeanMinIndx": 70,
198+
"LCMeanMinIndx": 150,
187199
"LCMeanMaxIndx": 1000,
188200
"LCCalibrationStatus": ["none", "Klett", "Raman", "Defaults", "History"],
189-
"quasi_smooth_h": [8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8],
190-
"quasi_smooth_t": [10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10],
191-
"IWV_instrument": "AERONET",
192-
"maxIWVTLag": 0.0833,
201+
"quasi_smooth_h": [10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10],
202+
"quasi_smooth_t": [10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10],
203+
193204
"tTwilight": 0.0347,
194205
"hWVCaliBase": 120,
195206
"hWVCaliTop": 8000,
196-
"minSNRWVCali": 10,
207+
"minSNRWVCali": 1,
197208

198209
"clear_thres_par_beta_1064": 1e-8,
199210
"turbid_thres_par_beta_1064": 2e-7,
@@ -221,7 +232,7 @@
221232
"xLim_Profi_WVMR": [0, 50],
222233
"xLim_Profi_RCS": [0.3, 1000],
223234
"xLim_Profi_LR": [0, 120],
224-
"xLim_Profi_AE": [-1,2],
235+
"xLim_Profi_AE": [-1,3],
225236
"xLim_beta_532_Poliphon": [0, 10],
226237
"yLim_beta_532_Poliphon": [0, 8000],
227238
"yLim_LC_355": [0, 1e14],
@@ -231,6 +242,9 @@
231242
"yLim_LC_607": [0, 3e14],
232243
"yLim_LC_355_NR": [0, 1e13],
233244
"yLim_LC_532_NR": [0, 2e13],
245+
"yLim_LC_ratio_355_387": [0, 2],
246+
"yLim_LC_ratio_532_607": [0, 2],
247+
234248
"yLim_WVConst": [0, 40],
235249
"yLim_FR_RCS": [0, 20000],
236250
"yLim_NR_RCS": [0, 3000],
@@ -245,20 +259,21 @@
245259
"yLim_Profi_DR": [0, 20000],
246260
"yLim_Profi_Bsc": [0, 20000],
247261
"yLim_Profi_WV_RH": [0, 7000],
248-
"yLim_LC_ratio_355_387": [0, 2],
249-
"yLim_LC_ratio_532_607": [0, 2],
262+
"yLim_all_profiles_high_range": [0, 18000],
263+
"yLim_all_profiles_low_range": [0, 5000],
264+
265+
250266
"yLim_depolConst_355": [0, 50],
251267
"yLim_depolConst_532": [0, 50],
252-
"yLim_depolConst_1064": [0, 50],
268+
"yLim_depolConst_1064": [0, 10],
253269
"yLim_cloudinfo": [0, 2000],
254-
"yLim_all_profiles_high_range": [0, 18000],
255-
"yLim_all_profiles_low_range": [0, 5000],
270+
256271
"zLim_att_beta_355": [0, 15],
257272
"zLim_att_beta_532": [0, 5],
258273
"zLim_att_beta_1064": [0, 2],
259-
"zLim_quasi_beta_355": [0, 10],
260-
"zLim_quasi_beta_532": [0, 6],
261-
"zLim_quasi_beta_1064": [0, 3],
274+
"zLim_quasi_beta_355": [0, 10e-6],
275+
"zLim_quasi_beta_532": [0, 6e-6],
276+
"zLim_quasi_beta_1064": [0, 3e-6],
262277
"zLim_quasi_Par_DR_532": [0, 0.4],
263278
"zLim_quasi_ANG": [-1,3],
264279
"zLim_FR_RCS_355": [1e-2, 30],
@@ -291,12 +306,12 @@
291306
"Data_Originator_email": "",
292307
"comment": "",
293308

309+
"partnerLabel": "",
310+
"calibrationDB": "polly_calibration.db",
294311
"logbookFile": "",
295312
"logbookPath": "",
296313
"logbookFileName": "",
297314
"radiosondeFolder": "",
298-
"calibrationDB": "polly_calibration.db",
299315
"imgFormat": "png",
300-
"partnerLabel": "",
301316
"prodSaveList": ["overlap", "aerProfFR", "aerProfNR", "aerProfOC", "aerAttBetaFR", "aerAttBetaOC", "aerAttBetaNR", "WVMR_RH", "volDepol", "quasiV1", "quasiV2", "TC", "TCV2", "cloudinfo", "poliphon_one","RCS"]
302317
}

0 commit comments

Comments
 (0)