OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
db_sav.inc
Go to the documentation of this file.
1  real, dimension(:,:), allocatable :: brdf650
2  character(len=255), dimension(:), allocatable :: aero_sites
3  integer, dimension(:), allocatable :: aero_zones
4  integer, dimension(:), allocatable :: aero_types
5  integer, dimension(:), allocatable :: aero_elev
6  real, dimension(:,:), allocatable :: aero_sr412, aero_sr470, aero_sr650, aero_bgaod
7 
8  integer,dimension(3600,1800) :: terrain_flag_new
9  real, dimension(3600,1800) :: terrain_flag, sfc_elev_std
10  real, dimension(360,180) :: bg_aod! 9 January 2018 JLee
11 
12  integer :: LERstart(2), LERedge(2), dateline, doy
13  integer :: LERstart6(2), LERedge6(2), dateline6
14  real, dimension(:,:,:,:), allocatable :: coefs650_fwd, coefs470_fwd, coefs412_fwd
15  real, dimension(:,:,:,:), allocatable :: coefs650_all, coefs470_all, coefs412_all
16 
17  real, dimension(:,:), allocatable :: gref412_all, gref412_fwd
18  real, dimension(:,:), allocatable :: gref470_all, gref470_fwd
19  real, dimension(:,:), allocatable :: gref650_all, gref650_fwd
20  real, dimension(:,:), allocatable :: gref865_all
21 
22  real, dimension(:,:), allocatable :: vgref412_all
23  real, dimension(:,:), allocatable :: vgref488_all
24  real, dimension(:,:), allocatable :: vgref670_all
25 
26  real, dimension(:,:,:), allocatable :: swir_coeffs412, swir_coeffs470
27  real, dimension(:,:), allocatable :: swir_stderr412, swir_stderr470
28  real, dimension(:,:), allocatable :: swir_min, swir_max
29 
30  common /db/ brdf650, aero_sites, aero_zones, aero_types, aero_elev, &
31  aero_sr412, aero_sr470, aero_sr650, aero_bgaod, terrain_flag_new, &
32  terrain_flag, sfc_elev_std, bg_aod, LERstart, LERedge, dateline, doy, &
33  LERstart6, LERedge6, dateline6, coefs650_fwd, coefs470_fwd, coefs412_fwd, &
34  coefs650_all, coefs470_all, coefs412_all, gref412_all, gref412_fwd, &
35  gref470_all, gref470_fwd, gref650_all, gref650_fwd, gref865_all, &
36  vgref412_all, vgref488_all, vgref670_all, swir_coeffs412, swir_coeffs470, &
37  swir_stderr412, swir_stderr470, swir_min, swir_max
38 
#define real
Definition: DbAlgOcean.cpp:26
real, dimension(3600, 1800), public sfc_elev_std
instead the metadata field ProcessingEnvinronment is filled in from the output of a call to the POSIX compliant function uname from within the L1B code A small bug in L1B_Tables an incorrect comparison of RVS coefficients for TEBs to RVS coefficients for RSBs was being made This was replaced with a comparison between TEB coefficients This error never resulted in an incorrect RVS correction but did lead to recalculating the coefficients for each detector in a thermal band even if the coefficients were the same for all detectors To reduce to overall size of the reflective LUT HDF fill values were eliminated from all LUTs previously dimensioned where and where NUM_TIMES is the number of time dependent table pieces In Preprocess a small error where the trailing dropped scan counter was incremented when the leading dropped scan counter should have been was fixed This counter is internal only and is not yet used for any chiefly to casting of were added to make it LINUX compatible Output of code run on LINUX machines displays differences of at most scaled integer(SI) from output of code run on IRIX machines. 3. Checking for non-functioning detectors
integer, dimension(3600, 1800), public terrain_flag_new
real, dimension(3600, 1800), public terrain_flag