7 resultados para FORTRAN (Computer program language)

em Aquatic Commons


Relevância:

100.00% 100.00%

Publicador:

Resumo:

This paper presents an algorithm and software (available from ICLARM) for estimating the possible amount of sunlight that may fall on any location of the earth, any day of the year, as might be required for ecological modelling.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

A computer program was developed for the identification of the teleost fish eggs that may be found in the pelagic zone of the Black Sea. The program identifies eggs of 70 species, using up to 28 descriptive characters, and may be adapted for use outside of the Black Sea.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

A review article detailing the background, development and functionality of the Windermere Profiler, a multi parameter environmental monitoring instrument for use in lakes, reservoirs and rivers. The article explains the requirement for regular data collection by the Freshwater Biological Association at Windermere. The article covers the requirements of a profiling instrument, the design considerations, the electronic circuitry, the computer program, the operation of the computer software, the profiler in use and further developments to the design. A number of figures and images accompany the article.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The different coding methods concerning artisanal collective fishing in the Ebrié lagoon, are exposed. For each computer program one example is proposed.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

A computer program has been written in order to generate a population of fishes following a Von Bertalanffy growth curve with a random Gaussian variability for birth dates and growth parameters K and L ∞. Standard deviations for these 3 parameters are chosen separately for each run. Fishing and natural mortalities are applied to this population. Using as an input parameters usually taken for yellowfin in the eastern Atlantic, the simulation suggests a standard deviation between 1 and 2 months for the birth dates in this population. It also indicates that increasing levels of fishing mortalities must produce a better agreement between age and length for the larger fish.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Population parameters of Lepturacanthus savala from the trawl catches in the north-eastern part of the Bay of Bengal, Bangladesh were investigated based on length frequency data, using complete ELEFAN computer program. The asymptotic length (Lα) and growth constant (K) were estimated to be 106.50 cm (total length) and 0.80/year respectively. Based on these growth parameters, the total mortality (Z) was estimated to be 1.89. The estimated values for natural mortality (M) and fishing mortality (F) were 1.08 and 0.81 respectively. The estimated value for the exploitation rate (E) using the length converted catch curve was 0.43. The recruitment pattern showed two peaks per year. The estimated sizes of L. savala at 25, 50 and 75% probabilities of capture were 57.49, 60.39 and 63.28 cm respectively. The estimated length weight relationship for combined sex was W=0.00093 TL(super)2.97

Relevância:

40.00% 40.00%

Publicador:

Resumo:

For2R is a collection of Fortran routines for saving complex data structures into a file that can be read in the R statistics environment with a single command.1 For2R provides both the means to transfer data structures significantly more complex than simple tables, and an archive mechanism to store data for future reference. We developed this software because we write and run computationally intensive numerical models in Fortran, C++, and AD Model Builder. We then analyse results with R. We desired to automate data transfer to speed diagnostics during working-group meetings. We thus developed the For2R interface to write an R data object (of type list) to a plain-text file. The master list can contain any number of matrices, values, dataframes, vectors or lists, all of which can be read into R with a single call to the dget function. This allows easy transfer of structured data from compiled models to R. Having the capacity to transfer model data, metadata, and results has sharply reduced the time spent on diagnostics, and at the same time, our diagnostic capabilities have improved tremendously. The simplicity of this interface and the capabilities of R have enabled us to automate graph and table creation for formal reports. Finally, the persistent storage in files makes it easier to treat model results in analyses or meta-analyses devised months—or even years—later. We offer For2R to others in the hope that they will find it useful. (PDF contains 31 pages)