• Main Page
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

/home/pascal/depot/filedata/ext/libpolder_bak/ress/polder_fty.h

00001 C*  polder.h
00002 C*  author: CESBIO / CISI / CNES
00003 C* 
00004 C* LIBPOL_VERSION  "@(#)polder.h        1.3 98/01/16"  
00005 #ifndef _POLDER_H_
00006 #define _POLDER_H_
00007 
00008 
00009 C*  Definition of error codes returned by functions   
00010 C*  -----------------------------------------------   
00011 #define PLD_OK                  0
00012 #define PLD_UNDEF_PID           -1
00013 C* Product identifiant undefined  
00014 #define PLD_MAX_OPENED          -2   
00015 C* too many products open  
00016 #define PLD_FILE_ACCESS         -3   
00017 C* error on opening leader file  
00018 #define PLD_ALT_FILENAME        -4   
00019 C* not generic filename  
00020 #define PLD_FILESIZE            -5   
00021 C* error on accessing data  
00022 #define PLD_PRODUCT_EMPTY       -6   
00023 C* product empty  
00024 #define PLD_PIXEL_UNDEFINED     -7   
00025 C* pixel not observed  
00026 #define PLD_NOMEM               -8   
00027 C* memory allocation error  
00028 #define PLD_INVAL               -9   
00029 C* invalid parameter  
00030 #define PLD_OUTSIDE             -10  
00031 C* line outside the product  
00032 #define PLD_LIG_INVAL           -11  
00033 C* invalid lines ( first line > Last line) 
00034 #define PLD_PRODUCT_UNAVAILABLE -12
00035 C* product and libpol are not compatible 
00036 
00037 C*  Definition of interleaving mode   
00038 C*  -------------------------------   
00039 #define BIP     0       
00040 C* parameter values are organized by pixel: 
00041 C* line 1 (pixel1: par.1, par.2,... / pixel2: par.1, ...)
00042 C* line 2 (pixel1: par.1, par.2,... / pixel2: par.1, ...)
00043 C*... 
00044  
00045 #define BIL     1       
00046 C* parameter values are organized by line:
00047 C* line1 (pixel1: par.1, pixel2: par.1, ..., pixeln: par.1)
00048 C* line1 (pixel1: par.2, pixel2: par.2, ..., pixeln: par.2)
00049 C* ...
00050 C* line2 (pixel1: par.1, pixel2: par.1, ..., pixeln: par.1)
00051 C* line2 (pixel1: par.2, pixel2: par.2, ..., pixeln: par.2)
00052 C* ...
00053    
00054 #define BSQ     2
00055 C* parameter values are organized by parameter:
00056 C* line1 (pixel1: par.1, pixel2: par.1, ..., pixeln: par.1)
00057 C* line2 (pixel1: par.1, pixel2: par.1, ..., pixeln: par.1)
00058 C* ...
00059 C* line1 (pixel1: par.2, pixel2: par.2, ..., pixeln: par.2)
00060 C* line2 (pixel1: par.2, pixel2: par.2, ..., pixeln: par.2)
00061 C* ...   
00062 
00063 #define NaN             -999.
00064 
00065 C*  Definition of extraction mode for directional parameters   
00066 C*  --------------------------------------------------------   
00067 #define RAD2REF         268435456
00068 C* extract reflectance in place of radiance                                     
00069 C** works with all extraction mode but LIST_+
00070 C** usefull only with Level 1 product parameters  
00071 #define VIEW_01         (1*65536)       
00072 C* the value of the first direction . inactive  
00073 #define VIEW_02         (2*65536)       
00074 C* the value of the second direction. inactive 
00075 #define VIEW_03         (3*65536)
00076 #define VIEW_04         (4*65536)
00077 #define VIEW_05         (5*65536)
00078 #define VIEW_06         (6*65536)
00079 #define VIEW_07         (7*65536)
00080 #define VIEW_08         (8*65536)       
00081 C* ...  
00082 #define VIEW_09         (9*65536)       
00083 C* the value may be undefined . inactive 
00084 #define VIEW_10         (10*65536)
00085 #define VIEW_11         (11*65536)
00086 #define VIEW_12         (12*65536)
00087 #define VIEW_13         (13*65536)
00088 #define VIEW_14         (14*65536)      
00089 C* value of the fourteenth direction  
00090 #define ALL             (1*1048576)     
00091 C* all values  
00092 #define FIRST           (2*1048576)     
00093 C* first valid parameter value  
00094 #define LAST            (3*1048576)     
00095 C* last valid parameter value  
00096 #define MEDIAN          (4*1048576)     
00097 C* value for median viewing configuration. inactive 
00098 #define MEAN            (5*1048576)     
00099 C* mean of valid values  
00100 #define NADIR           (6*1048576)     
00101 C* value for nearest nadir direction  
00102 #define LIST_01         (1*16777216)    
00103 C* first parameter value (valid or not)  
00104 #define LIST_02         (2*16777216)    
00105 C* two parameters that follow itself  
00106 #define LIST_03         (3*16777216)
00107 #define LIST_04         (4*16777216)
00108 #define LIST_05         (5*16777216)
00109 C* Note: LIST_01 is default mode if omited in the argument list for a directional parameter  
00110 
00111 C*  Definition of parameter types classed by product   
00112 C*  ------------------------------------------------   
00113 C*  Note: the parameters with '!' in the description does not be extracted with
00114 C*      ExtractPixel or ExtractBlock functions.
00115  
00116 #define UNDEF           -1      
00117 C* Parameter undefined  
00118 
00119 C*  LEVEL 1   
00120 C*----------- 
00121 #define B11             4
00122 #define B11_NB_PAR_DIR  23              
00123 C* number of directional parameters  
00124 #define SB              1073741824      
00125 C* signed word encoding  
00126 
00127 #define B1_DQX          0       
00128 C* ! pixel confidence data  
00129 #define B1_CI           1       
00130 C* rough cloud indicator  
00131 #define B1_AZS          2       
00132 C* solar azimuth angle  
00133 #define B1_NVD          3       
00134 C* number of available viewing directions  
00135 #define B1_SA           4       
00136 C* ! sequence arrangement  
00137         
00138 C* directional parameters  
00139 #define B1_SN           5       
00140 C* sequence number within the orbit 
00141 #define B1_LN           (6+SB)  
00142 C* CCD matrix detector line number  
00143 #define B1_CN           (7+SB)  
00144 C* CCD matrix detector coulmn number  
00145 #define B1_THS          8       
00146 C* solar zenith solar angle  
00147 #define B1_THV          9       
00148 C* view zenith angle  
00149 #define B1_RAZ          10      
00150 C* relative azimuthal angle  
00151 #define B1_DC_THV       (11+SB)
00152 #define B1_DS_THV       (12+SB)
00153 #define B1_I443         (13+SB) 
00154 C* normalized radiance for channel 443 nm unpolarized  
00155 #define B1_I443P        (14+SB) 
00156 C* normalized radiance for channel 443 nm polarized  
00157 #define B1_I490         (15+SB) 
00158 C* normalized radiance for channel 490 nm  
00159 #define B1_I565         (16+SB) 
00160 C* normalized radiance for channel 565 nm  
00161 #define B1_I670P        (17+SB) 
00162 C* normalized radiance for channel 670 nm polarized  
00163 #define B1_I763         (18+SB) 
00164 C* normalized radiance for channel 763 nm  
00165 #define B1_I765         (19+SB) 
00166 C* normalized radiance for channel 765 nm  
00167 #define B1_I865P        (20+SB) 
00168 C* normalized radiance for channel 865 nm polarized  
00169 #define B1_I910         (21+SB) 
00170 C* normalized radiance for channel 910 nm  
00171 #define B1_Q443P        (22+SB) 
00172 C* second component of Stockes vector for channel 443 nm polarized  
00173 #define B1_Q670P        (23+SB) 
00174 C* second component of Stockes vector for channel 670 nm polarized  
00175 #define B1_Q865P        (24+SB) 
00176 C* second component of Stockes vector for channel 865 nm polarized  
00177 #define B1_U443P        (25+SB) 
00178 C* third component of Stockes vector for channel 443 nm polarized  
00179 #define B1_U670P        (26+SB) 
00180 C* third component of Stockes vector for channel 670 nm polarized  
00181 #define B1_U865P        (27+SB) 
00182 C* third component of Stockes vector for channel 865 nm polarized  
00183 
00184 C*  LEVEL 2   
00185 C*  Land Surfaces & Atmosphere: surface parameters   
00186 C*-------------------------------------------------- 
00187 #define L2A             24
00188 #define L2A_NB_PAR_DIR  9       
00189 C* number of directional parameters  
00190 #define L2_DQX          0       
00191 C* ! pixel confident data  
00192 #define L2_THS          1       
00193 C* solar zenith angle  
00194 #define L2_AZS          2       
00195 C* solar azimuth angle  
00196 #define L2_NVD          3       
00197 C* number of viewing directions  
00198 
00199 C* directional parameters  
00200 #define L2_SN           4       
00201 C* sequence number within the orbit  
00202 #define L2_THV          5       
00203 C* view zenith angle  
00204 #define L2_RAZ          6       
00205 C* relative azimuth angle  
00206 #define L2_R443         7       
00207 C* surface reflectance for channel 443 nm  
00208 #define L2_R565         8       
00209 C* surface reflectance for channel 565 nm  
00210 #define L2_R670         9       
00211 C* surface reflectance for channel 670 nm  
00212 #define L2_R765         10      
00213 C* surface reflectance for channel 765 nm  
00214 #define L2_R865         11      
00215 C* surface reflectance for channel 865 nm  
00216 #define L2_RP865        12      
00217 C* signed polarised reflectance for channel 865 nm  
00218 
00219 C*  LEVEL 2   
00220 C*  Land Surfaces & Atmosphere: aerosols and water vapor   
00221 C*-------------------------------------------------------- 
00222 #define L2C             25
00223 #define L2_DQX          0       
00224 C* ! pixel confident data  
00225 #define L2_TAU865       1       
00226 C* aerosol optical thickness for 865 nm  
00227 #define L2_INDEX        2       
00228 C* particle refractive index  
00229 #define L2_ANGST        3       
00230 C* aerosol Angstrom coefficient  
00231 #define L2_IA           4       
00232 C* aerosol index  
00233 #define L2_TAU865F      5       
00234 C* optical thickness, from fixed mode, for 865 nm  
00235 #define L2_IQMES        6       
00236 C* measurement qualty index  
00237 #define L2_IQINV        7       
00238 C* polarized radiance inversion quality index   
00239 
00240 C*  LEVEL 3   
00241 C*  Land Surfaces & Atmosphere: surface directional signatures   
00242 C*-------------------------------------------------------------- 
00243 #define L3A             28
00244 #define L3_DQX          0       
00245 C* ! pixel confident data  
00246 #define L3_TH0          1       
00247 C* solar zenith angle  
00248 #define L3_K443_1       2       
00249 C* first parameter BRDF model for channel 443 nm  
00250 #define L3_K443_2       3       
00251 C* second parameter BRDF model for channel 443 nm  
00252 #define L3_K443_3       4       
00253 C* ...  
00254 #define L3_ER_K443_1    5       
00255 C* Accuracy of the 1st parameter BRDF model for channel 443 nm  
00256 #define L3_ER_K443_2    6       
00257 C* Accuracy of the 2nd parameter BRDF model for channel 443 nm  
00258 #define L3_ER_K443_3    7       
00259 C* ...  
00260 #define L3_K565_1       8       
00261 C* first parameter BRDF model for channel 565 nm  
00262 #define L3_K565_2       9       
00263 C* second parameter BRDF model for channel 565 nm  
00264 #define L3_K565_3       10      
00265 C* ...  
00266 #define L3_ER_K565_1    11      
00267 C* Accuracy of the 1st parameter BRDF model for channel 565 nm  
00268 #define L3_ER_K565_2    12      
00269 C* Accuracy of the 2nd parameter BRDF model for channel 565 nm  
00270 #define L3_ER_K565_3    13      
00271 C* ...  
00272 #define L3_K670_1       14      
00273 C* first parameter BRDF model for channel 670 nm  
00274 #define L3_K670_2       15      
00275 C* second parameter BRDF model for channel 670 nm  
00276 #define L3_K670_3       16      
00277 C* ...  
00278 #define L3_ER_K670_1    17      
00279 C* Accuracy of the 1st parameter BRDF model for channel 670 nm  
00280 #define L3_ER_K670_2    18      
00281 C* Accuracy of the 2nd parameter BRDF model for channel 670 nm  
00282 #define L3_ER_K670_3    19      
00283 C* ...  
00284 #define L3_K765_1       20      
00285 C* first parameter BRDF model for channel 765 nm  
00286 #define L3_K765_2       21      
00287 C* second parameter BRDF model for channel 765 nm  
00288 #define L3_K765_3       22      
00289 C* ...  
00290 #define L3_ER_K765_1    23      
00291 C* Accuracy of the 1st parameter BRDF model for channel 765 nm  
00292 #define L3_ER_K765_2    24      
00293 C* Accuracy of the 2nd parameter BRDF model for channel 765 nm  
00294 #define L3_ER_K765_3    25      
00295 C* ...  
00296 #define L3_K865_1       26      
00297 C* first parameter BRDF model for channel 865 nm  
00298 #define L3_K865_2       27      
00299 C* second parameter BRDF model for channel 865 nm  
00300 #define L3_K865_3       28      
00301 C* ...  
00302 #define L3_ER_K865_1    29      
00303 C* Accuracy of the 1st parameter BRDF model for channel 865 nm  
00304 #define L3_ER_K865_2    30      
00305 C* Accuracy of the 2nd parameter BRDF model for channel 865 nm  
00306 #define L3_ER_K865_3    31      
00307 C* ...  
00308 
00309 C*  LEVEL 3   
00310 C*  Land Surfaces & Atmosphere: albedo and NDVI   
00311 C*----------------------------------------------- 
00312 #define L3B             29
00313 #define L3_BDQX         0       
00314 C* ! pixel confident data  
00315 #define L3_BTH0         1       
00316 C* solar zenith angle  
00317 #define L3_RH443        2       
00318 C* directional hemispheric reflectance for channel 443 nm  
00319 #define L3_ER_RH443     3       
00320 C* Accuracy of th e directional hemispheric reflectance for channel 443 nm 
00321 #define L3_RH565        4       
00322 C* directional hemispheric reflectance for channel 565 nm  
00323 #define L3_ER_RH565     5       
00324 C* Accuracy of th e directional hemispheric reflectance for channel 565 nm 
00325 #define L3_RH670        6       
00326 C* directional hemispheric reflectance for channel 670 nm  
00327 #define L3_ER_RH670     7       
00328 C* Accuracy of th e directional hemispheric reflectance for channel 670 nm 
00329 #define L3_RH765        8       
00330 C* directional hemispheric reflectance for channel 765 nm  
00331 #define L3_ER_RH765     9       
00332 C* Accuracy of th e directional hemispheric reflectance for channel 765 nm 
00333 #define L3_RH865        10      
00334 C* directional hemispheric reflectance for channel 865 nm  
00335 #define L3_ER_RH865     11      
00336 C* Accuracy of th e directional hemispheric reflectance for channel 865 nm 
00337 #define L3_NDVI         12      
00338 C* Normalised Difference Vegetation Index  
00339 #define L3_ER_NDVI      13      
00340 C* Accuracy of Normalised Difference Vegetation Index  
00341 #define L3_LAI          14      
00342 C* Leaf Area Index  
00343 #define L3_ER_LAI       15      
00344 C* Accuracy of Leaf Area Index  
00345 #define L3_VEG          16      
00346 C* Vegetation cover  
00347 #define L3_ER_VEG       17      
00348 C* Accuracy of Vegetation cover  
00349 
00350 C*  LEVEL 3   
00351 C*  Land Surfaces & Atmosphere: atmospheric parameters  
00352 C*----------------------------------------------------- 
00353 #define L3C             30
00354 #define L3_CDQX         0       
00355 C* ! pixel confident data  
00356 #define L3_NB_1         1       
00357 C* number of observations used within decade 1  
00358 #define L3_TAU_1        2       
00359 C* mean general aerosol optical thickness within decade 1  
00360 #define L3_ANGST_1      3       
00361 C* mean of angstrom coefficient within decade 1  
00362 #define L3_IA_1         4       
00363 C* mean aerosol index within decade 1 
00364 #define L3_TAUF_1       5       
00365 C* mean aerosol optical thickness from fixed mode within decade 1  
00366 #define L3_NB_2         6       
00367 C* number of observations used within decade 2  
00368 #define L3_TAU_2        7       
00369 C* mean general aerosol optical thickness within decade 2  
00370 #define L3_ANGST_2      8       
00371 C* mean of angstrom coefficient within decade 2  
00372 #define L3_IA_2         9       
00373 C* mean aerosol index within decade 2 
00374 #define L3_TAUF_2       10      
00375 C* mean aerosol optical thickness from fixed mode within decade 2  
00376 #define L3_NB_3         11      
00377 C* number of observations used within decade 3  
00378 #define L3_TAU_3        12      
00379 C* mean general aerosol optical thickness within decade 3  
00380 #define L3_ANGST_3      13      
00381 C* mean of angstrom coefficient within decade 3  
00382 #define L3_IA_3         14      
00383 C* mean aerosol index within decade 3 
00384 #define L3_TAUF_3       15      
00385 C* mean aerosol optical thickness from fixed mode within decade 3  
00386 #define L3_NB_M         16      
00387 C* number of observations used within the month  
00388 #define L3_TAU_M        17      
00389 C* mean general aerosol optical thickness within the month  
00390 #define L3_ANGST_M      18      
00391 C* mean of angstrom coefficient within the month   
00392 #define L3_IA_M         19
00393 C* mean aerosol index within the month 
00394 #define L3_TAUF_M       20              
00395 C* mean aerosol index within the month 
00396 #define L3_TAUQ_0       21      
00397 C* minimal  general aerosol optical thickness   
00398 #define L3_TAUQ_1       22      
00399 C* first quartile of  general aerosol optical thickness   
00400 #define L3_TAUQ_2       23      
00401 C* mean general aerosol optical thickness   
00402 #define L3_TAUQ_3       24      
00403 C* third quartile of general aerosol optical thickness    
00404 #define L3_TAUQ_4       25      
00405 C* maximal general aerosol optical   
00406 #define L3_IAQ_0        26      
00407 C* minimal  aerosol index   
00408 #define L3_IAQ_1        27      
00409 C* first quartile of  aerosol index   
00410 #define L3_IAQ_2        28      
00411 C* mean  aerosol index   
00412 #define L3_IAQ_3        29      
00413 C* third quartile of  aerosol index    
00414 #define L3_IAQ_4        30      
00415 C* maximal  aerosol index   
00416 #define L3_TAUQF_0      31      
00417 C* minimal  aerosol optical thickness  from fixed mode  
00418 #define L3_TAUQF_1      32      
00419 C* first quartile of  aerosol optical thickness from fixed mode   
00420 #define L3_TAUQF_2      33      
00421 C* mean aerosol optical thickness  from fixed mode 
00422 #define L3_TAUQF_3      34      
00423 C* third quartile of aerosol optical thickness  from fixed mode  
00424 #define L3_TAUQF_4      35      
00425 C* maximal aerosol optical from fixed mode  
00426 #define L3_F_ANGST_1    36      
00427 C* frequency of angstrom coefficient occurence in class 1  
00428 #define L3_F_ANGST_2    37      
00429 C* frequency of angstrom coefficient occurence in class 2  
00430 #define L3_F_ANGST_3    38      
00431 C* frequency of angstrom coefficient occurence in class 3  
00432 #define L3_F_ANGST_4    39      
00433 C* frequency of angstrom coefficient occurence in class 4  
00434 #define L3_F_INDEX_1    40      
00435 C* frequency of refractive index occurence in class 1  
00436 #define L3_F_INDEX_2    41      
00437 C* frequency of refractive index occurence in class 2  
00438 #define L3_F_INDEX_3    42      
00439 C* frequency of refractive index occurence in class 3  
00440 
00441 C*  LEVEL 2   
00442 C*  Ocean color & marine aerosols: directional parameters   
00443 C*--------------------------------------------------------- 
00444 #define O2A             40
00445 #define O2A_NB_PAR_DIR  8       
00446 C* number of directional parameters  
00447 #define O2_DQX          0       
00448 C* ! pixel confident data  
00449 #define O2_THS          1       
00450 C* solar zenith angle  
00451 #define O2_AZS          2       
00452 C* solar azimuth angle  
00453 #define O2_NVD          3       
00454 C* number of viewing directions  
00455 #define O2_X_DISX       4       
00456 C* SeaWIFS aerosol model  
00457 #define O2_AANGST       5       
00458 C* Angstrom coefficient  
00459 #define O2_ATAU865      6       
00460 C* aerosol optical thickness for 865 nm  
00461 #define O2_AOMEGA       7       
00462 C* albedo for a simple diffusion  
00463 #define O2_FOAMREFL     8       
00464 C* foam reflectance  
00465 #define O2_IQAERO       9       
00466 C* aerosols confidence index  
00467 #define O2_TICTIL       10      
00468 C* integration time flags  
00469 #define O2_UO3          11      
00470 C* ozone integrated content  
00471 #define O2_WINDVEL      12      
00472 C* wind surface velocity  
00473 #define O2_SURFPRES     13      
00474 C* surface pressure  
00475         
00476 C* directional parameters  
00477 #define O2_THV          14      
00478 C* view zenith angle  
00479 #define O2_RAZ          15      
00480 C* relative azimuth angle  
00481 #define O2_GAMMA        16      
00482 C* diffusion angle  
00483 #define O2_RW443        17      
00484 C* marine reflectance for channel 443 nm  
00485 #define O2_RW490        18      
00486 C* marine reflectance for channel 490 nm  
00487 #define O2_RW565        19      
00488 C* marine reflectance for channel 565 nm  
00489 #define O2_RW670        20      
00490 C* marine reflectance for channel 670 nm  
00491 #define O2_RC865        21      
00492 C* reflectance for channel 865 nm  
00493 
00494 
00495 C*  LEVEL 2   
00496 C*  Ocean color & marine aerosols: non directional parameters   
00497 C*------------------------------------------------------------- 
00498 #define O2B             41
00499 #define O2_BDQX         0       
00500 C* ! pixel confident data  
00501 #define O2_BTHS         1       
00502 C* solar zenith angle  
00503 #define O2_BAZS         2       
00504 C* solar azimuth angle  
00505 #define O2_BX_DISX      3       
00506 C* SeaWIFS aerosol model  
00507 #define O2_BANGST       4       
00508 C* Angstrom coefficient  
00509 #define O2_TAU865       5       
00510 C* aerosol optical thickness for 865 nm  
00511 #define O2_BOMEGA       6       
00512 C* Albedo for a simple diffusion  
00513 #define O2_BFOAMREFL    7       
00514 C* foam reflectance  
00515 #define O2_BIQAERO      8       
00516 C* aerosols confidence index  
00517 #define O2_DR443        9       
00518 C* diffuse marine reflectance for channel 443 nm  
00519 #define O2_DR490        10      
00520 C* diffuse marine reflectance for channel 490 nm  
00521 #define O2_DR565        11      
00522 C* diffuse marine reflectance for channel 565 nm  
00523 #define O2_DR670        12      
00524 C* diffuse marine reflectance for channel 670 nm  
00525 #define O2_PIGMENT      13      
00526 C* pigment concentration  
00527 #define O2_CHLORO       14      
00528 C* chlorophyll concentration (sea wifs model)  
00529 #define O2_WTYPE        15      
00530 C* water type  
00531 #define O2_IQPIG        16      
00532 C* pigment confidence index  
00533 #define O2_BBACK        17      
00534 C* back diffusion marine coefficient, for 443 nm  
00535 #define O2_ABS443       18      
00536 C* absporption marine coefficient for 443 nm  
00537 #define O2_ABS490       19      
00538 C* absporption marine coefficient for 490 nm  
00539 #define O2_WSURF        20      
00540 C* surface wind  
00541 
00542 C*  LEVEL 2   
00543 C*  Ocean color & marine aerosols: marine aerosol parameters   
00544 C*------------------------------------------------------------ 
00545 #define O2C             42
00546 
00547 #define O2_DQS          0       
00548 C* ! super-pixel confident data 
00549 #define O2_IQINVERS     1       
00550 C* inversion quality index 
00551 #define O2_CTHS         2       
00552 C* solar zenith angle 
00553 #define O2_TAU865T      3       
00554 C* total aerosols optical thickness, for 865 nm 
00555 #define O2_TAU670T      4       
00556 C* total aerosols optical thickness, for 670 nm 
00557 #define O2_CANGST       5       
00558 C* Angstrom coefficient from mix between 670 and 865 nm
00559 #define O2_OMEGA        6       
00560 C* mixing simple diffusion albedo for 865nm 
00561 #define O2_G            7       
00562 C* mixing asymetry factor 
00563 #define O2_INDEX        8       
00564 C* aerosol index 
00565 #define O2_REFF         9       
00566 C* mixed mode real radius 
00567 #define O2_REFF_SMALL   10      
00568 C* small mode real radius 
00569 #define O2_REFF_BIG     11      
00570 C* big mode real radius 
00571 #define O2_TAU865_SMALL 12      
00572 C* aerosols optical thickness, from small model, for 865 nm 
00573 #define O2_TAU670_SMALL 13      
00574 C* aerosols optical thickness, from small model, for 670 nm 
00575 #define O2_ANGST_SMALL  14      
00576 C* Angstrom coefficient from mix between 670 and 865 nm small mode 
00577 #define O2_TAU865_GS    15      
00578 C* Tau of spherical coarse mode at 865.For favorable viewing geom
00579 #define O2_TAU865_GNS   16      
00580 C* Tau of non-spherical coarse mode at 865.For favorable viewing geom
00581 #define O2_ID           17      
00582 C* Noshericity ratio of the big mode 
00583 #define O2_INDEX_SMALL  18      
00584 C* small mode aerasols refractive index 
00585 #define O2_INDEX_BIG    19      
00586 C* big mode aerasols refractive index 
00587 
00588 
00589 
00590 
00591 C*  LEVEL 3   
00592 C*  Ocean color & marine aerosols: marine parameters synthesis  
00593 C*------------------------------------------------------------- 
00594 #define O3B             45
00595 #define O3_DQX          0       
00596 C*! pixel confident data  
00597                 
00598 C* decade 1  
00599 #define O3_MRAU443_D1   1       
00600 C* mean of diffuse marine reflectances, for 443 nm  
00601 #define O3_MRAU490_D1   2       
00602 C* mean of diffuse marine reflectances, for 490 nm  
00603 #define O3_MRAU565_D1   3       
00604 C* mean of diffuse marine reflectances, for 565 nm  
00605 #define O3_MRAU670_D1   4       
00606 C* mean of diffuse marine reflectances, for 670 nm  
00607 #define O3_MPIGMENT_D1  5       
00608 C* mean of pigment concentrations  
00609 #define O3_MCHLORO_D1   6       
00610 C* mean of seaWIFS chlorophyll 
00611 #define O3_MTAU865_D1   7       
00612 C* mean of aerosol optical thickness, for 865 nm  
00613 #define O3_MANGST_D1    8       
00614 C* mean of angstrom coefficient  
00615 #define O3_MANG_TAU_D1  9       
00616 C* mean of dust index 
00617 #define O3_MOMEGA_D1    10      
00618 C* mean of albedo for a simple diffusion  
00619 #define O3_MBACK_D1     11      
00620 C* mean of back diffuse coefficient  
00621 #define O3_MABS443_D1   12      
00622 C* mean of marine absorption coefficient, for 443 nm  
00623 #define O3_MABS490_D1   13      
00624 C* mean of marine absorption coefficient, for 490 nm  
00625 #define O3_NOBS_D1      14      
00626 C* number of observations 
00627 #define O3_NOBSWATER_D1 15      
00628 C* number of observation for water type 1  
00629 #define O3_IQPIG_D1     16      
00630 C* pigment confidence index  
00631                 
00632 C* decade 2  
00633 #define O3_MRAU443_D2   17      
00634 C* mean of diffuse marine reflectances, for 443 nm  
00635 #define O3_MRAU490_D2   18      
00636 C* mean of diffuse marine reflectances, for 490 nm  
00637 #define O3_MRAU565_D2   19      
00638 C* mean of diffuse marine reflectances, for 565 nm  
00639 #define O3_MRAU670_D2   20      
00640 C* mean of diffuse marine reflectances, for 670 nm  
00641 #define O3_MPIGMENT_D2  21      
00642 C* mean of pigment concentrations  
00643 #define O3_MCHLORO_D2   22      
00644 C* mean of seaWIFS chlorophyll 
00645 #define O3_MTAU865_D2   23      
00646 C* mean of aerosol optical thickness, for 865 nm  
00647 #define O3_MANGST_D2    24      
00648 C* mean of angstrom coefficient  
00649 #define O3_MANG_TAU_D2  25      
00650 C* mean of dust index 
00651 #define O3_MOMEGA_D2    26      
00652 C* mean of albedo for a simple diffusion  
00653 #define O3_MBACK_D2     27      
00654 C* mean of back diffuse coefficient  
00655 #define O3_MABS443_D2   28      
00656 C* mean of marine absorption coefficient, for 443 nm  
00657 #define O3_MABS490_D2   29      
00658 C* mean of marine absorption coefficient, for 490 nm  
00659 #define O3_NOBS_D2      30      
00660 C* number of observations 
00661 #define O3_NOBSWATER_D2 31      
00662 C* number of observation for water type 1  
00663 #define O3_IQPIG_D2     32      
00664 C* pigment confidence index  
00665                 
00666 C* decade 3  
00667 #define O3_MRAU443_D3   33      
00668 C* mean of diffuse marine reflectances, for 443 nm  
00669 #define O3_MRAU490_D3   34      
00670 C* mean of diffuse marine reflectances, for 490 nm  
00671 #define O3_MRAU565_D3   35      
00672 C* mean of diffuse marine reflectances, for 565 nm  
00673 #define O3_MRAU670_D3   36      
00674 C* mean of diffuse marine reflectances, for 670 nm  
00675 #define O3_MPIGMENT_D3  37      
00676 C* mean of pigment concentrations  
00677 #define O3_MCHLORO_D3   38      
00678 C* mean of seaWIFS chlorophyll 
00679 #define O3_MTAU865_D3   39      
00680 C* mean of aerosol optical thickness, for 865 nm  
00681 #define O3_MANGST_D3    40      
00682 C* mean of angstrom coefficient  
00683 #define O3_MANG_TAU_D3  41      
00684 C* mean of dust index 
00685 #define O3_MOMEGA_D3    42      
00686 C* mean of albedo for a simple diffusion  
00687 #define O3_MBACK_D3     43      
00688 C* mean of back diffuse coefficient  
00689 #define O3_MABS443_D3   44      
00690 C* mean of marine absorption coefficient, for 443 nm  
00691 #define O3_MABS490_D3   45      
00692 C* mean of marine absorption coefficient, for 490 nm  
00693 #define O3_NOBS_D3      46      
00694 C* number of observations 
00695 #define O3_NOBSWATER_D3 47      
00696 C* number of observation for water type 1  
00697 #define O3_IQPIG_D3     48      
00698 C* pigment confidence index  
00699                 
00700 C* month  
00701 #define O3_MRAU443      49      
00702 C* mean of diffuse marine reflectances, for 443 nm  
00703 #define O3_MRAU490      50      
00704 C* mean of diffuse marine reflectances, for 490 nm  
00705 #define O3_MRAU565      51      
00706 C* mean of diffuse marine reflectances, for 565 nm  
00707 #define O3_MRAU670      52      
00708 C* mean of diffuse marine reflectances, for 670 nm  
00709 #define O3_ERAU443      53      
00710 C* standard deviation of diffuse marine reflectances, for 443 nm  
00711 #define O3_ERAU490      54      
00712 C* standard deviation of diffuse marine reflectances, for 490 nm  
00713 #define O3_ERAU565      55      
00714 C* standard deviation of diffuse marine reflectances, for 565 nm  
00715 #define O3_ERAU670      56      
00716 C* standard deviation of diffuse marine reflectances, for 670 nm  
00717 #define O3_MPIGMENT     57      
00718 C* mean of pigment concentrations  
00719 #define O3_MCHLORO      58      
00720 C* mean of seaWIFS chlorophyll 
00721 #define O3_EPIGMENT     59      
00722 C* standard deviation of pigment concentrations  
00723 #define O3_ECHLORO      60      
00724 C* standard deviation of  seaWIFS chlorophyll 
00725 #define O3_MINPIGMENT   61      
00726 C* minimum of pigment concentration  
00727 #define O3_MAXPIGMENT   62      
00728 C* maximum of pigment concentration  
00729 #define O3_MINCHLORO    63      
00730 C* minimum of seaWIFS chlorophyll 
00731 #define O3_MAXCHLORO    64      
00732 C* maximum of seaWIFS chlorophyll 
00733 #define O3_MTAU865      65      
00734 C* mean of aerosol optical thickness, for 865 nm  
00735 #define O3_ETAU865      66      
00736 C* standard deviation of aerosol optical thickness, for 865 nm  
00737 #define O3_MINTAU865    67      
00738 C* minimum of aerosol optical thickness, for 865 nm  
00739 #define O3_MAXTAU865    68      
00740 C* maximum of aerosol optical thickness, for 865 nm  
00741 #define O3_MANGST       69      
00742 C* mean of angstrom coefficient for a month 
00743 #define O3_EANGST       70      
00744 C* standard deviation of angstrom coefficient  
00745 #define O3_MANG_TAU     71      
00746 C* mean of dust index for a month 
00747 #define O3_EANG_TAU     72      
00748 C* standard deviation of dust index  
00749 #define O3_MOMEGA       73      
00750 C* mean of a simple diffusion albedo for a month 
00751 #define O3_EOMEGA       74      
00752 C* standard deviation a simple diffusion albedo  
00753 #define O3_MBACK        75      
00754 C* mean of back diffuse coefficient for a month 
00755 #define O3_MABS443      76      
00756 C* mean of marine absorption coefficient for a month, for 443 nm  
00757 #define O3_MABS490      77      
00758 C* mean of marine absorption coefficient for a month, for 490 nm  
00759 #define O3_EBACK        78      
00760 C* standard deviation of back diffuse coefficient  
00761 #define O3_EABS443      79      
00762 C* standard deviation of marine absorption coefficient , for 443 nm  
00763 #define O3_EABS490      80      
00764 C* standard deviation of marine absorption coefficient , for 490 nm  
00765 #define O3_NOBS         81      
00766 C* number of observations  
00767 #define O3_NOBSWATER    82      
00768 C* number of observation for water type 1  
00769 #define O3_IQPIG        83      
00770 C* pigment confidence index  
00771 
00772 C*  LEVEL 3   
00773 C*  Ocean color & marine aerosols: marine aerosol parameters   
00774 C*------------------------------------------------------------ 
00775 #define O3C             46
00776 #define O3_DQS          0       
00777 C* ! super-pixel confident data  
00778                 
00779 C* decade 1  
00780 #define O3_SNOBS_D1     1       
00781 C* number of observations used for decade synthesis  
00782 #define O3_STAU865_D1   2       
00783 C* mean of aerosol optical thickness, for 865 nm  
00784 #define O3_STAU865_SMALL_D1     3       
00785 C* mean of aerosol optical thickness from small model, for 865 nm  
00786 #define O3_SANGST_D1    4       
00787 C* mean of Angstrom coefficients  
00788 #define O3_SANGST_SMALL_D1      5       
00789 C* mean of Angstrom coefficients from small model 
00790 #define O3_SINDEX_D1    6       
00791 C* mean of aerosol index  
00792                 
00793 C* decade 2  
00794 #define O3_SNOBS_D2     7       
00795 C* number of observations used for decade synthesis  
00796 #define O3_STAU865_D2   8       
00797 C* mean of aerosol optical thickness, for 865 nm  
00798 #define O3_STAU865_SMALL_D2     9       
00799 C* mean of aerosol optical thickness from small model, for 865 nm  
00800 #define O3_SANGST_D2    10      
00801 C* mean of Angstrom coefficients  
00802 #define O3_SANGST_SMALL_D2      11      
00803 C* mean of Angstrom coefficients from small model 
00804 #define O3_SINDEX_D2    12      
00805 C* mean of aerosol index  
00806                 
00807 C* decade 3  
00808 #define O3_SNOBS_D3     13      
00809 C* number of observations used for decade synthesis  
00810 #define O3_STAU865_D3   14      
00811 C* mean of aerosol optical thickness, for 865 nm  
00812 #define O3_STAU865_SMALL_D3     15      
00813 C* mean of aerosol optical thickness from small model, for 865 nm  
00814 #define O3_SANGST_D3    16      
00815 C* mean of Angstrom coefficients  
00816 #define O3_SANGST_SMALL_D3      17      
00817 C* mean of Angstrom coefficients from small model 
00818 #define O3_SINDEX_D3    18      
00819 C* mean of aerosol index  
00820                 
00821 C* month  
00822 #define O3_SNOBS        19      
00823 C* number of observations used for monthly synthesis  
00824 #define O3_SNOBS_OPT    20      
00825 C* number of observations used for monthly synthesis with optimal geom used
00826 #define O3_STAU865      21      
00827 C* mean of aerosol optical thickness, for 865 nm 
00828 #define O3_STAU865_SMALL        22      
00829 C* mean of aerosol optical thickness from small model, for 865 nm 
00830 #define O3_SANGST       23      
00831 C* mean of Angstrom coefficients 
00832 #define O3_SANGST_SMALL 24      
00833 C* mean of Angstrom coefficients from small model
00834 #define O3_SINDEX       25      
00835 C mean of aerosol index for monthly synthesis 
00836 #define O3_STAU865_PP   26      
00837 C* mean of tau from small model, for 865 nm, with optimal geom used 
00838 #define O3_STAU865_GS   27      
00839 C* mean of tau from spherical coarse mode, for 865 nm, with optimal geom used 
00840 #define O3_STAU865_GNS  28      
00841 C* mean of tau from non-spherical coarse mode, for 865 nm, with optimal geom used 
00842 #define O3_STAU865_GC   29      
00843 C* mean of tau from  coarse mode, for 865 nm, with optimal geom used 
00844 #define O3_SID          30      
00845 C* relative contribution of non spherical particles to O3_STAU865_GC 
00846 #define O3_SQTAU865_1   31      
00847 C* aerosol optical thickness monthly quartile, for 865 nm 
00848 #define O3_SQTAU865_2   32      
00849 C* aerosol optical thickness monthly quartile, for 865 nm 
00850 #define O3_SQTAU865_3   33      
00851 C* aerosol optical thickness monthly quartile, for 865 nm 
00852 #define O3_SQTAU865_4   34      
00853 C* aerosol optical thickness monthly quartile, for 865 nm 
00854 #define O3_SQTAU865_5   35      
00855 C* aerosol optical thickness monthly quartile, for 865 nm 
00856 #define O3_SQTAU865_SMALL_1     36      
00857 C* aerosol optical thickness monthly quartile from small model, for 865 nm 
00858 #define O3_SQTAU865_SMALL_2     37      
00859 C* aerosol optical thickness monthly quartile from small model, for 865 nm 
00860 #define O3_SQTAU865_SMALL_3     38      
00861 C* aerosol optical thickness monthly quartile from small model, for 865 nm 
00862 #define O3_SQTAU865_SMALL_4     39      
00863 C* aerosol optical thickness monthly quartile from small model, for 865 nm 
00864 #define O3_SQTAU865_SMALL_5     40      
00865 C* aerosol optical thickness monthly quartile from small model, for 865 nm 
00866 #define O3_SANGST_1     41      
00867 C* Angstrom coefficient monthly frequency 
00868 #define O3_SANGST_2     42      
00869 C* Angstrom coefficient monthly frequency 
00870 #define O3_SANGST_3     43      
00871 C* Angstrom coefficient monthly frequency 
00872 #define O3_SANGST_4     44      
00873 C* Angstrom coefficient monthly frequency 
00874 #define O3_SANGST_SMALL_1       45      
00875 C* Angstrom coefficient monthly frequency from small model
00876 #define O3_SANGST_SMALL_2       46      
00877 C* Angstrom coefficient monthly frequency from small model
00878 #define O3_SANGST_SMALL_3       47      
00879 C* Angstrom coefficient monthly frequency from small model
00880 #define O3_SANGST_SMALL_4       48      
00881 C* Angstrom coefficient monthly frequency from small model
00882 #define O3_SINDEX_SMALL_1       49      
00883 C* aerosols refractive index monthly frequency from small model
00884 #define O3_SINDEX_SMALL_2       50      
00885 C* aerosols refractive index monthly frequency from small model
00886 #define O3_SINDEX_SMALL_3       51      
00887 C* aerosols refractive index monthly frequency from small model
00888 #define O3_SINDEX_BIG_1 52      
00889 C* aerosols refractive index monthly frequency from big model
00890 #define O3_SINDEX_BIG_2 53      
00891 C* aerosols refractive index monthly frequency from big model
00892 #define O3_SINDEX_BIG_3 54      
00893 C* aerosols refractive index monthly frequency from big model
00894 #define O3_SREFFRAD_1   55      
00895 C* aerosols effective beam monthly frequency  
00896 #define O3_SREFFRAD_2   56      
00897 C* aerosols effective beam monthly frequency  
00898 #define O3_SREFFRAD_3   57      
00899 C* aerosols effective beam monthly frequency  
00900 #define O3_SREFFRAD_4   58      
00901 C* aerosols effective beam monthly frequency  
00902 #define O3_SREFFRAD_SMALL_1     59      
00903 C* aerosols effective beam monthly frequency from small model 
00904 #define O3_SREFFRAD_SMALL_2     60      
00905 C* aerosols effective beam monthly frequency from small model 
00906 #define O3_SREFFRAD_SMALL_3     61      
00907 C* aerosols effective beam monthly frequency from small model 
00908 #define O3_SREFFRAD_SMALL_4     62      
00909 C* aerosols effective beam monthly frequency from small model 
00910 
00911 
00912 C*  LEVEL 2   
00913 C*  Earth radiation and clouds  
00914 C*----------------------------- 
00915 #define RC_OPT          536870912   
00916 C* OPTION for distribution  
00917 
00918 #define R2B             56
00919 #define R2_TAB_I        8192
00920 #define R2_TAB_J        512
00921 #define R2B_NB_PAR_DIR  10      
00922 C* number of directional parameters  
00923 #define R2_DQS          0       
00924 C* ! super-pixel confidence data  
00925 #define R2_H            1       
00926 C* super-pixel UTC time : hour  
00927 #define R2_MN           2       
00928 C* super-pixel UTC time : minutes  
00929 #define R2_NI           3       
00930 C* number of viewing directions  
00931 #define R2_NRNP         4       
00932 C* number of viewing directions for Rayleigh    
00933 C* number of elementary pixels 
00934 #define R2_MINMAXGLIT   5       
00935 C* number of the first direction in the glitter  
00936 C* number of the last direction in the glitter  
00937 #define R2_MU0          6       
00938 C* cosine of solar zenithal angle for centralpixel  
00939 #define R2_AVIS         7       
00940 C* Mean of albedos calculated by pixel and by direction   
00941 C* in visible wavelenght (670 nm over land or 865 over sea)   
00942 #define R2_RSDAVIS      8       
00943 C* Relative spatial dispertion of albedos calculated by pixel 
00944 C* and by direction in visible wavelenght  
00945 #define R2_RADAVIS      9       
00946 C* Relative angular dispertion of albedos calculated by pixel 
00947 C* and by direction in visible wavelenght  
00948 #define R2_QAVIS        10      
00949 C* Quality index dispertion of albedos calculated by pixel 
00950 C* and by direction in visible wavelenght  
00951 #define R2_ASCVIS       11      
00952 C* albedo of the scene supposed as homgeneous in the visible  
00953 C* wavelenght (670 nm over land or 865 over sea)  
00954 #define R2_RADASCVIS    12      
00955 C*Relative spatial dispertion of albedo of the scene supposed  
00956 C* as homgeneous in the visible wavelenght (670 nm over land or 865 over sea)   
00957 #define R2_AVISCLEAR    13      
00958 C* "estimated clear sky" albedo in visiblewavelenght  
00959 C* (670 nm over land or 865 over sea)  
00960 #define R2_ASW          14      
00961 C* Albedo for lambda SW  
00962 #define R2_ASWCLEAR     15      
00963 C* "estimated clear sky" albedo for lambda SW  
00964 #define R2_CN           16      
00965 C* Cloud cover  
00966 #define R2_CNPLUSMOINS  17      
00967 C* Rate of indefinite pixels redistributed "clear sky"  
00968 C* Rate of indefinite pixels redistributed "cloudy"  
00969 #define R2_QCN          18      
00970 C* Quality index of cloud cover  
00971 #define R2_M_UH2O       19      
00972 C* mean of apparent water vapor content on clear sky pixels  
00973 #define R2_QH2O         20      
00974 C* Apparent water vapour content on clear sky pixels  
00975 #define R2_M_PCLOUD     21      
00976 C* mean of corrected cloud O2 pressure (on cloudy pixels)  
00977 #define R2_S_PCLOUD     22      
00978 C* Angular deviation of  cloud O2 pressure  on cloudy pixels) 
00979 #define R2_M_RAYL       23      
00980 C* mean of cloud Rayleigh pressure (on cloudy pixels)  
00981 #define R2_S_RAYL       24      
00982 C* Angular deviation of cloud Rayleigh pressure (on cloudy pixels) 
00983 #define R2_TAU          25      
00984 C* Mean of optical thicness on cloudy pixels in visible wavelenght  
00985 C* (670 nm over land or 865 over sea)  
00986 #define R2_RSDTAU       26      
00987 C* Relative standar deviation of optical thickness on cloudy pixels  
00988 C* in visible wavelenght (670 nm over land or 865 over sea)   
00989 #define R2_EPSTAU       27      
00990 C* coefficient of heterogeneousness on clouy superpixels  
00991 C* in visible wavelenght (670 nm over land or 865 over sea)   
00992 #define R2_ASVIS        28      
00993 C* Cloud spherical albedo in visible wavelenght 
00994 C* (670 nm over land or 865 over sea)   
00995 #define R2_INDPHASE     29
00996 C* cloud phase quality index (liquid, ice, mixed, 
00997 C* undetermined, non calculated with quality hierarchy                          
00998 #define R2_IND_MICRO    30      
00999 C* indicator of ice crystals type 
01000 #define R2_STRAT670     31      
01001 C* stratospheric aerosols optical thickness for 670 nm 
01002 #define R2_UO3          32      
01003 C* integrated contents of ozone 
01004 #define R2_VVS          33      
01005 C* surface wind speed 
01006 #define R2_PHIVS        34      
01007 C* surface wind direction 
01008 #define R2_PSURF        35      
01009 C* surface pressure  
01010 #define R2_TK           36+R2_TAB_I + 10*R2_TAB_J       
01011 C* temperature profile, estimated from Meteo data 
01012 #define R2_UK           46+R2_TAB_I + 10*R2_TAB_J       
01013 C* integrated water vapor profile, estimated from Meteo data    
01014 C* directional parameters  
01015 #define R2_M_THV        56      
01016 C* zenithal viewing angle for central pixel 
01017 #define R2_M_AZ         57      
01018 C* relative azimuth angle for central pixel 
01019 #define R2_M_RVIS       58      
01020 C* Mean of Np corrected reflectance in visible 
01021 C* wavelenght (670 nm over land or 865 over sea)  
01022 #define R2_M_AVIS       59      
01023 C* Mean of Np albedo in visible wavelenght (670 nm over land or 865 over sea)                           
01024 #define R2_M_RSW        60      
01025 C* Mean of Np corrected reflectance for lambda SW
01026 #define R2_M_ASW        61      
01027 C* Mean of Np albedo  for lambda SW                             
01028 #define R2_LPMOD865     62      
01029 C* mean of Np polaried "modified" radiances for 865 nm
01030 #define R2_PCTCLOUCLEAR 63      
01031 C* ratio of cloud pixels before "indetermination" removal (10 classes) 
01032 C* ratio of cloud sky pixels before "indetermination" removal (10 classes) 
01033 #define R2_DCN          64      
01034 C* directional cloud cover 
01035 #define R2_SVIS         65      
01036 C* Cloud spherical albedo in visible wavelenght (670 nm over land or 865 over sea) 
01037 
01038                 
01039                                                                 
01040 
01041 
01042 C*  LEVEL 3   
01043 C*  Earth radiation and clouds  
01044 C*----------------------------- 
01045 #define R3B             61
01046 #define R3_TAB_I        8192
01047 #define R3_TAB_J        512
01048 #define R3_NJ           0       
01049 C* number of observation days  
01050 #define R3_NORB_TOT     1       
01051 C* number of orbits / super-pixel processed  
01052 #define R3_NORB_SNOW    2       
01053 C* number of orbits / snow-ice risk  
01054 #define R3_NORB_CLEAR   3       
01055 C* number of orbits/cloud cover is zero  
01056 #define R3_NORB_CN      4       
01057 C* number of orbits/cloud cover not zero  
01058 #define R3_NORB_TAU     5       
01059 C* number of orbits/albedo determined  
01060 #define R3_NORB_PCLOUD  6       
01061 C* number of orbits/corrected cloud O2 pressure determined  
01062 #define R3_NORB_PRAY    7       
01063 C* number of orbits/cloud Rayleigh pressure determined  
01064 #define R3_NORB_PHASE   8       
01065 C* number of orbits/phase determined  
01066 #define R3_NORB_UH2O    9       
01067 C* number of orbits/UH2O determined  
01068 #define R3_M_MU0        10      
01069 C* monthly mean of zenithal solar cosines MUs  
01070 #define R3_M_AVIS       11      
01071 C* monthly mean of albedos in visible wavelenght  
01072 C* (670nm over land or 865 over sea)  
01073 #define R3_S_AVIS       12      
01074 C* temporal standard deviation of albedos in visible wavelenght  
01075 C* (670nm over land or 865 over sea)   
01076 #define R3_M_AVISCLEAR  13      
01077 C* monthly mean of " clear sky" albedos in visible wavelenght  
01078 C* (670nm over land or 865 over sea)  
01079 #define R3_S_AVISCLEAR  14      
01080 C* temporal standard deviation of " clear sky" albedos in visible  
01081 C* wavelenght (670nm over land or 865 over sea)                                                                 
01082 #define R3_M_AVISMCLEAR 15      
01083 C* monthly mean of " estimated clear sky" albedos in visible wavelenght  
01084 C* (670nm over land or 865 over sea)  
01085 #define R3_M_ASW        16      
01086 C* monthly mean of albedos , for SW  
01087 #define R3_S_ASW        17      
01088 C* temporal standard deviation  of albedos , for SW  
01089 #define R3_M_ASWCLEAR   18      
01090 C* monthly mean of" clear sky"  albedos , for SW  
01091 #define R3_S_ASWCLEAR   19      
01092 C* temporal standard deviation  of" clear sky" albedos , for SW  
01093 #define R3_M_ASWMCLEAR  20      
01094 C* monthly mean of" estimated clear sky"  albedos , for SW  
01095 #define R3_M_FINC       21      
01096 C* monthly mean the incidental diurnal flux  
01097 #define R3_M_FREFL      22      
01098 C* monthly mean the reflected diurnal flux  
01099 #define R3_M_FREFLCLEAR 23      
01100 C* monthly mean the "clear sky" reflected diurnal flux  
01101 #define R3_M_CN         24      
01102 C* monthly mean of cloud cover  
01103 #define R3_S_CN         25      
01104 C* temporal standard deviation of cloud cover  
01105 #define R3_M_CLEARCLOUD 26      
01106 C* monthly rate of indefinite pixels redistributed  
01107 C* "clear sky"  outside glitter 
01108 C* monthly rate of indefinite pixels redistributed 
01109 C* "cloudy" outside glitter 
01110 #define R3_M_H2O        27      
01111 C* monthly mean of apparent water vapor content on clear-sky pixels  
01112 #define R3_S_H2O        28      
01113 C* temporal standard deviation of apparent water vapor content on clear-sky pixels  
01114 #define R3_M_PCLOUD     29      
01115 C* monthly mean of corrected cloud O2 pressure,  
01116 C* balanced with CN (on cloudy pixels) 
01117 #define R3_S_PCLOUD     30      
01118 C* temporale standard deviation of corrected cloud O2 pressure,  
01119 C* balanced with CN (on cloudy pixels) 
01120 #define R3_M_PRAY       31      
01121 C* monthly mean of cloud Rayleigh pressure (on cloudy pixels)  
01122 #define R3_S_PRAY       32      
01123 C* temporal standard deviation of cloud Rayleigh pressure (on cloudy pixels) 
01124 #define R3_M_TAU        33      
01125 C* mean of cloud optical thickness in visible wavelenght  
01126 C* (670nm over land or 865 over sea)  
01127 #define R3_SR_TAU       34      
01128 C* relative temporal standard deviation of cloud optical thickness in visible wavelenght  
01129 C* (670nm over land or 865 over sea)  
01130 #define R3_M_TAULIQ     35      
01131 C* mean of liquid cloud optical thickness in visible wavelenght  
01132 C* (670nm over land or 865 over sea)  
01133 #define R3_M_TAUICE     36      
01134 C* mean of ice cloud optical thickness in visible wavelenght  
01135 C* (670nm over land or 865 over sea)  
01136 #define R3_M_TAUMIX     37      
01137 C* mean of mixed phase cloud optical thickness in visible wavelenght  
01138 C* (670nm over land or 865 over sea)  
01139 #define R3_M_ASVIS      38      
01140 C* monthly mean of spherical albedos in visible wavelenght  
01141 C* (670nm over land or 865 over sea)  
01142 #define R3_S_ASVIS      39
01143 C* temporal standard deviation of spherical albedos in visible wavelenght  
01144 C* (670nm over land or 865 over sea)   
01145 #define R3_FRE_PHASE    40+R3_TAB_I + 4*R3_TAB_J        
01146 C* cloud phase distribution (cover percentage in 4 classes)  
01147 #define R3_FRE_CRIS     44+R3_TAB_I + 7*R3_TAB_J        
01148 C* ice crystal types distribution (cover percentage in 7 classes)  
01149 
01150  
01151 
01152 #endif

Generated on Thu Feb 14 2013 17:59:03 for filedata.kdevelop by  doxygen 1.7.1