MONC
Modules | Functions/Subroutines | Variables
buoyancy.F90 File Reference

Go to the source code of this file.

Modules

module  buoyancy_mod
 Calculates buoyancy terms for the SW field.
 

Functions/Subroutines

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...
 

Variables

real(kind=default_precision), dimension(:), allocatable buoyancy_mod::w_buoyancy
 
real(kind=default_precision) buoyancy_mod::g_over_2
 
integer buoyancy_mod::iqv
 
real(kind=default_precision), dimension(:,:,:), allocatable buoyancy_mod::tend_3d_w
 
logical buoyancy_mod::l_tend_3d_w
 
real(kind=default_precision), dimension(:), allocatable buoyancy_mod::tend_pr_tot_w
 
logical buoyancy_mod::l_tend_pr_tot_w
 
integer buoyancy_mod::diagnostic_generation_frequency