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

Go to the source code of this file.

Modules

module  profile_diagnostics_mod
 

Functions/Subroutines

type(component_descriptor_type) function, public profile_diagnostics_mod::profile_diagnostics_get_descriptor ()
 Provides the component descriptor for the core to register. More...
 
subroutine profile_diagnostics_mod::initialisation_callback (current_state)
 
subroutine profile_diagnostics_mod::timestep_callback (current_state)
 
subroutine profile_diagnostics_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 profile_diagnostics_mod::field_value_retrieval_callback (current_state, name, field_value)
 Field value retrieval callback, this returns the value of a specific published field. More...
 

Variables

integer profile_diagnostics_mod::total_points
 
integer profile_diagnostics_mod::iqv
 
integer profile_diagnostics_mod::iql
 
real(kind=default_precision), dimension(:), allocatable profile_diagnostics_mod::tempfac
 
real(kind=default_precision), dimension(:), allocatable profile_diagnostics_mod::u_wind_tot
 
real(kind=default_precision), dimension(:), allocatable profile_diagnostics_mod::uprime_tot
 
real(kind=default_precision), dimension(:), allocatable profile_diagnostics_mod::v_wind_tot
 
real(kind=default_precision), dimension(:), allocatable profile_diagnostics_mod::vprime_tot
 
real(kind=default_precision), dimension(:), allocatable profile_diagnostics_mod::ww_tot
 
real(kind=default_precision), dimension(:), allocatable profile_diagnostics_mod::theta_tot
 
real(kind=default_precision), dimension(:), allocatable profile_diagnostics_mod::qv_tot
 
real(kind=default_precision), dimension(:), allocatable profile_diagnostics_mod::ql_tot
 
real(kind=default_precision), dimension(:), allocatable profile_diagnostics_mod::w_wind_tot
 
real(kind=default_precision), dimension(:), allocatable profile_diagnostics_mod::rh_tot
 
real(kind=default_precision), dimension(:), allocatable profile_diagnostics_mod::wq_tot
 
real(kind=default_precision), dimension(:), allocatable profile_diagnostics_mod::wtheta_tot
 
real(kind=default_precision), dimension(:), allocatable profile_diagnostics_mod::uw_tot
 
real(kind=default_precision), dimension(:), allocatable profile_diagnostics_mod::vw_tot
 
real(kind=default_precision), dimension(:), allocatable profile_diagnostics_mod::th2_tot
 
real(kind=default_precision), dimension(:), allocatable profile_diagnostics_mod::thref
 
real(kind=default_precision), dimension(:), allocatable profile_diagnostics_mod::prefn
 
real(kind=default_precision), dimension(:), allocatable profile_diagnostics_mod::rho
 
real(kind=default_precision), dimension(:), allocatable profile_diagnostics_mod::rhon
 
real(kind=default_precision), dimension(:), allocatable profile_diagnostics_mod::thinit
 
real(kind=default_precision), dimension(:), allocatable profile_diagnostics_mod::uinit
 
real(kind=default_precision), dimension(:), allocatable profile_diagnostics_mod::vinit
 
real(kind=default_precision) profile_diagnostics_mod::qlcrit