From a666871866e172237ce0aab2c3ea155e60ef9aeb Mon Sep 17 00:00:00 2001 From: Qinkong <60113193+QINQINKONG@users.noreply.github.com> Date: Sun, 10 Mar 2024 17:54:42 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4024e87..99b1d4a 100644 --- a/README.md +++ b/README.md @@ -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