SWTT1 Subroutine

subroutine SWTT1(KIDIA, KFDIA, KLON, KNU, KABS, KIND, PU, PTR)

Uses

  • proc~~swtt1~~UsesGraph proc~swtt1 SWTT1 module~parkind1~2 PARKIND1 proc~swtt1->module~parkind1~2 module~yomhook yomhook proc~swtt1->module~yomhook module~yoesw YOESW proc~swtt1->module~yoesw module~yoesw->module~parkind1~2

*** SWTT1 - COMPUTES THE SHORTWAVE TRANSMISSION FUNCTIONS

  • INTERFACE. ---------- SWTT1 IS CALLED FROM SW1S.
     2.      ADD THE BACKGROUND TRANSMISSION
    

Arguments

Type IntentOptional Attributes Name
integer(kind=JPIM), intent(in) :: KIDIA
integer(kind=JPIM), intent(in) :: KFDIA
integer(kind=JPIM), intent(in) :: KLON
integer(kind=JPIM), intent(in) :: KNU
integer(kind=JPIM), intent(in) :: KABS
integer(kind=JPIM), intent(in) :: KIND(KABS)
real(kind=JPRB), intent(in) :: PU(KLON,KABS)
real(kind=JPRB), intent(out) :: PTR(KLON,KABS)

0.1 ARGUMENTS ---------


Calls

proc~~swtt1~~CallsGraph proc~swtt1 SWTT1 proc~dr_hook dr_hook proc~swtt1->proc~dr_hook

Contents