From c5704a4e22b5cef5f3f6ce4896920a36220baeaf Mon Sep 17 00:00:00 2001 From: Julia Crook <48686999+jcrook01@users.noreply.github.com> Date: Tue, 7 Jan 2025 12:32:39 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 95f5798..b9d531f 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,7 @@ conda env config vars set MPROFILE_Lbl=1 then reactivate the conda environment. To do cProfile timing the @profile decoration in calculate_emissions_functions.py needs to be removed as does the memory profiling import statements. + +The code was originally written by Lena Kilian (SRI) and modified to improve timing and memory use by Julia Crook (CEMAC) + +