-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from Ned-Laman-NOAA/main
August 29 Run
- Loading branch information
Showing
3 changed files
with
127 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
GAP_PRODUCTS ChangeLog (last produced on 2024-08-29) using gapindex v2.2.0 | ||
The additions of previous years’ age data and 2024 EBS catch, effort, and size data | ||
documented in the August 20th gap_products run were partially | ||
completed in that run. The N_HAUL and N_LENGTH fields in the biomass table | ||
additions and the AREA_SWEPT_KM2 field in the cpue table additions were NULL. This | ||
was found to be an issue in how the mismatches.RDS R object was created in the | ||
check_tables.R script and has been corrected in commit (1f9d651d7edd7ad8789ffa645acd52333807ac54). | ||
To rectify this in the GAP_PRODUCTS oracle tables, these commands were executed | ||
on 8/28/2024 to revert those additions: | ||
|
||
DELETE | ||
FROM GAP_PRODUCTS.BIOMASS WHERE N_HAUL IS NULL AND N_LENGTH IS NULL; | ||
DELETE | ||
FROM GAP_PRODUCTS.CPUE WHERE AREA_SWEPT_KM2 IS NULL; | ||
commit; | ||
|
||
Records | ||
GAP_PRODUCTS.TAXONOMIC_GROUPS of SPECIES_CODE values (82691, 82741, 82740, | ||
82690) were found to be duplicated, leading to a doubling of estimated catch | ||
rates for these SPECIES_CODE values. This issue has been resolved (see commit 93b1e3360e6aae1d3c8a0c407aa8ccf807cd78db) | ||
and documented in this github issue (https://github.com/afsc-gap-products/gap_products/issues/47). | ||
|
||
Other changes to the age composition data are from updated read otoliths data for EBS | ||
Kamchatka flounder (2015, 2022), EBS Greenland turbot (2023), GOA northern rock | ||
sole (2023) and GOA northern rockfish (2023). | ||
|
||
|
||
|
||
|
||
|
||
AI Region: | ||
|
||
cpue : | ||
There are 0 new cpue records. There are 0 cpue records that were removed. There are 18 modified cpue records. | ||
|
||
biomass : | ||
There are 0 new biomass records. There are 0 biomass records that were removed. There are 83 modified biomass records. | ||
|
||
sizecomp : | ||
There are 0 new sizecomp records. There are 0 sizecomp records that were removed. There are 0 modified sizecomp records. | ||
|
||
agecomp : | ||
There are 85 new agecomp records. There are 0 agecomp records that were removed. There are 0 modified agecomp records. | ||
|
||
|
||
|
||
GOA Region: | ||
|
||
cpue : | ||
There are 0 new cpue records. There are 0 cpue records that were removed. There are 100 modified cpue records. | ||
|
||
biomass : | ||
There are 0 new biomass records. There are 0 biomass records that were removed. There are 214 modified biomass records. | ||
|
||
sizecomp : | ||
There are 0 new sizecomp records. There are 0 sizecomp records that were removed. There are 0 modified sizecomp records. | ||
|
||
agecomp : | ||
There are 1535 new agecomp records. There are 33 agecomp records that were removed. There are 28 modified agecomp records. | ||
|
||
|
||
|
||
EBS Region: | ||
|
||
cpue : | ||
There are 247418 new cpue records. There are 0 cpue records that were removed. There are 380 modified cpue records. | ||
|
||
biomass : | ||
There are 19216 new biomass records. There are 0 biomass records that were removed. There are 483 modified biomass records. | ||
|
||
sizecomp : | ||
There are 0 new sizecomp records. There are 0 sizecomp records that were removed. There are 0 modified sizecomp records. | ||
|
||
agecomp : | ||
There are 1271 new agecomp records. There are 38 agecomp records that were removed. There are 80 modified agecomp records. | ||
|
||
|
||
|
||
NBS Region: | ||
|
||
cpue : | ||
There are 0 new cpue records. There are 0 cpue records that were removed. There are 40 modified cpue records. | ||
|
||
biomass : | ||
There are 0 new biomass records. There are 0 biomass records that were removed. There are 16 modified biomass records. | ||
|
||
sizecomp : | ||
There are 0 new sizecomp records. There are 0 sizecomp records that were removed. There are 0 modified sizecomp records. | ||
|
||
agecomp : | ||
There are 0 new agecomp records. There are 0 agecomp records that were removed. There are 0 modified agecomp records. | ||
|
||
|
||
|
||
BSS Region: | ||
|
||
cpue : | ||
There are 0 new cpue records. There are 0 cpue records that were removed. There are 1 modified cpue records. | ||
|
||
biomass : | ||
There are 0 new biomass records. There are 0 biomass records that were removed. There are 3 modified biomass records. | ||
|
||
sizecomp : | ||
There are 0 new sizecomp records. There are 0 sizecomp records that were removed. There are 0 modified sizecomp records. | ||
|
||
agecomp : | ||
There are 0 new agecomp records. There are 0 agecomp records that were removed. There are 0 modified agecomp records. | ||
|
||
|
||
|
||
|