CALC Subroutine

public subroutine CALC(SELF, KIDIA, KFDIA, KLON, PTEMPERATURE, PPLANCK)

Uses

  • proc~~calc~~UsesGraph proc~calc CALC module~yomhook yomhook proc~calc->module~yomhook module~yomcst~3 YOMCST proc~calc->module~yomcst~3 module~parkind1~2 PARKIND1 module~yomcst~3->module~parkind1~2

Arguments

Type IntentOptional Attributes Name
class(TSPECTRALPLANCK), intent(in) :: SELF
integer(kind=JPIM), intent(in) :: KIDIA
integer(kind=JPIM), intent(in) :: KFDIA
integer(kind=JPIM), intent(in) :: KLON
real(kind=JPRB), intent(in) :: PTEMPERATURE(KLON)
real(kind=JPRB), intent(out) :: PPLANCK(KLON,SELF%NINTERVALS)

Calls

proc~~calc~~CallsGraph proc~calc CALC proc~dr_hook dr_hook proc~calc->proc~dr_hook

Contents