|
| subroutine | abl_userbc (ix, iy, iz, iside, eg) |
| | Stress boundary condition as formulated by Moeng (1984) Also has optional temporal filtering c.f: Yang et al. Physical Review Fluids 2, no. 10 (2017): 104601. More...
|
| |
| real function | friction_vel (uh, kappa, delta_z, z0, Psi_M) |
| | Compute friction velocity. More...
|
| |
| real function | thermal_flux (u_star, kappa, T_surf, T, delta_z, z_os, Psi_H) |
| | Complute thermal flux. More...
|
| |
| real function | thermal_flux_fixed (x) |
| | Set thermal flux which varies along x, but is constant in time. More...
|
| |
| real function | temp_strat (t_surf, y, half_ymax) |
| | Set temperature dirichlet boundary conditions at bottom and top boundaries. More...
|
| |
| real function | abl_pen_k (y_coord, z0) |
| | Compute the K term in penalty forcing. More...
|
| |