METHOX Subroutine

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

Uses

  • proc~~methox~~UsesGraph proc~methox METHOX module~yoemeth~2 YOEMETH proc~methox->module~yoemeth~2 module~yomcst_mod_h yomcst_mod_h proc~methox->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)

Called by

proc~~methox~~CalledByGraph proc~methox METHOX proc~physiq physiq proc~physiq->proc~methox proc~physiq~2 physiq proc~physiq~2->proc~methox proc~old_lmdz1d old_lmdz1d proc~old_lmdz1d->proc~physiq proc~call_physiq call_physiq proc~call_physiq->proc~physiq proc~call_physiq~2 call_physiq proc~call_physiq~2->proc~physiq proc~scm scm proc~scm->proc~physiq program~lmdz1d lmdz1d program~lmdz1d->proc~old_lmdz1d program~lmdz1d->proc~scm proc~calfis calfis proc~calfis->proc~call_physiq proc~leapfrog leapfrog proc~leapfrog->proc~calfis program~gcm~2 gcm program~gcm~2->proc~leapfrog

Contents