OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
aottbl.inc
Go to the documentation of this file.
1 
2  real nvalx412
3  real nvalx
4  real theta0, theta, phi, sfc_ref412, tau, w0, w0_470
5  real nvalx650, sfc_ref650
6  real sfc_ref470
7  real nvalx470
8 
9  real sfcprs
10 
11  common /aottbl/ nvalx412(12,46,30,10,8,20), nvalx(12,46,30,10),
12  * theta0(12), theta(46),
13  * phi(30), sfc_ref412(20), tau(10), w0(8), w0_470(4),
14  * nvalx650(12,46,30,10,24), sfc_ref650(24), sfc_ref470(24),
15  * sfcprs(360,720),
16  * nvalx470(12,46,30,10,4,24)
17 
#define real
Definition: DbAlgOcean.cpp:26