get_upward_longwave_rad_fluxes Subroutine

public subroutine get_upward_longwave_rad_fluxes(ta, ts, fsfcd, fsfcu, fsfc, ftop, dfabs)

Uses

  • proc~~get_upward_longwave_rad_fluxes~~UsesGraph proc~get_upward_longwave_rad_fluxes get_upward_longwave_rad_fluxes module~mod_radcon mod_radcon proc~get_upward_longwave_rad_fluxes->module~mod_radcon module~geometry geometry proc~get_upward_longwave_rad_fluxes->module~geometry module~params params module~mod_radcon->module~params module~geometry->module~params

Compute the absorption of upward long-wave radiation fluxes

Arguments

Type IntentOptional AttributesName
real, intent(in) :: ta(ix,il,kx)

Absolute temperature

real, intent(in) :: ts(ix,il)

Surface temperature

real, intent(in) :: fsfcd(ix,il)

Downward flux of long-wave radiation at the surface

real, intent(in) :: fsfcu(ix,il)

Surface blackbody emission

real, intent(out) :: fsfc(ix,il)

Net upward flux of long-wave radiation at the surface

real, intent(out) :: ftop(ix,il)

Outgoing flux of long-wave radiation at the top of the atmosphere

real, intent(inout) :: dfabs(ix,il,kx)

Flux of long-wave radiation absorbed in each atmospheric layer


Contents

None