SCALE-RM
|
module atmosphere / physics / surface / const More...
Functions/Subroutines | |
subroutine, public | atmos_phy_sf_const_setup |
Setup. More... | |
subroutine, public | atmos_phy_sf_const_flux (IA, IS, IE, JA, JS, JE, ATM_W, ATM_U, ATM_V, ATM_TEMP, ATM_Z1, SFC_DENS, SFLX_MW, SFLX_MU, SFLX_MV, SFLX_SH, SFLX_LH, SFLX_QV, U10, V10) |
Constant flux. More... | |
module atmosphere / physics / surface / const
name | type | default value | comment |
---|---|---|---|
ATMOS_PHY_SF_FLG_MOM_FLUX | integer | 0 | application type for momentum flux |
ATMOS_PHY_SF_U_MINM | real(RP) | 0.0_RP | minimum limit of absolute velocity for momentum [m/s] |
ATMOS_PHY_SF_CM_MIN | real(RP) | 1.0E-5_RP | minimum limit of bulk coefficient for momentum [NIL] |
ATMOS_PHY_SF_CONST_USTAR | real(RP) | 0.25_RP | constant friction velocity [m/s] |
ATMOS_PHY_SF_CONST_CM | real(RP) | 0.0011_RP | constant bulk coefficient for momentum [NIL] |
ATMOS_PHY_SF_CONST_SH | real(RP) | 15.0_RP | constant surface sensible heat flux [W/m2] |
ATMOS_PHY_SF_CONST_LH | real(RP) | 115.0_RP | constant surface latent heat flux [W/m2] |
ATMOS_PHY_SF_FLG_SH_DIURNAL | logical | .false. | diurnal modulation for sensible heat flux? |
ATMOS_PHY_SF_CONST_FREQ | real(RP) | 24.0_RP | frequency of sensible heat flux modulation [hour] |
subroutine, public scale_atmos_phy_sf_const::atmos_phy_sf_const_setup |
Setup.
Definition at line 65 of file scale_atmos_phy_sf_const.F90.
References scale_io::io_fid_conf, and scale_prc::prc_abort().
Referenced by mod_atmos_phy_sf_driver::atmos_phy_sf_driver_setup().
subroutine, public scale_atmos_phy_sf_const::atmos_phy_sf_const_flux | ( | integer, intent(in) | IA, |
integer, intent(in) | IS, | ||
integer, intent(in) | IE, | ||
integer, intent(in) | JA, | ||
integer, intent(in) | JS, | ||
integer, intent(in) | JE, | ||
real(rp), dimension (ia,ja), intent(in) | ATM_W, | ||
real(rp), dimension (ia,ja), intent(in) | ATM_U, | ||
real(rp), dimension (ia,ja), intent(in) | ATM_V, | ||
real(rp), dimension(ia,ja), intent(in) | ATM_TEMP, | ||
real(rp), dimension (ia,ja), intent(in) | ATM_Z1, | ||
real(rp), dimension(ia,ja), intent(in) | SFC_DENS, | ||
real(rp), dimension(ia,ja), intent(out) | SFLX_MW, | ||
real(rp), dimension(ia,ja), intent(out) | SFLX_MU, | ||
real(rp), dimension(ia,ja), intent(out) | SFLX_MV, | ||
real(rp), dimension(ia,ja), intent(out) | SFLX_SH, | ||
real(rp), dimension(ia,ja), intent(out) | SFLX_LH, | ||
real(rp), dimension(ia,ja), intent(out) | SFLX_QV, | ||
real(rp), dimension (ia,ja), intent(out) | U10, | ||
real(rp), dimension (ia,ja), intent(out) | V10 | ||
) |
Constant flux.
Definition at line 110 of file scale_atmos_phy_sf_const.F90.
References scale_const::const_pi, and scale_time::time_nowsec.
Referenced by mod_atmos_phy_sf_driver::atmos_phy_sf_driver_calc_tendency().