module FElib / Fluid dyn solver / Atmosphere / Boundary
More...
module FElib / Fluid dyn solver / Atmosphere / Boundary
- Description
- A module for setting halo data based on boundary conditions.
- Author
- Yuta Kawai, Team SCALE
- NAMELIST
-
PARAM_ATMOS_DYN_BND
name | type | default value | comment |
BTM_VEL_BC | character(len=H_SHORT) | | Velocity BC at bottom boundary |
TOP_VEL_BC | character(len=H_SHORT) | | Velocity BC at top boundary |
NORTH_VEL_BC | character(len=H_SHORT) | | Velocity BC at northern boundary |
SOUTH_VEL_BC | character(len=H_SHORT) | | Velocity BC at southern boundary |
EAST_VEL_BC | character(len=H_SHORT) | | Velocity BC at east boundary |
WEST_VEL_BC | character(len=H_SHORT) | | Velocity BC at west boundary |
BTM_THERMAL_BC | character(len=H_SHORT) | | Thermal BC at bottom boundary |
TOP_THERMAL_BC | character(len=H_SHORT) | | Thermal BC at top boundary |
NORTH_THERMAL_BC | character(len=H_SHORT) | | Thermal BC at northern boundary |
SOUTH_THERMAL_BC | character(len=H_SHORT) | | Thermal BC at southern boundary |
EAST_THERMAL_BC | character(len=H_SHORT) | | Thermal BC at east boundary |
WEST_THERMAL_BC | character(len=H_SHORT) | | Thermal BC at west boundary |
BTM_THERMAL_FIXVAL | real(RP) | | Fixed value with thermal BC at bottom boundary |
TOP_THERMAL_FIXVAL | real(RP) | | Fixed value with thermal BC at top boundary |
NORTH_THERMAL_FIXVAL | real(RP) | | Fixed value with thermal BC at north boundary |
SOUTH_THERMAL_FIXVAL | real(RP) | | Fixed value with thermal BC at south boundary |
EAST_THERMAL_FIXVAL | real(RP) | | Fixed value with thermal BC at east boundary |
WEST_THERMAL_FIXVAL | real(RP) | | Fixed value with thermal BC at west boundary |
- History Output
- No history output
◆ dombnd_south_id
integer, parameter scale_atm_dyn_dgm_bnd::dombnd_south_id = 1 |