User Tools

Site Tools


codes:uvaccess

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
codes:uvaccess [2024/09/19 10:09] – external edit 127.0.0.1codes:uvaccess [2026/07/30 06:40] (current) – [Get compareuv] ajberjon
Line 38: Line 38:
 ^ UVL1_6 | Returns Level 1.6 UV | [[codes:uvaccess#get_uvl1_6|UVL1_6]] | [[https://eubrewnet.aemet.es/eubrewnet/data/get/UVL1_6?brewerid=185&date=2021-10-14&format=text|Get UVL1_6]] | ^ UVL1_6 | Returns Level 1.6 UV | [[codes:uvaccess#get_uvl1_6|UVL1_6]] | [[https://eubrewnet.aemet.es/eubrewnet/data/get/UVL1_6?brewerid=185&date=2021-10-14&format=text|Get UVL1_6]] |
 ^ UVL2 | Returns Level 2 UV | [[codes:uvaccess#get_uvl2|UVL2]] | [[https://eubrewnet.aemet.es/eubrewnet/data/get/UVL2?brewerid=185&date=2021-10-14&format=text|Get UVL2]] | ^ UVL2 | Returns Level 2 UV | [[codes:uvaccess#get_uvl2|UVL2]] | [[https://eubrewnet.aemet.es/eubrewnet/data/get/UVL2?brewerid=185&date=2021-10-14&format=text|Get UVL2]] |
 +
 +==== Get uvrbydate ====
 +  * Function: uvrbydate
 +  * Description: return the operative UVR at the selected date
 +  * Example: http://eubrewnet.aemet.es/eubrewnet/data/get/uvrbydate?brewerid=185&date=2019-09-13&format=text
 +  * Input:
 +      - ''brewerid'': see [[codes:dbaccess#common_inputs|Brewerid in common inputs]]
 +      - ''date'': see [[codes:dbaccess#common_inputs|Date in common inputs]]
 +      - ''format'': see [[codes:dbaccess#format|Format]]
 +      - ''fields'': see [[codes:dbaccess#common_inputs|Fields in common inputs]]
 +  * Output: besides de standard output (Brewer ID, config ID, ...) the following fields are provided:
 +      - ''wavelength'': wavelength in Angstroms
 +      - ''responsivity'': responsivity in counts/mW/m2/nm
 +
 +==== Get uvslitbydate ====
 +  * Function: uvslitbydate
 +  * Description: return the brewer slit function stored in the operative configuration at the selected date
 +  * Example: http://eubrewnet.aemet.es/eubrewnet/data/get/uvslitbydate?brewerid=185&date=2024-06-05&format=text
 +  * Input:
 +      - ''brewerid'': see [[codes:dbaccess#common_inputs|Brewerid in common inputs]]
 +      - ''date'': see [[codes:dbaccess#common_inputs|Date in common inputs]]
 +      - ''format'': see [[codes:dbaccess#format|Format]]
 +      - ''fields'': see [[codes:dbaccess#common_inputs|Fields in common inputs]]
 +  * Output: besides de standard output (Brewer ID, config ID, ...) the following fields are provided:
 +      - ''wavel_diff'': difference from the central wavelength
 +      - ''norm_counts'': counts normalized to the central peak
 +
 +==== Get uvarfbydate ====
 +  * Function: uvarfbydate
 +  * Description: return the angular response stored in the operative configuration at the selected date
 +  * Example: https://eubrewnet.aemet.es/eubrewnet/data/get/uvarfbydate?brewerid=185&date=2024-09-18&format=text
 +  * Input:
 +      - ''brewerid'': see [[codes:dbaccess#common_inputs|Brewerid in common inputs]]
 +      - ''date'': see [[codes:dbaccess#common_inputs|Date in common inputs]]
 +      - ''format'': see [[codes:dbaccess#format|Format]]
 +      - ''fields'': see [[codes:dbaccess#common_inputs|Fields in common inputs]]
 +  * Output: besides de standard output (Brewer ID, config ID, ...) the following fields are provided:
 +      - ''sza'': zenith angle
 +      - ''ang_resp_1'': angular response normalized to angle 0. Note only ang_resp_1 is used by the BUVIC calculation
 +
 +==== Get uvmeteoforadate ====
 +  * Function: uvmeteoforadate
 +  * Description: return UV surface albedo, Angstrom's alpha and beta parameters, and cloud cover stored in the operative configuration at the selected date
 +  * Example: https://eubrewnet.aemet.es/eubrewnet/data/get/uvmeteoforadate?brewerid=185&date=2024-08-25&format=text
 +  * Input:
 +      - ''brewerid'': see [[codes:dbaccess#common_inputs|Brewerid in common inputs]]
 +      - ''date'': see [[codes:dbaccess#common_inputs|Date in common inputs]]
 +      - ''format'': see [[codes:dbaccess#format|Format]]
 +      - ''fields'': see [[codes:dbaccess#common_inputs|Fields in common inputs]]
 +  * Output: besides de standard output (Brewer ID, config ID, ...) the following fields are provided:
 +      - ''albedo'': UV surface albedo
 +      - ''alpha'': Angstrom's alpha
 +      - ''beta'': Angstrom's beta
 +      - ''cloud'': Cloud cover
 +
 +==== Get uvtempcorbydate ====
 +  * Function: uvtempcorbydate
 +  * Description: return the temperature correction stored in the operative configuration at the selected date
 +  * Example: https://eubrewnet.aemet.es/eubrewnet/data/get/uvtempcorbydate?brewerid=150&date=2024-09-13&format=text
 +  * Input:
 +      - ''brewerid'': see [[codes:dbaccess#common_inputs|Brewerid in common inputs]]
 +      - ''date'': see [[codes:dbaccess#common_inputs|Date in common inputs]]
 +      - ''format'': see [[codes:dbaccess#format|Format]]
 +      - ''fields'': see [[codes:dbaccess#common_inputs|Fields in common inputs]]
 +  * Output: besides de standard output (Brewer ID, config ID, ...) the following fields are provided:
 +      - ''wavelength'': wavelength in Angstroms
 +      - ''tempdep'': temperature dependence
 +      - ''tempref'': reference temperature
  
 ==== Get uvscans ==== ==== Get uvscans ====
Line 85: Line 153:
       - ''scans'': a comma-separated list of UV scan types to list. If ommited, defaults to ''ux,ua,uv''       - ''scans'': a comma-separated list of UV scan types to list. If ommited, defaults to ''ux,ua,uv''
       - ''maxminutes'': maximum difference between the scans of the two Brewers. If omitted, it defaults to 5 minutes        - ''maxminutes'': maximum difference between the scans of the two Brewers. If omitted, it defaults to 5 minutes 
-      - ''level'': UV product level used to calculate the irradiances. If omitted, defaults to level 1+      - ''level'': UV product level used to calculate the irradiances. Valid values are 1, 1_5, 1_6, or 2. If omitted, defaults to level 1.
   * Output: besides the usual output, the following UV-specific fields are provided:   * Output: besides the usual output, the following UV-specific fields are provided:
       - ''scan'' and ''compscan'': type of UV-scan (ua, ux, uv) of the two Brewers       - ''scan'' and ''compscan'': type of UV-scan (ua, ux, uv) of the two Brewers
codes/uvaccess.1726740573.txt.gz · Last modified: 2024/09/19 10:09 by 127.0.0.1