mod_setup Module Reference
Functions/Subroutines | |
| subroutine | setup_center_coords |
| subroutine | setup_horizontal_mixing_coefficient |
| subroutine | setup_bottom_roughness |
| subroutine | setup_depth |
| subroutine | setup_coriolis |
| subroutine | setup_gravity |
| subroutine | setup_sponge |
| subroutine | coordinate_units (XL, YL) |
| subroutine | setup_sigma |
| subroutine, private | sigma_geometric |
| subroutine, private | sigma_generalized |
| subroutine, private | sigma_tanh |
| subroutine | setup_sigma_derivatives |
Variables | |
| real(sp), dimension(:), allocatable, target | x_gbl |
| real(sp), dimension(:), allocatable, target | y_gbl |
| real(sp), dimension(:), allocatable, target | x_lcl |
| real(sp), dimension(:), allocatable, target | y_lcl |
| real(sp), dimension(:), allocatable, target | c_lcl |
| real(sp), dimension(:), allocatable, target | h_lcl |
| integer, dimension(:), allocatable, target | n_spg |
| real(sp), dimension(:), allocatable, target | r_spg |
| real(sp), dimension(:), allocatable, target | c_spg |
| real(sp), dimension(:), allocatable, target | x_spg |
| real(sp), dimension(:), allocatable, target | y_spg |
| integer | nsponge |
Function/Subroutine Documentation
| subroutine mod_setup::coordinate_units | ( | real(sp), dimension(:), allocatable | XL, |
| real(sp), dimension(:), allocatable | YL | ||
| ) |
Here is the call graph for this function:

Here is the caller graph for this function:

| subroutine mod_setup::setup_bottom_roughness | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

| subroutine mod_setup::setup_center_coords | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

| subroutine mod_setup::setup_coriolis | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

| subroutine mod_setup::setup_depth | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

| subroutine mod_setup::setup_gravity | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

| subroutine mod_setup::setup_horizontal_mixing_coefficient | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

| subroutine mod_setup::setup_sigma | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

| subroutine mod_setup::setup_sigma_derivatives | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

| subroutine mod_setup::setup_sponge | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

|
private |
Here is the caller graph for this function:

|
private |
Here is the caller graph for this function:

|
private |
Here is the caller graph for this function:

Variable Documentation
| real(sp), dimension(:), allocatable, target mod_setup::c_lcl |
| real(sp), dimension(:), allocatable, target mod_setup::c_spg |
| real(sp), dimension(:), allocatable, target mod_setup::h_lcl |
| integer, dimension(:), allocatable, target mod_setup::n_spg |
| integer mod_setup::nsponge |
| real(sp), dimension(:), allocatable, target mod_setup::r_spg |
| real(sp), dimension(:), allocatable, target mod_setup::x_gbl |
| real(sp), dimension(:), allocatable, target mod_setup::x_lcl |
| real(sp), dimension(:), allocatable, target mod_setup::x_spg |
| real(sp), dimension(:), allocatable, target mod_setup::y_gbl |
| real(sp), dimension(:), allocatable, target mod_setup::y_lcl |
| real(sp), dimension(:), allocatable, target mod_setup::y_spg |

1.8.11