.:dmtccnc:home: Difference between revisions

From ADPAA
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
=== process_day_dmtccnc ===
==process_raw (Level 2)==


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


Convert all DMT CCNC files for the day to a useable format and process them all at once
Extracts *.serialc.dmtccnc.raw and *.serialh.dmtccnc.raw from SEA M300 data system file (*.sea).


'''Required input files'''
'''Required Input Files'''


*.csv
<nowiki>*.sea</nowiki>


'''Output files'''
'''Output Files'''


*.serialc.dmtccnc.raw
<nowiki>*.serialc.dmtccnc.raw</nowiki>
*.serialh.dmtccnc.raw
 
*.dmtccn_conc.raw
<nowiki>*.serialh.dmtccnc.raw</nowiki>
*.dmtccn_conc_avg.raw
 
*.dmtccn_ss_efit.raw
==dmtccnc2stp (Level 4)==
 
'''Purpose'''
 
Determines the Droplet Measurement Technologies (DMT) Cloud Concentration Nuclei (CCN) Counter concentration at ambient pressure and temperature, and at standard pressure and temperature.
 
'''Required Input Files'''
 
<nowiki>*.serialc.dmtccnc.raw</nowiki>
 
<nowiki>*.serialh.dmtccnc.raw</nowiki>
 
'''Optional Input Files'''
 
<nowiki>*.basic.1Hz  (Provides temperature measurement.)</nowiki>
 
<nowiki>*.physical.1Hz (Provides pressure measurement.)</nowiki>
     
Note:  If physical and basic files not provided, ambient conc can not be calculated.
 
'''Output Files'''
 
<nowiki>*.dmtccn_conc.raw</nowiki>
 
==dmtccnc2avg (Level 4)==
 
'''Purpose'''
 
Calculates the CCN concentrations by taking an average of the last 30 seconds of data before switching to a new supersaturation.
 
'''Required Input Files'''
 
<nowiki>*.dmtccn_conc.raw</nowiki>
 
'''Output Files'''
 
<nowiki>*.dmtccn_conc_avg.raw</nowiki>
 
==dmtavg2efit (Level 4)==
 
'''Purpose'''
 
The dmtavg2efit idl routines use the 30 sec averages to fit an exponential curve to the supersaturation values.
 
'''Required Input Files'''
 
<nowiki>*.dmtccn_conc_avg.raw</nowiki>
 
'''Output Files'''
 
<nowiki>*.dmtccn_ss_efit.raw</nowiki>

Latest revision as of 00:45, 16 July 2014

process_raw (Level 2)

Purpose

Extracts *.serialc.dmtccnc.raw and *.serialh.dmtccnc.raw from SEA M300 data system file (*.sea).

Required Input Files

*.sea

Output Files

*.serialc.dmtccnc.raw

*.serialh.dmtccnc.raw

dmtccnc2stp (Level 4)

Purpose

Determines the Droplet Measurement Technologies (DMT) Cloud Concentration Nuclei (CCN) Counter concentration at ambient pressure and temperature, and at standard pressure and temperature.

Required Input Files

*.serialc.dmtccnc.raw

*.serialh.dmtccnc.raw

Optional Input Files

*.basic.1Hz (Provides temperature measurement.)

*.physical.1Hz (Provides pressure measurement.)

Note: If physical and basic files not provided, ambient conc can not be calculated.

Output Files

*.dmtccn_conc.raw

dmtccnc2avg (Level 4)

Purpose

Calculates the CCN concentrations by taking an average of the last 30 seconds of data before switching to a new supersaturation.

Required Input Files

*.dmtccn_conc.raw

Output Files

*.dmtccn_conc_avg.raw

dmtavg2efit (Level 4)

Purpose

The dmtavg2efit idl routines use the 30 sec averages to fit an exponential curve to the supersaturation values.

Required Input Files

*.dmtccn_conc_avg.raw

Output Files

*.dmtccn_ss_efit.raw