Skip to content

Commit

Permalink
Documentation Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
TCallaghan2 committed Jul 10, 2024
1 parent 4a34db0 commit d2a4d0f
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 137 deletions.
7 changes: 0 additions & 7 deletions SRC/ScallopRecruit.f90
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@
!>
!> Within the Population Dynamics portion
!>
!>
!> @subsection Rsubsec1 Implementation of random recruitment
!> Spatial fields of recruitment are generated by the software located in directory "~/UKsrc". The output files,
!> such as: "KrigingEstimates/SimDNYYYY/RandomFieldxx.txt" contain @f$n_{nodes}@f$ vectors of independent
!> random fields conditioned on survey observations from "Data/RecruitsYYYYDN.csv",
!> where xx runs from @f$1@f$ to @f$N_{rand}@f$ and @f$year@f$ 1979 to 2018.
!>
!> @subsection Rsubsec2 Interpolation Algorithm
!> The interpolation of recruit data is carried out with a Universal Kriging (UK) algorithm allowing for sampling from
!> the posterior distribution.
Expand Down
126 changes: 0 additions & 126 deletions UKsrc/RandomField.f90

This file was deleted.

2 changes: 0 additions & 2 deletions UKsrc/UniversalKriging.f90
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
!> @subsection m0p1p1 UK Configuration File
!>
!> This file is specified on the command line. It has the following parameters
!> * High Limit Factor
!> * Number of Random Fields
!> * Kriging variogram form
!> * Log Transform
!> * Power Transform Parameter
Expand Down
1 change: 0 additions & 1 deletion UKsrc/aaaUKOrder.f90
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
!> @page page1 Kriging Routines
!> @page page2 Non Linear Spatial Functions, NLSF
!> @page page3 Linear Spatial Functions, LSF
!> @page page4 Random Fields
!> @page page5 Grid Manager
! This file is strictly used to establish doxygen page order in Word or LaTex outputs instead of alphabetical
1 change: 0 additions & 1 deletion UKsrc/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ FC = gfortran
#FFLAGS = -Wall -std=f95 -fall-intrinsics -O3 -mcmodel=medium -funroll-all-loops -ffast-math -msse -msse2 -m3dnow -m64
FFLAGS = -Wall -std=f95 -fall-intrinsics -O3 -funroll-all-loops -ffast-math -m64


# For debug use these flags
#FFLAGS = -g -Wall -std=f95 -fall-intrinsics -fbounds-check

Expand Down
Binary file added docs/GeoSAMS-GUI.pdf
Binary file not shown.
Binary file added docs/GeoSAMS-Growth.pdf
Binary file not shown.
Binary file added docs/GeoSAMS-UK.pdf
Binary file not shown.

0 comments on commit d2a4d0f

Please sign in to comment.