diff --git a/README.md b/README.md index eb271b1e..875d561e 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ The Canopy-App input data in [Table 2](#table-2-canopy-app-required-input-variab | `csz` | Cosine of the solar zenith angle (dimensionless) | [Based on Python Pysolar](https://pysolar.readthedocs.io/en/latest/) | | `mol` | Monin-Obukhov Length (m) | Externally calculated using GFS `tmp2m`, `fricv`, and `shtfl`. ([Essa, 1999](https://inis.iaea.org/collection/NCLCollectionStore/_Public/37/118/37118528.pdf)) | | `href` | Reference height above canopy (m) - 10 m | Assumed constant (i.e., 10 m). Can be taken from NL. | -| `ozone_w126` | Ozone W126 index (ppm-hours) | Climatological value during 04/2021-04/2024 based on GFSv16 lowest model layer ozone mixing ratios. | +| `ozone_w126` | Ozone W126 index (ppm-hours) | Climatological value during 04/2021-04/2024 based on GFSv16 lowest model layer ozone mixing ratios based on the [EPA definition](https://www.epa.gov/sites/default/files/2015-09/documents/w126_steps_to_calculate_revised_feb19.pdf). | **More Information on Data Sources from [Table 2](#table-2-canopy-app-required-input-variables):** @@ -284,7 +284,7 @@ Otherwise, please contact Patrick.C.Campbell@noaa.gov for other GFSv16 data peri | `hist_opt` | user-set option to use historically averaged short-term (24-hr) and long-term (240-hr) rolling averages for leaf temperature and PAR for biogenic emissions (default is off i.e., `hist_opt=0`) Note: If simulation is 2.0.CO;2). (default is off i.e., `soim_opt=1`, the corresponding $\gamma$ is set to 1). If turned on (`soim_opt=0`), which is recommended, soim $\gamma$ is calculated and the prescribed 4-layer soil depths (`soild[1-4]` below) are used. Four layers are assumed, and are based on GFS Noah and Noah-MP LSM. | | `soild[1-4]` | user-set real values of four level soil depths at centerpoint (cm). Four layers are based on the GFS Noah and Noah-MP LSM, default values are `soild1=5.0`, `soild2=25.0`, `soild3=70.0`, and `soild4=150.0`. | -| `aq_opt` | user-set options for applying an air quality stress factor for biogenic emissions using calculated, spatially-dependent and global GFS-based ozone W126 values (= `0`, default) or a constant user-set W126 value (= `1`). To turn off aq stress factor set `aq_opt=2` | +| `aq_opt` | user-set options for applying an air quality stress factor for biogenic emissions using calculated, spatially-dependent and global GFS-based ozone W126 values (= `0`, default) or a constant user-set W126 value (= `1`). To turn off aq stress factor set `aq_opt=2` Note: The aq_opt should only be turned on during simulations across respective ozone season for specific region (e.g., April-October in the U.S.)| | `w126_set` | user-set real value of constant ozone W126 values (ppm-hours) (only used if `aq_opt=1`) | | `ht_opt` | user-set options for applying a daily high temperature stress factor for biogenic emissions using daily maximum 2-meter input temperature (= `0`, default). This is based on MEGAN3 and it is recommended that this option is only used when turning the historical option on (i.e., `hist_opt=1`) and running longer than 1-day simulations to obtain the daily max. To turn off ht stress factor set `ht_opt=1` | | `lt_opt` | user-set options for applying a daily low temperature stress factor for biogenic emissions using daily minimum 2-meter input temperature (= `0`, default). This is based on MEGAN3 and it is recommended that this option is only used when turning the historical option on (i.e., `hist_opt=1`) and running longer than 1-day simulations to obtain the daily min. To turn off lt stress factor set `lt_opt=1` |