Toggle navigation
Ocean Color Science Software
Jump to content
ocssw
V2022
web
ocssw
ocssw_src
src
afrt2
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
'common_all.cmn'
10
c
11
do
i=1,nolyrp
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