FE-Project
|
module FElib / Mesh / utility for general vertical coordinate More...
Functions/Subroutines | |
integer function, public | meshutil_get_vcoord_typeid (vcoord_type) |
subroutine, public | meshutil_vcoord_getmetric (g13, g23, zlev, gsqrtv, topo, ztop, vcoord_id, lcmesh, elem, lcmesh2d, elem2d, dx2d, dy2d, lift2d) |
Variables | |
character(*), parameter, public | mesh_vcoord_terrain_following_name = "TERRAIN_FOLLOWING" |
integer, parameter, public | mesh_vcoord_terrain_following_id = 1 |
module FElib / Mesh / utility for general vertical coordinate
integer function, public scale_meshutil_vcoord::meshutil_get_vcoord_typeid | ( | character(len=*), intent(in) | vcoord_type | ) |
Definition at line 61 of file scale_meshutil_vcoord.F90.
References mesh_vcoord_terrain_following_id, and mesh_vcoord_terrain_following_name.
Referenced by mod_atmos_mesh_gm::atmosmeshgm_init(), and mod_atmos_mesh_rm::atmosmeshrm_init().
subroutine, public scale_meshutil_vcoord::meshutil_vcoord_getmetric | ( | real(rp), dimension(elem%np,lcmesh%nea), intent(out) | g13, |
real(rp), dimension(elem%np,lcmesh%nea), intent(out) | g23, | ||
real(rp), dimension(elem%np,lcmesh%nea), intent(out) | zlev, | ||
real(rp), dimension(elem%np,lcmesh%nea), intent(inout) | gsqrtv, | ||
real(rp), dimension(elem2d%np,lcmesh2d%nea), intent(in) | topo, | ||
real(rp), intent(in) | ztop, | ||
integer, intent(in) | vcoord_id, | ||
class(localmesh3d), intent(in) | lcmesh, | ||
class(elementbase3d), intent(in) | elem, | ||
class(localmesh2d), intent(in) | lcmesh2d, | ||
class(elementbase2d), intent(in) | elem2d, | ||
type(sparsemat), intent(in) | dx2d, | ||
type(sparsemat), intent(in) | dy2d, | ||
type(sparsemat), intent(in) | lift2d ) |
Definition at line 79 of file scale_meshutil_vcoord.F90.
References mesh_vcoord_terrain_following_id.
Referenced by scale_mesh_topography::meshtopography_init().
character(*), parameter, public scale_meshutil_vcoord::mesh_vcoord_terrain_following_name = "TERRAIN_FOLLOWING" |
Definition at line 44 of file scale_meshutil_vcoord.F90.
Referenced by meshutil_get_vcoord_typeid().
integer, parameter, public scale_meshutil_vcoord::mesh_vcoord_terrain_following_id = 1 |
Definition at line 45 of file scale_meshutil_vcoord.F90.
Referenced by meshutil_get_vcoord_typeid(), and meshutil_vcoord_getmetric().