|
CAMP 1.0.0
Chemistry Across Multiple Phases
|
Property time profile. More...

Public Member Functions | |
| procedure | reset |
| Reset the profile. More... | |
| procedure | advance |
| Advance the profile by one time step. More... | |
| procedure | current_value |
| Get the current profile value. More... | |
| procedure | print => profile_do_print |
| Print the profile configuration. More... | |
Public Attributes | |
| character(len=:), allocatable | name |
| Name of the profile. More... | |
| integer(kind=i_kind) | curr_time_step |
| Current time step in the profile. More... | |
| integer(kind=i_kind) | curr_transition |
| Index for the current position in the transition arrays. More... | |
| integer(kind=i_kind), dimension(:), allocatable | transition_time_step |
| Time step for the next transition, starting with 0 (initial conditions) More... | |
| real(kind=dp), dimension(:), allocatable | transition_value |
| New values for each transition, starting with the initial value. More... | |
Property time profile.
Constructor for profile_t.
Definition at line 30 of file camp_box_model_data.F90.
| procedure camp_camp_box_model_data::profile_t::advance |
Advance the profile by one time step.
Definition at line 45 of file camp_box_model_data.F90.
| procedure camp_camp_box_model_data::profile_t::current_value |
Get the current profile value.
Definition at line 47 of file camp_box_model_data.F90.
| procedure camp_camp_box_model_data::profile_t::print |
Print the profile configuration.
Definition at line 49 of file camp_box_model_data.F90.
| procedure camp_camp_box_model_data::profile_t::reset |
Reset the profile.
Definition at line 43 of file camp_box_model_data.F90.
| integer(kind=i_kind) camp_camp_box_model_data::profile_t::curr_time_step |
Current time step in the profile.
Definition at line 34 of file camp_box_model_data.F90.
| integer(kind=i_kind) camp_camp_box_model_data::profile_t::curr_transition |
Index for the current position in the transition arrays.
Definition at line 36 of file camp_box_model_data.F90.
| character(len=:), allocatable camp_camp_box_model_data::profile_t::name |
Name of the profile.
Definition at line 32 of file camp_box_model_data.F90.
| integer(kind=i_kind), dimension(:), allocatable camp_camp_box_model_data::profile_t::transition_time_step |
Time step for the next transition, starting with 0 (initial conditions)
Definition at line 38 of file camp_box_model_data.F90.
| real(kind=dp), dimension(:), allocatable camp_camp_box_model_data::profile_t::transition_value |
New values for each transition, starting with the initial value.
Definition at line 40 of file camp_box_model_data.F90.