.king: Difference between revisions

From ADPAA
Jump to navigation Jump to search
No edit summary
Line 28: Line 28:
  process_raw ${CoPAS_DIR}/ADTAE/TestData/FlightData/20220411_152103/PostProcessing/22_04_11_15_21_03.sea
  process_raw ${CoPAS_DIR}/ADTAE/TestData/FlightData/20220411_152103/PostProcessing/22_04_11_15_21_03.sea


==king2lwc.pro (Level 3)==
==process_raw (Level 2)==


'''Purpose'''
'''Purpose'''


To calculate the liquid water content for the king probe using a correction factor for the baseline voltage.
Extracts the King probe power data from the SEA M300 data acquisition system file (*.sea).
The process_raw script creates the *.physical.raw file which contains the power.
 
'''Subroutines'''
 
The process_raw script calls the IDL subroutine process_WMI.pro, which in turn calls the subroutine '''king''', which then calls the '''create_wcm3000_headerd0.pro''' and '''create_wcm3000_headerd1.pro''' subroutines.


'''Required Input Files'''
'''Required Input Files'''


<nowiki>*.physical.raw</nowiki> <nowiki>*.wcm_comb.raw</nowiki>
<nowiki>*.sea</nowiki>
 
'''Output Files'''
 
Among many other files, it generates:
 
*<nowiki>*.physical.raw</nowiki>
 
'''Syntax'''
 
process_raw <-d> <-v> <-vm> input_file
 
'''Example Syntax'''
 
process_raw ${CoPAS_DIR}/ADTAE/TestData/FlightData/20220411_152103/PostProcessing/22_04_11_15_21_03.sea
 
==king2lwc.pro (Level 3)==
 
'''Purpose'''


'''Optional Input Files'''
To calculate the liquid water content for the king probe using a correction factor for the baseline voltage.


<nowiki>*.CIP_V.conc.1Hz</nowiki>
'''Required Input Files'''


<nowiki>*.conc.cdp.1Hz</nowiki>
<nowiki>*.physical.raw</nowiki>, <nowiki>*.wind.raw</nowiki> or <nowiki>*.basic.raw</nowiki>, <nowiki>*.baumgardner.fssp.raw</nowiki> or <nowiki>*.conc.spp_fssp.raw</nowiki> or <nowiki>*.conc.cdp.raw</nowiki> or <nowiki>*.conc.fscdp.raw</nowiki>


'''Output Files'''
'''Output Files'''


<nowiki>*.correct.wcm.raw</nowiki>
<nowiki>*.king.raw</nowiki>


'''Syntax'''
'''Syntax'''


  [python3] wcm2correct.py [verbose=0|1] [ci_conc_file] [cdp_conc_file] wcm_file
  king2lwc [physical_file] [wind_file or basic_file] [fssp_file or cdp_file]


'''Examples'''
'''Examples'''


  wcm2correct.py verbose=1 22_04_11_15_21_03.wcm_comb.raw
  king2lwc 02_07_18_16_41_0.physical.raw 02_07_18_16_41_07.REAL.winds.raw 02_07_18_16_41_07.baumgardner.fssp.raw
 
wcm2correct.py 22_04_11_15_21_03.conc.cdp.1Hz 22_04_11_15_21_03.seriald1.wcm.raw


  wcm2correct.py verbose=1 22_04_11_15_21_03.cip_PADS.raw 22_04_11_15_21_03.seriald1.wcm.raw
  king2lwc 23_01_13_04_16_54.physical.raw 23_01_13_04_16_54.basic.raw 23_01_13_04_16_54.conc.cdp.raw

Revision as of 21:34, 26 August 2024

process_raw (Level 1)

Purpose

Extracts the King probe power data from the SEA M300 data acquisition system file (*.sea). The process_raw script creates the *.physical.raw file which contains the power.

Subroutines

The process_raw script calls the IDL subroutine process_WMI.pro, which in turn calls the subroutine king, which then calls the create_wcm3000_headerd0.pro and create_wcm3000_headerd1.pro subroutines.

Required Input Files

*.sea

Output Files

Among many other files, it generates:

  • *.physical.raw

Syntax

process_raw <-d> <-v> <-vm> input_file

Example Syntax

process_raw ${CoPAS_DIR}/ADTAE/TestData/FlightData/20220411_152103/PostProcessing/22_04_11_15_21_03.sea

process_raw (Level 2)

Purpose

Extracts the King probe power data from the SEA M300 data acquisition system file (*.sea). The process_raw script creates the *.physical.raw file which contains the power.

Subroutines

The process_raw script calls the IDL subroutine process_WMI.pro, which in turn calls the subroutine king, which then calls the create_wcm3000_headerd0.pro and create_wcm3000_headerd1.pro subroutines.

Required Input Files

*.sea

Output Files

Among many other files, it generates:

  • *.physical.raw

Syntax

process_raw <-d> <-v> <-vm> input_file

Example Syntax

process_raw ${CoPAS_DIR}/ADTAE/TestData/FlightData/20220411_152103/PostProcessing/22_04_11_15_21_03.sea

king2lwc.pro (Level 3)

Purpose

To calculate the liquid water content for the king probe using a correction factor for the baseline voltage.

Required Input Files

*.physical.raw, *.wind.raw or *.basic.raw, *.baumgardner.fssp.raw or *.conc.spp_fssp.raw or *.conc.cdp.raw or *.conc.fscdp.raw

Output Files

*.king.raw

Syntax

king2lwc [physical_file] [wind_file or basic_file] [fssp_file or cdp_file]

Examples

king2lwc 02_07_18_16_41_0.physical.raw 02_07_18_16_41_07.REAL.winds.raw 02_07_18_16_41_07.baumgardner.fssp.raw
king2lwc 23_01_13_04_16_54.physical.raw 23_01_13_04_16_54.basic.raw 23_01_13_04_16_54.conc.cdp.raw