The variable tohsin in time_variables.f90 currently acts as both a switch and a variable. If it's set to 0, then a calculation is performed, otherwise t_current_ramp_up is set to the value of tohsin.
The new PROCESS coding standards dictate that a switch should be an integer. tohsin should be updated to reflect these standards and a new variable should be added to take its place when t_current_ramp_up is set to its value.
The variable
tohsinintime_variables.f90currently acts as both a switch and a variable. If it's set to 0, then a calculation is performed, otherwiset_current_ramp_upis set to the value oftohsin.The new PROCESS coding standards dictate that a switch should be an integer.
tohsinshould be updated to reflect these standards and a new variable should be added to take its place whent_current_ramp_upis set to its value.