OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
attdet.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine attdet (navblk, navctl, nad_bod, attxfm,
 
subroutine dmatmp (dm1, dm2, dm3, l, m, n)
 
subroutine dxpose (din, dout, n, m)
 

Function/Subroutine Documentation

◆ attdet()

subroutine attdet ( type(navblk_struct navblk,
type(navctl_struct navctl,
real*4, dimension(3)  nad_bod,
real*4, dimension(3,3)  attxfm 
)

Definition at line 2 of file attdet.f.

◆ dmatmp()

subroutine dmatmp ( real*8, dimension(l,m)  dm1,
real*8, dimension(m,n)  dm2,
real*8, dimension(l,n)  dm3,
integer*4  l,
integer*4  m,
integer*4  n 
)

Definition at line 371 of file attdet.f.

◆ dxpose()

subroutine dxpose ( real*8, dimension(n,m)  din,
real*8, dimension(m,n)  dout,
integer*4  n,
integer*4  m 
)

Definition at line 411 of file attdet.f.