8.2.3. Collection of Data

8.2.3. Collection of Data

Computer based technique length frequency samples are used for the model. In addition randomly varying elements of biological system are also simulated. This model involves 5 steps.

Before using this simulation model, the length frequency of fish sample need to be collected. The number of fish in each length need to be simulated. This should be taken random only.

This model is called as “Monte carlo” because of the drawing numbers at random from a population done with roulette. Thus a tool is generated to simulate random sampling. Because of this it is called “Random Number Generator” (RND).

Usually in RND the mean value is taken as 0.5 and the variance is 1/12. The RND, RND2, RND3……….. RNDn are designated as n calls of RND. Each RND gives a random number. The seem of RNDn is expressed as 

X = $${1\over {\sqrt{n\12}}$$$${\sum_{i=1}^nRND_{1} - 0.5}$$

and this will have the mean value 0 and variance 1, for ……….. value of n.

For accuracy of result, ‘x’ should be approximately distributed and ‘n’ should be larger. If many random numbers are produced in the program, the mean value and variance of these numbers will move closer to “o” and “1” respectively.

Step 1

Pt = [ 1/tmax if t=0,1,2 …….. tmax]

t max is the maximum age of a fish can reach. This is taken as input. The age t is drawn from probability distribution and it pertains to the birth rate. The birth rate is taken as year and month. The probability will be generalized as

pt = Cyi/ $$\sum$$Cyi

Where Cyi is the year class strength for class i.

In the probability distribution, it is assumed that recruitment remains constant from year to year. If variations occur in recruitment, this should be done by drawing ages (t) from a set of pre specified distributions, one for each year of recruitment.

Step 2

If the fish species spawns all the year round, naturally recruitment occurs throughout the year. Here the number of recruits entering stock is taken as first day of each month, the drawing of the month of birth is similar to drawing of age.

Pt = 1/12 (for 12 months / year)

Here, the seasonality of recruitment , when more pronounced, the relative recruitment strength (R1) has to be considered. The probability distribution can be expressed as

Pt = R’I / $$\sum$$R’i

R’ is the relative monthly recruitment strength.

Monthly recruitment = (1/12).

(R’I / $$\sum$$R’i ) Nmax

Nmax the maximum number of recruits in a particular month of a period. The monthly recruitment is considered as absolute number of recruits.

Step 3

In step 3, the growth parameters such as L$$\infty$$, K, C and Wp should be calculated with prespecified mean values as standard deviation as inputs.

Step 4

From the age of the fish, the probability survival is calculated and cumulative total mortality should be calculated for all months.

The cumulative total mortality can be calculated as

Z = $$\sum$$Fmax PLi + Mi

Fmax = Maximum fishing mortality of fish exposed during its life.

M = Natural mortality

P = Product of left hand selection and right hand selection.

Usually left hand selection accounts in gear selection of small fish, which escapes through the meshes of a trawl, while right hand selection is the gear selection of larger fish, not caught in gill net or migration out of the fishing grounds.

PL= [1/1 +e (S1+S2-L1)] . 1-[1/1 +e (S1+S2-L1)]

When

S1 = in (3) . L50 / (L75-L50)

S2 = - S1/L50

S3 = in (3) . R50 / (R75-R50)

S4 = - S3/R50

When L50 and L75 are the length in which 50 and 75 percent of the fish are available for left hand selection and R50 and R75 are the lengths in which 50 and 75 percent respectively of the fish are not available due to right hand selection.

Pt = e-Z

Pt = probability of survival.

By this distribution, it could be decided to include or exclude a fish in the sample.

Step 5

Pt = PL

To include or exclude a fish from the sample is determined from probability distribution.

PL is the fraction of the stock of length L that is available to the fishery. PL infers that some fish are not available to the fishery because they have not been recruited to the fishing grounds and while other fish are not caught because of gear selection. Usually PL is the value of a resultant curve which is product of the curve expressing the recruitment to the fishing ground and the gear selection proper.

Step 6

With the desired number of samples, simulation has to be determined on desired samples are to be added up if the desired samples not enough, the process should be repeated from step 1 onwards.

The length frequency data need to be saved in a file or printed as output of the simulation process.

Last modified: Friday, 22 June 2012, 10:36 AM