|
| logical, public | ln_vvl_zstar = .FALSE. |
| |
| logical, public | ln_vvl_ztilde = .FALSE. |
| |
| logical, public | ln_vvl_layer = .FALSE. |
| |
| logical, public | ln_vvl_ztilde_as_zstar = .FALSE. |
| |
| logical, public | ln_vvl_zstar_at_eqtor = .FALSE. |
| |
| logical, public | ln_vvl_kepe = .FALSE. |
| |
| logical, public | ln_vvl_dbg = .FALSE. |
| |
real(wp), dimension(:,:,:),
allocatable, save, public | un_td |
| |
real(wp), dimension(:,:,:),
allocatable, save, public | vn_td |
| |
real(wp), dimension(:,:,:),
allocatable, save, public | tilde_e3t_b |
| |
real(wp), dimension(:,:,:),
allocatable, save, public | tilde_e3t_n |
| |
real(wp), dimension(:,:,:),
allocatable, save, public | tilde_e3t_a |
| |
real(wp), dimension(:,:,:),
allocatable, save, public | dtilde_e3t_a |
| |
|
| real(wp) | rn_ahe3 |
| |
| real(wp) | rn_rst_e3t |
| |
| real(wp) | rn_lf_cutoff |
| |
| real(wp) | rn_zdef_max |
| |
real(wp), dimension(:,:,:),
allocatable, save | hdiv_lf |
| |
real(wp), dimension(:,:),
allocatable, save | frq_rst_e3t |
| |
real(wp), dimension(:,:),
allocatable, save | frq_rst_hdv |
| |
| INTEGER function domvvl::dom_vvl_alloc |
( |
| ) |
|
|
private |
| subroutine domvvl::dom_vvl_ctl |
( |
| ) |
|
|
private |
| subroutine, public domvvl::dom_vvl_init |
( |
| ) |
|
| subroutine domvvl::dom_vvl_interpol |
( |
real(wp), dimension(jpi,jpj,jpk), intent(in) |
pe3_in, |
|
|
real(wp), dimension(jpi,jpj,jpk), intent(inout) |
pe3_out, |
|
|
character(len=*), intent(in) |
pout |
|
) |
| |
|
private |
| real(wp), dimension(:,:,:), allocatable, save, public domvvl::dtilde_e3t_a |
| real(wp), dimension(:,:), allocatable, save domvvl::frq_rst_e3t |
|
private |
| real(wp), dimension(:,:), allocatable, save domvvl::frq_rst_hdv |
|
private |
| real(wp), dimension(:,:,:), allocatable, save domvvl::hdiv_lf |
|
private |
| logical, public domvvl::ln_vvl_dbg = .FALSE. |
| logical, public domvvl::ln_vvl_kepe = .FALSE. |
| logical, public domvvl::ln_vvl_layer = .FALSE. |
| logical, public domvvl::ln_vvl_zstar = .FALSE. |
| logical, public domvvl::ln_vvl_zstar_at_eqtor = .FALSE. |
| logical, public domvvl::ln_vvl_ztilde = .FALSE. |
| logical, public domvvl::ln_vvl_ztilde_as_zstar = .FALSE. |
| real(wp) domvvl::rn_lf_cutoff |
|
private |
| real(wp) domvvl::rn_rst_e3t |
|
private |
| real(wp) domvvl::rn_zdef_max |
|
private |
| real(wp), dimension(:,:,:), allocatable, save, public domvvl::tilde_e3t_a |
| real(wp), dimension(:,:,:), allocatable, save, public domvvl::tilde_e3t_b |
| real(wp), dimension(:,:,:), allocatable, save, public domvvl::tilde_e3t_n |
| real(wp), dimension(:,:,:), allocatable, save, public domvvl::un_td |
| real(wp), dimension(:,:,:), allocatable, save, public domvvl::vn_td |
The documentation for this module was generated from the following file: