solar Subroutine

private subroutine solar(tyear, csol, topsr)

Uses

  • proc~~solar~~UsesGraph proc~solar solar module~geometry geometry proc~solar->module~geometry module~params params module~geometry->module~params

Arguments

Type IntentOptional AttributesName
real, intent(in) :: tyear

time as fraction of year (0-1, 0 = 1jan.h00)

real, intent(in) :: csol

The solar constant [W/m^2]

real, intent(out) :: topsr(il)

Daily-average insolation at the top of the atmosphere as a function of latitude


Called by

proc~~solar~~CalledByGraph proc~solar solar proc~get_zonal_average_fields get_zonal_average_fields proc~get_zonal_average_fields->proc~solar proc~set_forcing set_forcing proc~set_forcing->proc~get_zonal_average_fields program~speedy speedy program~speedy->proc~set_forcing proc~initialize initialize program~speedy->proc~initialize proc~initialize->proc~set_forcing

Contents

None