[root]/hormones_v2/stochastic_trunk
For publication
(0 files, 0 lines)
Tools
(4 files, 3700 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 286 (100.0%) | 10765 (100.0%) | 37.6 |
cje012 | 261 (91.3%) | 9934 (92.3%) | 38.0 |
sbu062 | 16 (5.6%) | 687 (6.4%) | 42.9 |
nzlcj | 9 (3.1%) | 144 (1.3%) | 16.0 |
Deleted folder that was no longer needed
23 lines of code changed in 1 file:
Removed settings for double precision
1 lines of code changed in 1 file:
Fixed bug that caused negative survival if starvation limit was turned on.
2 lines of code changed in 2 files:
Fixed error in makefile
16 lines of code changed in 1 file:
Removed all -f as they caused problems for windows.
2 lines of code changed in 1 file:
Updated makefile to also be able to compile Hormones_v2_forced.f90, just write make ex.
22 lines of code changed in 1 file:
Added proset to file
2 lines of code changed in 1 file:
Version of the model for doing experiments and forcing individuals through choosen environments.
675 lines of code changed in 1 file:
Minor but important fix
1 lines of code changed in 1 file:
Fixed error where initial R_cat was saved incorrecly to the ind.array.
5 lines of code changed in 1 file:
Updated to new parameters.
0 lines of code changed in 1 file:
Updated to new parameterset.
9 lines of code changed in 1 file:
Updated to the version in the binary_IO trunk with some small tweaks so it will work with the hormone model.
215 lines of code changed in 1 file:
Changed OXF_inc to 1._RP+(2._RP/3._RP)
1 lines of code changed in 1 file:
Replaced tabs with spaces.
14 lines of code changed in 1 file:
Added OXFmax_inc = 1.6 to parameterfile.
19 lines of code changed in 1 file:
Changed the model so that the initiation of the environment is done before the forward part of the model (like in the parasite branch of the model). So that individuals always move predictably in the environment.
29 lines of code changed in 1 file:
Minor change
1 lines of code changed in 1 file:
Added O2max_inc that incrases O2max_standard over the empirical value, and M_O2_coeff so that M_O2 stays unchanged.
5 lines of code changed in 1 file:
Fixed error in how R_cat is saved to the ind array.
1 lines of code changed in 1 file:
Commented out lines about starvation_limit as they cause problems.
4 lines of code changed in 1 file:
Removed old commented line where intake_max was saved to ind array.
0 lines of code changed in 1 file:
Removed changes as they broke the model.
3 lines of code changed in 1 file:
Rewritten so it can run with only one environment (E_categories=1) if ValueOfE_min==ValueOfe_max. If E_categories=1 and ValueOfE_min/=ValueOfe_min then the code is broken.
16 lines of code changed in 1 file:
Moved from ./stochastic_trunk to .stochastic_trunk/Tools
0 lines of code changed in 1 file:
Moved from ./stochastic_trunk to ./stochastic_trunk/Tools
0 lines of code changed in 1 file:
Updated to the parameters that have yielded the best results until now.
16 lines of code changed in 1 file:
Minor fix.
2 lines of code changed in 1 file:
Minor fix.
2 lines of code changed in 1 file:
Fixed minor bug in code
5 lines of code changed in 1 file:
Added plot with O2_used given environment with colour for THF.
8 lines of code changed in 1 file:
Commented out some plots that took a lot of time to plot and added a new plot with M_size_O2 given O2_used with THF as colour
40 lines of code changed in 1 file:
Minor changes to plots to make them look a bit better.
30 lines of code changed in 1 file:
Fixed error in code where the change of reserves from the start to the end of the timestep was saved incorrecly to the ind array. Thank you Sigrunn!
1 lines of code changed in 1 file:
Minor changes to comments.
23 lines of code changed in 1 file:
Fixed error.
1 lines of code changed in 1 file:
Fixed error in autocorrelatedE. phi was not saved to lastphi in while loop.
3 lines of code changed in 1 file:
Changed phi = alpha*lastphi + sqrt(1._RP-alpha)*rnorm() into phi = alpha*lastphi + sqrt(1._RP-alpha**2._RP)*rnorm() as the old way of calculating phi did not give a standard normal distribution.
1 lines of code changed in 1 file:
Added new parameter SMR_coeff_weight used for calculations of SMR_coeff.
2 lines of code changed in 1 file:
Weight used for calculating SMR_coeff is now a parameter names SMR_coeff_weight.
1 lines of code changed in 1 file:
(219 more)