User Tools

Site Tools


codes:calibration

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:calibration [2025/10/14 13:08] – [Langley] ajberjoncodes:calibration [2026/03/20 16:46] (current) brewer
Line 2: Line 2:
  
 This page provides a brief overview of the functions avaliable in Eubrewnet to determine Brewer configuration parameters. This page provides a brief overview of the functions avaliable in Eubrewnet to determine Brewer configuration parameters.
- 
----- 
-==== Brewer Summary ==== 
-  * Function: ''brewer_summary'' 
-  * Description: Determine the ETC and the ETC filter corrections applying the Langley-plot method to each half day. 
-  * Access function example: http://eubrewnet.aemet.es/eubrewnet/data/get/brewer_summary?format=text 
-  * Input:  
-      - ''format'': see [[codes:dbaccess#format|Format]] 
-  * Output: 
-      - ''brewerid'': 
-      - ''min_date'':  
-      - ''max_date'':  
-      - ''num_bfiles'': 
-      - ''brewer_model'': 
-      - ''active'': 
-      - ''last_config'': 
-      - ''last_station'': 
-      - ''gaw_id'':  
-      - ''wmo_id'': 
-      - ''latitude'': 
-      - ''longitude'': 
-      - ''first_name'':  
-      - ''last_name'': 
- 
- 
  
 ---- ----
Line 299: Line 274:
 ---- ----
  
 +==== compareTropomi ====
 +  * Functions: ''compareTropomi''
 +  * Description: Compares the hourly average 1.5 level ozone product for a given brewer with the [[https://www.tropomi.eu/data-products/ozone-total-column|Total ozone column TROPOMI L2 OFFL product]]. 
 +  * Example: [[http://eubrewnet.aemet.es/eubrewnet/data/get/compareTropomi?brewerid=186&stationid=42&date=2022-01-01&enddate=2022-01-31&format=text]]
 +  * Input:
 +      - ''brewerid'': see [[codes:dbaccess#common_inputs|Brewerid in common inputs]]
 +      - ''stationid'': Eubrewnet station id. If ''stationid'' is not provided, the station where the Brewer is located in ''date'' is used to select the ERA5 data.
 +      - ''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|Format]]
 +      - ''debug'': In the output, individual measurements are returned instead of hourly averages.
 +      - ''v2'': The comparison is made using the ozone product level 1.5 version 2 for the Brewer.
 +
 +  * Output:
 +      - ''gmt'': UTC time.
 +      - ''o3_avg'': Mean hourly ozone L1.5 for brewerid.
 +      - ''o3_tropomi'' Total ozone column L2 OFFL product for the station at which the brewer was at ''date''.
 +      - ''diff'': difference between o3_avg and o3_era5 in Dobson units.
 +      - ''reldiff'': relative difference between o3_avg and o3_era5 in %
 +
 +----
 +
 +==== tropomi ====
 +  * Functions: ''tropomi''
 +  * Description: Retrieve the [[https://www.tropomi.eu/data-products/ozone-total-column|Total ozone column TROPOMI L2 OFFL product]].
 +  * Example: [[http://eubrewnet.aemet.es/eubrewnet/data/get/tropomi?gaw_id=MAD&date=2022-01-01&enddate=2022-01-13&format=text]]
 +  * Input:
 +      - ''gaw_id'' or ''stationid'': GAW or Eubrewnet station id.
 +      - ''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|Format]]
 +
 +  * Output:
 +      - ''gmt'': UTC time.
 +      - ''o3'' Total ozone column from TROPOMI for the station at which the brewer was at ''date''.
 +      - ''stationid'': Eubrewnet station id.
 +
 +----
 ==== compareO3 ==== ==== compareO3 ====
   * Functions: ''compareO3''   * Functions: ''compareO3''
codes/calibration.1760447291.txt.gz · Last modified: 2025/10/14 13:08 by ajberjon