.king: Difference between revisions
Shawnwagner (talk | contribs) |
Shawnwagner (talk | contribs) |
||
Line 57: | Line 57: | ||
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 | ==king2lwc (Level 3)== | ||
'''Purpose''' | '''Purpose''' | ||
To calculate the liquid water content for the king probe using a correction factor for the baseline voltage. | To calculate the liquid water content for the king probe using a correction factor for the baseline voltage and call all necessary subroutines. | ||
'''Required Input Files''' | '''Required Input Files''' |
Revision as of 21:37, 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 (Level 3)
Purpose
To calculate the liquid water content for the king probe using a correction factor for the baseline voltage and call all necessary subroutines.
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_07.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