My Project
|
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 | 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 |
subroutine mod_setup::coordinate_units | ( | real(sp), dimension(:), allocatable | XL, |
real(sp), dimension(:), allocatable | YL | ||
) |
Definition at line 300 of file mod_setup.f90.
subroutine mod_setup::setup_bottom_roughness | ( | ) |
Definition at line 166 of file mod_setup.f90.
subroutine mod_setup::setup_center_coords | ( | ) |
Definition at line 74 of file mod_setup.f90.
subroutine mod_setup::setup_coriolis | ( | ) |
Definition at line 214 of file mod_setup.f90.
subroutine mod_setup::setup_depth | ( | ) |
Definition at line 195 of file mod_setup.f90.
subroutine mod_setup::setup_gravity | ( | ) |
Definition at line 241 of file mod_setup.f90.
subroutine mod_setup::setup_horizontal_mixing_coefficient | ( | ) |
Definition at line 134 of file mod_setup.f90.
subroutine mod_setup::setup_sigma | ( | ) |
Definition at line 403 of file mod_setup.f90.
subroutine mod_setup::setup_sigma_derivatives | ( | ) |
Definition at line 636 of file mod_setup.f90.
subroutine mod_setup::setup_sponge | ( | ) |
Definition at line 257 of file mod_setup.f90.
real(sp), dimension(:), allocatable, target mod_setup::c_lcl |
Definition at line 58 of file mod_setup.f90.
real(sp), dimension(:), allocatable, target mod_setup::c_spg |
Definition at line 65 of file mod_setup.f90.
real(sp), dimension(:), allocatable, target mod_setup::h_lcl |
Definition at line 61 of file mod_setup.f90.
integer, dimension(:), allocatable, target mod_setup::n_spg |
Definition at line 64 of file mod_setup.f90.
integer mod_setup::nsponge |
Definition at line 66 of file mod_setup.f90.
real(sp), dimension(:), allocatable, target mod_setup::r_spg |
Definition at line 65 of file mod_setup.f90.
real(sp), dimension(:), allocatable, target mod_setup::x_gbl |
Definition at line 54 of file mod_setup.f90.
real(sp), dimension(:), allocatable, target mod_setup::x_lcl |
Definition at line 55 of file mod_setup.f90.
real(sp), dimension(:), allocatable, target mod_setup::x_spg |
Definition at line 65 of file mod_setup.f90.
real(sp), dimension(:), allocatable, target mod_setup::y_gbl |
Definition at line 54 of file mod_setup.f90.
real(sp), dimension(:), allocatable, target mod_setup::y_lcl |
Definition at line 55 of file mod_setup.f90.
real(sp), dimension(:), allocatable, target mod_setup::y_spg |
Definition at line 65 of file mod_setup.f90.