A sphere with three ocean waves in differing shades of blue. Next to the sphere, there is the bolded text "Ocean Color". Under that, there are two acronyms, separated by a vertical pipe: OB.DAAC (Ocean Biology Distributed Active Archive Center) and OBPG (Ocean Biology Processing Group).
Lorem
ipsum
dolor
sit
amet
Toggle navigation
Ocean Color Science Software
Jump to content
ocssw
V2022
web
ocssw
ocssw_src
src
afrt
actflx.f
Go to the documentation of this file.
1
subroutine
actflx
2
c
3
c read the stokes parameters at for each level and compte
4
c actinic flux
5
c
6
c**********************************************************************
7
c
8
implicit real*8
(a-h,o-z)
9
include
'afrt_rt2.cmn'
10
c
11
do
i=1,(nolyr+1)
12
read
(iwrt,rec=i)ftmp
13
call
acflxlvl
(ftmp,sumg)
14
if
(kzz.eq.1)
then
15
acflvl1(jpass,i)=sumg
16
else
17
acflvl2(jpass,i)=sumg
18
endif
19
enddo
20
c
21
return
22
end
23
c**********************************************************************
actflx
subroutine actflx
Definition:
actflx.f:2
acflxlvl
subroutine acflxlvl(bufx, sumgxx)
Definition:
acflxlvl.f:2