|
Soil Water Balance (SWB2)
|
Public Member Functions | |
| generic | reset (this) |
| procedure | reset_timer_sub (this) |
| generic | start (this) |
| procedure | start_timer_sub (this) |
| generic | stop (this) |
| procedure | stop_timer_sub (this) |
| generic | calc_elapsed (this) |
| procedure | calc_elapsed_time_sub (this) |
| generic | calc_split (this) |
| procedure | calc_split_time_sub (this) |
| generic | get_elapsed (this) |
| procedure | get_elapsed_seconds_fn (this) |
| generic | get_split (this) |
| procedure | get_split_seconds_fn (this) |
| generic | calc_time_values (this, timer_name) |
| procedure | calc_time_values_sub (this, timer_name) |
| generic | get_pretty (this) |
| procedure | get_timer_pretty_fn (this) |
Public Attributes | |
| real(c_double) | starttime |
| real(c_double) | stoptime |
| real(c_double) | elapsedtime = 0.0_c_double |
| real(c_double) | splittime = 0.0_c_double |
| integer(c_int) | seconds |
| integer(c_int) | minutes |
| integer(c_int) | hours |
| integer(c_int) | days |
| generic timer::timer_t::calc_elapsed | ( | class (timer_t) | this | ) |
| procedure timer::timer_t::calc_elapsed_time_sub | ( | class (timer_t) | this | ) |
| generic timer::timer_t::calc_split | ( | class (timer_t) | this | ) |
| procedure timer::timer_t::calc_split_time_sub | ( | class (timer_t) | this | ) |
| generic timer::timer_t::calc_time_values | ( | class (timer_t) | this, |
| character (len=*), intent(in) | timer_name ) |
| procedure timer::timer_t::calc_time_values_sub | ( | class (timer_t) | this, |
| character (len=*), intent(in) | timer_name ) |
| generic timer::timer_t::get_elapsed | ( | class (timer_t) | this | ) |
| procedure timer::timer_t::get_elapsed_seconds_fn | ( | class (timer_t) | this | ) |
| generic timer::timer_t::get_pretty | ( | class (timer_t) | this | ) |
| generic timer::timer_t::get_split | ( | class (timer_t) | this | ) |
| procedure timer::timer_t::get_split_seconds_fn | ( | class (timer_t) | this | ) |
| procedure timer::timer_t::get_timer_pretty_fn | ( | class (timer_t) | this | ) |
| generic timer::timer_t::reset | ( | class (timer_t) | this | ) |
| procedure timer::timer_t::reset_timer_sub | ( | class (timer_t) | this | ) |
| generic timer::timer_t::start | ( | class (timer_t) | this | ) |
| procedure timer::timer_t::start_timer_sub | ( | class (timer_t) | this | ) |
| generic timer::timer_t::stop | ( | class (timer_t) | this | ) |
| procedure timer::timer_t::stop_timer_sub | ( | class (timer_t) | this | ) |