Add files via upload

This commit is contained in:
Xuesong (Steve)
2018-08-28 00:47:55 -04:00
committed by GitHub
parent fa691eb0aa
commit 6cc3fa6967
20 changed files with 26069 additions and 0 deletions

16
code/XSEC1D.f Normal file
View File

@ -0,0 +1,16 @@
C $Id: XSEC1D.f,v 1.1 2009/06/09 21:51:54 daven Exp $
FUNCTION XSEC1D(K,TTT)
C-----------------------------------------------------------------------
c Quantum yields for O3 --> O2 + O(1D) interpolated across 3 temps
C-----------------------------------------------------------------------
IMPLICIT NONE
# include "cmn_fj.h"
# include "jv_cmn.h"
integer k
real*8 ttt, flint, xsec1d
XSEC1D =
F FLINT(TTT,TQQ(1,3),TQQ(2,3),TQQ(3,3),Q1D(K,1),Q1D(K,2),Q1D(K,3))
return
end