Add files via upload

This commit is contained in:
Xuesong (Steve)
2018-08-28 00:43:47 -04:00
committed by GitHub
parent b9acb75507
commit e17feeaad3
96 changed files with 68216 additions and 0 deletions

20
code/CMN_NOX Normal file
View File

@ -0,0 +1,20 @@
! $Id: CMN_NOX,v 1.1 2009/06/09 21:51:53 daven Exp $
!=================================================================
! CMN_NOX is the header file for containing NOx from aircraft,
! lightning, and soils. CMN_NOX also contains variables for the
! lightning subroutines. (mgs, bey, bdf, bmy, 3/5/98, 10/2/07)
!
! NOTES:
! (1 ) Changed RCS ID tags from "C" to "!" to allow
! freeform compilation. (bmy, 6/25/02)
! (2 ) Moved BXHEIGHT to "dao_mod.f". The fact that BXHEIGHT
! was in "CMN_NOX" is historical baggage. (bmy, 9/18/02)
! (3 ) Now everything except GEMISNOX, GEMISNOX2 is in
! "lightning_mod.f" (bmy, 4/14/04)
! (4 ) Remove GEMISNOX from common block (ltm, bmy, 10/2/07)
!=================================================================
! NOTE: Keep this for backwards compatibility for now (bmy, 10/2/07)
! GEMISNOX2 = Soil Nox [molec NOx/cm3/s]
REAL*8 :: GEMISNOX2(IIPAR,JJPAR)
COMMON /BOXH/ GEMISNOX2