From 627d9384b3e5ca901548a049ebbede90ab2dd022 Mon Sep 17 00:00:00 2001 From: Divyansh Singhal <97736786+Divyansh8321@users.noreply.github.com> Date: Wed, 24 Apr 2024 22:41:27 +0530 Subject: [PATCH] Removing extraneous files --- .DS_Store | Bin 10244 -> 10244 bytes NewZealand.png => Images/NewZealand.png | Bin Nigeria.png => Images/Nigeria.png | Bin graphviz.png => Images/graphviz.png | Bin JOSS_paper/paper.md | 6 +++--- README.md | 2 +- 6 files changed, 4 insertions(+), 4 deletions(-) rename NewZealand.png => Images/NewZealand.png (100%) rename Nigeria.png => Images/Nigeria.png (100%) rename graphviz.png => Images/graphviz.png (100%) diff --git a/.DS_Store b/.DS_Store index f8d998a91776a29aac8c811c6b472dfe00f65820..50b16c0435a457d750d73c67671fedc007123c46 100644 GIT binary patch delta 895 zcmZn(XbG6$&uG0dU^hRb^<*A_(0G9dSu+?I7+4te7}6Os8A@{VU0jlK@{@pK9NI1M z0dWtHI-<&_;FT}PFbq!4&n*DzVG#IRF!_LhLp?jpaE1(qQii0Qbc7NH2F9;Im1ruE z9q~l_`WvRpU`Jr6LO2Dts)7t&Wa|VbI|yn{Ruv3nUiobPWJf^_5oF8u_ALJM^U_gA zki_J>f;?;xfywU$&6!qxnA|8NJ=s|(oyn|xa=efficbFLtlQ4t0P2KDAY6tl!H*m| z42%w&4TbBNm;}@&Zxof|*j{6}Gk7)7gpHyilV6K+u|WhT{}xqbTF|grPE3fgo{hni zA(tT$7*(kZ#i-#33UCG#d1Q}$Ph|eH^9?u@(bOPZic1Z`(UW&b$W5*lw`bfwd9QdO zmw0uxnURiyp{3#Eb5hcbos(Zl$uo9M-X|e3xmQAunbV9H$X4O_RS*YGMnH~~5W+en zVTs9llDtfu37c&t8JPr7{AFz~Gnq@;1SPC*iLtHbx(N&^hy=n&WC_%;wl0`_P||d> ho%AK9&Fl)lST+}m*a58~I^oVHlj8pIZRb!@zGMF!_Lh!{jT1s*|@01~LaV&zgKuP(uXSj@2!h zEH4d@I)Wr7=L+$#K?Ek(3z;(oCrlO;mY#fBD4j{%V)A<-DHNSb-etc{n}IqZ5(sA@ zOYkGRhk;RH^FiS{CZ^eoCp(JCafr|R+TIfcG{I3!WOB6_7aK%ia<`Zw(?WsG>%@c@ zHFd#S7B6*;MKU<7QLYOH3OZ UzB6uSSNO#;d7|h#TD#u^0J$fs#Q*>R diff --git a/NewZealand.png b/Images/NewZealand.png similarity index 100% rename from NewZealand.png rename to Images/NewZealand.png diff --git a/Nigeria.png b/Images/Nigeria.png similarity index 100% rename from Nigeria.png rename to Images/Nigeria.png diff --git a/graphviz.png b/Images/graphviz.png similarity index 100% rename from graphviz.png rename to Images/graphviz.png diff --git a/JOSS_paper/paper.md b/JOSS_paper/paper.md index 57f60b0..deb2499 100644 --- a/JOSS_paper/paper.md +++ b/JOSS_paper/paper.md @@ -42,7 +42,7 @@ All the crop specific data used by `BEPMAT` has been obtained from the Global Ag # Methodology -![Methodology Workflow.\label{fig:Workflow}](graphviz.png) +![Methodology Workflow.\label{fig:Workflow}](Images/graphviz.png) The tool first identifies the total available land which can be used for growing crops. This is done by taking the whole area in the selected geography and excluding land utilisation types (LUTs) which are unfit for growing crops, we further remove protected areas, tree covered regions and water bodies. After this we are left with the total available land.This land is further split into two components : cropland and marginal land. The cropland is the land where the crops are currently being grown and we have assumed that this area remains constant throughout the analysis. However, the yield on this land changes with time, based on the climate, leading to different levels of crop production. Assuming the same crops grow on same chunks of land, we can obtain an estimate for the amount of energy that can be extracted from the cropland. Next we exclude this land from the total available land to find the remaining marginal land. On this marginal land, we iterate through a database of crops for their maximum agro-climatically attainable yield and select the best option. The yield of the chosen crop is multiplied by the area of marginal land to get the net production. @@ -61,9 +61,9 @@ For a particular crop, the theoretical energy potential can be calculated as fol - The tool offers the ability to download all the data outputs in the form of NetCDF4 files. - The tool also produces several interactive graphs which can be used to compare the energy potentials at a glance. The figures below illustrate them for New Zealand and Nigeria respectively. -![Energy Potential from Total Land from New Zealand](NewZealand.png) +![Energy Potential from Total Land from New Zealand](Images/NewZealand.png) -![Energy Potential from Total Land from Nigeria](Nigeria.png) +![Energy Potential from Total Land from Nigeria](Images/Nigeria.png) - The tool also allows for flexibility incase someone wants to change the RPR,LHV and SAF values to suit the region of their choice. - Finally the Jupyter notebooks shows how the data in the generated arrays can be visualised using bokeh plots. diff --git a/README.md b/README.md index 9baba66..4df0094 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This tool is designed to provide an estimate of the raw biomass energy potential from crop residues in any selected geography. We provide the options to obtain the biomass energy potential using different climate models ,different climate pathways and different time periods (including past and future). This tool aims to help researchers and policy makers make decisions on which crop to grow in any particular region in the future in order to obtain maximum energy from that land. For more details , we suggest you go through the attached documentation once. -![Methodology Workflow](graphviz.png) +![Methodology Workflow](Images/graphviz.png)

Methodology Workflow