We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e31d84 commit 11648f6Copy full SHA for 11648f6
mwr_raw2l1/main.py
@@ -61,7 +61,7 @@ def run(inst_config_file, nc_format_config_file=None, qc_config_file=None, conca
61
try:
62
if conf_inst['lwcl_check'] and 'do_check' in conf_inst['lwcl_check']:
63
logger.info('Liquid cloud check activated for this instrument.')
64
- conf_qc['lwcl_check'] = True
+ conf_qc['lwcl_check'] = conf_inst['lwcl_check']['do_check']
65
conf_qc['lwcl_multiplying_factor'] = conf_inst['lwcl_check']['multiplying_factor']
66
except KeyError:
67
conf_qc['lwcl_check'] = False
0 commit comments