|
CAMP 1.0.0
Chemistry Across Multiple Phases
|
Update cookie. More...

Public Member Functions | |
| procedure | get_type => aero_rep_update_data_get_type |
| Get the aerosol representation type. More... | |
| procedure | get_cell_id => aero_rep_update_data_get_cell_id |
| Get the grid cell to update. More... | |
| procedure | get_data => aero_rep_update_data_get_data |
| Get the update data. More... | |
| procedure | pack_size => aero_rep_update_data_pack_size |
| Determine the number of bytes required to pack the given value. More... | |
| procedure | bin_pack => aero_rep_update_data_bin_pack |
| Packs the given value into the buffer, advancing position. More... | |
| procedure | bin_unpack => aero_rep_update_data_bin_unpack |
| Unpacks the given value from the buffer, advancing position. More... | |
| procedure(internal_pack_size), deferred | internal_pack_size |
| Extending type pack size (internal use only) More... | |
| procedure(internal_bin_pack), deferred | internal_bin_pack |
| Extending type bin pack (internal use only) More... | |
| procedure(internal_bin_unpack), deferred | internal_bin_unpack |
| Extending type bin unpack (internal use only) More... | |
| procedure | print => do_aero_rep_update_data_print |
| Print the update data. More... | |
Public Attributes | |
| integer(kind=c_int) | aero_rep_type |
| Aerosol representation type. More... | |
| integer(kind=c_int) | aero_rep_solver_id = 0 |
| Aerosol representation solver id. More... | |
| integer(kind=c_int) | cell_id = 1 |
| Grid cell to update. More... | |
| type(c_ptr) | update_data |
| Update data. More... | |
Update cookie.
Definition at line 153 of file aero_rep_data.F90.
| procedure camp_aero_rep_data::aero_rep_update_data_t::bin_pack |
Packs the given value into the buffer, advancing position.
Definition at line 172 of file aero_rep_data.F90.
| procedure camp_aero_rep_data::aero_rep_update_data_t::bin_unpack |
Unpacks the given value from the buffer, advancing position.
Definition at line 174 of file aero_rep_data.F90.
| procedure camp_aero_rep_data::aero_rep_update_data_t::get_cell_id |
Get the grid cell to update.
Definition at line 166 of file aero_rep_data.F90.
| procedure camp_aero_rep_data::aero_rep_update_data_t::get_data |
Get the update data.
Definition at line 168 of file aero_rep_data.F90.
| procedure camp_aero_rep_data::aero_rep_update_data_t::get_type |
Get the aerosol representation type.
Definition at line 164 of file aero_rep_data.F90.
| procedure(internal_bin_pack), deferred camp_aero_rep_data::aero_rep_update_data_t::internal_bin_pack |
Extending type bin pack (internal use only)
Definition at line 178 of file aero_rep_data.F90.
| procedure(internal_bin_unpack), deferred camp_aero_rep_data::aero_rep_update_data_t::internal_bin_unpack |
Extending type bin unpack (internal use only)
Definition at line 180 of file aero_rep_data.F90.
| procedure(internal_pack_size), deferred camp_aero_rep_data::aero_rep_update_data_t::internal_pack_size |
Extending type pack size (internal use only)
Definition at line 176 of file aero_rep_data.F90.
| procedure camp_aero_rep_data::aero_rep_update_data_t::pack_size |
Determine the number of bytes required to pack the given value.
Definition at line 170 of file aero_rep_data.F90.
| procedure camp_aero_rep_data::aero_rep_update_data_t::print |
Print the update data.
Definition at line 182 of file aero_rep_data.F90.
| integer(kind=c_int) camp_aero_rep_data::aero_rep_update_data_t::aero_rep_solver_id = 0 |
Aerosol representation solver id.
Definition at line 157 of file aero_rep_data.F90.
| integer(kind=c_int) camp_aero_rep_data::aero_rep_update_data_t::aero_rep_type |
Aerosol representation type.
Definition at line 155 of file aero_rep_data.F90.
| integer(kind=c_int) camp_aero_rep_data::aero_rep_update_data_t::cell_id = 1 |
Grid cell to update.
Definition at line 159 of file aero_rep_data.F90.
| type(c_ptr) camp_aero_rep_data::aero_rep_update_data_t::update_data |
Update data.
Definition at line 161 of file aero_rep_data.F90.