Directory sexevolution/sexmodel/

Directory Created:
2019-10-10 14:25
Total Files:
8
Deleted Files:
3
Lines of Code:
7531

[root]/sexevolution/sexmodel

Lines of Code

sexevolution/sexmodel/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 77 (100.0%) 16779 (100.0%) 217.9
lhi088 44 (57.1%) 9053 (54.0%) 205.7
sbu062 10 (13.0%) 7186 (42.8%) 718.6
nzlcj 23 (29.9%) 540 (3.2%) 23.4

Most Recent Commits

lhi088 2019-12-16 10:20 Rev.: 9144

tidied up code and comments

197 lines of code changed in 5 files:

  • sexevolution/sexmodel: export_type.f90 (+4 -3), math_functions.f90 (+2 -2), model_functions.f90 (+76 -75), parameters_Laura.f90 (+21 -22), sexmodel.f90 (+94 -88)
nzlcj 2019-12-09 13:57 Rev.: 9051

Coded together. Add timestep to ind information. Made large array that holds all individuals over time. Added time to csv writing procedure (butn ot binary).

27 lines of code changed in 3 files:

  • sexevolution/sexmodel: export_type.f90 (+5 -3), parameters_Laura.f90 (+5 -4), sexmodel.f90 (+17 -12)
lhi088 2019-12-09 12:48 Rev.: 9048

104 lines of code changed in 4 files:

  • sexevolution/sexmodel: export_type.f90 (+27 -23), model_functions.f90 (+3 -4), parameters_Laura.f90 (+37 -43), sexmodel.f90 (+37 -51)
sbu062 2019-12-06 12:43 Rev.: 9023

newer version of CSV_IO from HEDTOOLS 1.3, old version copied manually and mon-mergable deleted

119 lines of code changed in 1 file:

  • sexevolution/sexmodel: CSV_IO.f90 (+119 -120)
lhi088 2019-12-06 11:53

7090 lines of code changed in 8 files:

  • sexevolution/sexmodel: CSV_IO.f90 (new 5119), binary_IO_Laura.f90 (new 1318), binary_IO_from_Laura.f90 (del), export_type.f90 (new 262), functions.f90 (del), m_CSV_IO.f90 (del), math_functions.f90 (new 96), model_functions.f90 (new 295)
sbu062 2019-12-06 11:31 Rev.: 9011

updated CSV_IO to later version 1.3 r9008 (merged from SB r9010)

117 lines of code changed in 1 file:

  • sexevolution/sexmodel: m_CSV_IO.f90 (+117 -119)
sbu062 2019-12-06 08:48 Rev.: 9004

example of inline data save code, commented out so far, merged r9003

10 lines of code changed in 1 file:

  • sexevolution/sexmodel: functions.f90 (+10)
sbu062 2019-12-06 08:27 Rev.: 9002

fixed bug: `ind` must not go inside (save_individuals_csv) and (save_individuals_bin), should be input argument `inds`, merged from r9001

83 lines of code changed in 2 files:

  • sexevolution/sexmodel: .svnignore (new 56), functions.f90 (+27 -27)
sbu062 2019-12-05 14:45 Rev.: 8991

merged bug fix r8990, missing reallocation of arrays

11 lines of code changed in 1 file:

  • sexevolution/sexmodel: functions.f90 (+11)
sbu062 2019-12-05 14:27 Rev.: 8989

merged data saving subroutines to the main branch

6846 lines of code changed in 4 files:

  • sexevolution/sexmodel: binary_IO_from_Laura.f90 (new 1317), functions.f90 (+374 -171), m_CSV_IO.f90 (new 5121), parameters_Laura.f90 (+34 -34)
nzlcj 2019-12-04 13:22 Rev.: 8959

Coded together. Added constant somatic growth cost. Tried to put survival in right place but it surival is only 0, why? Added sorting into males and females in new ind array.

33 lines of code changed in 1 file:

  • sexevolution/sexmodel: sexmodel.f90 (+33 -21)
lhi088 2019-12-04 11:46 Rev.: 8953

98 lines of code changed in 1 file:

  • sexevolution/sexmodel: parameters_Laura.f90 (new 98)
lhi088 2019-12-04 11:32 Rev.: 8952

Tidied up the code. Made separate parameter file. tried to implement body mass, and two-fold cost of males.

63 lines of code changed in 2 files:

  • sexevolution/sexmodel: functions.f90 (+30 -67), sexmodel.f90 (+33 -93)
nzlcj 2019-11-28 13:30 Rev.: 8926

Coded together. Got help from Sergey with passing type structure to functions, now at least one is subroutine. Made ind allocatable.

60 lines of code changed in 2 files:

  • sexevolution/sexmodel: functions.f90 (+47 -19), sexmodel.f90 (+13 -38)
lhi088 2019-11-28 12:04 Rev.: 8925

debugged and tidied up the code. started making a function for trait inheritance.

292 lines of code changed in 2 files:

  • sexevolution/sexmodel: functions.f90 (+123 -31), sexmodel.f90 (+169 -174)
nzlcj 2019-11-26 14:04 Rev.: 8919

