Toggle navigation
Ocean Color Science Software
Jump to content
ocssw
V2022
web
ocssw
ocssw_src
src
afrt2
iniclz2.f
Go to the documentation of this file.
1
subroutine
iniclz2
2
c
3
c the subroutine iniclz2 initialized some additional parameters
4
c used in the second part of the radiative transfer program
5
c
6
c***********************************************************************
7
c.....include the common blocks
8
implicit real*8
(a-h,o-z)
9
include
'common_all.cmn'
10
c***********************************************************************
11
c
12
do
k=1,2
13
do
i=1,jjjj
14
do
j=1,jpart
15
d1px(k,i,j)=0.0d0
16
d2px(k,i,j)=0.0d0
17
enddo
18
enddo
19
enddo
20
c write(6,*)'leaving iniclz2'
21
return
22
end
23
c***********************************************************************
iniclz2
subroutine iniclz2
Definition:
iniclz2.f:2