.king: Difference between revisions
Shawnwagner (talk | contribs) |
Shawnwagner (talk | contribs) 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 | ||
== | ==process_raw (Level 2)== | ||
'''Purpose''' | '''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''' | '''Required Input Files''' | ||
<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''' | |||
To calculate the liquid water content for the king probe using a correction factor for the baseline voltage. | |||
'''Required Input Files''' | |||
<nowiki>*.conc.cdp. | <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>*. | <nowiki>*.king.raw</nowiki> | ||
'''Syntax''' | '''Syntax''' | ||
[ | king2lwc [physical_file] [wind_file or basic_file] [fssp_file or cdp_file] | ||
'''Examples''' | '''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 |
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