Directory mesopelagic_latitude/mesopelagic_barrier/trunk/

Directory Created:
2017-04-24 11:49
Total Files:
1
Deleted Files:
19
Lines of Code:
0

[root]/mesopelagic_latitude/mesopelagic_barrier/trunk

Lines of Code

mesopelagic_latitude/mesopelagic_barrier/trunk/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 137 (100.0%) 6883 (100.0%) 50.2
tla051 125 (91.2%) 6256 (90.9%) 50.0
nzlcj 12 (8.8%) 627 (9.1%) 52.2

Most Recent Commits

tla051 2021-03-12 13:21 Rev.: 10744

removed because archived under https://tegsvn.uib.no/svn/tegsvn/branches/tom_langbehn/archive

0 lines of code changed in 20 files:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: F_readBin.m (del), environment_vertical_profiles.m (del), forward_sim_plots.m (del), light.bin (changed), mesopelagic_barrier.f90 (del), mesopelagic_barrier.vfproj (del), my24hplot.m (del), myplot.m (del), new_vis_eco_plot.R (del), plot_forward_sim.m (del), plot_lightscape.m (del), remake_christians_plot.R (del), sim_plot_mesopelagic.r (del), subroutine_environment.f90 (del), subroutine_import_light.f90 (del), subroutine_qsw0_hr.f90 (del), subroutine_timer.f90 (del), subroutine_utility_functions.f90 (del), subroutine_visual_predation.f90 (del), subroutine_visual_range.f90 (del)
tla051 2018-04-05 06:17

before major changes to shift all environment calculations into a subroutine

438 lines of code changed in 2 files:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: mesopelagic_barrier.f90 (+438 -406), subroutine_environment.f90 (new)
tla051 2018-02-13 16:01 Rev.: 6935

twilight interpolations modified

20 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: subroutine_qsw0_hr.f90 (+20 -27)
tla051 2018-02-13 16:01 Rev.: 6934

included warming loop to run model for different temperature scenarios

444 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: mesopelagic_barrier.f90 (+444 -426)
tla051 2018-02-13 16:00 Rev.: 6933

subroutine to time and output model run time

0 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: subroutine_timer.f90 (new)
tla051 2018-02-06 14:25 Rev.: 6924

modified to allow switch to read environmental data from .csv file using a static library from the AHA HEDTOOLS suite

123 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: mesopelagic_barrier.f90 (+123 -59)
tla051 2018-01-24 13:51

twilight values as parameters -> input to qsw0() and for reflection calculations in main code

28 lines of code changed in 2 files:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: mesopelagic_barrier.f90 (+5 -4), subroutine_qsw0_hr.f90 (+23 -26)
tla051 2018-01-24 13:39 Rev.: 6873

code cleaned up

8 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: subroutine_utility_functions.f90 (+8 -80)
tla051 2018-01-24 13:39 Rev.: 6872

- modified to allow latitude input in decimal degrees
- cleaned up confusion with write to .bin files

23 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: mesopelagic_barrier.f90 (+23 -23)
tla051 2018-01-22 13:57 Rev.: 6864

before lat_max and lat_min changed to real to allow to loop over latitudes in decimal degrees

16 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: mesopelagic_barrier.f90 (+16 -6)
tla051 2018-01-18 18:35 Rev.: 6861

version 18.01.2018

72 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: mesopelagic_barrier.f90 (+72 -36)
tla051 2018-01-18 18:17 Rev.: 6860

version 17.10.2018

76 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: mesopelagic_barrier.f90 (+76 -89)
tla051 2018-01-15 07:51 Rev.: 6831

respiration changed from Hewett & Johnson 1992 to Davison et al. 2013, eq. 1 | doi: 10.1016/j.pocean.2013.05.013

128 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: mesopelagic_barrier.f90 (+128 -101)
tla051 2018-01-08 13:10 Rev.: 6827

twilight interpolation simplified to one equation for the range of 0 to -18 degrees solar elevation

12 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: subroutine_qsw0_hr.f90 (+12 -9)
tla051 2018-01-08 12:43 Rev.: 6826

twilight calculations changed to interpolate log values

24 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: subroutine_qsw0_hr.f90 (+24 -24)
nzlcj 2018-01-08 12:24 Rev.: 6825

Coded together. Added state for reserves - code needs to be cleaned and debugged. Something is wrong with consumption being 1600 times higher than SMR.

39 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: mesopelagic_barrier.f90 (+39 -15)
tla051 2018-01-08 10:04 Rev.: 6824

moved light calculations out of the length loop

37 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: mesopelagic_barrier.f90 (+37 -53)
nzlcj 2018-01-08 09:03 Rev.: 6823

Coded together, Some comments, some homework, some decimal points.

13 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: mesopelagic_barrier.f90 (+13 -5)
tla051 2018-01-08 07:41

eye sensitivity modified, now one value for pisicivores

47 lines of code changed in 2 files:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: mesopelagic_barrier.f90 (+44 -40), subroutine_visual_predation.f90 (+3 -6)
tla051 2018-01-02 08:52 Rev.: 6788

reflection at the air-water interface included

126 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: subroutine_qsw0_hr.f90 (+126 -78)
tla051 2018-01-02 08:52 Rev.: 6787

reflection at air-water interface included

64 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: mesopelagic_barrier.f90 (+64 -43)
tla051 2017-12-04 12:50

updated

225 lines of code changed in 2 files:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: new_vis_eco_plot.R (new), sim_plot_mesopelagic.r (+225 -121)
tla051 2017-12-04 12:50 Rev.: 6598

2D image plots

0 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: remake_christians_plot.R (new)
tla051 2017-12-04 12:48

minor changes

196 lines of code changed in 2 files:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: mesopelagic_barrier.f90 (+171 -170), subroutine_visual_predation.f90 (+25 -36)
tla051 2017-11-29 15:53

modified to accept individual parameter settings for juv. and ad. mesopelagic fish

182 lines of code changed in 2 files:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: mesopelagic_barrier.f90 (+177 -179), subroutine_visual_predation.f90 (+5 -5)
tla051 2017-11-28 13:00 Rev.: 6528

reset non-vis-range

3 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: mesopelagic_barrier.f90 (+3 -3)
tla051 2017-11-28 12:57 Rev.: 6527

new qsw0 worked in

17 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: subroutine_visual_range.f90 (+17 -225)
tla051 2017-11-28 12:57 Rev.: 6526

lines re-indented

16 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: subroutine_visual_predation.f90 (+16 -15)
tla051 2017-11-28 12:56 Rev.: 6525

updated to output twilight when sun below horizon

72 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: mesopelagic_barrier.f90 (+72 -55)
tla051 2017-11-24 12:06 Rev.: 6464

played with eye sensitivity and related parameters

8 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: mesopelagic_barrier.f90 (+8 -8)
tla051 2017-11-23 16:32 Rev.: 6463

beep sound upon termination added, parameter values changed

90 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: mesopelagic_barrier.f90 (+90 -90)
tla051 2017-11-20 13:31 Rev.: 6407

convergence loop for backward added

108 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: mesopelagic_barrier.f90 (+108 -100)
tla051 2017-11-20 09:53 Rev.: 6406

alpha and beta for respiration corrected (O2 conversion), coefficients for GER now for mesopelagics

29 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: mesopelagic_barrier.f90 (+29 -31)
tla051 2017-11-15 15:09 Rev.: 6337

conversion factor ind. copepods to J modified and output to txt from backwards simplified

95 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: mesopelagic_barrier.f90 (+95 -99)
tla051 2017-11-15 15:09 Rev.: 6336

conversion factor from ind. prey to J modified

32 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: subroutine_visual_predation.f90 (+32 -27)
tla051 2017-11-14 14:36 Rev.: 6302

changes in write to file for backwards loop, visual range as output included, parameters changed

27 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: mesopelagic_barrier.f90 (+27 -27)
tla051 2017-11-14 14:36 Rev.: 6301

included visual range in the output

9 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: subroutine_visual_predation.f90 (+9 -7)
tla051 2017-11-13 15:54 Rev.: 6290

Gastric evacuation rate modified and parameters changed from Rosland and Giske 1994, to Hudson et al.

77 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: mesopelagic_barrier.f90 (+77 -78)
tla051 2017-11-10 10:39 Rev.: 6244

# more annotations cleaned up and amended

17 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: mesopelagic_barrier.f90 (+17 -20)
tla051 2017-11-10 10:03 Rev.: 6243

new script for simulation plots in R

121 lines of code changed in 1 file:

  • mesopelagic_latitude/mesopelagic_barrier/trunk: sim_plot_mesopelagic.r (new 121)

(63 more)

Generated by StatSVN 0.7.0