User Tools

Site Tools


codes:aodaccess

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
codes:aodaccess [2024/02/06 08:37]
jlsolano [GET FUNCTIONS]
codes:aodaccess [2024/05/07 14:34]
jlsolano [Process AODL1_5]
Line 84: Line 84:
 ^ Function ^ Description ^ Help ^ Example ^ ^ Function ^ Description ^ Help ^ Example ^
 ^ AODL1_5 | Returns Level 1.5 AOD | [[codes:​aodaccess#​process_AODL1_5|AODL1_5]] | [[http://​eubrewnet.aemet.es/​eubrewnet/​data/​process/​AODL1_5?​brewerid=185&​date=2019-11-01&​enddate=2019-11-12|Process AODL1_5]] | ^ AODL1_5 | Returns Level 1.5 AOD | [[codes:​aodaccess#​process_AODL1_5|AODL1_5]] | [[http://​eubrewnet.aemet.es/​eubrewnet/​data/​process/​AODL1_5?​brewerid=185&​date=2019-11-01&​enddate=2019-11-12|Process AODL1_5]] |
-^ AODL1_5JG | Returns Level 1.5 AOD from JG measurements | [[codes:​aodaccess#​process_AODL1_5JG|AODL1_5JG]] | [[https://​rbcce-test.aemet.es/​eubrewnet/​data/​process/​AODL1_5JG?​brewerid=185&​date=2022-08-01&​format=text|Process AODL1_5JG]] | +^ AODL1_5JG | Returns Level 1.5 AOD from JG measurements | [[codes:​aodaccess#​process_AODL1_5JG|AODL1_5JG]] | [[https://​rbcce.aemet.es/​eubrewnet/​data/​process/​AODL1_5JG?​brewerid=185&​date=2022-08-01&​format=text|Process AODL1_5JG]] | 
-^ AODL1_5ALL | Returns Level 1.5 AOD from DS and JG measurements | [[codes:​aodaccess#​process_AODL1_5ALL|AODL1_5ALL]] | [[https://​rbcce-test.aemet.es/​eubrewnet/​data/​process/​AODL1_5ALL?​brewerid=185&​date=2022-08-01&​format=text&​fields=gmt,​wavel|Process AODL1_5ALL]] |+^ AODL1_5ALL | Returns Level 1.5 AOD from DS and JG measurements | [[codes:​aodaccess#​process_AODL1_5ALL|AODL1_5ALL]] | [[https://​rbcce.aemet.es/​eubrewnet/​data/​process/​AODL1_5ALL?​brewerid=185&​date=2022-08-01&​format=text&​fields=gmt,​wavel|Process AODL1_5ALL]] |
  
 ==== AOD Filter Flags ==== ==== AOD Filter Flags ====
Line 96: Line 96:
 | FLAG_AOD_BLACKLIST | 32 | Date in the exclusion list | | FLAG_AOD_BLACKLIST | 32 | Date in the exclusion list |
 | FLAG_AOD_BAD_OZONE_FILT | 64 | The ozone data does not have a filter_flag of 0 | | FLAG_AOD_BAD_OZONE_FILT | 64 | The ozone data does not have a filter_flag of 0 |
 +
 +==== Process AODL1 ====
 +  * Function: AODL1
 +  * Description:​ returns the DS corrected counts for AOD calculation. For full details of the AOD determination,​ see [[https://​www.atmos-chem-phys.net/​18/​3885/​2018/​ | J. López-Solano et al., Atmos. Chem. Phys. 18, 3885–3902 (2018)]]. An operative [[http://​eubrewnet.aemet.es/​dokuwiki/​doku.php?​id=devel:​eubrewnetconfiguration&#​brewer_aod_configuration | AOD configuration]] must be available for the requested period.
 +  * Example: http://​eubrewnet.aemet.es/​eubrewnet/​data/​process/​AODL1?​brewerid=185&​date=2019-11-01&​enddate=2019-11-12
 +  * Input:
 +      - ''​brewerid'':​ see [[codes:​dbaccess#​common_inputs|Brewerid in common inputs]]
 +      - ''​date'':​ see [[codes:​dbaccess#​common_inputs|Date in common inputs]]
 +      - ''​enddate'':​ see [[codes:​dbaccess#​common_inputs|Enddate in common inputs]]
 +      - ''​format'':​ see [[codes:​dbaccess#​format|common formats]] and [[codes:​uvaccess#​formats|jsona format]]
 +      - ''​fields'':​ see [[codes:​dbaccess#​common_inputs|Fields in common inputs]]
 +      - ''​showerrors'':​ displays errors found during the calculation.
 +      ​
 +  * Output: the following AOD-specific fields are included in the standard output alongside the other usual ones (Brewer ID, pressure, sza, ...):
 +      - ''​aodconfigid'':​ ID of the AOD configuration used in the calculation
 +      - ''​aodconfigdate'':​ date of the AOD configuration used in the calculation ​
 +      - ''​wavelengths_i'':​ wavelength //i//, in nm. As of October 2020, counts are taken from DS measurements so the AOD is calculated for the six wavelengths at approx. 303, 306, 310, 313, 317, and 320 nm
 +      - ''​counts_i'':​ AOD for the wavelength //i//
 +
 +---
 +
  
 ==== Process AODL1_5 ==== ==== Process AODL1_5 ====
codes/aodaccess.txt · Last modified: 2024/05/23 15:26 by jlsolano