Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdaniels authored Aug 16, 2024
1 parent 6a2bcea commit 61e59d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Estimating methane emission durations using continuous monitoring systems (CMS)

Repository contains code used to estimate methane emission durations using concentration observations from a network of point-in-space continuous monitoring systems. The main body of code is contained in the "MAIN_1_estimate_durations.R" file found in the "code" directory. The "HELPER" file contains functions used by the "MAIN" script. The "MAIN_2_analyze_results" file makes all of the plots for the accompanying manuscript. The "METEC_evaluation.R" script produces the METEC evaluation plots in the accompanying manuscript.
Repository contains code used to estimate methane emission durations using concentration observations from a network of point-in-space continuous monitoring systems. The main body of code is contained in the "MAIN_1_estimate_durations.R" file found in the "code" directory. The "HELPER" file contains functions used by the "MAIN" script. The "MAIN_2_analyze_controlled_release_results" file makes all of the plots for the accompanying manuscript related to the controlled release evaluations. The "MAIN_3_analyze_case_study_results" file makes all of the plots for the accompanying manuscript related to the real data case study.

The "MAIN_1_estimate_durations" file takes simulated concentration data and concentration observations as input. The file format must match the output of the "MAIN_1_simulate.R" file from the following repository: https://github.com/wsdaniels/DLQ. Example input files for the case study and METEC evaluation are provided in the "input_data" directory.

Expand Down

0 comments on commit 61e59d2

Please sign in to comment.