MONC
|
Flux budget component which produces diagnostic data for the flux aspects of the model. More...
Functions/Subroutines | |
type(component_descriptor_type) function, public | flux_budget_get_descriptor () |
Provides the descriptor back to the caller and is used in component registration. More... | |
subroutine | initialisation_callback (current_state) |
Initialisation call back. More... | |
subroutine | timestep_callback (current_state) |
Timestep call back, this will deduce the diagnostics for the current (non halo) column. More... | |
subroutine | finalisation_callback (current_state) |
Finalisation call back. More... | |
subroutine | populate_field_names () |
Populates the published field names in the appropriate map. More... | |
subroutine | field_information_retrieval_callback (current_state, name, field_information) |
Field information retrieval callback, this returns information for a specific components published field. More... | |
subroutine | initialise_scalar_diagnostics (current_state) |
Initialises the scalar diagnostics. More... | |
subroutine | initialise_qt_diagnostics (current_state) |
Initialises the qt diagnostics. For now we are assuming qt is the same as theta, which needs updating with moisture information. More... | |
subroutine | initialise_mse_diagnostics (current_state) |
Initialises the mse diagnostics. For now we are assuming mse is the same as theta, which needs updating with moisture information. More... | |
subroutine | initialise_thetal_diagnostics (current_state) |
Initialises the thetal diagnostics. More... | |
subroutine | initialise_prognostic_budget_diagnostics (current_state) |
Initialises the prognostic (uu, vv, ww) budget diagnostics. More... | |
subroutine | initialise_uw_vw_diagnostics (current_state) |
Initialises the UW and VW diagnostics. More... | |
subroutine | initialise_tke_diagnostics (current_state) |
Initialises the TKE diagnostics. More... | |
subroutine | initialise_q_flux_diagnostics (current_state) |
Initialises the Q field flux diagnostic areas and enabled flags depending upon the configuration of the model. More... | |
subroutine | initialise_theta_flux_diagnostics (current_state) |
Initialises the heat flux diagnostic areas and enabled flags depending upon the configuration of the model. More... | |
subroutine | clear_qt () |
Clears the qt diagnostics. More... | |
subroutine | compute_qt_for_column (current_state) |
Computes the qt diagnostics for a specific column. For now we are assuming qt is the same as theta, which needs updating with moisture information as per resdgs. More... | |
subroutine | clear_scalars () |
Clears the scalar diagnostics. More... | |
subroutine | compute_scalars_for_column (current_state) |
Computes the scalar diagnostics for a specific column. More... | |
subroutine | clear_mse () |
Clears the mse diagnostics. More... | |
subroutine | compute_mse_for_column (current_state) |
Computes the mse diagnostics for a specific column. For now we are assuming mse is the same as theta, which needs updating with moisture information. More... | |
subroutine | clear_thetal () |
Clears the thetal diagnostics. More... | |
subroutine | compute_thetal_for_column (current_state) |
Computes the thetal diagnostics for a specific column. More... | |
subroutine | clear_prognostic_budgets () |
Clears the prognostic (uu, vv, ww) budgets. More... | |
subroutine | compute_prognostic_budgets_for_column (current_state) |
Computes the prognostic (uu, vv, ww) budgets for a specific column. More... | |
subroutine | clear_uw_vw () |
Clears the uw uv diagnostics. More... | |
subroutine | clear_tke () |
Clears the TKE diagnostics. More... | |
subroutine | compute_uw_vw_for_column (current_state) |
Computes the uw uv diagnostics for a specific column. More... | |
subroutine | compute_tke_for_column (current_state) |
Computes the TKE diagnostics for a specific column. More... | |
subroutine | clear_q_fluxes () |
Clears the Q flux diagnostics, called at the start of a timestep. More... | |
subroutine | compute_q_flux_for_column (current_state) |
Computes the Q flux diagnostics for a specific column. More... | |
subroutine | clear_theta_fluxes () |
Clears the heat flux diagnostics at the start of a timestep. More... | |
subroutine | compute_theta_flux_for_column (current_state) |
Computes the heat flux diagnostics for a specific column. More... | |
logical function | is_field_heat_flux (name) |
Determines whether a specific published field is a heat flux field. More... | |
logical function | is_field_tke_flux (name) |
Determines whether a specific published field is a TKE budget field. More... | |
logical function | is_field_q_flux (name) |
Determines whether a specific published field is a q flux field. More... | |
logical function | is_field_uw_vw (name) |
Determines whether a specific published field is a uw or uv field. More... | |
logical function | is_field_prognostic_budget (name) |
Determines whether a specific published field is a uu, vv or ww field. More... | |
logical function | is_field_thetal (name) |
Determines whether a specific published field is a thetal field. More... | |
logical function | is_field_mse (name) |
Determines whether a specific published field is a mse field. More... | |
logical function | is_field_qt (name) |
Determines whether a specific published field is a mse field. More... | |
logical function | is_field_scalar (name) |
Determines whether a specific published field is a scalar field. More... | |
subroutine | field_value_retrieval_callback (current_state, name, field_value) |
Field value retrieval callback, this returns the value of a specific published field. More... | |
subroutine | set_published_field_value (field_value, real_1d_field, real_2d_field) |
Sets the published field value from the temporary diagnostic values held by this component. More... | |
subroutine | set_published_field_enabled_state (collection, field_name, enabled_state) |
Sets the published value enabled state in the provided collection map. More... | |
logical function | get_published_field_enabled_state (collection, field_name) |
Retrieves whether a published field is enabled or not. More... | |
Variables | |
real(kind=default_precision), dimension(:), allocatable | th_flux_values |
real(kind=default_precision), dimension(:), allocatable | th_gradient |
real(kind=default_precision), dimension(:), allocatable | th_diff |
real(kind=default_precision), dimension(:), allocatable | th_buoyancy |
real(kind=default_precision), dimension(:), allocatable | th_tendency |
real(kind=default_precision), dimension(:), allocatable | uw_advection |
real(kind=default_precision), dimension(:), allocatable | vw_advection |
real(kind=default_precision), dimension(:), allocatable | uw_viscosity |
real(kind=default_precision), dimension(:), allocatable | vw_viscosity |
real(kind=default_precision), dimension(:), allocatable | uw_buoyancy |
real(kind=default_precision), dimension(:), allocatable | vw_buoyancy |
real(kind=default_precision), dimension(:), allocatable | uw_tendency |
real(kind=default_precision), dimension(:), allocatable | vw_tendency |
real(kind=default_precision), dimension(:), allocatable | uw_w |
real(kind=default_precision), dimension(:), allocatable | vw_w |
real(kind=default_precision), dimension(:), allocatable | tu_su |
real(kind=default_precision), dimension(:), allocatable | uu_advection |
real(kind=default_precision), dimension(:), allocatable | uu_viscosity |
real(kind=default_precision), dimension(:), allocatable | wu_u |
real(kind=default_precision), dimension(:), allocatable | tv_sv |
real(kind=default_precision), dimension(:), allocatable | vv_advection |
real(kind=default_precision), dimension(:), allocatable | vv_viscosity |
real(kind=default_precision), dimension(:), allocatable | wv_v |
real(kind=default_precision), dimension(:), allocatable | tw_sw |
real(kind=default_precision), dimension(:), allocatable | ww_advection |
real(kind=default_precision), dimension(:), allocatable | ww_viscosity |
real(kind=default_precision), dimension(:), allocatable | ww_buoyancy |
real(kind=default_precision), dimension(:), allocatable | u_thetal |
real(kind=default_precision), dimension(:), allocatable | us_thetal |
real(kind=default_precision), dimension(:), allocatable | u_thetal_advection |
real(kind=default_precision), dimension(:), allocatable | u_thetal_viscosity_diffusion |
real(kind=default_precision), dimension(:), allocatable | wu_thetal |
real(kind=default_precision), dimension(:), allocatable | v_thetal |
real(kind=default_precision), dimension(:), allocatable | vs_thetal |
real(kind=default_precision), dimension(:), allocatable | v_thetal_advection |
real(kind=default_precision), dimension(:), allocatable | v_thetal_viscosity_diffusion |
real(kind=default_precision), dimension(:), allocatable | wv_thetal |
real(kind=default_precision), dimension(:), allocatable | w_thetal |
real(kind=default_precision), dimension(:), allocatable | ws_thetal |
real(kind=default_precision), dimension(:), allocatable | w_thetal_advection |
real(kind=default_precision), dimension(:), allocatable | w_thetal_viscosity_diffusion |
real(kind=default_precision), dimension(:), allocatable | w_thetal_buoyancy |
real(kind=default_precision), dimension(:), allocatable | ww_thetal |
real(kind=default_precision), dimension(:), allocatable | thetal_thetal |
real(kind=default_precision), dimension(:), allocatable | sthetal_thetal |
real(kind=default_precision), dimension(:), allocatable | thetal_thetal_advection |
real(kind=default_precision), dimension(:), allocatable | thetal_thetal_diffusion |
real(kind=default_precision), dimension(:), allocatable | wthetal_thetal |
real(kind=default_precision), dimension(:), allocatable | u_mse |
real(kind=default_precision), dimension(:), allocatable | us_mse |
real(kind=default_precision), dimension(:), allocatable | u_mse_advection |
real(kind=default_precision), dimension(:), allocatable | u_mse_viscosity_diffusion |
real(kind=default_precision), dimension(:), allocatable | wu_mse |
real(kind=default_precision), dimension(:), allocatable | v_mse |
real(kind=default_precision), dimension(:), allocatable | vs_mse |
real(kind=default_precision), dimension(:), allocatable | v_mse_advection |
real(kind=default_precision), dimension(:), allocatable | v_mse_viscosity_diffusion |
real(kind=default_precision), dimension(:), allocatable | wv_mse |
real(kind=default_precision), dimension(:), allocatable | w_mse |
real(kind=default_precision), dimension(:), allocatable | ws_mse |
real(kind=default_precision), dimension(:), allocatable | w_mse_advection |
real(kind=default_precision), dimension(:), allocatable | w_mse_viscosity_diffusion |
real(kind=default_precision), dimension(:), allocatable | w_mse_buoyancy |
real(kind=default_precision), dimension(:), allocatable | ww_mse |
real(kind=default_precision), dimension(:), allocatable | mse_mse |
real(kind=default_precision), dimension(:), allocatable | smse_mse |
real(kind=default_precision), dimension(:), allocatable | mse_mse_advection |
real(kind=default_precision), dimension(:), allocatable | mse_mse_diffusion |
real(kind=default_precision), dimension(:), allocatable | wmse_mse |
real(kind=default_precision), dimension(:), allocatable | us_qt |
real(kind=default_precision), dimension(:), allocatable | u_qt_advection |
real(kind=default_precision), dimension(:), allocatable | u_qt_viscosity_diffusion |
real(kind=default_precision), dimension(:), allocatable | wu_qt |
real(kind=default_precision), dimension(:), allocatable | vs_qt |
real(kind=default_precision), dimension(:), allocatable | v_qt_advection |
real(kind=default_precision), dimension(:), allocatable | v_qt_viscosity_diffusion |
real(kind=default_precision), dimension(:), allocatable | wv_qt |
real(kind=default_precision), dimension(:), allocatable | w_qt |
real(kind=default_precision), dimension(:), allocatable | ws_qt |
real(kind=default_precision), dimension(:), allocatable | w_qt_advection |
real(kind=default_precision), dimension(:), allocatable | w_qt_viscosity_diffusion |
real(kind=default_precision), dimension(:), allocatable | w_qt_buoyancy |
real(kind=default_precision), dimension(:), allocatable | ww_qt |
real(kind=default_precision), dimension(:), allocatable | qt_qt |
real(kind=default_precision), dimension(:), allocatable | sqt_qt |
real(kind=default_precision), dimension(:), allocatable | qt_qt_advection |
real(kind=default_precision), dimension(:), allocatable | qt_qt_diffusion |
real(kind=default_precision), dimension(:), allocatable | wqt_qt |
real(kind=default_precision), dimension(:), allocatable | sres |
real(kind=default_precision), dimension(:), allocatable | wke |
real(kind=default_precision), dimension(:), allocatable | buoy |
real(kind=default_precision), dimension(:), allocatable | wp |
real(kind=default_precision), dimension(:), allocatable | tend |
real(kind=default_precision) | mflux |
real(kind=default_precision) | wmfcrit |
real(kind=default_precision), dimension(:,:), allocatable | q_flux_values |
real(kind=default_precision), dimension(:,:), allocatable | q_gradient |
real(kind=default_precision), dimension(:,:), allocatable | q_diff |
real(kind=default_precision), dimension(:,:), allocatable | q_buoyancy |
real(kind=default_precision), dimension(:,:), allocatable | q_tendency |
type(hashmap_type) | heat_flux_fields |
type(hashmap_type) | q_flux_fields |
type(hashmap_type) | uw_vw_fields |
type(hashmap_type) | prognostic_budget_fields |
type(hashmap_type) | thetal_fields |
type(hashmap_type) | mse_fields |
type(hashmap_type) | qt_fields |
type(hashmap_type) | scalar_fields |
type(hashmap_type) | tke_fields |
logical | some_theta_flux_diagnostics_enabled |
logical | some_q_flux_diagnostics_enabled |
logical | some_uw_vw_diagnostics_enabled |
logical | some_prognostic_budget_diagnostics_enabled |
logical | some_thetal_diagnostics_enabled |
logical | some_mse_diagnostics_enabled |
logical | some_qt_diagnostics_enabled |
logical | some_tke_diagnostics_enabled |
integer | diagnostic_generation_frequency |
Flux budget component which produces diagnostic data for the flux aspects of the model.
|
private |
Clears the mse diagnostics.
Definition at line 1288 of file flux_budget.F90.
|
private |
Clears the prognostic (uu, vv, ww) budgets.
Definition at line 1559 of file flux_budget.F90.
|
private |
Clears the Q flux diagnostics, called at the start of a timestep.
Definition at line 1981 of file flux_budget.F90.
|
private |
Clears the qt diagnostics.
Definition at line 1134 of file flux_budget.F90.
|
private |
Clears the scalar diagnostics.
Definition at line 1267 of file flux_budget.F90.
|
private |
Clears the heat flux diagnostics at the start of a timestep.
Definition at line 2056 of file flux_budget.F90.
|
private |
Clears the thetal diagnostics.
Definition at line 1424 of file flux_budget.F90.
|
private |
Clears the TKE diagnostics.
Definition at line 1655 of file flux_budget.F90.
|
private |
Clears the uw uv diagnostics.
Definition at line 1642 of file flux_budget.F90.
|
private |
Computes the mse diagnostics for a specific column. For now we are assuming mse is the same as theta, which needs updating with moisture information.
current_state | The current model state |
Definition at line 1315 of file flux_budget.F90.
|
private |
Computes the prognostic (uu, vv, ww) budgets for a specific column.
current_state | The current model state |
Definition at line 1576 of file flux_budget.F90.
|
private |
Computes the Q flux diagnostics for a specific column.
current_state | Current model state |
Definition at line 1991 of file flux_budget.F90.
|
private |
Computes the qt diagnostics for a specific column. For now we are assuming qt is the same as theta, which needs updating with moisture information as per resdgs.
current_state | The current model state |
Definition at line 1159 of file flux_budget.F90.
|
private |
Computes the scalar diagnostics for a specific column.
current_state | The current model state |
Definition at line 1273 of file flux_budget.F90.
|
private |
Computes the heat flux diagnostics for a specific column.
current_state | Current model state |
Definition at line 2066 of file flux_budget.F90.
|
private |
Computes the thetal diagnostics for a specific column.
current_state | The current model state |
Definition at line 1450 of file flux_budget.F90.
|
private |
Computes the TKE diagnostics for a specific column.
current_state | The current model state |
Definition at line 1760 of file flux_budget.F90.
|
private |
Computes the uw uv diagnostics for a specific column.
current_state | Current model state |
Definition at line 1665 of file flux_budget.F90.
|
private |
Field information retrieval callback, this returns information for a specific components published field.
current_state | Current model state |
name | The name of the field to retrieve information for |
field_information | Populated with information about the field |
Definition at line 397 of file flux_budget.F90.
|
private |
Field value retrieval callback, this returns the value of a specific published field.
current_state | Current model state |
name | The name of the field to retrieve the value for |
field_value | Populated with the value of the field |
Definition at line 2212 of file flux_budget.F90.
|
private |
Finalisation call back.
current_state | Current model state |
Definition at line 173 of file flux_budget.F90.
type(component_descriptor_type) function, public flux_budget_mod::flux_budget_get_descriptor |
Provides the descriptor back to the caller and is used in component registration.
Definition at line 47 of file flux_budget.F90.
|
private |
Retrieves whether a published field is enabled or not.
collection | The map to look up the published field in |
field_name | The name of the field to look up |
Definition at line 2450 of file flux_budget.F90.
|
private |
Initialisation call back.
current_state | Current model state |
Definition at line 125 of file flux_budget.F90.
|
private |
Initialises the mse diagnostics. For now we are assuming mse is the same as theta, which needs updating with moisture information.
current_state | The current model state |
Definition at line 581 of file flux_budget.F90.
|
private |
Initialises the prognostic (uu, vv, ww) budget diagnostics.
current_state | The current model state |
Definition at line 867 of file flux_budget.F90.
|
private |
Initialises the Q field flux diagnostic areas and enabled flags depending upon the configuration of the model.
current_state | The current model state |
Definition at line 1056 of file flux_budget.F90.
|
private |
Initialises the qt diagnostics. For now we are assuming qt is the same as theta, which needs updating with moisture information.
current_state | The current model state |
Definition at line 447 of file flux_budget.F90.
|
private |
Initialises the scalar diagnostics.
current_state | The current model state |
Definition at line 438 of file flux_budget.F90.
|
private |
Initialises the heat flux diagnostic areas and enabled flags depending upon the configuration of the model.
current_state | The current model state |
Definition at line 1096 of file flux_budget.F90.
|
private |
Initialises the thetal diagnostics.
current_state | The current model state |
Definition at line 724 of file flux_budget.F90.
|
private |
Initialises the TKE diagnostics.
current_state | The current model state |
Definition at line 1016 of file flux_budget.F90.
|
private |
Initialises the UW and VW diagnostics.
current_state | Current model state |
Definition at line 943 of file flux_budget.F90.
|
private |
Determines whether a specific published field is a heat flux field.
name | The name of the field to check |
Definition at line 2130 of file flux_budget.F90.
|
private |
Determines whether a specific published field is a mse field.
name | The name of the field to check |
Definition at line 2184 of file flux_budget.F90.
|
private |
Determines whether a specific published field is a uu, vv or ww field.
name | The name of the field to check |
Definition at line 2166 of file flux_budget.F90.
|
private |
Determines whether a specific published field is a q flux field.
name | The name of the field to check |
Definition at line 2148 of file flux_budget.F90.
|
private |
Determines whether a specific published field is a mse field.
name | The name of the field to check |
Definition at line 2193 of file flux_budget.F90.
|
private |
Determines whether a specific published field is a scalar field.
name | The name of the field to check |
Definition at line 2202 of file flux_budget.F90.
|
private |
Determines whether a specific published field is a thetal field.
name | The name of the field to check |
Definition at line 2175 of file flux_budget.F90.
|
private |
Determines whether a specific published field is a TKE budget field.
name | The name of the field to check |
Definition at line 2139 of file flux_budget.F90.
|
private |
Determines whether a specific published field is a uw or uv field.
name | The name of the field to check |
Definition at line 2157 of file flux_budget.F90.
|
private |
Populates the published field names in the appropriate map.
Definition at line 283 of file flux_budget.F90.
|
private |
Sets the published value enabled state in the provided collection map.
collection | The map to set this in |
field_name | The name of the published field |
enabled_state | Whether the field is enabled which is stored |
Definition at line 2438 of file flux_budget.F90.
|
private |
Sets the published field value from the temporary diagnostic values held by this component.
field_value | Populated with the value of the field |
real_1d_field | Optional one dimensional real of values to publish |
real_2d_field | Optional two dimensional real of values to publish |
Definition at line 2422 of file flux_budget.F90.
|
private |
Timestep call back, this will deduce the diagnostics for the current (non halo) column.
current_state | Current model state |
Definition at line 142 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 40 of file flux_budget.F90.
|
private |
Definition at line 33 of file flux_budget.F90.
|
private |
Definition at line 31 of file flux_budget.F90.
|
private |
Definition at line 33 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 33 of file flux_budget.F90.
|
private |
Definition at line 32 of file flux_budget.F90.
|
private |
Definition at line 32 of file flux_budget.F90.
|
private |
Definition at line 33 of file flux_budget.F90.
|
private |
Definition at line 32 of file flux_budget.F90.
|
private |
Definition at line 32 of file flux_budget.F90.
|
private |
Definition at line 32 of file flux_budget.F90.
|
private |
Definition at line 33 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 33 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 36 of file flux_budget.F90.
|
private |
Definition at line 36 of file flux_budget.F90.
|
private |
Definition at line 36 of file flux_budget.F90.
|
private |
Definition at line 36 of file flux_budget.F90.
|
private |
Definition at line 36 of file flux_budget.F90.
|
private |
Definition at line 36 of file flux_budget.F90.
|
private |
Definition at line 36 of file flux_budget.F90.
|
private |
Definition at line 36 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 33 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 33 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 33 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 31 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.
|
private |
Definition at line 19 of file flux_budget.F90.