From 5ef462dce4ec88d08dd1333b6bc8f39c9a91c247 Mon Sep 17 00:00:00 2001 From: mle2718 Date: Fri, 27 Dec 2024 11:27:58 -0500 Subject: [PATCH] turn off pauses. Set for 2025 regs. --- .../processing/annual/cod_weights_using_OpenClose.do | 2 +- .../processing/batch_file_to_process_OpenClose_mrip_data.do | 4 ++-- .../processing/batch_file_to_process_annual_mrip_data.do | 5 +---- .../processing/process_wrapper.do | 6 +++--- .../processing/process_wrapper_lengths_by_mode.do | 6 +++--- 5 files changed, 10 insertions(+), 13 deletions(-) diff --git a/stata_code/data_extraction_processing/processing/annual/cod_weights_using_OpenClose.do b/stata_code/data_extraction_processing/processing/annual/cod_weights_using_OpenClose.do index 763bf13..b987c71 100644 --- a/stata_code/data_extraction_processing/processing/annual/cod_weights_using_OpenClose.do +++ b/stata_code/data_extraction_processing/processing/annual/cod_weights_using_OpenClose.do @@ -1,4 +1,4 @@ - +pause off global cod_lwa 0.000005132 global cod_lwb 3.1625 diff --git a/stata_code/data_extraction_processing/processing/batch_file_to_process_OpenClose_mrip_data.do b/stata_code/data_extraction_processing/processing/batch_file_to_process_OpenClose_mrip_data.do index 615d0a0..2e2efc5 100644 --- a/stata_code/data_extraction_processing/processing/batch_file_to_process_OpenClose_mrip_data.do +++ b/stata_code/data_extraction_processing/processing/batch_file_to_process_OpenClose_mrip_data.do @@ -25,7 +25,7 @@ In order to do a data update, you will need to: CHECK for missing waves in the "ab1_lengths", catch totals, catch frequencies. */ - +pause off global my_outputdir "${data_main}/MRIP_$vintage_string/annual" capture mkdir "$my_outputdir" @@ -43,7 +43,7 @@ global working_year 2019 global working_year 2020 global working_year 2021 global working_year 2022 -global working_year 2023 +global working_year 2024 local year $working_year global wavelist 1 2 3 4 5 6 diff --git a/stata_code/data_extraction_processing/processing/batch_file_to_process_annual_mrip_data.do b/stata_code/data_extraction_processing/processing/batch_file_to_process_annual_mrip_data.do index 2ba3a07..ea9f528 100644 --- a/stata_code/data_extraction_processing/processing/batch_file_to_process_annual_mrip_data.do +++ b/stata_code/data_extraction_processing/processing/batch_file_to_process_annual_mrip_data.do @@ -39,11 +39,8 @@ capture mkdir "$my_outputdir" /* Use these to control the years and species for which the MRIP data is polled/queried*/ /********************************************************************************/ /********************************************************************************/ -global working_year 2019 -global working_year 2020 -global working_year 2021 -global working_year 2022 global working_year 2023 +global working_year 2024 local year $working_year global wavelist 1 2 3 4 5 6 diff --git a/stata_code/data_extraction_processing/processing/process_wrapper.do b/stata_code/data_extraction_processing/processing/process_wrapper.do index b485937..2df06ca 100644 --- a/stata_code/data_extraction_processing/processing/process_wrapper.do +++ b/stata_code/data_extraction_processing/processing/process_wrapper.do @@ -19,13 +19,13 @@ global stacked_month "${workdir}/stacked_monthly" capture mkdir "$stacked_month" /*this global controls a few other subfiles*/ -global this_working_year 2023 +global this_working_year 2024 -global process_list 2021 2022 2023 +global process_list 2024 *global stacked_dir "${workdir}/stacked_monthly" -global BLAST_DIR "${BLAST_root}/cod_haddock_fy2024/source_data/mrip" +global BLAST_DIR "${BLAST_root}/cod_haddock_fy2025/source_data/mrip" diff --git a/stata_code/data_extraction_processing/processing/process_wrapper_lengths_by_mode.do b/stata_code/data_extraction_processing/processing/process_wrapper_lengths_by_mode.do index a3e7a7c..b1b3350 100644 --- a/stata_code/data_extraction_processing/processing/process_wrapper_lengths_by_mode.do +++ b/stata_code/data_extraction_processing/processing/process_wrapper_lengths_by_mode.do @@ -25,13 +25,13 @@ capture mkdir "$modedir" /*this global controls a few other subfiles*/ -global this_working_year 2023 +global this_working_year 2024 -global process_list 2023 +global process_list 2024 *global stacked_dir "${workdir}/stacked_monthly" -global BLAST_DIR "${BLAST_root}/cod_haddock_fy2024/source_data/mrip" +global BLAST_DIR "${BLAST_root}/cod_haddock_fy2025/source_data/mrip"