Due to the lapse in federal government funding, NASA is not updating this website. We sincerely regret this inconvenience.
NASA Logo
Ocean Color Science Software

ocssw V2022
corect.f
Go to the documentation of this file.
1  SUBROUTINE corect(IDNCAT, DATCAT, NUMCLM, LBLCLM, TIMCLM,
2  * NRFCLM, MAPCLM, MRKCLM, SKYCLM, IERR)
3 
4  real*8 timclm(*)
5 C
6  real*4 datcat(7,*)
7  real*4 skyclm(10,3,*)
8 C
9  INTEGER*4 IDNCAT(*)
10  INTEGER*4 NUMCLM , MRKCLM(*), NUMSTR
11  INTEGER*4 NRFCLM(*)
12  INTEGER*4 LBLCLM(*) , MAPCLM(10,*)
13 C
14 C * DECLARE LOCAL VARIABLES
15  INTEGER*4 IERR , NUMTRP , NUMDUB , NUMCAT ,LUCAT
16 C
17 
18  DO i=1,numclm
19  DO j=1,nrfclm(i)
20  DO k=1,3
21  skyclm(j,k,i) = datcat(k,mapclm(j,i))
22  END DO
23  END DO
24  END DO
25 
26  ierr = 0
27  RETURN
28  END
#define real
Definition: DbAlgOcean.cpp:26
subroutine corect(IDNCAT, DATCAT, NUMCLM, LBLCLM, TIMCLM, NRFCLM, MAPCLM, MRKCLM, SKYCLM, IERR)
Definition: corect.f:3