|
type(component_descriptor_type) function, public | buoyancy_mod::buoyancy_get_descriptor () |
| Provides the descriptor back to the caller and is used in component registration. More...
|
|
subroutine | buoyancy_mod::field_information_retrieval_callback (current_state, name, field_information) |
| Field information retrieval callback, this returns information for a specific components published field. More...
|
|
subroutine | buoyancy_mod::field_value_retrieval_callback (current_state, name, field_value) |
| Field value retrieval callback, this returns the value of a specific published field. More...
|
|
subroutine | buoyancy_mod::initialisation_callback (current_state) |
| The initialisation callback sets up the buoyancy coefficient. More...
|
|
subroutine | buoyancy_mod::finalisation_callback (current_state) |
|
subroutine | buoyancy_mod::timestep_callback (current_state) |
| Called for each column per timestep this will calculate the buoyancy terms for the SW field. More...
|
|
subroutine | buoyancy_mod::save_precomponent_tendencies (current_state, cxn, cyn, txn, tyn) |
| Save the 3d tendencies coming into the component. More...
|
|
subroutine | buoyancy_mod::compute_component_tendencies (current_state, cxn, cyn, txn, tyn) |
| Computation of component tendencies. More...
|
|
subroutine | buoyancy_mod::set_published_field_value (field_value, real_1d_field, real_2d_field, real_3d_field) |
| Sets the published field value from the temporary diagnostic values held by this component. More...
|
|