Coded together. Added function for normalizing mating success intervals. Fixed many small things relating to the type construct. Attempted to sort offpsring by males and females into next-generation ind array.

110 lines of code changed in 2 files:

  • sexevolution/sexmodel: functions.f90 (+31 -16), sexmodel.f90 (+79 -56)
lhi088 2019-11-26 12:08 Rev.: 8918

coded inheritance

42 lines of code changed in 2 files:

  • sexevolution/sexmodel: functions.f90 (+3 -53), sexmodel.f90 (+39 -8)
lhi088 2019-11-26 11:07 Rev.: 8917

debugging

53 lines of code changed in 2 files:

  • sexevolution/sexmodel: functions.f90 (+50 -50), sexmodel.f90 (+3 -3)
lhi088 2019-11-25 17:24 Rev.: 8914

created individuals as a type and changed the syntax accordingly

took parts of the old code and translated it into the new structure

286 lines of code changed in 2 files:

  • sexevolution/sexmodel: functions.f90 (+72 -18), sexmodel.f90 (+214 -220)
nzlcj 2019-11-22 13:26 Rev.: 8910

Coded together, mostly discussing. Going back to rp precision.

16 lines of code changed in 1 file:

  • sexevolution/sexmodel: functions.f90 (+16 -16)
lhi088 2019-11-22 12:20 Rev.: 8909

26 lines of code changed in 2 files:

  • sexevolution/sexmodel: functions.f90 (+1 -1), sexmodel.f90 (+25 -32)
nzlcj 2019-11-22 10:49 Rev.: 8907

Coded togheter, made structure for ind() overview array

29 lines of code changed in 2 files:

  • sexevolution/sexmodel: functions.f90 (+2 -2), sexmodel.f90 (+27 -12)
lhi088 2019-11-22 09:24 Rev.: 8906

179 lines of code changed in 2 files:

  • sexevolution/sexmodel: functions.f90 (+21 -130), sexmodel.f90 (+158 -32)
nzlcj 2019-11-21 14:55 Rev.: 8905

Coded together. Changed to double precision.

51 lines of code changed in 2 files:

  • sexevolution/sexmodel: functions.f90 (+30 -30), sexmodel.f90 (+21 -21)
lhi088 2019-11-21 13:58 Rev.: 8904

coded function for female reproduction -> not checked for bugs

199 lines of code changed in 2 files:

  • sexevolution/sexmodel: functions.f90 (+106 -22), sexmodel.f90 (+93 -80)
nzlcj 2019-11-19 13:11 Rev.: 8893

Coded together. Checked male mating function. Small changes here and there for nice flows in and out of functions. Reformatted parameters part for environment and mating.

70 lines of code changed in 2 files:

  • sexevolution/sexmodel: functions.f90 (+24 -23), sexmodel.f90 (+46 -41)
lhi088 2019-11-19 11:32 Rev.: 8890

202 lines of code changed in 2 files:

  • sexevolution/sexmodel: functions.f90 (+85 -17), sexmodel.f90 (+117 -42)
nzlcj 2019-10-25 14:05 Rev.: 8800

Coded together, added simple individual energetics.

50 lines of code changed in 2 files:

  • sexevolution/sexmodel: functions.f90 (+15 -1), sexmodel.f90 (+35 -7)
lhi088 2019-10-25 12:18 Rev.: 8798

small edits

49 lines of code changed in 2 files:

  • sexevolution/sexmodel: functions.f90 (+31 -28), sexmodel.f90 (+18 -17)
nzlcj 2019-10-24 12:42 Rev.: 8797

Coded together, also with Agnes. Added autocorrelated environment.

19 lines of code changed in 2 files:

  • sexevolution/sexmodel: functions.f90 (+16 -3), sexmodel.f90 (+3 -3)
lhi088 2019-10-24 11:02 Rev.: 8796

small edits

85 lines of code changed in 2 files:

  • sexevolution/sexmodel: functions.f90 (+58 -15), sexmodel.f90 (+27 -18)
nzlcj 2019-10-17 09:35 Rev.: 8787

Coded together, added step function.

16 lines of code changed in 1 file:

  • sexevolution/sexmodel: sexmodel.f90 (+16 -14)
nzlcj 2019-10-17 09:31 Rev.: 8786

Coded together, added step function in environment.

17 lines of code changed in 1 file:

  • sexevolution/sexmodel: functions.f90 (+17 -13)
lhi088 2019-10-17 08:26 Rev.: 8784

I commented the code out

6 lines of code changed in 2 files:

  • sexevolution/sexmodel: functions.f90 (+4 -4), sexmodel.f90 (+2 -2)
lhi088 2019-10-13 14:10 Rev.: 8770

tidied up code
added environments

82 lines of code changed in 2 files:

  • sexevolution/sexmodel: functions.f90 (+41 -19), sexmodel.f90 (+41 -11)
nzlcj 2019-10-10 14:25

From our first coding session together on the new model.

42 lines of code changed in 2 files:

  • sexevolution/sexmodel: functions.f90 (new 19), sexmodel.f90 (new 23)
Generated by StatSVN 0.7.0