SCALE-RM
|
module ocean / physics / surface roughness length / moon07 More...
Functions/Subroutines | |
subroutine, public | ocean_phy_roughness_moon07_setup |
subroutine, public | ocean_phy_roughness_moon07 (OIA, OIS, OIE, OJA, OJS, OJE, Uabs, Z1, Z0M, Z0H, Z0E) |
module ocean / physics / surface roughness length / moon07
name | type | default value | comment |
---|---|---|---|
OCEAN_PHY_ROUGHNESS_MOON07_ITELIM | integer | 10 | maximum iteration number |
subroutine, public scale_ocean_phy_roughness_moon07::ocean_phy_roughness_moon07_setup | ( | ) |
Definition at line 51 of file scale_ocean_phy_roughness_moon07.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_moon07::ocean_phy_roughness_moon07 | ( | 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(in) | Z1, | ||
real(rp), dimension(oia,oja), intent(inout) | Z0M, | ||
real(rp), dimension(oia,oja), intent(out) | Z0H, | ||
real(rp), dimension(oia,oja), intent(out) | Z0E | ||
) |
Definition at line 85 of file scale_ocean_phy_roughness_moon07.F90.
References scale_const::const_grav, scale_const::const_karman, 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().