Skip to content

Commit

Permalink
Update Startup Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
TCallaghan2 committed Jul 10, 2024
1 parent d2a4d0f commit ad8ec3e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SRC/ScallopMortality.f90
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ subroutine Mortality_Write_At_Timestep(year, ts, state_mat, weight_grams, mortal
& + fishing_effort(loc) * ( mortality(loc)%selectivity(1:num_size_classes) &
& + mortality(loc)%incidental + mortality(loc)%discard(1:num_size_classes) )

abundance(loc) = sum(state_mat(loc,1:num_size_classes)) ! scallops per sq meter
abundance(loc) = sum(state_mat(loc,1:num_size_classes))*grid_area_sqm ! scallops
bms(loc) = dot_product(state_mat(loc,1:num_size_classes), weight_grams(loc,1:num_size_classes) / grams_per_metric_ton) ! metric tons per sq meter
enddo

Expand Down
Binary file modified docs/GeoSamsStartup.docx
Binary file not shown.
Binary file modified docs/GeoSamsStartup.pdf
Binary file not shown.

0 comments on commit ad8ec3e

Please sign in to comment.