Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
QINQINKONG authored Mar 10, 2024
1 parent efa68bc commit a666871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ The model developed by Liljegren et al (2008) [1] is the recommended approach fo
****
### What is in this repository?
- `WBGT_analytic.py`: Python script for calculating the analytic approximation of WBGT.
- `Calculate_analytic_WBGT_with_CMIP6_data.ipynb`: A jupyter nobtebook introducing the usage of our code.
- `environment.yml`: a YAML file that can be used to build conda environment containing all needed python packages.
- `coszenith.pyx`: Cython code for calculating cosine zenith angle as develped by Kong and Huber (2022) [3]
- `setupcoszenith.py`: Python setup tool script for compiling `coszenith.pyx`
- `Calculate_analytic_WBGT_with_CMIP6_data.ipynb`: A jupyter nobtebook introducing the usage of our code.
- `environment.yml`: a YAML file that can be used to build conda environment containing all needed python packages.

****
### How to compile Cython code for calculating cosine zenith angle
Expand Down

0 comments on commit a666871

Please sign in to comment.