SCALE-RM
|
module ATMOSPHERE / Physics Surface bulk coefficient More...
Functions/Subroutines | |
subroutine, public | atmos_phy_sf_bulkcoef_setup |
Variables | |
procedure(bc), pointer, public | atmos_phy_sf_bulkcoef => NULL() |
module ATMOSPHERE / Physics Surface bulk coefficient
name | type | default value | comment |
---|---|---|---|
ATMOS_PHY_SF_BULKCOEF_TYPE | character(len=H_SHORT) | 'BH91' | |
ATMOS_PHY_SF_BULKCOEF_CM_MAX | real(RP) | 2.5E-3_RP | maximum limit of bulk coefficient for momentum [NIL] |
ATMOS_PHY_SF_BULKCOEF_CH_MAX | real(RP) | 1.0E+0_RP | maximum limit of bulk coefficient for heat [NIL] |
ATMOS_PHY_SF_BULKCOEF_CE_MAX | real(RP) | 1.0E+0_RP | maximum limit of bulk coefficient for moisture [NIL] |
ATMOS_PHY_SF_BULKCOEF_CM_MIN | real(RP) | 1.0E-5_RP | minimum limit of bulk coefficient for momentum [NIL] |
ATMOS_PHY_SF_BULKCOEF_CH_MIN | real(RP) | 1.0E-5_RP | minimum limit of bulk coefficient for heat [NIL] |
ATMOS_PHY_SF_BULKCOEF_CE_MIN | real(RP) | 1.0E-5_RP | minimum limit of bulk coefficient for moisture [NIL] |
subroutine, public scale_atmos_phy_sf_bulkcoef::atmos_phy_sf_bulkcoef_setup | ( | ) |
Definition at line 98 of file scale_atmos_phy_sf_bulkcoef.F90.
References atmos_phy_sf_bulkcoef, scale_const::const_eps, scale_const::const_grav, scale_const::const_karman, scale_const::const_pi, scale_grid_index::ie, scale_stdio::io_fid_conf, scale_stdio::io_fid_log, scale_stdio::io_l, scale_stdio::io_lnml, scale_grid_index::is, scale_grid_index::je, scale_grid_index::js, dc_log::log(), and scale_process::prc_mpistop().
Referenced by scale_atmos_phy_sf_bulk::atmos_phy_sf_bulk_setup().
procedure(bc), pointer, public scale_atmos_phy_sf_bulkcoef::atmos_phy_sf_bulkcoef => NULL() |
Definition at line 62 of file scale_atmos_phy_sf_bulkcoef.F90.
Referenced by scale_atmos_phy_sf_bulk::atmos_phy_sf_bulk(), and atmos_phy_sf_bulkcoef_setup().