From 7a90dacb935118e58c803ba0f0d8c0da51e5e740 Mon Sep 17 00:00:00 2001 From: "Colin J. Carlson" Date: Wed, 2 Feb 2022 10:20:34 -0500 Subject: [PATCH] Update README.md --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 51a1f9e..7b1af5d 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,16 @@ # Malaria and geoengineering forecasts -Codebase accompanies: Carlson _et al._ (2022) "Solar geoengineering could redistribute malaria risk in developing countries." _Nature Communications_, accepted in principle. +Codebase accompanies: Carlson _et al._ (2022) "Solar geoengineering could redistribute malaria risk in developing countries." _Nature Communications_, in press. # Raw files -There are several components for the pipeline (below) in the Raw folder; larger climate files are stored elsewhere[...add...] +There are several components for the pipeline (below) in the Raw folder; 250GB of larger climate files are stored at a Dryad repository. ``` Raw | +├─Populations +| └ (...) # A folder of .nc files: population projections in decade slices for SSP 2 and SSP5 +| ├─## These are falciparum / vivax prevalence files that go into Figures S9-S11 ├─2020_GBD2019_Global_PfPR_2000.tif ├─2020_GBD2019_Global_PfPR_2019.tif @@ -17,12 +20,7 @@ Raw ├─## These are the raw Bayesian thermal response curves used to generate the R0 maps ├─map_Angambiae_Pfalc_08_12_20.csv ├─map_Angambiae_Pvivax_08_12_20.csv -├─map_Anstephensi_Pvivax_08_12_20.csv -| -├─Populations -| └ (...) # A folder of .nc files: population projections in decade slices for SSP 2 and SSP5 -| - +└─map_Anstephensi_Pvivax_08_12_20.csv ``` # Directory of Code