Skip to content

Commit 11648f6

Browse files
committed
correct QC activation for lwcl
1 parent 5e31d84 commit 11648f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mwr_raw2l1/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def run(inst_config_file, nc_format_config_file=None, qc_config_file=None, conca
6161
try:
6262
if conf_inst['lwcl_check'] and 'do_check' in conf_inst['lwcl_check']:
6363
logger.info('Liquid cloud check activated for this instrument.')
64-
conf_qc['lwcl_check'] = True
64+
conf_qc['lwcl_check'] = conf_inst['lwcl_check']['do_check']
6565
conf_qc['lwcl_multiplying_factor'] = conf_inst['lwcl_check']['multiplying_factor']
6666
except KeyError:
6767
conf_qc['lwcl_check'] = False

0 commit comments

Comments
 (0)