Define type for timestep, can be variable in sda. More...
Public Attributes | |
real(kind=8) | dt2f |
need to be computed only once, slope | |
logical | variable |
true if timestep is variable, sda. false if constant sdamm | |
logical | height_dependent_dt |
if true then variable timestep depends only on z dimension (height above zero) | |
real(kind=8) | optimize_exit |
new added, distance between the max timestep and the exit, to check with cutoff if interaction | |
real(kind=8) | dt1 |
values read in input, rswd to delete | |
real(kind=8) | swd1 |
real(kind=8) | dt2 |
real(kind=8) | swd2 |
real(kind=8) | rswd |
Define type for timestep, can be variable in sda.
logical com_sda::parameter_timestep::height_dependent_dt |
if true then variable timestep depends only on z dimension (height above zero)
new added, distance between the max timestep and the exit, to check with cutoff if interaction
logical com_sda::parameter_timestep::variable |
true if timestep is variable, sda. false if constant sdamm