Skip to content
Snippets Groups Projects
sfx_log_param.f90 752 B
Newer Older
数学の武士's avatar
数学の武士 committed
    !< @brief log-roughness surface flux model parameters
    !< @details  all in SI units

    ! modules used
    ! --------------------------------------------------------------------------------
    use sfx_phys_const
    ! --------------------------------------------------------------------------------

    ! directives list
    ! --------------------------------------------------------------------------------
    implicit none
    ! --------------------------------------------------------------------------------


数学の武士's avatar
数学の武士 committed
    !< von Karman constant [n/d]
数学の武士's avatar
数学の武士 committed
    !< inverse Prandtl (turbulent) number in neutral conditions [n/d]
    real, parameter :: Pr_t_0_inv = 1.15

end module sfx_log_param