My Project
|
Functions/Subroutines | |
subroutine | alloc_obc_data |
subroutine | assign_elm1_to_elm2 |
subroutine | elevation_atmo |
subroutine | bcond_pa_air |
subroutine | bcond_asl |
subroutine | bcond_asl_clp |
subroutine | bcond_gwi (K_RK) |
subroutine | bcond_bki (K_RK) |
subroutine | bcond_ore |
subroutine | setup_obctypes |
subroutine | separate_obc |
subroutine | setup_obc |
subroutine | flux_obn (K) |
subroutine | bcond_t_perturbation (T2D_NEXT, T2D, TTMP, I, J, J1) |
subroutine | bcond_s_perturbation (S2D_NEXT, S2D, STMP, I, J, J1) |
subroutine | gday1 (IDD, IMM, IYY, ICC, KD) |
subroutine | astro (d1, h, pp, s, p, np, dh, dpp, ds, dp, dnp) |
Variables | |
integer, dimension(:), allocatable | next_obc |
integer, dimension(:), allocatable | next_obc2 |
integer, dimension(5) | ibcn |
integer, dimension(5) | ibcn_gl |
integer, dimension(:,:), allocatable | obc_lst |
integer, dimension(:), allocatable | nadjn_obc |
integer, dimension(:,:), allocatable | adjn_obc |
integer, dimension(:), allocatable | nadjc_obc |
integer, dimension(:,:), allocatable | adjc_obc |
real(sp), dimension(:,:), allocatable | temp_obc |
real(sp), dimension(:,:), allocatable | salt_obc |
integer, dimension(:), allocatable | nfluxf_obc |
real(sp), dimension(:,:), allocatable | fluxf_obc |
real(sp), dimension(:), allocatable | nxobc |
real(sp), dimension(:), allocatable | nyobc |
real(sp), dimension(:), allocatable | dltn_obc |
real(sp), dimension(:), allocatable | elm1 |
real(sp), dimension(:), allocatable | elm2 |
real(sp), dimension(:,:), allocatable | t1m1 |
real(sp), dimension(:,:), allocatable | t1m2 |
real(sp), dimension(:,:), allocatable | s1m1 |
real(sp), dimension(:,:), allocatable | s1m2 |
real(sp), dimension(:), allocatable | fluxobn |
real(sp), dimension(:), allocatable | iucp |
real(sp), dimension(:), allocatable | xflux_obcn |
real(sp), dimension(:), allocatable | uard_obcn |
real(sp), dimension(:,:), allocatable | xflux_obc |
subroutine mod_obcs::alloc_obc_data | ( | ) |
Definition at line 119 of file mod_obcs.f90.
subroutine mod_obcs::assign_elm1_to_elm2 | ( | ) |
Definition at line 156 of file mod_obcs.f90.
subroutine mod_obcs::astro | ( | d1, | |
h, | |||
pp, | |||
s, | |||
p, | |||
real*8 | np, | ||
dh, | |||
dpp, | |||
ds, | |||
dp, | |||
dnp | |||
) |
Definition at line 1108 of file mod_obcs.f90.
subroutine mod_obcs::bcond_asl | ( | ) |
Definition at line 262 of file mod_obcs.f90.
subroutine mod_obcs::bcond_asl_clp | ( | ) |
Definition at line 344 of file mod_obcs.f90.
subroutine mod_obcs::bcond_bki | ( | integer | K_RK | ) |
Definition at line 404 of file mod_obcs.f90.
subroutine mod_obcs::bcond_gwi | ( | integer | K_RK | ) |
Definition at line 369 of file mod_obcs.f90.
subroutine mod_obcs::bcond_ore | ( | ) |
Definition at line 439 of file mod_obcs.f90.
subroutine mod_obcs::bcond_pa_air | ( | ) |
Definition at line 253 of file mod_obcs.f90.
subroutine mod_obcs::bcond_s_perturbation | ( | real(sp) | S2D_NEXT, |
real(sp) | S2D, | ||
real(sp), dimension(iobcn,kbm1) | STMP, | ||
integer | I, | ||
integer | J, | ||
integer | J1 | ||
) |
Definition at line 949 of file mod_obcs.f90.
subroutine mod_obcs::bcond_t_perturbation | ( | real(sp) | T2D_NEXT, |
real(sp) | T2D, | ||
real(sp), dimension(iobcn,kbm1) | TTMP, | ||
integer | I, | ||
integer | J, | ||
integer | J1 | ||
) |
Definition at line 870 of file mod_obcs.f90.
subroutine mod_obcs::elevation_atmo | ( | ) |
Definition at line 188 of file mod_obcs.f90.
subroutine mod_obcs::flux_obn | ( | integer, intent(in) | K | ) |
Definition at line 829 of file mod_obcs.f90.
subroutine mod_obcs::gday1 | ( | integer | IDD, |
integer | IMM, | ||
integer | IYY, | ||
integer | ICC, | ||
integer | KD | ||
) |
Definition at line 1023 of file mod_obcs.f90.
subroutine mod_obcs::separate_obc | ( | ) |
Definition at line 527 of file mod_obcs.f90.
subroutine mod_obcs::setup_obc | ( | ) |
Definition at line 592 of file mod_obcs.f90.
subroutine mod_obcs::setup_obctypes | ( | ) |
Definition at line 478 of file mod_obcs.f90.
integer, dimension(:,:), allocatable mod_obcs::adjc_obc |
Definition at line 88 of file mod_obcs.f90.
integer, dimension(:,:), allocatable mod_obcs::adjn_obc |
Definition at line 86 of file mod_obcs.f90.
real(sp), dimension(:), allocatable mod_obcs::dltn_obc |
Definition at line 98 of file mod_obcs.f90.
real(sp), dimension(:), allocatable mod_obcs::elm1 |
Definition at line 101 of file mod_obcs.f90.
real(sp), dimension(:), allocatable mod_obcs::elm2 |
Definition at line 102 of file mod_obcs.f90.
real(sp), dimension(:,:), allocatable mod_obcs::fluxf_obc |
Definition at line 95 of file mod_obcs.f90.
real(sp), dimension(:), allocatable mod_obcs::fluxobn |
Definition at line 109 of file mod_obcs.f90.
integer, dimension(5) mod_obcs::ibcn |
Definition at line 82 of file mod_obcs.f90.
integer, dimension(5) mod_obcs::ibcn_gl |
Definition at line 83 of file mod_obcs.f90.
real(sp), dimension(:), allocatable mod_obcs::iucp |
Definition at line 110 of file mod_obcs.f90.
integer, dimension(:), allocatable mod_obcs::nadjc_obc |
Definition at line 87 of file mod_obcs.f90.
integer, dimension(:), allocatable mod_obcs::nadjn_obc |
Definition at line 85 of file mod_obcs.f90.
integer, dimension(:), allocatable mod_obcs::next_obc |
Definition at line 78 of file mod_obcs.f90.
integer, dimension(:), allocatable mod_obcs::next_obc2 |
Definition at line 79 of file mod_obcs.f90.
integer, dimension(:), allocatable mod_obcs::nfluxf_obc |
Definition at line 94 of file mod_obcs.f90.
real(sp), dimension(:), allocatable mod_obcs::nxobc |
Definition at line 96 of file mod_obcs.f90.
real(sp), dimension(:), allocatable mod_obcs::nyobc |
Definition at line 97 of file mod_obcs.f90.
integer, dimension(:,:), allocatable mod_obcs::obc_lst |
Definition at line 84 of file mod_obcs.f90.
real(sp), dimension(:,:), allocatable mod_obcs::s1m1 |
Definition at line 105 of file mod_obcs.f90.
real(sp), dimension(:,:), allocatable mod_obcs::s1m2 |
Definition at line 106 of file mod_obcs.f90.
real(sp), dimension(:,:), allocatable mod_obcs::salt_obc |
Definition at line 92 of file mod_obcs.f90.
real(sp), dimension(:,:), allocatable mod_obcs::t1m1 |
Definition at line 103 of file mod_obcs.f90.
real(sp), dimension(:,:), allocatable mod_obcs::t1m2 |
Definition at line 104 of file mod_obcs.f90.
real(sp), dimension(:,:), allocatable mod_obcs::temp_obc |
Definition at line 91 of file mod_obcs.f90.
real(sp), dimension(:), allocatable mod_obcs::uard_obcn |
Definition at line 112 of file mod_obcs.f90.
real(sp), dimension(:,:), allocatable mod_obcs::xflux_obc |
Definition at line 113 of file mod_obcs.f90.
real(sp), dimension(:), allocatable mod_obcs::xflux_obcn |
Definition at line 111 of file mod_obcs.f90.