better proc name
4 lines of code changed in 1 file:
newer screenshot gui
0 lines of code changed in 1 file:
not needed
0 lines of code changed in 1 file:
better label for zoom limits dialog
6 lines of code changed in 1 file:
need even bigger format string for final energy
1 lines of code changed in 1 file:
zoom plot function for (do_plot_output_total_evacuation)
9 lines of code changed in 1 file:
zoom plot function for (do_plot_output_energy_balance)
10 lines of code changed in 1 file:
zoom plot function for (do_plot_output_total_midgut_absorption)
9 lines of code changed in 1 file:
zoom plot function for (do_plot_output_total_midgut)
10 lines of code changed in 1 file:
zoom plot function for (do_plot_output_appetite) and (do_plot_output_total_stomach)
18 lines of code changed in 1 file:
zoom plot function for (do_plot_output_total_provided)
8 lines of code changed in 1 file:
zoom plot function for (do_plot_output_total_not_ingested)
12 lines of code changed in 1 file:
zoom plot function for (do_plot_output_rate_absorption)
6 lines of code changed in 1 file:
zoom plot function for (do_plot_output_rate_ingested)
7 lines of code changed in 1 file:
header docs on zoom set procs
8 lines of code changed in 1 file:
declare `pure` or `impure` for procs
2 lines of code changed in 1 file:
test top-level doc for trac
0 lines of code changed in 1 file:
don't need separate file here
0 lines of code changed in 1 file:
need yo set range also as `11-12`
1 lines of code changed in 1 file:
merged r11418 and r11520 from DEV: improvements to (TOSTR)
137 lines of code changed in 2 files:
merged r11520 from v1: long integer (kind 16) version of (TOSTR)
62 lines of code changed in 1 file:
implemented long integer (kind 16) version of (TOSTR)
62 lines of code changed in 1 file:
Improved efficiency in writing results, and added a makefile
68 lines of code changed in 4 files:
move time slot indicator in zoom mode to X time axis
5 lines of code changed in 1 file:
implemented arbitrary plot zoom for n ingested (do_plot_output_total_ingested)
59 lines of code changed in 1 file:
need long integer version for (TOSTR) generic function
60 lines of code changed in 1 file:
implemented graphical zoom limits with modified set procedure
46 lines of code changed in 1 file:
started zoom window set procedure
67 lines of code changed in 1 file:
output rate data on autorun
2 lines of code changed in 1 file:
migrate volume to mass
3 lines of code changed in 1 file:
MID_GUT now MIDGUT
8 lines of code changed in 2 files:
do not delete data, csv are all autodeleted on `distclean` or `clean_data`
86402 lines of code changed in 3 files:
list columns of csv data file as in (output_arrays_save_csv)
2 lines of code changed in 1 file:
doc: move away from volume to mass in all docs and scripts
66 lines of code changed in 7 files:
rename (st_food_item_volume) to (st_food_item_mass)
18 lines of code changed in 4 files:
unify class names: midgut
21 lines of code changed in 1 file:
doc: need lowercase objects for doxygen
8 lines of code changed in 2 files:
fix typo
1 lines of code changed in 1 file:
volume variable and object names go to mass except `midgut_volume` to `midgut_capacity` and `stomach_volume` to `stomach_capacity`
Note: needs testing replicability with fixed seed against previous version
{{{
integer :: i
call random_seed(put= (/ (0, i = 1, 33) /) )
}}}
415 lines of code changed in 8 files:
TEST change to HRP precision model in (appetite_energy)
6 lines of code changed in 1 file:
explicit no food to the end of 24 h period
84960 lines of code changed in 1 file:
one meal feeding schedule
35 lines of code changed in 1 file:
stomach pattern data from Grove
Grove, D.J. et al. (1978) Satiation amount, frequency of feeding and gastric emptying rate in Salmo gairdneri. J. Fish Biol. 12, 507–516
10 lines of code changed in 1 file:
cubic splines give much better interpolation than polynominals
9 lines of code changed in 2 files:
need very long format for very steep appetite function parameter
2 lines of code changed in 1 file:
setup feeding schedule in file fom Malta exp 1
1453 lines of code changed in 2 files:
mark UI code pieces for easier folding less clutter
6 lines of code changed in 1 file:
feedig schedule as in Malta experiments
1 lines of code changed in 1 file:
add energy appetite factor to debugging output switched at `IS_LOGGING_DEBUG`
28 lines of code changed in 2 files:
appetite function (fish_appetite_probability_ingestion): now testing appetite defined by maximum value of appetite factor components, debug code and notes still there
33 lines of code changed in 2 files:
doc: global and grained access to UI modules
29 lines of code changed in 2 files:
fine-gained invocation for interface modules
Note: isolation of interface modules is needed to make other additional interfaces more easily, or delete dependencies on GUI for server-only build
7 lines of code changed in 1 file:
list TEG members
2 lines of code changed in 1 file:
add new user to shared roster group TEG
5 lines of code changed in 1 file:
show list of users at the end
6 lines of code changed in 1 file:
better numbers
2 lines of code changed in 1 file:
switch fully yo internal authentication for XMPP
6 lines of code changed in 1 file:
first debugging version of energy appetite component based on difference, logistic in terms of SMR function units
Note debug code only in m_simulate.f90
83 lines of code changed in 2 files:
add Andrea to TEG group
1 lines of code changed in 1 file:
doc: better text for gross energy
10 lines of code changed in 2 files:
better swap i
1 lines of code changed in 1 file:
done save cumulative mass ingested in GUI mode
2 lines of code changed in 1 file:
doc: document the new `mass_ingested` command
2 lines of code changed in 2 files:
plot either N or mass of food ingested in CMD mode
54 lines of code changed in 1 file:
plot either N or mass of food ingested in GUI mode
60 lines of code changed in 1 file:
add parameter for feed gross energy
24 lines of code changed in 4 files:
added save plot for total evacuated, forgotten before
4 lines of code changed in 1 file:
doc: note on SMR parameters
5 lines of code changed in 1 file:
doc: better table
7 lines of code changed in 1 file:
added autogenerated smr function to manual
4 lines of code changed in 2 files:
implemented smr function plot (plot_smr_function) in CMD mode
45 lines of code changed in 1 file:
implemanted smr parameter plotting procedure (do_plot_smr_function) for GUI mode
52 lines of code changed in 1 file:
doc: more doc on energetics
47 lines of code changed in 1 file:
started documenting energetics
45 lines of code changed in 2 files:
doc: added implementation comments for energetics
47 lines of code changed in 2 files:
implemenmted (do_plot_output_energy_balance) to plot energy balance in GUI mode
79 lines of code changed in 1 file:
final module name for `m_subst.f90` stub must be `DISLIN` as in substituted module
2 lines of code changed in 1 file:
disable `m_subst.f90` stub test r11463: revert to r11462
`svn merge -r HEAD:11462 .`
3 lines of code changed in 2 files:
enable `m_subst.f90` stub for DISLIN to test if it works if DISLIN is disabled at build
3 lines of code changed in 2 files:
add messages the go to std out in DISLIN stub
7 lines of code changed in 1 file:
added stub substitution module, now for DISLIN allowing to build components without UI
32 lines of code changed in 1 file:
better name
3 lines of code changed in 1 file:
debug output
4 lines of code changed in 1 file:
added units to doxygen doc
2 lines of code changed in 1 file:
(energy2mass) function to reverse-calculate the body mas from the whole-body energy
17 lines of code changed in 1 file:
mark global output variables that depend on `Global_Temperature`
2 lines of code changed in 1 file:
(fish_whole_body_energy_trout) calculates whole body energy content, based on Ivar attached file `Rainbowtrout data Energetics and nutrient content.xlsx`
> Date: Wed, 1 Sep 2021 06:09:10 +0000
> From: Ivar Rønnestad <Ivar.Ronnestad@uib.no>
> To: Sergei Budaev <Sergey.Budaev@uib.no>
> Subject: Rainbow trout generic data for energetics
>
>
> Sergey,
> Please use these data for the initial runs.
>
> IvarR
> We can have a chat, so I can briefly go through what the data means, when will you be available (today)?
>
> **************************************************
> Ivar Rønnestad, PhD, Professor
> Department of Biological Sciences, University of Bergen, Bergen, NORWAY
>
> Cell: +47 926 47 219
33 lines of code changed in 1 file:
set `body_mass` in CMD interface
note: forgotten, must have been implemented before
9 lines of code changed in 1 file:
add stub AMR to overall energy balance
2 lines of code changed in 1 file:
stub for AMR calculation function, now fixed linear metabolic scope amr=k*smr
15 lines of code changed in 1 file:
unify names of backend procedures: those pertaining to MIDGUT normally start from `fish_midgut_`
17 lines of code changed in 2 files:
move (energy_update) from MIDGUT up to FISH class is more logical
6 lines of code changed in 1 file:
plot energy balance in CMD mode
81 lines of code changed in 2 files:
better model stats output, debug code removed
17 lines of code changed in 1 file:
can use arbitrary start value for energy balance in (fish_midgut_energy_balance_update), also fix bug with *smr* in *O2* rather than energy *kJ* units
14 lines of code changed in 1 file:
any temperature can be used in (fish_midgut_energy_balance_update) as an optional parameter
14 lines of code changed in 1 file:
add energy balance to model output arrays, add to save csv
26 lines of code changed in 1 file:
debug code for (fish_midgut_energy_balance_update)
25 lines of code changed in 1 file:
(fish_midgut_energy_balance_update) calculation checked correct
24 lines of code changed in 1 file:
do energy balance update subroutine: start value zero now, update balance at step *i* from value at *i-1*
9 lines of code changed in 1 file:
(fish_midgut_energy_balance_calc) should be subroutine (fish_midgut_energy_balance_update)
4 lines of code changed in 1 file:
first working version of (fish_midgut_energy_balance_calc), needs testing
9 lines of code changed in 1 file:
incomplete: started (fish_midgut_energy_balance_calc)
31 lines of code changed in 1 file:
new history stack component: `energy_balance_curr`
3 lines of code changed in 1 file:
`DEBUG_ABSORP_CUMULATE_MISMATCH` debug check for mismatch between cimumative absorption calculated in fish object and simulate output arrays
13 lines of code changed in 1 file:
deleted obsolete `Global_Energy_Reserves`
0 lines of code changed in 4 files:
whitespace only
1 lines of code changed in 1 file:
fix typo in unit
1 lines of code changed in 1 file:
DEBUG: need both raw smr-O2 and energy kJ
5 lines of code changed in 1 file:
white space only
1 lines of code changed in 1 file:
test energy overall outputs for simulation
9 lines of code changed in 1 file:
function (feed_energy) calculates energy content of a feed mass, default content 23.0
19 lines of code changed in 1 file:
better oxygen energy function name
2 lines of code changed in 1 file:
added notes on parameters, with units
17 lines of code changed in 2 files:
trivial unit conversion
7 lines of code changed in 1 file:
comment fixed value
1 lines of code changed in 1 file:
fix ratio
1 lines of code changed in 1 file:
cleaner expression
2 lines of code changed in 1 file:
function (o2vol) to calculate oxygen volume
11 lines of code changed in 1 file:
functions for O2 energetic equivalent in kJ (energy2o2) and oxygen (o2mass)
--This line,yonsill be ignored--
M STOMACH/m_common.f90
22 lines of code changed in 1 file:
(fish_smr_dep_temp_bodymass_van_deurs_fiksen) is now obsolete
0 lines of code changed in 1 file:
reformat long lines, program style
32 lines of code changed in 3 files:
use the new `is_cleanup` parameter to (TOSTR) for cleaner output in (model_output_stats_txt) backend
22 lines of code changed in 2 files:
added `is_cleanup` parameter to (TOSTR) FALSE results in verbatim format
195 lines of code changed in 7 files: