added parameter panicthreshold
606 lines of code changed in 4 files:
send notification on finishing job
4 lines of code changed in 3 files:
some typos fixed
10412 lines of code changed in 1 file:
apply patch from simulation, worked well, Limit maximum level of sex hormones to 10.0 to avoid huge growth of it and reproductive beyond limits
Patch here:
{{{
Index: m_body.f90
===================================================================
--- m_body.f90 (revision 10934)
+++ m_body.f90 (working copy)
@@ -1439,15 +1439,15 @@
if (length_increment > TOLERANCE_LOW_DEF_SRP) then
if (this%is_male()) then
!> - If the agent is **male**, **testosterone** is incremented.
- call this%testosterone_set( &
+ call this%testosterone_set( min( 10.0_SRP, &
this%testosterone_get() + &
- this%testosterone_get() * steroid_increment_factor )
+ this%testosterone_get() * steroid_increment_factor ) )
else
!> - If the agent is **female**, **estrogen** is incremented.
!! .
- call this%estrogen_set( &
+ call this%estrogen_set( min( 10.0_SRP, &
this%estrogen_get() + &
- this%estrogen_get() * steroid_increment_factor )
+ this%estrogen_get() * steroid_increment_factor ) )
end if
!> If there was no growth and the gonadal steroids are not incremented,
!! the current values are still saved in the history stack by calling
}}}
160 lines of code changed in 40 files:
fix power factor
80 lines of code changed in 69 files:
no-reentrance plot is not best example
2271 lines of code changed in 1 file:
small changes here and there
1906 lines of code changed in 1 file:
first full version of the presentation draft
167207 lines of code changed in 1 file:
command to retain limited subset of agents
3 lines of code changed in 1 file:
collect file names if order is wrong in array
4 lines of code changed in 1 file:
implemented looping for arbitrary collection of data files
46 lines of code changed in 1 file:
print means at the end
2 lines of code changed in 1 file:
adaptation for stand-alone running
11 lines of code changed in 1 file:
comment
3 lines of code changed in 1 file:
stripe any punctuation, alternatively use `'s/,//g'`
1 lines of code changed in 1 file:
user output prefix
205 lines of code changed in 3 files:
batch conversion script works now: convert csv behaviours to sitings for complexity analysis
6 lines of code changed in 1 file:
alphabet is 9 not 2
1 lines of code changed in 1 file:
add project data
201 lines of code changed in 3 files:
use real variable names
9 lines of code changed in 1 file:
calculate complecity BDM
25 lines of code changed in 1 file:
basic aocc functions for strings
82 lines of code changed in 1 file:
stripe and delete commas to produce plain strings for acss
5 lines of code changed in 1 file:
copied scripts from utils
54 lines of code changed in 2 files:
added algorithmic complexity code from OACC
https://github.com/algorithmicnaturelab/OACC.git
8321 lines of code changed in 3 files:
simplified SRvertical
198 lines of code changed in 4 files:
fixed bug that drove all into panic
41 lines of code changed in 1 file:
fixed MEM/MOD bug in mutations
55 lines of code changed in 4 files:
reduced overlap between icommonfish and files i100 and i101
232 lines of code changed in 3 files:
converted all array numbers to parameters in iCommonfish
552 lines of code changed in 4 files:
first prt of implementing GOS = 3, panic
336 lines of code changed in 3 files:
Added many comments for readability, and now scales recruitment to TargetInd (tentatively)
1653 lines of code changed in 2 files:
expanded philosophy of model
126 lines of code changed in 3 files:
new parameter RISKCAP and other changes in gain and risk
78 lines of code changed in 3 files:
200 000 generations long
1408 lines of code changed in 6 files:
corrected print "% Afraid" in file 11
2 lines of code changed in 1 file:
use tortoiseproc.exe api program for tools
6 lines of code changed in 1 file:
delete energy branch, synced and merged to mmain STOMACH
0 lines of code changed in 8 files:
merged r11163 from **STOMACH_energ_dev**, there are too many changes in the energetics branch
389 lines of code changed in 8 files:
UPGRADE with INTERFACE CHANGE: merged r11163, got rid of `double` and implemented arbitrary vector default values
NOTE: interface change suffix `_D` should use `_R` (for real), `HRP` real uses `_HR`
137 lines of code changed in 2 files:
CHANGE INTERFACE: got rid of `double precision` in `PARSETEXT`
WARNING: procedure names were changed: real type `SRP` reals now have suffix `_R` such as (PTREAD_R),no `_D` now;
Very high `HRP` real type procedure implemented only for scalar (PTREAD) variant
30 lines of code changed in 2 files:
setting default GUI DISLIN parameters from constants `DISLIN_GUI_WINDOW_ASPECT_PLOTTING_DEF`, `DISLIN_GUI_WINDOW_PAGESIZE_PLOTTING_DEF` and `DISLIN_GUI_WINDOW_WIDTH_PLOTTING_DEF`
This allows empty configuration entries for `gui_plot_window_page_size`, `gui_plot_area_width` and `gui_plot_area_aspect`
12 lines of code changed in 3 files:
implemented vector default parameters for real and logical versions as in r11160 for integer
110 lines of code changed in 2 files:
vector parameter in parameter file can be absent, with default vector supplied
This required two versions of (PTREAD_IVEC) with generic interface,
note that vector default version uses non-optional argument vector
to guard against ambiguous interface
56 lines of code changed in 3 files:
send model params to stdout, yes button
6 lines of code changed in 1 file:
reformat only
5 lines of code changed in 1 file:
added body_mass to GUI table `idx_table_params`
85 lines of code changed in 1 file:
show parameters add body mass and energy
0 lines of code changed in 4 files:
debug code removed
0 lines of code changed in 1 file:
run target with xmpp reporting
3 lines of code changed in 1 file:
merged Jarl's branch r11150
151 lines of code changed in 2 files:
debug: get rid of debug prints
749 lines of code changed in 1 file:
debug: debug version with `print` to be disabled: runs to the end without crashing with `-init=arrays,snan`
759 lines of code changed in 1 file:
SIMNeurobiologicalState
84 lines of code changed in 2 files:
upload
12254 lines of code changed in 11 files:
delete and replace to fix broken link
0 lines of code changed in 10 files:
2548 lines of code changed in 4 files:
initiated arrays in SRdiploideggs14
67 lines of code changed in 1 file:
fix crushes: initialize arrays, ln 5427 still wrong format
3 lines of code changed in 1 file:
merged with jarl r11133
19 lines of code changed in 3 files:
corrected format 1837
4 lines of code changed in 1 file:
neutralized memory
15 lines of code changed in 3 files:
merged r11129 from jarl
branch URL: https://tegsvn.uib.no/svn/tegsvn/branches/jarl/HED26
373 lines of code changed in 6 files:
renamed Commonfish_SNG.txt to iCommonfish_SNG.txt
373 lines of code changed in 5 files:
delete other data files
1 lines of code changed in 1 file:
merged from main Jarl's branch atv r11113
0 lines of code changed in 4 files:
delete data directories on clean
1 lines of code changed in 1 file:
added older versions of figs
10077 lines of code changed in 4 files:
v2.0: subtitle fix
16 lines of code changed in 1 file:
v2.0: small change in conclusion
12 lines of code changed in 1 file:
v2.0: abstract adapted
55 lines of code changed in 1 file: