near_surface Subroutine

public subroutine near_surface(al, t_subskin, s_subskin, ds_ns, dt_ns, tau, taur, hlb, rhoa, xlv, dtime, t_ocean_1, S1, rain, q_pwp)

Uses

  • proc~~near_surface~2~~UsesGraph proc~near_surface~2 near_surface module~phiw_m Phiw_m proc~near_surface~2->module~phiw_m module~const~2 const proc~near_surface~2->module~const~2 module~therm_expans_m therm_expans_m proc~near_surface~2->module~therm_expans_m module~config_ocean_skin_m~2 config_ocean_skin_m proc~near_surface~2->module~config_ocean_skin_m~2

Arguments

Type IntentOptional Attributes Name
real, intent(out) :: al(:)
real, intent(out) :: t_subskin(:)
real, intent(out) :: s_subskin(:)
real, intent(inout) :: ds_ns(:)
real, intent(inout) :: dt_ns(:)
real, intent(in) :: tau(:)
real, intent(in) :: taur(:)
real, intent(in) :: hlb(:)
real, intent(in) :: rhoa(:)
real, intent(in) :: xlv(:)
real, intent(in) :: dtime
real, intent(in) :: t_ocean_1(:)
real, intent(in) :: S1(:)
real, intent(in) :: rain(:)
real, intent(in) :: q_pwp(:)

Calls

proc~~near_surface~2~~CallsGraph proc~near_surface~2 near_surface proc~therm_expans therm_expans proc~near_surface~2->proc~therm_expans proc~phiw Phiw proc~near_surface~2->proc~phiw

Contents