diff --git a/stata_code/data_extraction_processing/processing/batch_file_to_process_monthly_mrip_data.do b/stata_code/data_extraction_processing/processing/batch_file_to_process_monthly_mrip_data.do index 03a92be..257987a 100644 --- a/stata_code/data_extraction_processing/processing/batch_file_to_process_monthly_mrip_data.do +++ b/stata_code/data_extraction_processing/processing/batch_file_to_process_monthly_mrip_data.do @@ -330,11 +330,11 @@ do "${processing_code}/monthly/cod_haddock_directed_trips_by_month.do" -do "${processing_code}/monthly/cod_haddock_directed_trips_by_month_mode.do" +do "${processing_code}/mode/cod_haddock_directed_trips_by_month_mode.do" -do "${processing_code}/monthly/cod_haddock_directed_trips_by_month_disagg_mode.do" +do "${processing_code}/mode/cod_haddock_directed_trips_by_month_disagg_mode.do" diff --git a/stata_code/data_extraction_processing/processing/catch_summaries.txt b/stata_code/data_extraction_processing/processing/catch_summaries.txt index 17a83d6..2a4d404 100644 --- a/stata_code/data_extraction_processing/processing/catch_summaries.txt +++ b/stata_code/data_extraction_processing/processing/catch_summaries.txt @@ -29,7 +29,7 @@ dyndoc "$processing_code/catch_summaries.txt", saving($my_results/catch_summarie <> /* If you dyndoc this right after running your MRIP data processing code, you can comment this out.*/ do $MRIP_BLAST -global vintage_string 2023_11_08 +global vintage_string 2023_12_18 global my_outputdir "${data_main}/MRIP_$vintage_string/monthly" global FY_dir "${data_main}/MRIP_$vintage_string/fishing_years" @@ -56,10 +56,10 @@ global hadd_recACL2023=610 global cod_recACL2023=192 -global mrip_vintage "2023_11_08" +global mrip_vintage "2023_12_18" -global hadd_recACL2024=0 -global cod_recACL2024=0 +global hadd_recACL2024=759 +global cod_recACL2024=192 <> ~~~~