Skip to content

Commit

Permalink
data and acl updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mle2718 committed Dec 18, 2023
1 parent 24773d4 commit 9ee5b72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dyndoc "$processing_code/catch_summaries.txt", saving($my_results/catch_summarie
<<dd_do:quietly>>
/* 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"
Expand All @@ -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

<</dd_do>>
~~~~
Expand Down

0 comments on commit 9ee5b72

Please sign in to comment.