Persuade arXiv to introduce an "energy economics" topic

Some of us have been using the online eprint repository arXiv.org to publish preprints and accepted manuscript postprints. See the openmod guide to eprints on why this is a good idea.

However, arXiv.org does not have a suitable topic tag for energy economics or general energy system modelling. An economics tag was recently introduced, but currently has only one sub-tag, namely econometrics.

To persuade the moderators to introduce an “energy economics” tag, we will need to show that many energy economics articles are currently being falsely classified, e.g. under “physics and society”. Please add papers here that are falsely classified.

In a few weeks we can then email the moderators to make the case for new topic tags.

Here’s some python code to fill out the table for a given identifier:

#pip install arxiv
import arxiv
identifier = "1405.2857"
record = arxiv.query(identifier)[0]
print("| {identifier} | [{title}]({url}) | {category} |".format(identifier=identifier,
                                         title=record["title"].replace("\n","").replace("  "," "),
                                         url=record["arxiv_url"],
                                         category=record["arxiv_primary_category"]["term"]))

If you’re feeling lazy, just put the identifier and we’ll fill out the rest.

Falsely classified energy economics papers

Identifier Title Classification
1806.02549 Flow-based analysis of storage usage in a low-carbon European electricity scenario Physics and Society (physics.soc-ph)
1806.01613 PyPSA-Eur: An Open Optimisation Model of the European Transmission System physics.soc-ph
1805.11673 The Impact of Climate Change on a Cost-Optimal Highly Renewable European Electricity Network physics.soc-ph
1803.09711 Cost optimal scenarios of a future highly renewable European electricity system: Exploring the influence of weather data, cost parameters and policy constraints physics.soc-ph
1802.07885 On the economics of electrical storage for variable renewable energy sources Physics and Society (physics.soc-ph); Other Computer Science (cs.OH)
1801.10451 Flow-based nodal cost allocation in a heterogeneous highly renewable European electricity network Physics and Society (physics.soc-ph)
1801.05290 Synergies of sector coupling and transmission extension in a cost-optimised, highly renewable European energy system Physics and Society (physics.soc-ph)
1712.07840 Methodological Framework for Determining the Land Eligibility of Renewable Energy Sources cs.OH
1710.07593 Time series aggregation for energy system design: Modeling seasonal storage Optimization and Control (math.OC)
1708.00420 Impact of different time series aggregation methods on optimal energy system design Optimization and Control (math.OC); Computational Engineering, Finance, and Science (cs.CE)
1706.00463 Optimal heterogeneity in a simplified highly renewable European electricity system Physics and Society (physics.soc-ph)
1705.07617 The role of spatial scale in joint optimisations of generation and transmission for European highly renewable scenarios Physics and Society (physics.soc-ph); Applied Physics (physics.app-ph)
1704.05492 The Benefits of Cooperation in a Highly Renewable European Electricity Network Physics and Society (physics.soc-ph)
1412.4934 Renewable build-up pathways for the US: Generation costs are not system costs physics.soc-ph
1405.2857 Integration of Renewable Energy Sources in Future Power Systems: The Role of Storage physics.soc-ph
1402.2833 Features of a fully renewable US electricity system: Optimized mixes of wind and solar PV and transmission grid extensions physics.soc-ph
1401.4121 Towards a systematic characterization of the potential of demand side management physics.soc-ph
1307.1723 Transmission grid extensions during the build-up of a fully renewable pan-European electricity supply physics.soc-ph
1306.1079 Transmission needs across a fully renewable European power system math.OC
1504.05894 An exact solution method for binary equilibrium problems with compensation and the power market uplift problem math.OC

Falsely classified general energy papers

Identifier Title Classification
1709.05716 Response to ‘Burden of proof: A comprehensive review of the feasibility of 100% renewable-electricity systems’ Physics and Society (physics.soc-ph)
1707.09913 PyPSA: Python for Power System Analysis physics.soc-ph
1707.08164 Opening the black box of energy modelling: strategies and lessons learned Computers and Society (cs.CY); General Literature (cs.GL)
1609.02977 Flow tracing as a tool set for the analysis of networked large-scale renewable electricity systems physics.soc-ph
1508.06070 Power flow tracing in a simplified highly renewable European electricity network Physics and Society (physics.soc-ph); Disordered Systems and Neural Networks (cond-mat.dis-nn)
1 Like

Thanks for your effort on this, Tom. I’ve added my own arXiv preprints to the list.

1 Like

The arXiv tagging hierarchy is given on their root page. The current hierarchy is a bit odd in my view. I wonder how the electrical engineers managed to capture the system science domain? Ideally “system science” should be a top level tag, with “electrical engineering” residing underneath. We could then slot alongside with an “energy systems” tag. But I acknowledge the logic proposed by @tom_brown that creating an “energy economics” tag (econ.EE) under the “economics” top level tag (econ) might be less disruptive and more likely to succeed. But is there any chance of taking a less expedient view and pushing for a better placed and more appropriate descriptor for articles on energy modeling?

We also need to propose a list of sub-domains like high-resolution modeling, coupled modeling, and so forth.

Hi Tom & Robbie,
did you ever attempt to contact the arXiv scientific director and / or advisory board on this matter?

Hi @alexkies: I did not. (And while on the general subject, I have noticed some paywalled journals (Joule for instance) have stopped making their abstracts public and just list the authors (normally glowing) bios instead.) HTH, R