FE-Project
|
module FElib / Fluid dyn solver / Atmosphere / Global shallow water More...
Functions/Subroutines | |
subroutine, public | atm_dyn_dgm_globalsw_init (mesh) |
subroutine, public | atm_dyn_dgm_globalsw_final () |
subroutine, public | atm_dyn_dgm_globalsw_cal_tend (h_dt, u_dt, v_dt, h_, u_, v_, hs_, u1_, u2_, coriolis, dx, dy, sx, sy, lift, lmesh, elem) |
module FElib / Fluid dyn solver / Atmosphere / Global shallow water
subroutine, public scale_atm_dyn_dgm_globalsw::atm_dyn_dgm_globalsw_init | ( | class(meshbase2d), intent(in) | mesh | ) |
Definition at line 63 of file scale_atm_dyn_dgm_globalsw.F90.
subroutine, public scale_atm_dyn_dgm_globalsw::atm_dyn_dgm_globalsw_final |
Definition at line 71 of file scale_atm_dyn_dgm_globalsw.F90.
subroutine, public scale_atm_dyn_dgm_globalsw::atm_dyn_dgm_globalsw_cal_tend | ( | real(rp), dimension(elem%np,lmesh%nea), intent(out) | h_dt, |
real(rp), dimension(elem%np,lmesh%nea), intent(out) | u_dt, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(out) | v_dt, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | h_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | u_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | v_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | hs_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | u1_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | u2_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | coriolis, | ||
type(sparsemat), intent(in) | dx, | ||
type(sparsemat), intent(in) | dy, | ||
type(sparsemat), intent(in) | sx, | ||
type(sparsemat), intent(in) | sy, | ||
type(sparsemat), intent(in) | lift, | ||
class(localmesh2d), intent(in) | lmesh, | ||
class(elementbase2d), intent(in) | elem ) |
Definition at line 80 of file scale_atm_dyn_dgm_globalsw.F90.