METHOX Subroutine

subroutine METHOX(KIDIA, KFDIA, KLON, KLEV, PQ, PTENQ, PAP)

Uses

  • proc~~methox~2~~UsesGraph proc~methox~2 METHOX module~yoemeth~2 YOEMETH proc~methox~2->module~yoemeth~2 module~yomcst_mod_h yomcst_mod_h proc~methox~2->module~yomcst_mod_h

*** METHOX - Calculate humidity tendencies from methane oxidation and photolysis

  • INTERFACE. ---------- CALL METHOX FROM CALLPAR ------ -------

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: KIDIA
integer, intent(in) :: KFDIA
integer, intent(in) :: KLON
integer, intent(in) :: KLEV
real, intent(in) :: PQ(KLON,KLEV)
real, intent(inout) :: PTENQ(KLON,KLEV)
real, intent(in) :: PAP(KLON,KLEV)

Contents