MONC
|
Go to the source code of this file.
Modules | |
module | coriolis_mod |
This calculates the coriolis and mean pressure gradient terms which impact su and sv fields. | |
Functions/Subroutines | |
type(component_descriptor_type) function, public | coriolis_mod::coriolis_get_descriptor () |
Provides the descriptor back to the caller and is used in component registration. More... | |
subroutine | coriolis_mod::initialisation_callback (current_state) |
Initialisation call back which will read in the coriolis configuration and set up the geostrophic winds. More... | |
subroutine | coriolis_mod::timestep_callback (current_state) |
For each none halo cell this will calculate the coriolis terms for su and sv fields. More... | |
Variables | |
logical | coriolis_mod::baroclinicity_use_geostrophic_shear |
real(kind=default_precision), dimension(:), allocatable | coriolis_mod::geostrophic_wind_x |
real(kind=default_precision), dimension(:), allocatable | coriolis_mod::geostrophic_wind_y |
real(kind=default_precision) | coriolis_mod::fcoriol |