Skip to content

Commit

Permalink
turn off pauses. Set for 2025 regs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mle2718 committed Dec 27, 2024
1 parent dbf0e50 commit 5ef462d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

pause off

global cod_lwa 0.000005132
global cod_lwb 3.1625
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"



Expand Down

0 comments on commit 5ef462d

Please sign in to comment.