SCALE-RM
|
module ocean / physics / surface roughness length / miller92 More...
Functions/Subroutines | |
subroutine, public | ocean_phy_roughness_miller92_setup |
subroutine, public | ocean_phy_roughness_miller92 (OIA, OIS, OIE, OJA, OJS, OJE, Uabs, Z0M, Z0H, Z0E) |
module ocean / physics / surface roughness length / miller92
name | type | default value | comment |
---|---|---|---|
OCEAN_PHY_ROUGHNESS_MILLER92_CM0 | real(RP) | 1.0E-3_RP | bulk coef. for U* |
OCEAN_PHY_ROUGHNESS_MILLER92_Z0MI | real(RP) | 0.0E-0_RP | base roughness length for momentum |
OCEAN_PHY_ROUGHNESS_MILLER92_Z0MR | real(RP) | 1.8E-2_RP | rough factor for momentum |
OCEAN_PHY_ROUGHNESS_MILLER92_Z0MS | real(RP) | 1.1E-1_RP | smooth factor for momentum |
OCEAN_PHY_ROUGHNESS_MILLER92_Z0HI | real(RP) | 1.4E-5_RP | base roughness length for heat |
OCEAN_PHY_ROUGHNESS_MILLER92_Z0HR | real(RP) | 0.0E-0_RP | rough factor for heat |
OCEAN_PHY_ROUGHNESS_MILLER92_Z0HS | real(RP) | 4.0E-1_RP | smooth factor for heat |
OCEAN_PHY_ROUGHNESS_MILLER92_Z0EI | real(RP) | 1.3E-4_RP | base roughness length for moisture |
OCEAN_PHY_ROUGHNESS_MILLER92_Z0ER | real(RP) | 0.0E-0_RP | rough factor for moisture |
OCEAN_PHY_ROUGHNESS_MILLER92_Z0ES | real(RP) | 6.2E-1_RP | smooth factor for moisture |
subroutine, public scale_ocean_phy_roughness_miller92::ocean_phy_roughness_miller92_setup | ( | ) |
Definition at line 57 of file scale_ocean_phy_roughness_miller92.F90.
References scale_io::io_fid_conf, scale_ocean_phy_roughness::ocean_phy_roughness_setup(), and scale_prc::prc_abort().
Referenced by mod_ocean_driver::ocean_driver_setup().
subroutine, public scale_ocean_phy_roughness_miller92::ocean_phy_roughness_miller92 | ( | integer, intent(in) | OIA, |
integer, intent(in) | OIS, | ||
integer, intent(in) | OIE, | ||
integer, intent(in) | OJA, | ||
integer, intent(in) | OJS, | ||
integer, intent(in) | OJE, | ||
real(rp), dimension(oia,oja), intent(in) | Uabs, | ||
real(rp), dimension (oia,oja), intent(out) | Z0M, | ||
real(rp), dimension (oia,oja), intent(out) | Z0H, | ||
real(rp), dimension (oia,oja), intent(out) | Z0E | ||
) |
Definition at line 101 of file scale_ocean_phy_roughness_miller92.F90.
References scale_const::const_grav, scale_ocean_phy_roughness::ocean_phy_roughness_ustar_min, scale_ocean_phy_roughness::ocean_phy_roughness_visck, scale_ocean_phy_roughness::ocean_phy_roughness_z0e_min, scale_ocean_phy_roughness::ocean_phy_roughness_z0h_min, and scale_ocean_phy_roughness::ocean_phy_roughness_z0m_min.
Referenced by mod_ocean_driver::ocean_driver_calc_tendency().