Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.2%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: rivm-syso
  • License: eupl-1.2
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 16.7 MB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created over 2 years ago · Last pushed 9 months ago
Metadata Files
Readme License Citation

README.md

PV-ABM-LCA

DOI

PV-ABM-LCA is the pilot integration of an ABM and an LCA based on two preexistent models: the LCA on III-V/Silicon photovoltaic (PV) panels from Blanco et al. (2024) and the ABM on end-of-life crystalline silicon (C-Si) PV panels from Walzberg et al. (2021).

How to Run the Model

  1. Create a new environment: Use the file abm_mesa.yml to create a new environment with the command: sh conda env create -f abm_mesa.yml
  2. Activate the environment: sh conda activate abm_mesa
  3. Modify the metamodel trigger: Open ABMCEPV_Model.py and modify the trigger on line 10 to specify whether to use the climate change or resource depletion metamodel.
  4. Configure batch run parameters: The defaults reproduce the results plotted in batch_visualize.ipynb. However, to overcome memory issues multiple runs are used and they can be reproduced by changing the triggers.
    • Open batch_run.py
    • Set the run type (fixed seed and multiple threshold or 100 seeds and 1 threshold)
    • Set step and sample_size for the fixed seed run:
      • step: Determines the %increment between consecutive values in the thresholds list.
      • sample_size: Specifies the number of values in the generated thresholds list.
    • This choice will generate two lists for the concern/indifference thresholds with length=sample_size and % increment=step. Max threshold of concern = max impact and min threshold of indifference = min impact.
    • The max impact is found by running the ABMCEPV_MultipleRun script without thresholds (thresholdconcern=high number, thresholdindifference=0)
    • The min impact is found by running the script batch_run with concern threshold but without indifference threshold (thresholdconcern=[maximpact - (maximpactistep) for i in range(samplesize)], threshold_indifference=0).
    • Set step and n for the 100 seeds run:
      • n: vary the n from 0 to 9 for each run to get the results for all 10 concern thresholds as required by Results_visualization.
    • Thresholds:
      • threshold_indifference: Defines the value below which impacts discourage recycling and selling (reuse).
      • threshold_concern: Defines the value above which impacts encourage recycling and selling (reuse).
  5. Run the model: The model produces one CSV file per run (model results and agent results). Open batch_visualize.ipynb, adapt the USE trigger, and run the script to produce figures where impacts are compared to the percentage of landfill and circular EoL pathways.

Changes and Documentation

For detailed documentation about the new scripts and the changes in the old ones, please refer to the DOCUMENTATION.md file.

License

Our model is available under the EUPL license.

The source code for the ABM model was retrieved from https://github.com/NREL/ABSiCE and is used in accordance with the BSD 3-Clause License. Copyright (c) 2020, Alliance for Sustainable Energy, LLC.

The LCA model code is not open source. However, the metamodel and the stochastic inputs and outputs are available in the metamodel folder.

Owner

  • Name: Rijksinstituut voor Volksgezondheid en Milieu
  • Login: rivm-syso
  • Kind: organization
  • Email: info@rivm.nl
  • Location: Bilthoven, The Netherlands

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: PV-ABM-LCA
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Agnese
    family-names: Fuortes
    email: agnese.fuortes@rivm.nl
    affiliation: RIVM
    orcid: 'https://orcid.org/0009-0008-5164-9340'
  - given-names: Joris
    family-names: Quik
    email: joris.quik@rivm.nl
    affiliation: RIVM
    orcid: 'https://orcid.org/0000-0002-7964-3652'
  - given-names: Carlos Felipe
    family-names: Blanco Rocha
    email: c.f.blanco@cml.leidenuniv.nl
    affiliation: Leiden University
    orcid: 'https://orcid.org/0000-0001-8199-8420'
abstract: >-
  PV-ABM-LCA is the pilot integration of an ABM and an LCA
  based on two preexistent models: the LCA on III-V/Silicon
  photovoltaic (PV) panels from Blanco et al. (2024) and the
  ABM on end-of-life crystalline silicon (C-Si) PV panels
  from Walzberg et al. (2021).
keywords:
  - LCA
  - ABM
  - PV
  - Integration
license: EUPL-1.2
version: '1.0'
date-released: 2025-02-03
doi: 10.21945/28ef999c-a59f-4217-9a1f-49f285b401af

GitHub Events

Total
  • Release event: 1
  • Public event: 1
  • Push event: 3
  • Create event: 1
Last Year
  • Release event: 1
  • Public event: 1
  • Push event: 3
  • Create event: 1