Add files via upload
This commit is contained in:
13
code/fcro2ho2.f
Normal file
13
code/fcro2ho2.f
Normal file
@ -0,0 +1,13 @@
|
||||
!fgap
|
||||
!based on saunder 2003 k14
|
||||
REAL*8 FUNCTION FCRO2HO2( XCARBN )
|
||||
|
||||
IMPLICIT NONE
|
||||
|
||||
! Arguments
|
||||
REAL*8, INTENT(IN) :: XCARBN
|
||||
|
||||
FCRO2HO2 = 1D0-EXP(-0.245D0*XCARBN)
|
||||
|
||||
! Return to calling program
|
||||
END FUNCTION FCRO2HO2
|
Reference in New Issue
Block a user