get_downward_longwave_rad_fluxes Subroutine

public subroutine get_downward_longwave_rad_fluxes(ta, fsfcd, dfabs)

Uses

  • proc~~get_downward_longwave_rad_fluxes~~UsesGraph proc~get_downward_longwave_rad_fluxes get_downward_longwave_rad_fluxes module~physical_constants physical_constants proc~get_downward_longwave_rad_fluxes->module~physical_constants module~mod_radcon mod_radcon proc~get_downward_longwave_rad_fluxes->module~mod_radcon module~params params module~physical_constants->module~params module~mod_radcon->module~params

Compute the downward flux of long-wave radiation

Arguments

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

Absolute temperature [K]

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

Downward flux of long-wave radiation at the surface

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

Flux of long-wave radiation absorbed in each atmospheric layer


Called by

proc~~get_downward_longwave_rad_fluxes~~CalledByGraph proc~get_downward_longwave_rad_fluxes get_downward_longwave_rad_fluxes proc~get_physical_tendencies get_physical_tendencies proc~get_physical_tendencies->proc~get_downward_longwave_rad_fluxes

Contents

None