WorldWideScience

Sample records for energy constrained resource

  1. MIROS: a hybrid real-time energy-efficient operating system for the resource-constrained wireless sensor nodes.

    Science.gov (United States)

    Liu, Xing; Hou, Kun Mean; de Vaulx, Christophe; Shi, Hongling; El Gholami, Khalid

    2014-09-22

    Operating system (OS) technology is significant for the proliferation of the wireless sensor network (WSN). With an outstanding OS; the constrained WSN resources (processor; memory and energy) can be utilized efficiently. Moreover; the user application development can be served soundly. In this article; a new hybrid; real-time; memory-efficient; energy-efficient; user-friendly and fault-tolerant WSN OS MIROS is designed and implemented. MIROS implements the hybrid scheduler and the dynamic memory allocator. Real-time scheduling can thus be achieved with low memory consumption. In addition; it implements a mid-layer software EMIDE (Efficient Mid-layer Software for User-Friendly Application Development Environment) to decouple the WSN application from the low-level system. The application programming process can consequently be simplified and the application reprogramming performance improved. Moreover; it combines both the software and the multi-core hardware techniques to conserve the energy resources; improve the node reliability; as well as achieve a new debugging method. To evaluate the performance of MIROS; it is compared with the other WSN OSes (TinyOS; Contiki; SOS; openWSN and mantisOS) from different OS concerns. The final evaluation results prove that MIROS is suitable to be used even on the tight resource-constrained WSN nodes. It can support the real-time WSN applications. Furthermore; it is energy efficient; user friendly and fault tolerant.

  2. MIROS: A Hybrid Real-Time Energy-Efficient Operating System for the Resource-Constrained Wireless Sensor Nodes

    Science.gov (United States)

    Liu, Xing; Hou, Kun Mean; de Vaulx, Christophe; Shi, Hongling; Gholami, Khalid El

    2014-01-01

    Operating system (OS) technology is significant for the proliferation of the wireless sensor network (WSN). With an outstanding OS; the constrained WSN resources (processor; memory and energy) can be utilized efficiently. Moreover; the user application development can be served soundly. In this article; a new hybrid; real-time; memory-efficient; energy-efficient; user-friendly and fault-tolerant WSN OS MIROS is designed and implemented. MIROS implements the hybrid scheduler and the dynamic memory allocator. Real-time scheduling can thus be achieved with low memory consumption. In addition; it implements a mid-layer software EMIDE (Efficient Mid-layer Software for User-Friendly Application Development Environment) to decouple the WSN application from the low-level system. The application programming process can consequently be simplified and the application reprogramming performance improved. Moreover; it combines both the software and the multi-core hardware techniques to conserve the energy resources; improve the node reliability; as well as achieve a new debugging method. To evaluate the performance of MIROS; it is compared with the other WSN OSes (TinyOS; Contiki; SOS; openWSN and mantisOS) from different OS concerns. The final evaluation results prove that MIROS is suitable to be used even on the tight resource-constrained WSN nodes. It can support the real-time WSN applications. Furthermore; it is energy efficient; user friendly and fault tolerant. PMID:25248069

  3. Stochastic Resource Allocation for Energy-Constrained Systems

    Directory of Open Access Journals (Sweden)

    Sachs DanielGrobe

    2009-01-01

    Full Text Available Battery-powered wireless systems running media applications have tight constraints on energy, CPU, and network capacity, and therefore require the careful allocation of these limited resources to maximize the system's performance while avoiding resource overruns. Usually, resource-allocation problems are solved using standard knapsack-solving techniques. However, when allocating conservable resources like energy (which unlike CPU and network remain available for later use if they are not used immediately knapsack solutions suffer from excessive computational complexity, leading to the use of suboptimal heuristics. We show that use of Lagrangian optimization provides a fast, elegant, and, for convex problems, optimal solution to the allocation of energy across applications as they enter and leave the system, even if the exact sequence and timing of their entrances and exits is not known. This permits significant increases in achieved utility compared to heuristics in common use. As our framework requires only a stochastic description of future workloads, and not a full schedule, we also significantly expand the scope of systems that can be optimized.

  4. Communication Schemes with Constrained Reordering of Resources

    DEFF Research Database (Denmark)

    Popovski, Petar; Utkovski, Zoran; Trillingsgaard, Kasper Fløe

    2013-01-01

    This paper introduces a communication model inspired by two practical scenarios. The first scenario is related to the concept of protocol coding, where information is encoded in the actions taken by an existing communication protocol. We investigate strategies for protocol coding via combinatorial...... reordering of the labelled user resources (packets, channels) in an existing, primary system. However, the degrees of freedom of the reordering are constrained by the operation of the primary system. The second scenario is related to communication systems with energy harvesting, where the transmitted signals...... are constrained by the energy that is available through the harvesting process. We have introduced a communication model that covers both scenarios and elicits their key feature, namely the constraints of the primary system or the harvesting process. We have shown how to compute the capacity of the channels...

  5. Resource Management in Constrained Dynamic Situations

    Science.gov (United States)

    Seok, Jinwoo

    Resource management is considered in this dissertation for systems with limited resources, possibly combined with other system constraints, in unpredictably dynamic environments. Resources may represent fuel, power, capabilities, energy, and so on. Resource management is important for many practical systems; usually, resources are limited, and their use must be optimized. Furthermore, systems are often constrained, and constraints must be satisfied for safe operation. Simplistic resource management can result in poor use of resources and failure of the system. Furthermore, many real-world situations involve dynamic environments. Many traditional problems are formulated based on the assumptions of given probabilities or perfect knowledge of future events. However, in many cases, the future is completely unknown, and information on or probabilities about future events are not available. In other words, we operate in unpredictably dynamic situations. Thus, a method is needed to handle dynamic situations without knowledge of the future, but few formal methods have been developed to address them. Thus, the goal is to design resource management methods for constrained systems, with limited resources, in unpredictably dynamic environments. To this end, resource management is organized hierarchically into two levels: 1) planning, and 2) control. In the planning level, the set of tasks to be performed is scheduled based on limited resources to maximize resource usage in unpredictably dynamic environments. In the control level, the system controller is designed to follow the schedule by considering all the system constraints for safe and efficient operation. Consequently, this dissertation is mainly divided into two parts: 1) planning level design, based on finite state machines, and 2) control level methods, based on model predictive control. We define a recomposable restricted finite state machine to handle limited resource situations and unpredictably dynamic environments

  6. Memory and Energy Optimization Strategies for Multithreaded Operating System on the Resource-Constrained Wireless Sensor Node

    Directory of Open Access Journals (Sweden)

    Xing Liu

    2014-12-01

    Full Text Available Memory and energy optimization strategies are essential for the resource-constrained wireless sensor network (WSN nodes. In this article, a new memory-optimized and energy-optimized multithreaded WSN operating system (OS LiveOS is designed and implemented. Memory cost of LiveOS is optimized by using the stack-shifting hybrid scheduling approach. Different from the traditional multithreaded OS in which thread stacks are allocated statically by the pre-reservation, thread stacks in LiveOS are allocated dynamically by using the stack-shifting technique. As a result, memory waste problems caused by the static pre-reservation can be avoided. In addition to the stack-shifting dynamic allocation approach, the hybrid scheduling mechanism which can decrease both the thread scheduling overhead and the thread stack number is also implemented in LiveOS. With these mechanisms, the stack memory cost of LiveOS can be reduced more than 50% if compared to that of a traditional multithreaded OS. Not is memory cost optimized, but also the energy cost is optimized in LiveOS, and this is achieved by using the multi-core “context aware” and multi-core “power-off/wakeup” energy conservation approaches. By using these approaches, energy cost of LiveOS can be reduced more than 30% when compared to the single-core WSN system. Memory and energy optimization strategies in LiveOS not only prolong the lifetime of WSN nodes, but also make the multithreaded OS feasible to run on the memory-constrained WSN nodes.

  7. Time-constrained project scheduling with adjacent resources

    NARCIS (Netherlands)

    Hurink, Johann L.; Kok, A.L.; Paulus, J.J.; Schutten, Johannes M.J.

    We develop a decomposition method for the Time-Constrained Project Scheduling Problem (TCPSP) with adjacent resources. For adjacent resources the resource units are ordered and the units assigned to a job have to be adjacent. On top of that, adjacent resources are not required by single jobs, but by

  8. Time-constrained project scheduling with adjacent resources

    NARCIS (Netherlands)

    Hurink, Johann L.; Kok, A.L.; Paulus, J.J.; Schutten, Johannes M.J.

    2008-01-01

    We develop a decomposition method for the Time-Constrained Project Scheduling Problem (TCPSP) with Adjacent Resources. For adjacent resources the resource units are ordered and the units assigned to a job have to be adjacent. On top of that, adjacent resources are not required by single jobs, but by

  9. A real-time Java tool chain for resource constrained platforms

    DEFF Research Database (Denmark)

    Korsholm, Stephan Erbs; Søndergaard, Hans; Ravn, Anders P.

    2013-01-01

    The Java programming language was originally developed for embedded systems, but the resource requirements of previous and current Java implementations - especially memory consumption - tend to exclude them from being used on a significant class of resource constrained embedded platforms. The con......The Java programming language was originally developed for embedded systems, but the resource requirements of previous and current Java implementations - especially memory consumption - tend to exclude them from being used on a significant class of resource constrained embedded platforms...... by integrating: (1) a lean virtual machine (HVM) without any external dependencies on POSIX-like libraries or other OS functionalities, (2) a hardware abstraction layer, implemented almost entirely in Java through the use of hardware objects, first level interrupt handlers, and native variables, and (3....... An evaluation of the presented solution shows that the miniCDj benchmark gets reduced to a size where it can run on resource constrained platforms....

  10. Modeling Oil Exploration and Production: Resource-Constrained and Agent-Based Approaches

    International Nuclear Information System (INIS)

    Jakobsson, Kristofer

    2010-05-01

    Energy is essential to the functioning of society, and oil is the single largest commercial energy source. Some analysts have concluded that the peak in oil production is soon about to happen on the global scale, while others disagree. Such incompatible views can persist because the issue of 'peak oil' cuts through the established scientific disciplines. The question is: what characterizes the modeling approaches that are available today, and how can they be further developed to improve a trans-disciplinary understanding of oil depletion? The objective of this thesis is to present long-term scenarios of oil production (Paper I) using a resource-constrained model; and an agent-based model of the oil exploration process (Paper II). It is also an objective to assess the strengths, limitations, and future development potentials of resource-constrained modeling, analytical economic modeling, and agent-based modeling. Resource-constrained models are only suitable when the time frame is measured in decades, but they can give a rough indication of which production scenarios are reasonable given the size of the resource. However, the models are comprehensible, transparent and the only feasible long-term forecasting tools at present. It is certainly possible to distinguish between reasonable scenarios, based on historically observed parameter values, and unreasonable scenarios with parameter values obtained through flawed analogy. The economic subfield of optimal depletion theory is founded on the notion of rational economic agents, and there is a causal relation between decisions made at the micro-level and the macro-result. In terms of future improvements, however, the analytical form considerably restricts the versatility of the approach. Agent-based modeling makes it feasible to combine economically motivated agents with a physical environment. An example relating to oil exploration is given in Paper II, where it is shown that the exploratory activities of individual

  11. A real-time Java tool chain for resource constrained platforms

    DEFF Research Database (Denmark)

    Korsholm, Stephan E.; Søndergaard, Hans; Ravn, Anders Peter

    2014-01-01

    The Java programming language was originally developed for embedded systems, but the resource requirements of previous and current Java implementations – especially memory consumption – tend to exclude them from being used on a significant class of resource constrained embedded platforms. The con......The Java programming language was originally developed for embedded systems, but the resource requirements of previous and current Java implementations – especially memory consumption – tend to exclude them from being used on a significant class of resource constrained embedded platforms...... by integrating the following: (1) a lean virtual machine without any external dependencies on POSIX-like libraries or other OS functionalities; (2) a hardware abstraction layer, implemented almost entirely in Java through the use of hardware objects, first level interrupt handlers, and native variables; and (3....... An evaluation of the presented solution shows that the miniCDj benchmark gets reduced to a size where it can run on resource constrained platforms....

  12. Node Discovery and Interpretation in Unstructured Resource-Constrained Environments

    DEFF Research Database (Denmark)

    Gechev, Miroslav; Kasabova, Slavyana; Mihovska, Albena D.

    2014-01-01

    for the discovery, linking and interpretation of nodes in unstructured and resource-constrained network environments and their interrelated and collective use for the delivery of smart services. The model is based on a basic mathematical approach, which describes and predicts the success of human interactions...... in the context of long-term relationships and identifies several key variables in the context of communications in resource-constrained environments. The general theoretical model is described and several algorithms are proposed as part of the node discovery, identification, and linking processes in relation...

  13. Butterfly Encryption Scheme for Resource-Constrained Wireless Networks

    Directory of Open Access Journals (Sweden)

    Raghav V. Sampangi

    2015-09-01

    Full Text Available Resource-constrained wireless networks are emerging networks such as Radio Frequency Identification (RFID and Wireless Body Area Networks (WBAN that might have restrictions on the available resources and the computations that can be performed. These emerging technologies are increasing in popularity, particularly in defence, anti-counterfeiting, logistics and medical applications, and in consumer applications with growing popularity of the Internet of Things. With communication over wireless channels, it is essential to focus attention on securing data. In this paper, we present an encryption scheme called Butterfly encryption scheme. We first discuss a seed update mechanism for pseudorandom number generators (PRNG, and employ this technique to generate keys and authentication parameters for resource-constrained wireless networks. Our scheme is lightweight, as in it requires less resource when implemented and offers high security through increased unpredictability, owing to continuously changing parameters. Our work focuses on accomplishing high security through simplicity and reuse. We evaluate our encryption scheme using simulation, key similarity assessment, key sequence randomness assessment, protocol analysis and security analysis.

  14. Butterfly Encryption Scheme for Resource-Constrained Wireless Networks.

    Science.gov (United States)

    Sampangi, Raghav V; Sampalli, Srinivas

    2015-09-15

    Resource-constrained wireless networks are emerging networks such as Radio Frequency Identification (RFID) and Wireless Body Area Networks (WBAN) that might have restrictions on the available resources and the computations that can be performed. These emerging technologies are increasing in popularity, particularly in defence, anti-counterfeiting, logistics and medical applications, and in consumer applications with growing popularity of the Internet of Things. With communication over wireless channels, it is essential to focus attention on securing data. In this paper, we present an encryption scheme called Butterfly encryption scheme. We first discuss a seed update mechanism for pseudorandom number generators (PRNG), and employ this technique to generate keys and authentication parameters for resource-constrained wireless networks. Our scheme is lightweight, as in it requires less resource when implemented and offers high security through increased unpredictability, owing to continuously changing parameters. Our work focuses on accomplishing high security through simplicity and reuse. We evaluate our encryption scheme using simulation, key similarity assessment, key sequence randomness assessment, protocol analysis and security analysis.

  15. A Multiagent Evolutionary Algorithm for the Resource-Constrained Project Portfolio Selection and Scheduling Problem

    Directory of Open Access Journals (Sweden)

    Yongyi Shou

    2014-01-01

    Full Text Available A multiagent evolutionary algorithm is proposed to solve the resource-constrained project portfolio selection and scheduling problem. The proposed algorithm has a dual level structure. In the upper level a set of agents make decisions to select appropriate project portfolios. Each agent selects its project portfolio independently. The neighborhood competition operator and self-learning operator are designed to improve the agent’s energy, that is, the portfolio profit. In the lower level the selected projects are scheduled simultaneously and completion times are computed to estimate the expected portfolio profit. A priority rule-based heuristic is used by each agent to solve the multiproject scheduling problem. A set of instances were generated systematically from the widely used Patterson set. Computational experiments confirmed that the proposed evolutionary algorithm is effective for the resource-constrained project portfolio selection and scheduling problem.

  16. Scheduling of resource-constrained projects

    CERN Document Server

    Klein, Robert

    2000-01-01

    Project management has become a widespread instrument enabling organizations to efficiently master the challenges of steadily shortening product life cycles, global markets and decreasing profit margins. With projects increasing in size and complexity, their planning and control represents one of the most crucial management tasks. This is especially true for scheduling, which is concerned with establishing execution dates for the sub-activities to be performed in order to complete the project. The ability to manage projects where resources must be allocated between concurrent projects or even sub-activities of a single project requires the use of commercial project management software packages. However, the results yielded by the solution procedures included are often rather unsatisfactory. Scheduling of Resource-Constrained Projects develops more efficient procedures, which can easily be integrated into software packages by incorporated programming languages, and thus should be of great interest for practiti...

  17. Location constrained resource interconnection

    International Nuclear Information System (INIS)

    Hawkins, D.

    2008-01-01

    This presentation discussed issues related to wind integration from the perspective of the California Independent System Operator (ISO). Issues related to transmission, reliability, and forecasting were reviewed. Renewable energy sources currently used by the ISO were listed, and details of a new transmission financing plan designed to address the location constraints of renewable energy sources and provide for new transmission infrastructure was presented. The financing mechanism will be financed by participating transmission owners through revenue requirements. New transmission interconnections will include network facilities and generator tie-lines. Tariff revisions have also been implemented to recover the costs of new facilities and generators. The new transmission project will permit wholesale transmission access to areas where there are significant energy resources that are not transportable. A rate impact cap of 15 per cent will be imposed on transmission owners to mitigate short-term costs to ratepayers. The presentation also outlined energy resource area designation plans, renewable energy forecasts, and new wind technologies. Ramping issues were also discussed. It was concluded that the ISO expects to ensure that 20 per cent of its energy will be derived from renewable energy sources. tabs., figs

  18. Mature Basin Development Portfolio Management in a Resource Constrained Environment

    International Nuclear Information System (INIS)

    Mandhane, J. M.; Udo, S. D.

    2002-01-01

    Nigerian Petroleum industry is constantly faced with management of resource constraints stemming from capital and operating budget, availability of skilled manpower, capacity of an existing surface facility, size of well assets, amount of soft and hard information, etceteras. Constrained capital forces the industry to rank subsurface resource and potential before proceeding with preparation of development scenarios. Availability of skilled manpower limits scope of integrated reservoir studies. Level of information forces technical and management to find low-risk development alternative in a limited time. Volume of either oil or natural gas or water or combination of them may be constrained due to design limits of the existing facility, or an external OPEC quota, requires high portfolio management skills.The first part of the paper statistically analyses development portfolio of a mature basin for (a) subsurface resources volume, (b) developed and undeveloped and undeveloped volumes, (c) sweating of wells, and (d) facility assets. The analysis presented conclusively demonstrates that the 80/20 is active in the statistical sample. The 80/20 refers to 80% of the effect coming from the 20% of the cause. The second part of the paper deals with how 80/20 could be applied to manage portfolio for a given set of constraints. Three application examples are discussed. Feedback on implementation of them resulting in focussed resource management with handsome rewards is documented.The statistical analysis and application examples from a mature basin form a way forward for a development portfolio management in an resource constrained environment

  19. Antifungal susceptibility testing method for resource constrained laboratories

    Directory of Open Access Journals (Sweden)

    Khan S

    2006-01-01

    Full Text Available Purpose: In resource-constrained laboratories of developing countries determination of antifungal susceptibility testing by NCCLS/CLSI method is not always feasible. We describe herein a simple yet comparable method for antifungal susceptibility testing. Methods: Reference MICs of 72 fungal isolates including two quality control strains were determined by NCCLS/CLSI methods against fluconazole, itraconazole, voriconazole, amphotericin B and cancidas. Dermatophytes were also tested against terbinafine. Subsequently, on selection of optimum conditions, MIC was determined for all the fungal isolates by semisolid antifungal agar susceptibility method in Brain heart infusion broth supplemented with 0.5% agar (BHIA without oil overlay and results were compared with those obtained by reference NCCLS/CLSI methods. Results: Comparable results were obtained by NCCLS/CLSI and semisolid agar susceptibility (SAAS methods against quality control strains. MICs for 72 isolates did not differ by more than one dilution for all drugs by SAAS. Conclusions: SAAS using BHIA without oil overlay provides a simple and reproducible method for obtaining MICs against yeast, filamentous fungi and dermatophytes in resource-constrained laboratories.

  20. Factorization of Constrained Energy K-Network Reliability with Perfect Nodes

    OpenAIRE

    Burgos, Juan Manuel

    2013-01-01

    This paper proves a new general K-network constrained energy reliability global factorization theorem. As in the unconstrained case, beside its theoretical mathematical importance the theorem shows how to do parallel processing in exact network constrained energy reliability calculations in order to reduce the processing time of this NP-hard problem. Followed by a new simple factorization formula for its calculation, we propose a new definition of constrained energy network reliability motiva...

  1. HotpathVM: An Effective JIT for Resource-constrained Devices

    DEFF Research Database (Denmark)

    Gal, Andreas; Franz, Michael; Probst, Christian

    2006-01-01

    We present a just-in-time compiler for a Java VM that is small enough to fit on resource-constrained devices, yet surprisingly effective. Our system dynamically identifies traces of frequently executed bytecode instructions (which may span several basic blocks across several methods) and compiles...

  2. The Combinatorial Multi-Mode Resource Constrained Multi-Project Scheduling Problem

    Directory of Open Access Journals (Sweden)

    Denis Pinha

    2016-11-01

    Full Text Available This paper presents the formulation and solution of the Combinatorial Multi-Mode Resource Constrained Multi-Project Scheduling Problem. The focus of the proposed method is not on finding a single optimal solution, instead on presenting multiple feasible solutions, with cost and duration information to the project manager. The motivation for developing such an approach is due in part to practical situations where the definition of optimal changes on a regular basis. The proposed approach empowers the project manager to determine what is optimal, on a given day, under the current constraints, such as, change of priorities, lack of skilled worker. The proposed method utilizes a simulation approach to determine feasible solutions, under the current constraints. Resources can be non-consumable, consumable, or doubly constrained. The paper also presents a real-life case study dealing with scheduling of ship repair activities.

  3. Evaluation of Reliability in Risk-Constrained Scheduling of Autonomous Microgrids with Demand Response and Renewable Resources

    DEFF Research Database (Denmark)

    Vahedipour-Dahraie, Mostafa; Anvari-Moghaddam, Amjad; Guerrero, Josep M.

    2018-01-01

    of microgrid. Moreover, the impacts of different VOLL and risk aversion parameter are illustrated on the system reliability. Extensive simulation results are also presented to illustrate the impact of risk aversion on system security issues with and without DR. Numerical results demonstrate the advantages......Uncertain natures of the renewable energy resources and consumers’ participation in demand response (DR) programs have introduced new challenges to the energy and reserve scheduling of microgrids, particularly in the autonomous mode. In this paper, a risk-constrained stochastic framework...... is presented to maximize the expected profit of a microgrid operator under uncertainties of renewable resources, demand load and electricity price. In the proposed model, the trade-off between maximizing the operator’s expected profit and the risk of getting low profits in undesired scenarios is modeled...

  4. Resource Allocation of Security-Critical Tasks with Statistically Guaranteed Energy Constraint

    DEFF Research Database (Denmark)

    Jiang, Wei; Jiang, Ke; Ma, Yue

    2012-01-01

    In this paper, we are interested in resource allocation for energy constrained and security-critical embedded systems. Tasks in such systems need to be successfully executed under certain energy budget and be robust against serious security threatens. Different to former energy minimal scheduling...... energy slack ratio. The proposed algorithm is very efficient in both time and space dimensions, and achieves good solutions. Extensive simulations demonstrate the superiority of our algorithm over other approaches....

  5. Regional renewable energy and resource planning

    International Nuclear Information System (INIS)

    Lam, Hon Loong; Varbanov, Petar Sabev; Klemes, Jiri Jaromir

    2011-01-01

    The exploitation of the energy potential in biomass in a specific geographical region is frequently constrained by high production costs and the amount of land required per unit of energy generated. In addition, the distributed nature of the biomass resource and its normally low energy density may result in large transportation costs. Biomass also requires large land areas to collect and process the incoming solar radiation before the energy can be harvested. Previously published works on regional energy clustering (REC) and the Regional Resources Management Composite Curve, RRMCC (in this paper shortened to RMC), have been extended in this paper to tackle simultaneously the issues of the biomass supply chain, transportation, and land use. The RMC is a tool for supporting decision making in regional resource management. It provides a complete view of energy and land availability in a region, displaying their trade-offs in a single plot. The extension presented in this work has been developed in two steps. The first step presents the Regional Energy Cascade Analysis, which estimates the energy target within regional supply chains and provides the result for energy exchange flows between zones, the quantity of energy required to be imported/exported, and the locations of the demands. In the second step, the initial results are analysed against potential measures for improving the energy and land use targets by using the RMC and a set of rules for its manipulation. The presented method provides the option to assess the priorities: either to produce and sell the surplus energy on the fuel market or use the land for other purposes such as food production. This extended approach is illustrated with a comprehensive case study demonstrating that with the RMC application it is possible to maximise the land use and to maximise the biofuel production for the requested energy demand.

  6. LiteNet: Lightweight Neural Network for Detecting Arrhythmias at Resource-Constrained Mobile Devices

    Directory of Open Access Journals (Sweden)

    Ziyang He

    2018-04-01

    Full Text Available By running applications and services closer to the user, edge processing provides many advantages, such as short response time and reduced network traffic. Deep-learning based algorithms provide significantly better performances than traditional algorithms in many fields but demand more resources, such as higher computational power and more memory. Hence, designing deep learning algorithms that are more suitable for resource-constrained mobile devices is vital. In this paper, we build a lightweight neural network, termed LiteNet which uses a deep learning algorithm design to diagnose arrhythmias, as an example to show how we design deep learning schemes for resource-constrained mobile devices. Compare to other deep learning models with an equivalent accuracy, LiteNet has several advantages. It requires less memory, incurs lower computational cost, and is more feasible for deployment on resource-constrained mobile devices. It can be trained faster than other neural network algorithms and requires less communication across different processing units during distributed training. It uses filters of heterogeneous size in a convolutional layer, which contributes to the generation of various feature maps. The algorithm was tested using the MIT-BIH electrocardiogram (ECG arrhythmia database; the results showed that LiteNet outperforms comparable schemes in diagnosing arrhythmias, and in its feasibility for use at the mobile devices.

  7. LiteNet: Lightweight Neural Network for Detecting Arrhythmias at Resource-Constrained Mobile Devices.

    Science.gov (United States)

    He, Ziyang; Zhang, Xiaoqing; Cao, Yangjie; Liu, Zhi; Zhang, Bo; Wang, Xiaoyan

    2018-04-17

    By running applications and services closer to the user, edge processing provides many advantages, such as short response time and reduced network traffic. Deep-learning based algorithms provide significantly better performances than traditional algorithms in many fields but demand more resources, such as higher computational power and more memory. Hence, designing deep learning algorithms that are more suitable for resource-constrained mobile devices is vital. In this paper, we build a lightweight neural network, termed LiteNet which uses a deep learning algorithm design to diagnose arrhythmias, as an example to show how we design deep learning schemes for resource-constrained mobile devices. Compare to other deep learning models with an equivalent accuracy, LiteNet has several advantages. It requires less memory, incurs lower computational cost, and is more feasible for deployment on resource-constrained mobile devices. It can be trained faster than other neural network algorithms and requires less communication across different processing units during distributed training. It uses filters of heterogeneous size in a convolutional layer, which contributes to the generation of various feature maps. The algorithm was tested using the MIT-BIH electrocardiogram (ECG) arrhythmia database; the results showed that LiteNet outperforms comparable schemes in diagnosing arrhythmias, and in its feasibility for use at the mobile devices.

  8. Resource Constrained Planning of Multiple Projects with Separable Activities

    Science.gov (United States)

    Fujii, Susumu; Morita, Hiroshi; Kanawa, Takuya

    In this study we consider a resource constrained planning problem of multiple projects with separable activities. This problem provides a plan to process the activities considering a resource availability with time window. We propose a solution algorithm based on the branch and bound method to obtain the optimal solution minimizing the completion time of all projects. We develop three methods for improvement of computational efficiency, that is, to obtain initial solution with minimum slack time rule, to estimate lower bound considering both time and resource constraints and to introduce an equivalence relation for bounding operation. The effectiveness of the proposed methods is demonstrated by numerical examples. Especially as the number of planning projects increases, the average computational time and the number of searched nodes are reduced.

  9. Managing pressures ulcers in a resource constrained situation: A holistic approach

    Directory of Open Access Journals (Sweden)

    Abhijit Dam

    2011-01-01

    Full Text Available Managing pressure ulcers remain a challenge and call for a multidisciplinary team approach to care. Even more daunting is the management of such patients in remote locations and in resource constrained situations. The management of pressure sores in a patient with progressive muscular atrophy has been discussed using resources that were locally available, accessible, and affordable. Community participation was encouraged. A holistic approach to care was adopted.

  10. Lightweight cryptography for constrained devices

    DEFF Research Database (Denmark)

    Alippi, Cesare; Bogdanov, Andrey; Regazzoni, Francesco

    2014-01-01

    Lightweight cryptography is a rapidly evolving research field that responds to the request for security in resource constrained devices. This need arises from crucial pervasive IT applications, such as those based on RFID tags where cost and energy constraints drastically limit the solution...... complexity, with the consequence that traditional cryptography solutions become too costly to be implemented. In this paper, we survey design strategies and techniques suitable for implementing security primitives in constrained devices....

  11. Resource Constrained Project Scheduling Subject to Due Dates: Preemption Permitted with Penalty

    Directory of Open Access Journals (Sweden)

    Behrouz Afshar-Nadjafi

    2014-01-01

    Full Text Available Extensive research works have been carried out in resource constrained project scheduling problem. However, scarce researches have studied the problems in which a setup cost must be incurred if activities are preempted. In this research, we investigate the resource constrained project scheduling problem to minimize the total project cost, considering earliness-tardiness and preemption penalties. A mixed integer programming formulation is proposed for the problem. The resulting problem is NP-hard. So, we try to obtain a satisfying solution using simulated annealing (SA algorithm. The efficiency of the proposed algorithm is tested based on 150 randomly produced examples. Statistical comparison in terms of the computational times and objective function indicates that the proposed algorithm is efficient and effective.

  12. Solving Multi-Resource Constrained Project Scheduling Problem using Ant Colony Optimization

    Directory of Open Access Journals (Sweden)

    Hsiang-Hsi Huang

    2015-01-01

    Full Text Available This paper applied Ant Colony Optimization (ACO to develop a resource constraints scheduling model to achieve the resource allocation optimization and the shortest completion time of a project under resource constraints and the activities precedence requirement for projects. Resource leveling is also discussed and has to be achieved under the resource allocation optimization in this research. Testing cases and examples adopted from the international test bank were studied for verifying the effectiveness of the proposed model. The results showed that the solutions of different cases all have a better performance within a reasonable time. These can be obtained through ACO algorithm under the same constrained conditions. A program was written for the proposed model that is able to automatically produce the project resource requirement figure after the project duration is solved.

  13. Economic Assessment of Network-Constrained Transactive Energy for Managing Flexible Demand in Distribution Systems

    Directory of Open Access Journals (Sweden)

    Junjie Hu

    2017-05-01

    Full Text Available The increasing number of distributed energy resources such as electric vehicles and heat pumps connected to power systems raises operational challenges to the network operator, for example, introducing grid congestion and voltage deviations in the distribution network level if their operations are not properly coordinated. Coordination and control of a large number of distributed energy resources requires innovative approaches. In this paper, we follow up on a recently proposed network-constrained transactive energy (NCTE method for scheduling of electric vehicles and heat pumps within a retailer’s aggregation at distribution system level. We extend this method with: (1 a new modeling technique that allows the resulting congestion price to be directly interpreted as a locational marginal pricing in the system; (2 an explicit analysis of the benefits and costs of different actors when using the NCTE method in the system, given the high penetration of distributed energy resources. This paper firstly describes the NCTE-based distribution system that introduces a new interacting scheme for actors at the distribution system level. Then, technical modeling and economic interpretation of the NCTE-based distribution system are described. Finally, we show the benefits and costs of different actors within the NCTE-based distribution system.

  14. Analysis of multi cloud storage applications for resource constrained mobile devices

    Directory of Open Access Journals (Sweden)

    Rajeev Kumar Bedi

    2016-09-01

    Full Text Available Cloud storage, which can be a surrogate for all physical hardware storage devices, is a term which gives a reflection of an enormous advancement in engineering (Hung et al., 2012. However, there are many issues that need to be handled when accessing cloud storage on resource constrained mobile devices due to inherent limitations of mobile devices as limited storage capacity, processing power and battery backup (Yeo et al., 2014. There are many multi cloud storage applications available, which handle issues faced by single cloud storage applications. In this paper, we are providing analysis of different multi cloud storage applications developed for resource constrained mobile devices to check their performance on the basis of parameters as battery consumption, CPU usage, data usage and time consumed by using mobile phone device Sony Xperia ZL (smart phone on WiFi network. Lastly, conclusion and open research challenges in these multi cloud storage apps are discussed.

  15. High-level Programming and Symbolic Reasoning on IoT Resource Constrained Devices

    Directory of Open Access Journals (Sweden)

    Sal vatore Gaglio

    2015-05-01

    Full Text Available While the vision of Internet of Things (IoT is rather inspiring, its practical implementation remains challenging. Conventional programming approaches prove unsuitable to provide IoT resource constrained devices with the distributed processing capabilities required to implement intelligent, autonomic, and self-organizing behaviors. In our previous work, we had already proposed an alternative programming methodology for such systems that is characterized by high-level programming and symbolic expressions evaluation, and developed a lightweight middleware to support it. Our approach allows for interactive programming of deployed nodes, and it is based on the simple but e ective paradigm of executable code exchange among nodes. In this paper, we show how our methodology can be used to provide IoT resource constrained devices with reasoning abilities by implementing a Fuzzy Logic symbolic extension on deployed nodes at runtime.

  16. Energy Resource Planning. Optimal utilization of energy resources

    International Nuclear Information System (INIS)

    Miclescu, T.; Domschke, W.; Bazacliu, G.; Dumbrava, V.

    1996-01-01

    For a thermal power plants system, the primary energy resources cost constitutes a significant percentage of the total system operational cost. Therefore a small percentage saving in primary energy resource allocation cost for a long term, often turns out to be a significant monetary value. In recent years, with a rapidly changing fuel supply situation, including the impact of energy policies changing, this area has become extremely sensitive. Natural gas availability has been restricted in many areas, coal production and transportation cost have risen while productivity has decreased, oil imports have increased and refinery capacity failed to meet demand. The paper presents a mathematical model and a practical procedure to solve the primary energy resource allocation. The objectives is to minimise the total energy cost over the planning period subject to constraints with regards to primary energy resource, transportation and energy consumption. Various aspects of the proposed approach are discussed, and its application to a power system is illustrated.(author) 2 figs., 1 tab., 3 refs

  17. Support for Resource Constrained Microcontroller Programming by a Broad Developer Community

    Science.gov (United States)

    Amar, Amichi

    2010-01-01

    Resource constrained microcontrollers with as little as several hundred bytes of RAM and a few dozen megahertz of processing power are the most prevalent computing devices on earth. Microcontrollers and the many application components that interface to them, such as sensors, actuators, transceivers and displays are now cheap and readily available.…

  18. The Resource constrained shortest path problem implemented in a lazy functional language

    NARCIS (Netherlands)

    Hartel, Pieter H.; Glaser, Hugh

    The resource constrained shortest path problem is an NP-hard problem for which many ingenious algorithms have been developed. These algorithms are usually implemented in Fortran or another imperative programming language. We have implemented some of the simpler algorithms in a lazy functional

  19. Designing equitable antiretroviral allocation strategies in resource-constrained countries.

    Directory of Open Access Journals (Sweden)

    David P Wilson

    2005-02-01

    Full Text Available Recently, a global commitment has been made to expand access to antiretrovirals (ARVs in the developing world. However, in many resource-constrained countries the number of individuals infected with HIV in need of treatment will far exceed the supply of ARVs, and only a limited number of health-care facilities (HCFs will be available for ARV distribution. Deciding how to allocate the limited supply of ARVs among HCFs will be extremely difficult. Resource allocation decisions can be made on the basis of many epidemiological, ethical, or preferential treatment priority criteria.Here we use operations research techniques, and we show how to determine the optimal strategy for allocating ARVs among HCFs in order to satisfy the equitable criterion that each individual infected with HIV has an equal chance of receiving ARVs. We present a novel spatial mathematical model that includes heterogeneity in treatment accessibility. We show how to use our theoretical framework, in conjunction with an equity objective function, to determine an optimal equitable allocation strategy (OEAS for ARVs in resource-constrained regions. Our equity objective function enables us to apply the egalitarian principle of equity with respect to access to health care. We use data from the detailed ARV rollout plan designed by the government of South Africa to determine an OEAS for the province of KwaZulu-Natal. We determine the OEAS for KwaZulu-Natal, and we then compare this OEAS with two other ARV allocation strategies: (i allocating ARVs only to Durban (the largest urban city in KwaZulu-Natal province and (ii allocating ARVs equally to all available HCFs. In addition, we compare the OEAS to the current allocation plan of the South African government (which is based upon allocating ARVs to 17 HCFs. We show that our OEAS significantly improves equity in treatment accessibility in comparison with these three ARV allocation strategies. We also quantify how the size of the

  20. Cross-training workers in dual resource constrained systems with heterogeneous processing times

    NARCIS (Netherlands)

    Bokhorst, J. A. C.; Gaalman, G. J. C.

    2009-01-01

    In this paper, we explore the effect of cross-training workers in Dual Resource Constrained (DRC) systems with machines having different mean processing times. By means of queuing and simulation analysis, we show that the detrimental effects of pooling (cross-training) previously found in single

  1. Constraining the interacting dark energy models from weak gravity conjecture and recent observations

    International Nuclear Information System (INIS)

    Chen Ximing; Wang Bin; Pan Nana; Gong Yungui

    2011-01-01

    We examine the effectiveness of the weak gravity conjecture in constraining the dark energy by comparing with observations. For general dark energy models with plausible phenomenological interactions between dark sectors, we find that although the weak gravity conjecture can constrain the dark energy, the constraint is looser than that from the observations.

  2. Resource-constrained project scheduling: computing lower bounds by solving minimum cut problems

    NARCIS (Netherlands)

    Möhring, R.H.; Nesetril, J.; Schulz, A.S.; Stork, F.; Uetz, Marc Jochen

    1999-01-01

    We present a novel approach to compute Lagrangian lower bounds on the objective function value of a wide class of resource-constrained project scheduling problems. The basis is a polynomial-time algorithm to solve the following scheduling problem: Given a set of activities with start-time dependent

  3. Assessment of electricity demand-supply in health facilities in resource-constrained settings : optimization and evaluation of energy systems for a case in Rwanda

    NARCIS (Netherlands)

    Palacios, S.G.

    2015-01-01

    In health facilities in resource-constrained settings, a lack of access to sustainable and reliable electricity can result on a sub-optimal delivery of healthcare services, as they do not have lighting for medical procedures and power to run essential equipment and devices to treat their patients.

  4. Renewable energy resources

    DEFF Research Database (Denmark)

    Ellabban, Omar S.; Abu-Rub, Haitham A.; Blaabjerg, Frede

    2014-01-01

    Electric energy security is essential, yet the high cost and limited sources of fossil fuels, in addition to the need to reduce greenhouse gasses emission, have made renewable resources attractive in world energy-based economies. The potential for renewable energy resources is enormous because...... they can, in principle, exponentially exceed the world's energy demand; therefore, these types of resources will have a significant share in the future global energy portfolio, much of which is now concentrating on advancing their pool of renewable energy resources. Accordingly, this paper presents how...... renewable energy resources are currently being used, scientific developments to improve their use, their future prospects, and their deployment. Additionally, the paper represents the impact of power electronics and smart grid technologies that can enable the proportionate share of renewable energy...

  5. World energy resources

    Science.gov (United States)

    Clerici, A.; Alimonti, G.

    2015-08-01

    As energy is the main "fuel" for social and economic development and since energy-related activities have significant environmental impacts, it is important for decision-makers to have access to reliable and accurate data in an user-friendly format. The World Energy Council (WEC) has for decades been a pioneer in the field of energy resources and every three years publishes its flagship report Survey of Energy Resources. A commented analysis in the light of latest data summarized in such a report, World Energy Resources (WER) 2013, is presented together with the evolution of the world energy resources over the last twenty years.

  6. World energy resources

    Directory of Open Access Journals (Sweden)

    Clerici A.

    2015-01-01

    Full Text Available As energy is the main “fuel” for social and economic development and since energy-related activities have significant environmental impacts, it is important for decision-makers to have access to reliable and accurate data in an user-friendly format. The World Energy Council (WEC has for decades been a pioneer in the field of energy resources and every three years publishes its flagship report Survey of Energy Resources. A commented analysis in the light of latest data summarized in such a report, World Energy Resources (WER 2013, is presented together with the evolution of the world energy resources over the last twenty years.

  7. Stroke in a resource-constrained hospital in Madagascar.

    Science.gov (United States)

    Stenumgård, Pål Sigurd; Rakotondranaivo, Miadana Joshua; Sletvold, Olav; Follestad, Turid; Ellekjær, Hanne

    2017-07-24

    Stroke is reported as the most frequent cause of in-hospital death in Madagascar. However, no descriptive data on hospitalized stroke patients in the country have been published. In the present study, we sought to investigate the feasibility of collecting data on stroke patients in a resource-constrained hospital in Madagascar. We also aimed to characterize patients hospitalized with stroke. We registered socio-demographics, clinical characteristics, and early outcomes of patients admitted for stroke between 23 September 2014 and 3 December 2014. We used several validated scales for the evaluation. Stroke severity was measured by the National Institutes of Health Stroke Scale (NIHSS), disability by the modified Rankin Scale (mRS), and function by the Barthel Index (BI). We studied 30 patients. Sixteen were males. The median age was 62.5 years (IQR 58-67). The NIHSS and mRS were completed for all of the patients, and BI was used for the survivors. Three patients received a computed tomography (CT) brain scan. The access to laboratory investigations was limited. Electrocardiographs (ECGs) were not performed. The median NIHSS score was 16.5 (IQR 10-35). The in-hospital stroke mortality was 30%. At discharge, the median mRS score was 5 (IQR 4-6), and the median BI score was 45 (IQR 0-72.5). Although the access to brain imaging and supporting investigations was deficient, this small-scale study suggests that it is feasible to collect essential data on stroke patients in a resource-constrained hospital in Madagascar. Such data should be useful for improving stroke services and planning further research. The hospitalized stroke patients had severe symptoms. The in-hospital stroke mortality was high. At discharge, the disability category was high, and functional status low.

  8. A constrained optimization algorithm for total energy minimization in electronic structure calculations

    International Nuclear Information System (INIS)

    Yang Chao; Meza, Juan C.; Wang Linwang

    2006-01-01

    A new direct constrained optimization algorithm for minimizing the Kohn-Sham (KS) total energy functional is presented in this paper. The key ingredients of this algorithm involve projecting the total energy functional into a sequence of subspaces of small dimensions and seeking the minimizer of total energy functional within each subspace. The minimizer of a subspace energy functional not only provides a search direction along which the KS total energy functional decreases but also gives an optimal 'step-length' to move along this search direction. Numerical examples are provided to demonstrate that this new direct constrained optimization algorithm can be more efficient than the self-consistent field (SCF) iteration

  9. The value of co-locating energy storage with wind resources

    Energy Technology Data Exchange (ETDEWEB)

    Fox, C. [Victoria Univ., BC (Canada). Inst. for Integrated Energy Systems

    2010-07-01

    This PowerPoint presentation discussed the value of wind energy storage systems. The systems can be used to downsize transmission requirements and to minimize reliability and forecast uncertainty. Revenue factors in relation to wind power energy storage are determined by the amount of wind power produced each hour with the wind farm capacity and hourly electricity price. Case studies of a wind farm in Ontario over a period of 20 years were used to determine capacity and revenue factors as well as gross revenues. The maximum revenue factor was determined by multiplying the greatest wind energy output by the highest electricity prices. A hybrid wind farm energy storage system was designed to determine energy storage discharges and charges to and from the grid at pool prices. The method allowed for time-shifts in wind generation resources and downsized transmission requirements for remote resources. The mixed integer linear program model co-optimized revenues from the wind farm and the energy storage facility. Combined output was constrained to the transmission capacity. Transmission losses were neglected, and capital costs were considered. Future studies are needed to determine levelized electricity costs under different load growth scenarios. tabs., figs.

  10. Inexact Multistage Stochastic Chance Constrained Programming Model for Water Resources Management under Uncertainties

    Directory of Open Access Journals (Sweden)

    Hong Zhang

    2017-01-01

    Full Text Available In order to formulate water allocation schemes under uncertainties in the water resources management systems, an inexact multistage stochastic chance constrained programming (IMSCCP model is proposed. The model integrates stochastic chance constrained programming, multistage stochastic programming, and inexact stochastic programming within a general optimization framework to handle the uncertainties occurring in both constraints and objective. These uncertainties are expressed as probability distributions, interval with multiply distributed stochastic boundaries, dynamic features of the long-term water allocation plans, and so on. Compared with the existing inexact multistage stochastic programming, the IMSCCP can be used to assess more system risks and handle more complicated uncertainties in water resources management systems. The IMSCCP model is applied to a hypothetical case study of water resources management. In order to construct an approximate solution for the model, a hybrid algorithm, which incorporates stochastic simulation, back propagation neural network, and genetic algorithm, is proposed. The results show that the optimal value represents the maximal net system benefit achieved with a given confidence level under chance constraints, and the solutions provide optimal water allocation schemes to multiple users over a multiperiod planning horizon.

  11. Western Energy Corridor -- Energy Resource Report

    Energy Technology Data Exchange (ETDEWEB)

    Leslie Roberts; Michael Hagood

    2011-06-01

    The world is facing significant growth in energy demand over the next several decades. Strategic in meeting this demand are the world-class energy resources concentrated along the Rocky Mountains and northern plains in Canada and the U.S., informally referred to as the Western Energy Corridor (WEC). The fossil energy resources in this region are rivaled only in a very few places in the world, and the proven uranium reserves are among the world's largest. Also concentrated in this region are renewable resources contributing to wind power, hydro power, bioenergy, geothermal energy, and solar energy. Substantial existing and planned energy infrastructure, including refineries, pipelines, electrical transmission lines, and rail lines provide access to these resources.

  12. Western Energy Corridor -- Energy Resource Report

    International Nuclear Information System (INIS)

    Roberts, Leslie; Hagood, Michael

    2011-01-01

    The world is facing significant growth in energy demand over the next several decades. Strategic in meeting this demand are the world-class energy resources concentrated along the Rocky Mountains and northern plains in Canada and the U.S., informally referred to as the Western Energy Corridor (WEC). The fossil energy resources in this region are rivaled only in a very few places in the world, and the proven uranium reserves are among the world's largest. Also concentrated in this region are renewable resources contributing to wind power, hydro power, bioenergy, geothermal energy, and solar energy. Substantial existing and planned energy infrastructure, including refineries, pipelines, electrical transmission lines, and rail lines provide access to these resources.

  13. Probability-Weighted LMP and RCP for Day-Ahead Energy Markets using Stochastic Security-Constrained Unit Commitment: Preprint

    Energy Technology Data Exchange (ETDEWEB)

    Ela, E.; O' Malley, M.

    2012-06-01

    Variable renewable generation resources are increasing their penetration on electric power grids. These resources have weather-driven fuel sources that vary on different time scales and are difficult to predict in advance. These characteristics create challenges for system operators managing the load balance on different timescales. Research is looking into new operational techniques and strategies that show great promise on facilitating greater integration of variable resources. Stochastic Security-Constrained Unit Commitment models are one strategy that has been discussed in literature and shows great benefit. However, it is rarely used outside the research community due to its computational limits and difficulties integrating with electricity markets. This paper discusses how it can be integrated into day-ahead energy markets and especially on what pricing schemes should be used to ensure an efficient and fair market.

  14. Factors that influence m-health implementations in resource constrained areas in the developing world

    CSIR Research Space (South Africa)

    Ouma, S

    2011-11-01

    Full Text Available the primary healthcare levels in order to improve the delivery of services within various communities. They further provide the issues that the mhealth service providers should take into account when providing m-health solutions to the resource constrained...

  15. Characteristics and critical success factors for implementing problem-based learning in a human resource-constrained country.

    Science.gov (United States)

    Giva, Karen R N; Duma, Sinegugu E

    2015-08-31

    Problem-based learning (PBL) was introduced in Malawi in 2002 in order to improve the nursing education system and respond to the acute nursing human resources shortage. However, its implementation has been very slow throughout the country. The objectives of the study were to explore and describe the goals that were identified by the college to facilitate the implementation of PBL, the resources of the organisation that facilitated the implementation of PBL, the factors related to sources of students that facilitated the implementation of PBL, and the influence of the external system of the organisation on facilitating the implementation of PBL, and to identify critical success factors that could guide the implementation of PBL in nursing education in Malawi. This is an ethnographic, exploratory and descriptive qualitative case study. Purposive sampling was employed to select the nursing college, participants and documents for review.Three data collection methods, including semi-structured interviews, participant observation and document reviews, were used to collect data. The four steps of thematic analysis were used to analyse data from all three sources. Four themes and related subthemes emerged from the triangulated data sources. The first three themes and their subthemes are related to the characteristics related to successful implementation of PBL in a human resource-constrained nursing college, whilst the last theme is related to critical success factors that contribute to successful implementation of PBL in a human resource-constrained country like Malawi. This article shows that implementation of PBL is possible in a human resource-constrained country if there is political commitment and support.

  16. Grid of the Future: Quantification of Benefits from Flexible Energy Resources in Scenarios With Extra-High Penetration of Renewable Energy

    Energy Technology Data Exchange (ETDEWEB)

    Bebic, Jovan [General Electric International, Inc., Schenectady, NY (United States). Energy Consulting; Hinkle, Gene [General Electric International, Inc., Schenectady, NY (United States). Energy Consulting; Matic, Slobodan [General Electric International, Inc., Schenectady, NY (United States). Energy Consulting; Schmitt, William [General Electric International, Inc., Schenectady, NY (United States). Energy Consulting

    2015-01-15

    The main objective of this study is to quantify the entitlement for system benefits attainable by pervasive application of flexible energy resources in scenarios with extra-high penetration of renewable energy. The quantified benefits include savings in thermal energy and reduction of CO2 emissions. Both are primarily a result of displacement of conventional thermal generation by renewable energy production, but there are secondary improvements that arise from lowering operating reserves, removing transmission constraints, and by partially removing energy-delivery losses due to energy production by distributed solar. The flexible energy resources in the context of this study include energy storage and adjustable loads. The flexibility of both was constrained to a time horizon of one day. In case of energy storage this means that the state of charge is restored to the starting value at the end of each day, while for load this means that the daily energy consumed is maintained constant. The extra-high penetration of renewable energy in the context of this study means the level of penetration resulting in significant number of hours where instantaneous power output from renewable resources added to the power output from baseload nuclear fleet surpasses the instantaneous power consumption by the load.

  17. Energy management in microgrid based on the multi objective stochastic programming incorporating portable renewable energy resource as demand response option

    International Nuclear Information System (INIS)

    Tabar, Vahid Sohrabi; Jirdehi, Mehdi Ahmadi; Hemmati, Reza

    2017-01-01

    Renewable energy resources are often known as cost-effective and lucrative resources and have been widely developed due to environmental-economic issues. Renewable energy utilization even in small scale (e.g., microgrid networks) has attracted significant attention. Energy management in microgrid can be carried out based on the generating side management or demand side management. In this paper, portable renewable energy resource are modeled and included in microgrid energy management as a demand response option. Utilizing such resources could supply the load when microgrid cannot serve the demand. This paper addresses energy management and scheduling in microgrid including thermal and electrical loads, renewable energy sources (solar and wind), CHP, conventional energy sources (boiler and micro turbine), energy storage systems (thermal and electrical ones), and portable renewable energy resource (PRER). Operational cost of microgrid and air pollution are considered as objective functions. Uncertainties related to the parameters are incorporated to make a stochastic programming. The proposed problem is expressed as a constrained, multi-objective, linear, and mixed-integer programing. Augmented Epsilon-constraint method is used to solve the problem. Final results and calculations are achieved using GAMS24.1.3/CPLEX12.5.1. Simulation results demonstrate the viability and effectiveness of the proposed method in microgrid energy management. - Highlights: • Introducing portable renewable energy resource (PRER) and considering effect of them. • Considering reserve margin and sensitivity analysis for validate robustness. • Multi objective and stochastic management with considering various loads and sources. • Using augmented Epsilon-constraint method to solve multi objective program. • Highly decreasing total cost and pollution with PRER in stochastic state.

  18. Stochastic Averaging for Constrained Optimization With Application to Online Resource Allocation

    Science.gov (United States)

    Chen, Tianyi; Mokhtari, Aryan; Wang, Xin; Ribeiro, Alejandro; Giannakis, Georgios B.

    2017-06-01

    Existing approaches to resource allocation for nowadays stochastic networks are challenged to meet fast convergence and tolerable delay requirements. The present paper leverages online learning advances to facilitate stochastic resource allocation tasks. By recognizing the central role of Lagrange multipliers, the underlying constrained optimization problem is formulated as a machine learning task involving both training and operational modes, with the goal of learning the sought multipliers in a fast and efficient manner. To this end, an order-optimal offline learning approach is developed first for batch training, and it is then generalized to the online setting with a procedure termed learn-and-adapt. The novel resource allocation protocol permeates benefits of stochastic approximation and statistical learning to obtain low-complexity online updates with learning errors close to the statistical accuracy limits, while still preserving adaptation performance, which in the stochastic network optimization context guarantees queue stability. Analysis and simulated tests demonstrate that the proposed data-driven approach improves the delay and convergence performance of existing resource allocation schemes.

  19. Robot-Beacon Distributed Range-Only SLAM for Resource-Constrained Operation.

    Science.gov (United States)

    Torres-González, Arturo; Martínez-de Dios, Jose Ramiro; Ollero, Anibal

    2017-04-20

    This work deals with robot-sensor network cooperation where sensor nodes (beacons) are used as landmarks for Range-Only (RO) Simultaneous Localization and Mapping (SLAM). Most existing RO-SLAM techniques consider beacons as passive devices disregarding the sensing, computational and communication capabilities with which they are actually endowed. SLAM is a resource-demanding task. Besides the technological constraints of the robot and beacons, many applications impose further resource consumption limitations. This paper presents a scalable distributed RO-SLAM scheme for resource-constrained operation. It is capable of exploiting robot-beacon cooperation in order to improve SLAM accuracy while meeting a given resource consumption bound expressed as the maximum number of measurements that are integrated in SLAM per iteration. The proposed scheme combines a Sparse Extended Information Filter (SEIF) SLAM method, in which each beacon gathers and integrates robot-beacon and inter-beacon measurements, and a distributed information-driven measurement allocation tool that dynamically selects the measurements that are integrated in SLAM, balancing uncertainty improvement and resource consumption. The scheme adopts a robot-beacon distributed approach in which each beacon participates in the selection, gathering and integration in SLAM of robot-beacon and inter-beacon measurements, resulting in significant estimation accuracies, resource-consumption efficiency and scalability. It has been integrated in an octorotor Unmanned Aerial System (UAS) and evaluated in 3D SLAM outdoor experiments. The experimental results obtained show its performance and robustness and evidence its advantages over existing methods.

  20. Heuristic algorithm for single resource constrained project scheduling problem based on the dynamic programming

    Directory of Open Access Journals (Sweden)

    Stanimirović Ivan

    2009-01-01

    Full Text Available We introduce a heuristic method for the single resource constrained project scheduling problem, based on the dynamic programming solution of the knapsack problem. This method schedules projects with one type of resources, in the non-preemptive case: once started an activity is not interrupted and runs to completion. We compare the implementation of this method with well-known heuristic scheduling method, called Minimum Slack First (known also as Gray-Kidd algorithm, as well as with Microsoft Project.

  1. Conducting research in a resource-constrained environment: avoiding the pitfalls

    Directory of Open Access Journals (Sweden)

    Janine I. Munsamy

    2014-03-01

    Full Text Available Practical challenges affected the conducting of a retrospective drug use evaluation (DUE on the rational use of tenofovir in a resourceconstrained South African Antiretroviral Treatment Programme. The primary outcome measure was the percentage of patient records compliant with DUE criteria using initiation prescriptions from March 2009 to February 2010. Health system challenges encountered included stringent institutional administrative procedures, lack of efficient communication channels, reliance on overburdened personnel and fear of audit. Forty percent (222 of 556 of patient records identified for inclusion in the study had to be excluded, mainly due to poor record keeping. Research budgetary constraints also limited data collection. This experience highlighted real, unforeseen challenges when conducting a retrospective study in a resource-constrained environment. A sound understanding of the environment and adequate preparation is recommended. The lessons learnt may prove valuable to both firsttime and experienced researchers in a resource-limited setting using a similar methodology.

  2. Breaking down the barriers of using strong authentication and encryption in resource constrained embedded systems

    Science.gov (United States)

    Knobler, Ron; Scheffel, Peter; Jackson, Scott; Gaj, Kris; Kaps, Jens Peter

    2013-05-01

    Various embedded systems, such as unattended ground sensors (UGS), are deployed in dangerous areas, where they are subject to compromise. Since numerous systems contain a network of devices that communicate with each other (often times with commercial off the shelf [COTS] radios), an adversary is able to intercept messages between system devices, which jeopardizes sensitive information transmitted by the system (e.g. location of system devices). Secret key algorithms such as AES are a very common means to encrypt all system messages to a sufficient security level, for which lightweight implementations exist for even very resource constrained devices. However, all system devices must use the appropriate key to encrypt and decrypt messages from each other. While traditional public key algorithms (PKAs), such as RSA and Elliptic Curve Cryptography (ECC), provide a sufficiently secure means to provide authentication and a means to exchange keys, these traditional PKAs are not suitable for very resource constrained embedded systems or systems which contain low reliability communication links (e.g. mesh networks), especially as the size of the network increases. Therefore, most UGS and other embedded systems resort to pre-placed keys (PPKs) or other naïve schemes which greatly reduce the security and effectiveness of the overall cryptographic approach. McQ has teamed with the Cryptographic Engineering Research Group (CERG) at George Mason University (GMU) to develop an approach using revolutionary cryptographic techniques that provides both authentication and encryption, but on resource constrained embedded devices, without the burden of large amounts of key distribution or storage.

  3. Unconventional Energy Resources: 2015 Review

    Energy Technology Data Exchange (ETDEWEB)

    Collaboration: American Association of Petroleum Geologists, Energy Minerals Division

    2015-12-15

    This paper includes 10 summaries for energy resource commodities including coal and unconventional resources, and an analysis of energy economics and technology prepared by committees of the Energy Minerals Division of the American Association of Petroleum Geologists. Unconventional energy resources, as used in this report, are those energy resources that do not occur in discrete oil or gas reservoirs held in structural or stratigraphic traps in sedimentary basins. Such resources include coalbed methane, oil shale, U and Th deposits and associated rare earth elements of industrial interest, geothermal, gas shale and liquids, tight gas sands, gas hydrates, and bitumen and heavy oil. Current U.S. and global research and development activities are summarized for each unconventional energy resource commodity in the topical sections of this report, followed by analysis of unconventional energy economics and technology.

  4. A Comparative Study for Orthogonal Subspace Projection and Constrained Energy Minimization

    National Research Council Canada - National Science Library

    Du, Qian; Ren, Hsuan; Chang, Chein-I

    2003-01-01

    ...: orthogonal subspace projection (OSP) and constrained energy minimization (CEM). It is shown that they are closely related and essentially equivalent provided that the noise is white with large SNR...

  5. Mapping and Assessment of the United States Ocean Wave Energy Resource

    Energy Technology Data Exchange (ETDEWEB)

    Jacobson, Paul T; Hagerman, George; Scott, George

    2011-12-01

    This project estimates the naturally available and technically recoverable U.S. wave energy resources, using a 51-month Wavewatch III hindcast database developed especially for this study by National Oceanographic and Atmospheric Administration's (NOAA's) National Centers for Environmental Prediction. For total resource estimation, wave power density in terms of kilowatts per meter is aggregated across a unit diameter circle. This approach is fully consistent with accepted global practice and includes the resource made available by the lateral transfer of wave energy along wave crests, which enables wave diffraction to substantially reestablish wave power densities within a few kilometers of a linear array, even for fixed terminator devices. The total available wave energy resource along the U.S. continental shelf edge, based on accumulating unit circle wave power densities, is estimated to be 2,640 TWh/yr, broken down as follows: 590 TWh/yr for the West Coast, 240 TWh/yr for the East Coast, 80 TWh/yr for the Gulf of Mexico, 1570 TWh/yr for Alaska, 130 TWh/yr for Hawaii, and 30 TWh/yr for Puerto Rico. The total recoverable wave energy resource, as constrained by an array capacity packing density of 15 megawatts per kilometer of coastline, with a 100-fold operating range between threshold and maximum operating conditions in terms of input wave power density available to such arrays, yields a total recoverable resource along the U.S. continental shelf edge of 1,170 TWh/yr, broken down as follows: 250 TWh/yr for the West Coast, 160 TWh/yr for the East Coast, 60 TWh/yr for the Gulf of Mexico, 620 TWh/yr for Alaska, 80 TWh/yr for Hawaii, and 20 TWh/yr for Puerto Rico.

  6. Resource-Constrained Low-Complexity Video Coding for Wireless Transmission

    DEFF Research Database (Denmark)

    Ukhanova, Ann

    of video quality. We proposed a new metric for objective quality assessment that considers frame rate. As many applications deal with wireless video transmission, we performed an analysis of compression and transmission systems with a focus on power-distortion trade-off. We proposed an approach...... for ratedistortion-complexity optimization of upcoming video compression standard HEVC. We also provided a new method allowing decrease of power consumption on mobile devices in 3G networks. Finally, we proposed low-delay and low-power approaches for video transmission over wireless personal area networks, including......Constrained resources like memory, power, bandwidth and delay requirements in many mobile systems pose limitations for video applications. Standard approaches for video compression and transmission do not always satisfy system requirements. In this thesis we have shown that it is possible to modify...

  7. Energy resources

    CERN Document Server

    Simon, Andrew L

    1975-01-01

    Energy Resources mainly focuses on energy, including its definition, historical perspective, sources, utilization, and conservation. This text first explains what energy is and what its uses are. This book then explains coal, oil, and natural gas, which are some of the common energy sources used by various industries. Other energy sources such as wind, solar, geothermal, water, and nuclear energy sources are also tackled. This text also looks into fusion energy and techniques of energy conversion. This book concludes by explaining the energy allocation and utilization crisis. This publ

  8. SmartFix: Indoor Locating Optimization Algorithm for Energy-Constrained Wearable Devices

    Directory of Open Access Journals (Sweden)

    Xiaoliang Wang

    2017-01-01

    Full Text Available Indoor localization technology based on Wi-Fi has long been a hot research topic in the past decade. Despite numerous solutions, new challenges have arisen along with the trend of smart home and wearable computing. For example, power efficiency needs to be significantly improved for resource-constrained wearable devices, such as smart watch and wristband. For a Wi-Fi-based locating system, most of the energy consumption can be attributed to real-time radio scan; however, simply reducing radio data collection will cause a serious loss of locating accuracy because of unstable Wi-Fi signals. In this paper, we present SmartFix, an optimization algorithm for indoor locating based on Wi-Fi RSS. SmartFix utilizes user motion features, extracts characteristic value from history trajectory, and corrects deviation caused by unstable Wi-Fi signals. We implemented a prototype of SmartFix both on Moto 360 2nd-generation Smartwatch and on HTC One Smartphone. We conducted experiments both in a large open area and in an office hall. Experiment results demonstrate that average locating error is less than 2 meters for more than 80% cases, and energy consumption is only 30% of Wi-Fi fingerprinting method under the same experiment circumstances.

  9. Energy Efficiency Resources to Support State Energy Planning

    Energy Technology Data Exchange (ETDEWEB)

    Office of Strategic Programs, Strategic Priorities and Impact Analysis Team

    2017-06-01

    An early step for most energy efficiency planning is to identify and quantify energy savings opportunities, and then to understand how to access this potential. The U.S. Department of Energy’s Office of Energy Efficiency and Renewable Energy offers resources that can help with both of these steps. This fact sheet presents those resources. The resources are also available on the DOE State and Local Solution Center on the "Energy Efficiency: Savings Opportunities and Benefits" page: https://energy.gov/eere/slsc/energy-efficiency-savings-opportunities-and-benefits.

  10. Theoretical calculation of reorganization energy for electron self-exchange reaction by constrained density functional theory and constrained equilibrium thermodynamics.

    Science.gov (United States)

    Ren, Hai-Sheng; Ming, Mei-Jun; Ma, Jian-Yi; Li, Xiang-Yuan

    2013-08-22

    Within the framework of constrained density functional theory (CDFT), the diabatic or charge localized states of electron transfer (ET) have been constructed. Based on the diabatic states, inner reorganization energy λin has been directly calculated. For solvent reorganization energy λs, a novel and reasonable nonequilibrium solvation model is established by introducing a constrained equilibrium manipulation, and a new expression of λs has been formulated. It is found that λs is actually the cost of maintaining the residual polarization, which equilibrates with the extra electric field. On the basis of diabatic states constructed by CDFT, a numerical algorithm using the new formulations with the dielectric polarizable continuum model (D-PCM) has been implemented. As typical test cases, self-exchange ET reactions between tetracyanoethylene (TCNE) and tetrathiafulvalene (TTF) and their corresponding ionic radicals in acetonitrile are investigated. The calculated reorganization energies λ are 7293 cm(-1) for TCNE/TCNE(-) and 5939 cm(-1) for TTF/TTF(+) reactions, agreeing well with available experimental results of 7250 cm(-1) and 5810 cm(-1), respectively.

  11. Resources | Energy Plan

    Science.gov (United States)

    Skip to main content Navigate Up This page location is: Department for Energy Development and Independence Department for Energy Development and Independence Resources Pages EnergyPlan Sign In Ky.gov An Official Website of the Commonwealth of Kentucky Energy and Environment Cabinet Department for Energy

  12. Assessment of rural energy resources

    International Nuclear Information System (INIS)

    Rijal, K.; Bansal, N.K.; Grover, P.D.

    1990-01-01

    This article presents the methodological guidelines used to assess rural energy resources with an example of its application in three villages each from different physiographic zones of Nepal. Existing energy demand patterns of villages are compared with estimated resource availability, and rural energy planning issues are discussed. Economics and financial supply price of primary energy resources are compared, which provides insight into defective energy planning and policy formulation and implication in the context of rural areas of Nepal. Though aware of the formidable consequences, the rural populace continues to exhaust the forest as they are unable to find financially cheaper alternatives. Appropriate policy measures need to be devised by the government to promote the use of economically cost-effective renewable energy resources so as to change the present energy usage pattern to diminish the environmental impact caused by over exploitation of forest resources beyond their regenerative capacity

  13. Constraining dark energy with Hubble parameter measurements: an analysis including future redshift-drift observations

    International Nuclear Information System (INIS)

    Guo, Rui-Yun; Zhang, Xin

    2016-01-01

    The nature of dark energy affects the Hubble expansion rate (namely, the expansion history) H(z) by an integral over w(z). However, the usual observables are the luminosity distances or the angular diameter distances, which measure the distance.redshift relation. Actually, the property of dark energy affects the distances (and the growth factor) by a further integration over functions of H(z). Thus, the direct measurements of the Hubble parameter H(z) at different redshifts are of great importance for constraining the properties of dark energy. In this paper, we show how the typical dark energy models, for example, the ΛCDM, wCDM, CPL, and holographic dark energy models, can be constrained by the current direct measurements of H(z) (31 data used in total in this paper, covering the redshift range of z @ element of [0.07, 2.34]). In fact, the future redshift-drift observations (also referred to as the Sandage-Loeb test) can also directly measure H(z) at higher redshifts, covering the range of z @ element of [2, 5]. We thus discuss what role the redshift-drift observations can play in constraining dark energy with the Hubble parameter measurements. We show that the constraints on dark energy can be improved greatly with the H(z) data from only a 10-year observation of redshift drift. (orig.)

  14. Traversable geometric dark energy wormholes constrained by astrophysical observations

    Energy Technology Data Exchange (ETDEWEB)

    Wang, Deng [Nankai University, Theoretical Physics Division, Chern Institute of Mathematics, Tianjin (China); Meng, Xin-he [Nankai University, Department of Physics, Tianjin (China); Institute of Theoretical Physics, CAS, State Key Lab of Theoretical Physics, Beijing (China)

    2016-09-15

    In this paper, we introduce the astrophysical observations into the wormhole research. We investigate the evolution behavior of the dark energy equation of state parameter ω by constraining the dark energy model, so that we can determine in which stage of the universe wormholes can exist by using the condition ω < -1. As a concrete instance, we study the Ricci dark energy (RDE) traversable wormholes constrained by astrophysical observations. Particularly, we find from Fig. 5 of this work, when the effective equation of state parameter ω{sub X} < -1 (or z < 0.109), i.e., the null energy condition (NEC) is violated clearly, the wormholes will exist (open). Subsequently, six specific solutions of statically and spherically symmetric traversable wormhole supported by the RDE fluids are obtained. Except for the case of a constant redshift function, where the solution is not only asymptotically flat but also traversable, the five remaining solutions are all non-asymptotically flat, therefore, the exotic matter from the RDE fluids is spatially distributed in the vicinity of the throat. Furthermore, we analyze the physical characteristics and properties of the RDE traversable wormholes. It is worth noting that, using the astrophysical observations, we obtain the constraints on the parameters of the RDE model, explore the types of exotic RDE fluids in different stages of the universe, limit the number of available models for wormhole research, reduce theoretically the number of the wormholes corresponding to different parameters for the RDE model, and provide a clearer picture for wormhole investigations from the new perspective of observational cosmology. (orig.)

  15. Traversable geometric dark energy wormholes constrained by astrophysical observations

    International Nuclear Information System (INIS)

    Wang, Deng; Meng, Xin-he

    2016-01-01

    In this paper, we introduce the astrophysical observations into the wormhole research. We investigate the evolution behavior of the dark energy equation of state parameter ω by constraining the dark energy model, so that we can determine in which stage of the universe wormholes can exist by using the condition ω < -1. As a concrete instance, we study the Ricci dark energy (RDE) traversable wormholes constrained by astrophysical observations. Particularly, we find from Fig. 5 of this work, when the effective equation of state parameter ω X < -1 (or z < 0.109), i.e., the null energy condition (NEC) is violated clearly, the wormholes will exist (open). Subsequently, six specific solutions of statically and spherically symmetric traversable wormhole supported by the RDE fluids are obtained. Except for the case of a constant redshift function, where the solution is not only asymptotically flat but also traversable, the five remaining solutions are all non-asymptotically flat, therefore, the exotic matter from the RDE fluids is spatially distributed in the vicinity of the throat. Furthermore, we analyze the physical characteristics and properties of the RDE traversable wormholes. It is worth noting that, using the astrophysical observations, we obtain the constraints on the parameters of the RDE model, explore the types of exotic RDE fluids in different stages of the universe, limit the number of available models for wormhole research, reduce theoretically the number of the wormholes corresponding to different parameters for the RDE model, and provide a clearer picture for wormhole investigations from the new perspective of observational cosmology. (orig.)

  16. Optimal utilization of energy resources

    Energy Technology Data Exchange (ETDEWEB)

    Hudson, E. A.

    1977-10-15

    General principles that should guide the extraction of New Zealand's energy resources are presented. These principles are based on the objective of promoting the general economic and social benefit obtained from the use of the extracted fuel. For a single resource, the central question to be answered is, simply, what quantity of energy should be extracted in each year of the resource's lifetime. For the energy system as a whole the additional question must be answered of what mix of fuels should be used in any year. The analysis of optimal management of a single energy resource is specifically discussed. The general principles for optimal resource extraction are derived, and then applied to the examination of the characteristics of the optimal time paths of energy quantity and price; to the appraisal of the efficiency, in resource management, of various market structures; to the evaluation of various energy pricing policies; and to the examination of circumstances in which market organization is inefficient and the guidelines for corrective government policy in such cases.

  17. Optimal utilization of energy resources

    Energy Technology Data Exchange (ETDEWEB)

    Hudson, E.A.

    1977-10-15

    General principles that should guide the extraction of New Zealand's energy resources are presented. These principles are based on the objective of promoting the general economic and social benefit obtained from the use of the extracted fuel. For a single resource, the central question to be answered is, simply, what quantity of energy should be extracted in each year of the resource's lifetime. For the energy system as a whole the additional question must be answered of what mix of fuels should be used in any year. The analysis of optimal management of a single energy resource is specifically discussed. The general principles for optimal resource extraction are derived, and then applied to the examination of the characteristics of the optimal time paths of energy quantity and price; to the appraisal of the efficiency, in resource management, of various market structures; to the evaluation of various energy pricing policies; and to the examination of circumstances in which market organization is inefficient and the guidelines for corrective government policy in such cases.

  18. Catchment scale water resource constraints on UK policies for low-carbon energy system transition

    Science.gov (United States)

    Konadu, D. D.; Fenner, R. A.

    2017-12-01

    Long-term low-carbon energy transition policy of the UK presents national scale propositions of different low-carbon energy system options that lead to meeting GHG emissions reduction target of 80% on 1990 levels by 2050. Whilst national-scale assessments suggests that water availability may not be a significant constrain on future thermal power generation systems in this pursuit, these analysis fail to capture the appropriate spatial scale where water resource decisions are made, i.e. at the catchment scale. Water is a local resource, which also has significant spatio-temporal regional and national variability, thus any policy-relevant water-energy nexus analysis must be reflective of these characteristics. This presents a critical challenge for policy relevant water-energy nexus analysis. This study seeks to overcome the above challenge by using a linear spatial-downscaling model to allocate nationally projected water-intensive energy system infrastructure/technologies to the catchment level, and estimating the water requirements for the deployment of these technologies. The model is applied to the UK Committee on Climate Change Carbon Budgets to 2030 as a case study. The paper concludes that whilst national-scale analyses show minimal long-term water related impacts, catchment level appraisal of water resource requirements reveal significant constraints in some locations. The approach and results presented in this study thus, highlights the importance of bringing together scientific understanding, data and analysis tools to provide better insights for water-energy nexus decisions at the appropriate spatial scale. This is particularly important for water stressed regions where the water-energy nexus must be analysed at appropriate spatial resolution to capture the full water resource impact of national energy policy.

  19. Energy-efficient dynamic resource allocation with energy harvesting nodes

    OpenAIRE

    Rubio López, Javier

    2012-01-01

    The allocation of radio resources where nodes are battery constrained. [ANGLÈS] In wireless communications, there is a trend to deploy shorter-distance networks to cope with the high demanding necessities of bit-rate that current applications require. In such networks, the power needed for transmission is considerably low, due to proximity between base station and mobile terminals. As a consequence, complex baseband algorithms for signal processing and radio frequency circuitry require an ...

  20. 2007 Survey of Energy Resources

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2007-09-15

    This WEC study is a unique comprehensive compilation of global energy resources. Complementing the BP Statistical Review and the World Energy Outlook, it details 16 key energy resources with the latest data provided by 96 WEC Member Committees worldwide. This highly regarded publication is an essential tool for governments, NGOs, industry, academia and the finance community. This 21st edition is the latest in a long series of reviews of the status of the world's major energy resources. It covers not only the fossil fuels but also the major types of traditional and novel sources of energy.

  1. 2007 Survey of Energy Resources

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2007-09-15

    This WEC study is a unique comprehensive compilation of global energy resources. Complementing the BP Statistical Review and the World Energy Outlook, it details 16 key energy resources with the latest data provided by 96 WEC Member Committees worldwide. This highly regarded publication is an essential tool for governments, NGOs, industry, academia and the finance community. This 21st edition is the latest in a long series of reviews of the status of the world's major energy resources. It covers not only the fossil fuels but also the major types of traditional and novel sources of energy.

  2. Western Energy Resources and the Environment: Geothermal Energy

    Energy Technology Data Exchange (ETDEWEB)

    None

    1977-05-01

    This document on geothermal energy is the first in a series of summary reports prepared by the Office of Energy, Minerals and Industry of the Environmental Protection Agency. The series describes what environmental effects are known or expected from new energy resource development in the western third of the United States. The series indicates some of the research and development activities under way and reviews the non-environmental constraints to resource development. It also serves as a reference for planners and policymakers on the entire range of problems and prospects associated with the development of new energy resources. [DJE-2005

  3. Constraining dark energy with clusters: Complementarity with other probes

    International Nuclear Information System (INIS)

    Cunha, Carlos; Huterer, Dragan; Frieman, Joshua A.

    2009-01-01

    The Figure of Merit Science Working Group recently forecast the constraints on dark energy that will be achieved prior to the Joint Dark Energy Mission by ground-based experiments that exploit baryon acoustic oscillations, type Ia supernovae, and weak gravitational lensing. We show that cluster counts from ongoing and near-future surveys should provide robust, complementary dark energy constraints. In particular, we find that optimally combined optical and Sunyaev-Zel'dovich effect cluster surveys should improve the Dark Energy Task Force figure of merit for pre-Joint Dark Energy Mission projects by a factor of 2 even without prior knowledge of the nuisance parameters in the cluster mass-observable relation. Comparable improvements are achieved in the forecast precision of parameters specifying the principal component description of the dark energy equation of state parameter, as well as in the growth index γ. These results indicate that cluster counts can play an important complementary role in constraining dark energy and modified gravity even if the associated systematic errors are not strongly controlled.

  4. Uncertainties in constraining low-energy constants from {sup 3}H β decay

    Energy Technology Data Exchange (ETDEWEB)

    Klos, P.; Carbone, A.; Hebeler, K. [Technische Universitaet Darmstadt, Institut fuer Kernphysik, Darmstadt (Germany); GSI Helmholtzzentrum fuer Schwerionenforschung GmbH, ExtreMe Matter Institute EMMI, Darmstadt (Germany); Menendez, J. [University of Tokyo, Department of Physics, Tokyo (Japan); Schwenk, A. [Technische Universitaet Darmstadt, Institut fuer Kernphysik, Darmstadt (Germany); GSI Helmholtzzentrum fuer Schwerionenforschung GmbH, ExtreMe Matter Institute EMMI, Darmstadt (Germany); Max-Planck-Institut fuer Kernphysik, Heidelberg (Germany)

    2017-08-15

    We discuss the uncertainties in constraining low-energy constants of chiral effective field theory from {sup 3}H β decay. The half-life is very precisely known, so that the Gamow-Teller matrix element has been used to fit the coupling c{sub D} of the axial-vector current to a short-range two-nucleon pair. Because the same coupling also describes the leading one-pion-exchange three-nucleon force, this in principle provides a very constraining fit, uncorrelated with the {sup 3}H binding energy fit used to constrain another low-energy coupling in three-nucleon forces. However, so far such {sup 3}H half-life fits have only been performed at a fixed cutoff value. We show that the cutoff dependence due to the regulators in the axial-vector two-body current can significantly affect the Gamow-Teller matrix elements and consequently also the extracted values for the c{sub D} coupling constant. The degree of the cutoff dependence is correlated with the softness of the employed NN interaction. As a result, present three-nucleon forces based on a fit to {sup 3}H β decay underestimate the uncertainty in c{sub D}. We explore a range of c{sub D} values that is compatible within cutoff variation with the experimental {sup 3}H half-life and estimate the resulting uncertainties for many-body systems by performing calculations of symmetric nuclear matter. (orig.)

  5. Performance evaluation of Grain family and Espresso ciphers for applications on resource constrained devices

    Directory of Open Access Journals (Sweden)

    Subhrajyoti Deb

    2018-03-01

    Full Text Available A secure stream cipher is an effective security solution for applications running on resource-constrained devices. The Grain family of stream ciphers (Grain v1, Grain-128, and Grain-128a is a family of stream ciphers designed for low-end devices. Similarly, Espresso is a lightweight stream cipher that was developed recently for 5G wireless mobile communication. The randomness of the keystream produced by a stream cipher is a good indicator of its security strength. In this study, we have analyzed the randomness properties of the keystreams produced by both the Grain Family and Espresso ciphers using the statistical packages DieHarder and NIST STS. We also analyzed their performances in two constrained devices (ATmega328P and ESP8266 based on three attainable parameters, namely computation time, memory, and power consumption. Keywords: Stream cipher, Randomness, Dieharder, NIST STS

  6. Kalimantan energy resource management to support energy independence and industry growth

    International Nuclear Information System (INIS)

    Rizki Firmansyah Setya Budi; Wiku Lulus Widodo; Djati Hoesen Salimy

    2014-01-01

    There are a large number of energy resource in Kalimantan such as coal, oil, CBM, gas and nuclear. While the electricity consumption still low. That condition caused by the bad energy planning. The aim of the study are to know the number and the ability of energy resource to supply the energy demand that support the growth of Kalimantan industry. The methodology are collecting and processing data through calculation using MESSAGE Program. The result is energy resource in Kalimantan can support Kalimantan energy independence and industry growth in Kalimantan. The coal resource is 34,814 million ton consumption 835 million ton, gas resource is 31,814 BSCF consumption 3,281 BSCF, Oil resource is 920 MMSTB consumption 4406 MMSTB, CBM resource is 210 TCF consumption 2.1 TCF, U 3 O 8 resource is 12,409 ton consumption zero. Whereas for hydro and biomass, the resource are 256 and 138 MWyr, the maximum consumption 185 and 126 MWyr every year. Oil consumption will exceed the resource so need import from other island or replaced by others energy that have large resource such as gas, CBM, or coal. Potency to make cleaner environment can be done by used nuclear energy. (author)

  7. Connecting Colorado's Renewable Resources to the Markets in a Cabon-Constrained Electricity Sector

    Energy Technology Data Exchange (ETDEWEB)

    None

    2009-12-31

    The benchmark goal that drives the report is to achieve a 20 percent reduction in carbon dioxide (CO{sub 2}) emissions in Colorado's electricity sector below 2005 levels by 2020. We refer to this as the '20 x 20 goal.' In discussing how to meet this goal, the report concentrates particularly on the role of utility-scale renewable energy and high-voltage transmission. An underlying recognition is that any proposed actions must not interfere with electric system reliability and should minimize financial impacts on customers and utilities. The report also describes the goals of Colorado's New Energy Economy5 - identified here, in summary, as the integration of energy, environment, and economic policies that leads to an increased quality of life in Colorado. We recognize that a wide array of options are under constant consideration by professionals in the electric industry, and the regulatory community. Many options are under discussion on this topic, and the costs and benefits of the options are inherently difficult to quantify. Accordingly, this report should not be viewed as a blueprint with specific recommendations for the timing, siting, and sizing of generating plants and high-voltage transmission lines. We convened the project with the goal of supplying information inputs for consideration by the state's electric utilities, legislators, regulators, and others as we work creatively to shape our electricity sector in a carbon-constrained world. The report addresses various issues that were raised in the Connecting Colorado's Renewable Resources to the Markets report, also known as the SB07-91 Report. That report was produced by the Senate Bill 2007-91 Renewable Resource Generation Development Areas Task Force and presented to the Colorado General Assembly in 2007. The SB07-91 Report provided the Governor, the General Assembly, and the people of Colorado with an assessment of the capability of Colorado's utility-scale renewable

  8. Similar goals, divergent motives. The enabling and constraining factors of Russia's capacity-based renewable energy support scheme

    International Nuclear Information System (INIS)

    Smeets, Niels

    2017-01-01

    In 2009, the Russian government set its first quantitative renewable energy target at 4.5% of the total electricity produced and consumed by 2020. In 2013, the Government launched its capacity-based renewable energy support scheme (CRESS), however, the expects it will merely add 0.3% to the current 0.67% share of renewables (Ministry of Energy, 2016c). This raises the question what factors might explain this implementation gap. On the basis of field research in Moscow, the article offers an in-depth policy analysis of resource-geographic, financial, institutional and ecologic enabling and constraining factors of Russia's CRESS between 2009 and 2015. To avoid the trap that policy intentions remain on paper, the entire policy cycle – from goal setting to implementation – has been covered. The article concludes that wind energy, which would have contributed the lion's share of new renewable energy capacity, lags behind, jeopardizing the quantitative renewable energy target. The depreciation of the rouble decreased return on investment, and the Local Content Requirement discouraged investors given the lack of Russian wind production facilities. Contrary to resource-geographic and financial expectations, solar projects have been commissioned more accurately, benefitting from access to major business groups and existing production facilities. - Highlights: • The support scheme is focused on the oversupplied integrated electricity market. • The scheme disregards the technical and economic potential in isolated areas. • The solar industry develops at the fastest rate, wind and small hydro lag behind. • Access to business groups and production facilities condition implementation. • The devaluation of the rouble necessitated a revision of the policy design.

  9. Renewable energy resources

    CERN Document Server

    Twidell, John

    2015-01-01

    Renewable Energy Resources is a numerate and quantitative text covering the full range of renewable energy technologies and their implementation worldwide. Energy supplies from renewables (such as from biofuels, solar heat, photovoltaics, wind, hydro, wave, tidal, geothermal, and ocean-thermal) are essential components of every nation's energy strategy, not least because of concerns for the local and global environment, for energy security and for sustainability. Thus in the years between the first and this third edition, most renewable energy technologies have grown from fledgling impact to s

  10. Wind Energy Resource Atlas of Armenia

    Energy Technology Data Exchange (ETDEWEB)

    Elliott, D.; Schwartz, M.; Scott, G.; Haymes, S.; Heimiller, D.; George, R.

    2003-07-01

    This wind energy resource atlas identifies the wind characteristics and distribution of the wind resource in the country of Armenia. The detailed wind resource maps and other information contained in the atlas facilitate the identification of prospective areas for use of wind energy technologies for utility-scale power generation and off-grid wind energy applications. The maps portray the wind resource with high-resolution (1-km2) grids of wind power density at 50-m above ground. The wind maps were created at the National Renewable Energy Laboratory (NREL) using a computerized wind mapping system that uses Geographic Information System (GIS) software.

  11. Substitute energy resource policy in Japan

    International Nuclear Information System (INIS)

    Umehara, Katsuhiko

    1980-01-01

    Japan depends 88% of energy resources and 99.8% of petroleum on imports. The solution of energy problems is now made internationally. As the means for Japan, there are the substitution of other resources for petroleum and its promotion. However, this involves the considerable funds for the development and utilization, which must be borne by the people in the form of tax. For governmental financing, a special account must be set up for the particular purpose. In the research and development of new energy resources, new institution is required. The following matters are described: petroleum shortage coming even in 1980s, the international need of substitute energy development, the need for establishing measures for substitute energy resources, acquisition of the funds, special-account governmental financing, and an institute of new energy development. (author)

  12. World energy resources. International Geohydroscience and Energy Research Institute

    International Nuclear Information System (INIS)

    Brown, C.E.

    2002-01-01

    World Energy Resources is an explanatory energy survey of the countries and major regions of the world, their geographic and economic settings, and significant inter-relationships. This book attempts to combine several interacting energy themes that encompass a historical development, energy issues and forecasts, economic geography, environmental programs, and world energy use. The main thrust of this book -World Energy Resources - is based on principles of energy science, applied geology, geophysics, and other environmental sciences as they relate to the exploration, exploitation, and production of resources in this country and throughout the world. This work is an analysis of the United States (USA) and world oil, gas, coal, and alternative energy resources and their associated issues, forecasts, and related policy. This book could not have been attempted without a broad geological exposure and international geographic awareness. Much information is scattered among federal and state agencies, schools, and other institutions, and this book has attempted to combine some of the vast information base. This attempt can only skim the information surface at best, but its regional and topical coverage is broad in scope. Part I introduces conventional energy resources and their historical developments, and includes chapters 1 to 7. The basic concepts and supporting facts on energy sources are presented here for the general education of energy analysts, policy makers, and scientists that desire a brief review of advanced technologies and history. Part II includes chapters 8 to 14 and provides discussions of the renewable energy sources and the available alternative energy sources and technologies to oil, gas, coal, and nuclear sources. Part III includes chapters 15 to 20 and provides an analysis of United States energy markets and forecasts through the first quarter of the 21st century, while including some world energy data. Widely-used energy forecasting models are

  13. An Adaptive Large Neighborhood Search Algorithm for the Resource-constrained Project Scheduling Problem

    DEFF Research Database (Denmark)

    Muller, Laurent Flindt

    2009-01-01

    We present an application of an Adaptive Large Neighborhood Search (ALNS) algorithm to the Resource-constrained Project Scheduling Problem (RCPSP). The ALNS framework was first proposed by Pisinger and Røpke [19] and can be described as a large neighborhood search algorithm with an adaptive layer......, where a set of destroy/repair neighborhoods compete to modify the current solution in each iteration of the algorithm. Experiments are performed on the wellknown J30, J60 and J120 benchmark instances, which show that the proposed algorithm is competitive and confirms the strength of the ALNS framework...

  14. Wind Energy Resource Atlas of Oaxaca

    Energy Technology Data Exchange (ETDEWEB)

    Elliott, D.; Schwartz, M.; Scott, G.; Haymes, S.; Heimiller, D.; George, R.

    2003-08-01

    The Oaxaca Wind Resource Atlas, produced by the National Renewable Energy Laboratory's (NREL's) wind resource group, is the result of an extensive mapping study for the Mexican State of Oaxaca. This atlas identifies the wind characteristics and distribution of the wind resource in Oaxaca. The detailed wind resource maps and other information contained in the atlas facilitate the identification of prospective areas for use of wind energy technologies, both for utility-scale power generation and off-grid wind energy applications.

  15. Wind Energy Resource Atlas of Mongolia

    Energy Technology Data Exchange (ETDEWEB)

    Elliott, D; Schwartz, M; Scott, G.; Haymes, S.; Heimiller, D.; George, R.

    2001-08-27

    The United States Department of Energy (DOE) and the United States Agency for International Development (USAID) sponsored a project to help accelerate the large-scale use of wind energy technologies in Mongolia through the development of a wind energy resource atlas of Mongolia. DOE's National Renewable Energy Laboratory (NREL) administered and conducted this project in collaboration with USAID and Mongolia. The Mongolian organizations participating in this project were the Scientific, Production, and Trade Corporation for Renewable Energy (REC) and the Institute of Meteorology and Hydrology (IMH). The primary goals of the project were to develop detailed wind resource maps for all regions of Mongolia for a comprehensive wind resource atlas, and to establish a wind-monitoring program to identify prospective sites for wind energy projects and help validate some of the wind resource estimates.

  16. The renewable energy resources in Bulgaria

    International Nuclear Information System (INIS)

    Ivanov, P.; Lingova, S.; Trifonova, L.

    1996-01-01

    The paper presents the results from the joint study between the National Laboratory of Renewable Energy Resources of USA and the National Institute of Meteorology and Hydrology, Sofia (BG). The geographical distribution of solar and wind energy potential in Bulgaria as well as inventory of biomass is studied. Calculation of total, available and reserve solar and wind resources is performed. Comparative data on all kind of renewable energy resources in Bulgaria are presented. The evaluation of economically accessible resources and feasibility of implementation of specific technologies is given. 7 refs., 1 tab

  17. A study of the Bienstock-Zuckerberg algorithm, Applications in Mining and Resource Constrained Project Scheduling

    OpenAIRE

    Muñoz, Gonzalo; Espinoza, Daniel; Goycoolea, Marcos; Moreno, Eduardo; Queyranne, Maurice; Rivera, Orlando

    2016-01-01

    We study a Lagrangian decomposition algorithm recently proposed by Dan Bienstock and Mark Zuckerberg for solving the LP relaxation of a class of open pit mine project scheduling problems. In this study we show that the Bienstock-Zuckerberg (BZ) algorithm can be used to solve LP relaxations corresponding to a much broader class of scheduling problems, including the well-known Resource Constrained Project Scheduling Problem (RCPSP), and multi-modal variants of the RCPSP that consider batch proc...

  18. McMAC: Towards a MAC Protocol with Multi-Constrained QoS Provisioning for Diverse Traffic in Wireless Body Area Networks

    OpenAIRE

    Monowar, Muhammad; Hassan, Mohammad; Bajaber, Fuad; Al-Hussein, Musaed; Alamri, Atif

    2012-01-01

    The emergence of heterogeneous applications with diverse requirements for resource-constrained Wireless Body Area Networks (WBANs) poses significant challenges for provisioning Quality of Service (QoS) with multi-constraints (delay and reliability) while preserving energy efficiency. To address such challenges, this paper proposes McMAC, a MAC protocol with multi-constrained QoS provisioning for diverse traffic classes in WBANs. McMAC classifies traffic based on their multi-constrained QoS de...

  19. A Chance-Constrained Economic Dispatch Model in Wind-Thermal-Energy Storage System

    Directory of Open Access Journals (Sweden)

    Yanzhe Hu

    2017-03-01

    Full Text Available As a type of renewable energy, wind energy is integrated into the power system with more and more penetration levels. It is challenging for the power system operators (PSOs to cope with the uncertainty and variation of the wind power and its forecasts. A chance-constrained economic dispatch (ED model for the wind-thermal-energy storage system (WTESS is developed in this paper. An optimization model with the wind power and the energy storage system (ESS is first established with the consideration of both the economic benefits of the system and less wind curtailments. The original wind power generation is processed by the ESS to obtain the final wind power output generation (FWPG. A Gaussian mixture model (GMM distribution is adopted to characterize the probabilistic and cumulative distribution functions with an analytical expression. Then, a chance-constrained ED model integrated by the wind-energy storage system (W-ESS is developed by considering both the overestimation costs and the underestimation costs of the system and solved by the sequential linear programming method. Numerical simulation results using the wind power data in four wind farms are performed on the developed ED model with the IEEE 30-bus system. It is verified that the developed ED model is effective to integrate the uncertain and variable wind power. The GMM distribution could accurately fit the actual distribution of the final wind power output, and the ESS could help effectively decrease the operation costs.

  20. Sows’ activity classification device using acceleration data – A resource constrained approach

    DEFF Research Database (Denmark)

    Marchioro, Gilberto Fernandes; Cornou, Cécile; Kristensen, Anders Ringgaard

    2011-01-01

    This paper discusses the main architectural alternatives and design decisions in order to implement a sows’ activity classification model on electronic devices. The different possibilities are analyzed in practical and technical aspects, focusing on the implementation metrics, like cost......, performance, complexity and reliability. The target architectures are divided into: server based, where the main processing element is a central computer; and embedded based, where the processing is distributed on devices attached to the animals. The initial classification model identifies the activities...... of a heuristic classification approach, focusing on the resource constrained characteristics of embedded systems. The new approach classifies the activities performed by the sows with accuracy close to 90%. It was implemented as a hardware module that can easily be instantiated to provide preprocessed...

  1. Constrained consumption shifting management in the distributed energy resources scheduling considering demand response

    International Nuclear Information System (INIS)

    Faria, Pedro; Vale, Zita; Baptista, Jose

    2015-01-01

    Highlights: • Consumption reduction and/or shift to several periods before and after. • Optimization problem for scheduling of demand response and distributed generation. • Minimization of the Virtual Power Player operation (remuneration) costs. • Demand response can be efficient to meet distributed generation shortages. • Consumers benefit with the remuneration of the participation in demand response. - Abstract: Demand response concept has been gaining increasing importance while the success of several recent implementations makes this resource benefits unquestionable. This happens in a power systems operation environment that also considers an intensive use of distributed generation. However, more adequate approaches and models are needed in order to address the small size consumers and producers aggregation, while taking into account these resources goals. The present paper focuses on the demand response programs and distributed generation resources management by a Virtual Power Player that optimally aims to minimize its operation costs taking the consumption shifting constraints into account. The impact of the consumption shifting in the distributed generation resources schedule is also considered. The methodology is applied to three scenarios based on 218 consumers and 4 types of distributed generation, in a time frame of 96 periods

  2. An assessement of global energy resource economic potentials

    International Nuclear Information System (INIS)

    Mercure, Jean-François; Salas, Pablo

    2012-01-01

    This paper presents an assessment of global economic energy potentials for all major natural energy resources. This work is based on both an extensive literature review and calculations using natural resource assessment data. Economic potentials are presented in the form of cost-supply curves, in terms of energy flows for renewable energy sources, or fixed amounts for fossil and nuclear resources, with strong emphasis on uncertainty, using a consistent methodology that allow direct comparisons to be made. In order to interpolate through available resource assessment data and associated uncertainty, a theoretical framework and a computational methodology are given based on statistical properties of different types of resources, justified empirically by the data, and used throughout. This work aims to provide a global database for natural energy resources ready to integrate into models of energy systems, enabling to introduce at the same time uncertainty over natural resource assessments. The supplementary material provides theoretical details and tables of data and parameters that enable this extensive database to be adapted to a variety of energy systems modelling frameworks. -- Highlights: ► Global energy potentials for all major energy resources are reported. ► Theory and methodology for calculating economic energy potentials is given. ► An uncertainty analysis for all energy economic potentials is carried out.

  3. Energy resource management for energy-intensive manufacturing industries

    Energy Technology Data Exchange (ETDEWEB)

    Brenner, C.W.; Levangie, J.

    1981-10-01

    A program to introduce energy resource management into an energy-intensive manufacturing industry is presented. The food industry (SIC No. 20) was chosen and 20 companies were selected for interviews, but thirteen were actually visited. The methodology for this program is detailed. Reasons for choosing the food industry are described. The substance of the information gained and the principal conclusions drawn from the interviews are given. Results of the model Energy Resource Management Plan applied to three companies are compiled at length. Strategies for dissemination of the information gained are described. (MCW)

  4. Cosmic chronometers: constraining the equation of state of dark energy. I: H(z) measurements

    International Nuclear Information System (INIS)

    Stern, Daniel; Jimenez, Raul; Verde, Licia; Kamionkowski, Marc; Stanford, S. Adam

    2010-01-01

    We present new determinations of the cosmic expansion history from red-envelope galaxies. We have obtained for this purpose high-quality spectra with the Keck-LRIS spectrograph of red-envelope galaxies in 24 galaxy clusters in the redshift range 0.2 −1 Mpc −1 at z ≅ 0.5 and H(z) = 90±40 km sec −1 Mpc −1 at z ≅ 0.9. We discuss the uncertainty in the expansion history determination that arises from uncertainties in the synthetic stellar-population models. We then use these new measurements in concert with cosmic-microwave-background (CMB) measurements to constrain cosmological parameters, with a special emphasis on dark-energy parameters and constraints to the curvature. In particular, we demonstrate the usefulness of direct H(z) measurements by constraining the dark-energy equation of state parameterized by w 0 and w a and allowing for arbitrary curvature. Further, we also constrain, using only CMB and H(z) data, the number of relativistic degrees of freedom to be 4±0.5 and their total mass to be < 0.2 eV, both at 1σ

  5. Renewable Energy Resources: Solutions to Nigeria power and energy needs

    International Nuclear Information System (INIS)

    Ladan-Haruna, A.

    2011-01-01

    Power and energy, with particularly electricity remains the pivot of economical and social development of any country. In view of this fact, a research on how renewable energy resources can solve Nigeria power and energy needs was carried out. It has identified main issues such as inconsistence government policies, corruptions and lack of fund hindering the development of renewable and power sectors for sustainable energy supply. The capacity of alternative energy resources and technology [hydropower, wind power, biomass, photovoltaic (solar), and geothermal power] to solve Nigerian energy crisis cannot be over-emphasized as some countries of the world who have no petroleum resources, utilizes other alternatives or options to solves their power and energy requirement. This paper reviews the prospects, challenges and solutions to Nigeria energy needs using renewable sources for development as it boost industrialization and create job opportunities

  6. Asteroids. Prospective energy and material resources

    Energy Technology Data Exchange (ETDEWEB)

    Badescu, Viorel (ed.) [Bucharest Polytechnic Univ. (Romania). Candida Oancea Institute

    2013-11-01

    Recent research on Prospective Energy and Material Resources on Asteroids. Carefully edited book dedicated to Asteroids prospective energy and material resources. Written by leading experts in the field. The Earth has limited material and energy resources while these resources in space are virtually unlimited. Further development of humanity will require going beyond our planet and exploring of extraterrestrial resources and sources of unlimited power. Thus far, all missions to asteroids have been motivated by scientific exploration. However, given recent advancements in various space technologies, mining asteroids for resources is becoming ever more feasible. A significant portion of asteroids value is derived from their location; the required resources do not need to be lifted at a great expense from the surface of the Earth. Resources derived from Asteroid not only can be brought back to Earth but could also be used to sustain human exploration of space and permanent settlements in space. This book investigates asteroids' prospective energy and material resources. It is a collection of topics related to asteroid exploration, and utilization. It presents past and future technologies and solutions to old problems that could become reality in our life time. The book therefore is a great source of condensed information for specialists involved in current and impending asteroid-related activities and a good starting point for space researchers, inventors, technologists and potential investors. Written for researchers, engineers, and businessmen interested in asteroids' exploration and exploitation.

  7. Universal data access for run-time resource management in resource constrained wireless networks

    OpenAIRE

    Rerkrai, Krisakorn

    2012-01-01

    Resource-constrainedwireless networks, e.g.wireless sensor networks (WSNs), small embedded devices with limited computational power and energy, have been the subject of intense research in the past decade. Moreover, recent technological advances and growing demand for better efficiency have led to a great number of link and network protocols for WSNs. The protocols depend on specific interfaces to exchange necessary information. Unfortunately these interfaces are often proprietary and highly ...

  8. Inventory of Canadian marine renewable energy resources

    Energy Technology Data Exchange (ETDEWEB)

    Cornett, A. [National Research Council of Canada, Ottawa, ON (Canada). Canadian Hydraulics Centre; Tarbotton, M. [Triton Consultants Ltd., Vancouver, BC (Canada)

    2006-07-01

    The future development of marine renewable energy sources was discussed with reference to an inventory of both wave energy and tidal current resources in Canada. Canada is endowed with rich potential in wave energy resources which are spatially and temporally variable. The potential offshore resource is estimated at 37,000 MW in the Pacific and 145,000 MW in the Atlantic. The potential nearshore resource is estimated at 9,600 MW near the Queen Charlotte Islands, 9,400 MW near Vancouver Island, 1,000 MW near Sable Island, and 9,000 MW near southeast Newfoundland. It was noted that only a fraction of the potential wave energy resource is recoverable and further work is needed to delineate important local variations in energy potential close to shore. Canada also has rich potential in the tidal resource which is highly predictable and reliable. The resource is spatially and temporally variable, with 190 sites in Canada with an estimated 42,200 MW; 89 sites in British Columbia with an estimated 4,000 MW; and, 34 sites in Nunavut with an estimated 30,500 MW. It was also noted that only a fraction of the potential tidal resource is recoverable. It was suggested that the effects of energy extraction should be evaluated on a case-by-case basis for both wave and tidal energy. This presentation provided a site-by site inventory as well as an analysis of buoy measurements and results from wind-wave hindcasts and tide models. Future efforts will focus on wave modelling to define nearshore resources; tidal modelling to fill gaps and refine initial estimates; assessing impacts of energy extraction at leading sites; and developing a web-enabled atlas of marine renewable energy resources. The factors not included in this analysis were environmental impacts, technological developments, climate related factors, site location versus power grid demand, hydrogen economy developments and economic factors. tabs., figs.

  9. The U.S.Geological Survey Energy Resources Program

    Science.gov (United States)

    ,

    2010-01-01

    Energy resources are an essential component of modern society. Adequate, reliable, and affordable energy supplies obtained using environmentally sustainable practices underpin economic prosperity, environmental quality and human health, and political stability. National and global demands for all forms of energy are forecast to increase significantly over the next several decades. Throughout its history, our Nation has faced important, often controversial, decisions regarding the competing uses of public lands, the supply of energy to sustain development and enable growth, and environmental stewardship. The U.S. Geological Survey (USGS) Energy Resources Program (ERP) provides information to address these challenges by supporting scientific investigations of energy resources, such as research on the geology, geochemistry, and geophysics of oil, gas, coal, heavy oil and natural bitumen, oil shale, uranium, and geothermal resources, emerging resources such as gas hydrates, and research on the effects associated with energy resource occurrence, production, and (or) utilization. The results from these investigations provide impartial, robust scientific information about energy resources and support the U.S. Department of the Interior's (DOI's) mission of protecting and responsibly managing the Nation's natural resources. Primary consumers of ERP information and products include the DOI land- and resource-management Bureaus; other Federal, State, and local agencies; the U.S. Congress and the Administration; nongovernmental organizations; the energy industry; academia; international organizations; and the general public.

  10. Philippines Wind Energy Resource Atlas Development

    Energy Technology Data Exchange (ETDEWEB)

    Elliott, D.

    2000-11-29

    This paper describes the creation of a comprehensive wind energy resource atlas for the Philippines. The atlas was created to facilitate the rapid identification of good wind resource areas and understanding of the salient wind characteristics. Detailed wind resource maps were generated for the entire country using an advanced wind mapping technique and innovative assessment methods recently developed at the National Renewable Energy Laboratory.

  11. Handbook of natural resource and energy economics. Volume III

    International Nuclear Information System (INIS)

    Kneese, A.V.; Sweeney, J.L.

    1993-01-01

    The last of a three-volume series of handbooks focuses on the economics of energy, minerals and exhaustible resources, and the forecasting issues. The relationship between energy, the environment and economic growth is also examined. Chapter headings are: economic theory of depletable resources; the optimal use of exhaustible resources; intertemporal consistency issues in depletable resources; buying energy and non-fuel minerals; mineral resource stocks and information; strategies for modelling exhaustible resource supply; natural resources in an age of substitutability; natural resource cartels; the economics of energy security; natural resource use and the environment; and energy, the environment and economic growth

  12. Offshore Wind Energy Resource Assessment for Alaska

    Energy Technology Data Exchange (ETDEWEB)

    Doubrawa Moreira, Paula [National Renewable Energy Lab. (NREL), Golden, CO (United States); Scott, George N. [National Renewable Energy Lab. (NREL), Golden, CO (United States); Musial, Walter D. [National Renewable Energy Lab. (NREL), Golden, CO (United States); Kilcher, Levi F. [National Renewable Energy Lab. (NREL), Golden, CO (United States); Draxl, Caroline [National Renewable Energy Lab. (NREL), Golden, CO (United States); Lantz, Eric J. [National Renewable Energy Lab. (NREL), Golden, CO (United States)

    2018-01-02

    This report quantifies Alaska's offshore wind resource capacity while focusing on its unique nature. It is a supplement to the existing U.S. Offshore Wind Resource Assessment, which evaluated the offshore wind resource for all other U.S. states. Together, these reports provide the foundation for the nation's offshore wind value proposition. Both studies were developed by the National Renewable Energy Laboratory. The analysis presented herein represents the first quantitative evidence of the offshore wind energy potential of Alaska. The technical offshore wind resource area in Alaska is larger than the technical offshore resource area of all other coastal U.S. states combined. Despite the abundant wind resource available, significant challenges inhibit large-scale offshore wind deployment in Alaska, such as the remoteness of the resource, its distance from load centers, and the wealth of land available for onshore wind development. Throughout this report, the energy landscape of Alaska is reviewed and a resource assessment analysis is performed in terms of gross and technical offshore capacity and energy potential.

  13. Renewable energy resource and technology assessment: Southern Tier Central Region, New York, New York. Renewable Energy Resource Inventory; renewable energy technology handbook; technology assessment workbook

    Energy Technology Data Exchange (ETDEWEB)

    1978-12-01

    The Renewable Energy Resource Inventory contains regional maps that record the location of renewable energy resources such as insolation, wind, biomass, and hydropower in the Southern Tier Central Region of New York State. It contains an outline of a process by which communities can prepare local renewable energy resource inventories using maps and overlays. The process starts with the mapping of the resources at a regional scale and telescopes to an analysis of resources at a site-specific scale. The resource inventory presents a site analysis of Sullivan Street Industrial Park, Elmira, New York.

  14. An Authentication and Key Management Mechanism for Resource Constrained Devices in IEEE 802.11-based IoT Access Networks

    Directory of Open Access Journals (Sweden)

    Ki-Wook Kim

    2017-09-01

    Full Text Available Many Internet of Things (IoT services utilize an IoT access network to connect small devices with remote servers. They can share an access network with standard communication technology, such as IEEE 802.11ah. However, an authentication and key management (AKM mechanism for resource constrained IoT devices using IEEE 802.11ah has not been proposed as yet. We therefore propose a new AKM mechanism for an IoT access network, which is based on IEEE 802.11 key management with the IEEE 802.1X authentication mechanism. The proposed AKM mechanism does not require any pre-configured security information between the access network domain and the IoT service domain. It considers the resource constraints of IoT devices, allowing IoT devices to delegate the burden of AKM processes to a powerful agent. The agent has sufficient power to support various authentication methods for the access point, and it performs cryptographic functions for the IoT devices. Performance analysis shows that the proposed mechanism greatly reduces computation costs, network costs, and memory usage of the resource-constrained IoT device as compared to the existing IEEE 802.11 Key Management with the IEEE 802.1X authentication mechanism.

  15. An Authentication and Key Management Mechanism for Resource Constrained Devices in IEEE 802.11-based IoT Access Networks.

    Science.gov (United States)

    Kim, Ki-Wook; Han, Youn-Hee; Min, Sung-Gi

    2017-09-21

    Many Internet of Things (IoT) services utilize an IoT access network to connect small devices with remote servers. They can share an access network with standard communication technology, such as IEEE 802.11ah. However, an authentication and key management (AKM) mechanism for resource constrained IoT devices using IEEE 802.11ah has not been proposed as yet. We therefore propose a new AKM mechanism for an IoT access network, which is based on IEEE 802.11 key management with the IEEE 802.1X authentication mechanism. The proposed AKM mechanism does not require any pre-configured security information between the access network domain and the IoT service domain. It considers the resource constraints of IoT devices, allowing IoT devices to delegate the burden of AKM processes to a powerful agent. The agent has sufficient power to support various authentication methods for the access point, and it performs cryptographic functions for the IoT devices. Performance analysis shows that the proposed mechanism greatly reduces computation costs, network costs, and memory usage of the resource-constrained IoT device as compared to the existing IEEE 802.11 Key Management with the IEEE 802.1X authentication mechanism.

  16. Energy and other resources

    International Nuclear Information System (INIS)

    Rosenqvist, I.Th.

    It is pointed out that inorganic mineral raw materials, usually called ores, do not form a separate geological class, with a strictly defined limit in quantity. The raw materials are in fact present in continuously variable concentrations and amounts with differing geographical distribution. It is only the richest occurrences which are regarded as resources and exploited. The cone concept of available material is presented, where the amount of material available increases as the work invested is increased, but the profitable ore is represented only by the apex of the cone. In applying this idea to fossil fuels the concept must be modified to a 'pear', since the energy invested in retrieving the fuel must not exceed the energy content of the fuel. Renewable energy sources are also discussed, and it is pointed out that geothermal energy should not be regarded as renewable. It is pointed out, too, that, unless breeder reactors are introduced, the fossil fuel resources will give more energy than uranium, and probably cheaper. (JIW)Ψ

  17. Pre-emptive resource-constrained multimode project scheduling using genetic algorithm: A dynamic forward approach

    Directory of Open Access Journals (Sweden)

    Aidin Delgoshaei

    2016-09-01

    Full Text Available Purpose: The issue resource over-allocating is a big concern for project engineers in the process of scheduling project activities. Resource over-allocating drawback is frequently seen after scheduling of a project in practice which causes a schedule to be useless. Modifying an over-allocated schedule is very complicated and needs a lot of efforts and time. In this paper, a new and fast tracking method is proposed to schedule large scale projects which can help project engineers to schedule the project rapidly and with more confidence. Design/methodology/approach: In this article, a forward approach for maximizing net present value (NPV in multi-mode resource constrained project scheduling problem while assuming discounted positive cash flows (MRCPSP-DCF is proposed. The progress payment method is used and all resources are considered as pre-emptible. The proposed approach maximizes NPV using unscheduled resources through resource calendar in forward mode. For this purpose, a Genetic Algorithm is applied to solve. Findings: The findings show that the proposed method is an effective way to maximize NPV in MRCPSP-DCF problems while activity splitting is allowed. The proposed algorithm is very fast and can schedule experimental cases with 1000 variables and 100 resources in few seconds. The results are then compared with branch and bound method and simulated annealing algorithm and it is found the proposed genetic algorithm can provide results with better quality. Then algorithm is then applied for scheduling a hospital in practice. Originality/value: The method can be used alone or as a macro in Microsoft Office Project® Software to schedule MRCPSP-DCF problems or to modify resource over-allocated activities after scheduling a project. This can help project engineers to schedule project activities rapidly with more accuracy in practice.

  18. The Ha Noi Expert Statement: recognition of maternal mental health in resource-constrained settings is essential for achieving the Millennium Development Goals

    Directory of Open Access Journals (Sweden)

    Izutsu Takashi

    2011-01-01

    Full Text Available Abstract Mental health problems in women during pregnancy and after childbirth and their adverse consequences for child health and development have received sustained detailed attention in high-income countries. In contrast, evidence has only been generated more recently in resource-constrained settings. In June 2007 the United Nations Population Fund, the World Health Organization, the Key Centre for Women's Health in Society, a WHO Collaborating Centre for Women's Health and the Research and Training Centre for Community Development in Vietnam convened the first international expert meeting on maternal mental health and child health and development in resource-constrained settings. It aimed to appraise the evidence about the nature, prevalence and risks for common perinatal mental disorders in women; the consequences of these for child health and development and ameliorative strategies in these contexts. The substantial disparity in rates of perinatal mental disorders between women living in high- and low-income settings, suggests social rather than biological determinants. Risks in resource-constrained contexts include: poverty; crowded living situations; limited reproductive autonomy; unintended pregnancy; lack of empathy from the intimate partner; rigid gender stereotypes about responsibility for household work and infant care; family violence; poor physical health and discrimination. Development is adversely affected if infants lack day-to-day interactions with a caregiver who can interpret their cues, and respond effectively. Women with compromised mental health are less able to provide sensitive, responsive infant care. In resource-constrained settings infants whose mothers are depressed are less likely to thrive and to receive optimal care than those whose mothers are well. The meeting outcome is the Hanoi Expert Statement (Additional file 1. It argues that the Millennium Development Goals to improve maternal health, reduce child

  19. Moon Prospective Energy and Material Resources

    CERN Document Server

    2012-01-01

    The Earth has limited material and energy resources. Further development of the humanity will require going beyond our planet for mining and use of extraterrestrial mineral resources and search of power sources. The exploitation of the natural resources of the Moon is a first natural step on this direction. Lunar materials may contribute to the betterment of conditions of people on Earth but they also may be used to establish permanent settlements on the Moon. This will allow developing new technologies, systems and flight operation techniques to continue space exploration.   In fact, a new branch of human civilization could be established permanently on Moon in the next century. But, meantime, an inventory and proper social assessment of Moon’s prospective energy and material resources is required. This book investigates the possibilities and limitations of various systems supplying manned bases on Moon with energy and other vital resources. The book collects together recent proposals and innovative optio...

  20. Observation on optimal transition from conventional energy with resource constraints to advanced energy with virtually unlimited resource

    International Nuclear Information System (INIS)

    Suzuki, Atsuyuki

    1980-01-01

    The paper is aimed at making a theoretical analysis on optimal shift from finite energy resources like presently used oil toward advanced energy sources like nuclear and solar. First, the value of conventional energy as a finite resource is derived based on the variational principle. Second, a simplified model on macroeconomy is used to obtain and optimal relationship between energy production and consumption and thereby the optimality on energy price is provided. Third, the meaning of research and development of advanced energy is shown by taking into account resource constraints and technological progress. Finally, an optimal timing of the shift from conventional to advanced energies is determined by making use of the maximum principle. The methematical model employed there is much simplified but can be used to conclude that in order to make an optimal shift some policy-oriented decision must be made prior to when an economically competitive condition comes and that, even with that decision made, some recession of energy demand is inevitable during the transitional phase. (author)

  1. Depletion of energy or depletion of knowledge alternative use of energy resources

    International Nuclear Information System (INIS)

    Arslan, M.

    2011-01-01

    This research paper is about the depletion of Energy resources being a huge problem facing the world at this time. As available energy sources are coming to a shortage and measures are be taken in order to conserve the irreplaceable energy resources that leads to sustainability and fair use of energy sources for future generations. Alternative energy sources are being sought; however no other energy source is able to provide even a fraction of energy as that of fossil fuels. Use of the alternative energy resources like wind corridors (Sindh and Baluchistan), fair use of Hydro energy (past monsoon flooding can produce enough energy that may available for next century). Uranium Resources which are enough for centuries energy production in Pakistan (Dhok Pathan Formation) lying in Siwalick series from Pliocene to Pleistocene. Among all of these, my focus is about energy from mineral fuels like Uranium from Sandstone hosted deposits in Pakistan (Siwalik Series in Pakistan). A number of uranium bearing mineralized horizons are present in the upper part of the Dhok Pathan Formation. These horizons have secondary uranium mineral carnotite and other ores. Uranium mineralization is widely distributed throughout the Siwaliks The purpose of this paper was to introduce the use of alternative energy sources in Pakistan which are present in enough amounts by nature. Pakistan is blessed with wealth of natural resources. Unfortunately, Pakistan is totally depending on non renewable energy resource. There are three main types of fossil fuels: coal, oil and natural gas. After food, fossil fuel is humanity's most important source of energy. Pakistan is among the most gas dependent economies of the world. Use of fossil fuel for energy will not only increase the demand of more fossils but it has also extreme effects on climate as well as direct and indirect effects to humans. These entire remedial thinking can only be possible if you try to use alternative energy resources rather than

  2. Meta-analysis of non-renewable energy resource estimates

    International Nuclear Information System (INIS)

    Dale, Michael

    2012-01-01

    This paper offers a review of estimates of ultimately recoverable resources (URR) of non-renewable energy sources: coal, conventional and unconventional oil, conventional and unconventional gas, and uranium for nuclear fission. There is a large range in the estimates of many of the energy sources, even those that have been utilized for a long time and, as such, should be well understood. If it is assumed that the estimates for each resource are normally distributed, then the total value of ultimately recoverable fossil and fissile energy resources is 70,592 EJ. If, on the other hand, the best fitting distribution from each of the resource estimate populations is used, a the total value is 50,702 EJ, a factor of around 30% smaller. - Highlights: ► Brief introduction to categorization of resources. ► Collated over 380 estimates of ultimately recoverable global resources for all non-renewable energy sources. ► Extensive statistical analysis and distribution fitting conducted. ► Cross-energy source comparison of resource magnitudes.

  3. Wind energy resource atlas. Volume 9. The Southwest Region

    Energy Technology Data Exchange (ETDEWEB)

    Simon, R.L.; Norman, G.T.; Elliott, D.L.; Barchet, W.R.; George, R.L.

    1980-11-01

    This atlas of the wind energy resource is composed of introductory and background information, a regional summary of the wind resource, and assessments of the wind resource in Nevada and California. Background on how the wind resource is assessed and on how the results of the assessment should be interpreted is presented. A description of the wind resource on a regional scale is then given. The results of the wind energy assessments for each state are assembled into an overview and summary of the various features of the regional wind energy resource. An introduction and outline to the descriptions of the wind resource given for each state are given. Assessments for individual states are presented as separate chapters. The state wind energy resources are described in greater detail than is the regional wind energy resource, and features of selected stations are discussed.

  4. Modelling distributed energy resources in energy service networks

    CERN Document Server

    Acha, Salvador

    2013-01-01

    Focuses on modelling two key infrastructures (natural gas and electrical) in urban energy systems with embedded technologies (cogeneration and electric vehicles) to optimise the operation of natural gas and electrical infrastructures under the presence of distributed energy resources

  5. UTILIZING TYPE Ia SUPERNOVAE IN A LARGE, FAST, IMAGING SURVEY TO CONSTRAIN DARK ENERGY

    International Nuclear Information System (INIS)

    Zentner, Andrew R.; Bhattacharya, Suman

    2009-01-01

    We study the utility of a large sample of Type Ia supernovae (SNe Ia) that might be observed in an imaging survey that rapidly scans a large fraction of the sky for constraining dark energy. We consider both the information contained in the traditional luminosity distance test as well as the spread in Ia SN fluxes at fixed redshift induced by gravitational lensing. As would be required from an imaging survey, we include a treatment of photometric redshift uncertainties in our analysis. Our primary result is that the information contained in the mean distance moduli of SNe Ia and the dispersion of SN Ia distance moduli complement each other, breaking a degeneracy between the present dark energy equation of state and its time variation without the need for a high-redshift (z ∼> 0.8) SN sample. Including lensing information also allows for some internal calibration of photometric redshifts. To address photometric redshift uncertainties, we present dark energy constraints as a function of the size of an external set of spectroscopically observed SNe that may be used for redshift calibration, N spec . Depending upon the details of potentially available, external SN data sets, we find that an imaging survey can constrain the dark energy equation of state at the epoch where it is best constrained w p , with a 1σ error of σ(w p ) ∼ 0.03-0.09. In addition, the marginal improvement in the error σ(w p ) from an increase in the spectroscopic calibration sample drops once N spec ∼ a few x 10 3 . This result is important because it is of the order of the size of calibration samples likely to be compiled in the coming decade and because, for samples of this size, the spectroscopic and imaging surveys individually place comparable constraints on the dark energy equation of state. In all cases, it is best to calibrate photometric redshifts with a set of spectroscopically observed SNe with relatively more objects at high redshift (z ∼> 0.5) than the parent sample of

  6. High-energy gamma-ray emission from solar flares: Constraining the accelerated proton spectrum

    Science.gov (United States)

    Alexander, David; Dunphy, Philip P.; Mackinnon, Alexander L.

    1994-01-01

    Using a multi-component model to describe the gamma-ray emission, we investigate the flares of December 16, 1988 and March 6, 1989 which exhibited unambiguous evidence of neutral pion decay. The observations are then combined with theoretical calculations of pion production to constrain the accelerated proton spectra. The detection of pi(sup 0) emission alone can indicate much about the energy distribution and spectral variation of the protons accelerated to pion producing energies. Here both the intensity and detailed spectral shape of the Doppler-broadened pi(sup 0) decay feature are used to determine the spectral form of the accelerated proton energy distribution. The Doppler width of this gamma-ray emission provides a unique diagnostic of the spectral shape at high energies, independent of any normalisation. To our knowledge, this is the first time that this diagnostic has been used to constrain the proton spectra. The form of the energetic proton distribution is found to be severely limited by the observed intensity and Doppler width of the pi(sup 0) decay emission, demonstrating effectively the diagnostic capabilities of the pi(sup 0) decay gamma-rays. The spectral index derived from the gamma-ray intensity is found to be much harder than that derived from the Doppler width. To reconcile this apparent discrepancy we investigate the effects of introducing a high-energy cut-off in the accelerated proton distribution. With cut-off energies of around 0.5-0.8 GeV and relatively hard spectra, the observed intensities and broadening can be reproduced with a single energetic proton distribution above the pion production threshold.

  7. Asteroids prospective energy and material resources

    CERN Document Server

    2013-01-01

    The Earth has limited material and energy resources while these resources in space are virtually unlimited. Further development of humanity will require going beyond our planet and exploring of extraterrestrial resources and sources of unlimited power.   Thus far, all missions to asteroids have been motivated by scientific exploration. However, given recent advancements in various space technologies, mining asteroids for resources is becoming ever more feasible. A significant portion of asteroids value is derived from their location; the required resources do not need to be lifted at a great expense from the surface of the Earth.   Resources derived from Asteroid not only can be brought back to Earth but could also be used to sustain human exploration of space and permanent settlements in space.   This book investigates asteroids' prospective energy and material resources. It is a collection of topics related to asteroid exploration, and utilization. It presents past and future technologies and solutions t...

  8. Hawai‘i Distributed Energy Resource Technologies for Energy Security

    Energy Technology Data Exchange (ETDEWEB)

    None, None

    2012-09-30

    HNEI has conducted research to address a number of issues important to move Hawai‘i to greater use of intermittent renewable and distributed energy resource (DER) technologies in order to facilitate greater use of Hawai‘i's indigenous renewable energy resources. Efforts have been concentrated on the Islands of Hawai‘i, Maui, and O‘ahu, focusing in three areas of endeavor: 1) Energy Modeling and Scenario Analysis (previously called Energy Road mapping); 2) Research, Development, and Validation of Renewable DER and Microgrid Technologies; and 3) Analysis and Policy. These efforts focused on analysis of the island energy systems and development of specific candidate technologies for future insertion into an integrated energy system, which would lead to a more robust transmission and distribution system in the state of Hawai‘i and eventually elsewhere in the nation.

  9. Constraining Born-Infeld-like nonlinear electrodynamics using hydrogen's ionization energy

    Energy Technology Data Exchange (ETDEWEB)

    Akmansoy, P.N. [Universidade Federal do Rio Grande do Norte, Departamento de Fisica Teorica e Experimental, Natal (Brazil); Medeiros, L.G. [Universidade Estadual Paulista, Instituto de Fisica Teorica, Sao Paulo, SP (Brazil); Universidade Federal do Rio Grande do Norte, Escola de Ciencia e Tecnologia, Natal, RN (Brazil)

    2018-02-15

    In this work, the hydrogen's ionization energy was used to constrain the free parameter b of three Born-Infeld-like electrodynamics namely Born-Infeld itself, Logarithmic electrodynamics and Exponential electrodynamics. An analytical methodology capable of calculating the hydrogen ground state energy level correction for a generic nonlinear electrodynamics was developed. Using the experimental uncertainty in the ground state energy of the hydrogen atom, the bound b > 5.37 x 10{sup 20}K(V)/(m), where K = 2, 4√(2)/3 and √(π) for the Born-Infeld, Logarithmic and Exponential electrodynamics respectively, was established. In the particular case of Born-Infeld electrodynamics, the constraint found for b was compared with other constraints present in the literature. (orig.)

  10. Priority classes and weighted constrained equal awards rules for the claims problem

    DEFF Research Database (Denmark)

    Szwagrzak, Karol

    2015-01-01

    . They are priority-augmented versions of the standard weighted constrained equal awards rules, also known as weighted gains methods (Moulin, 2000): individuals are sorted into priority classes; the resource is distributed among the individuals in the first priority class using a weighted constrained equal awards...... rule; if some of the resource is left over, then it is distributed among the individuals in the second priority class, again using a weighted constrained equal awards rule; the distribution carries on in this way until the resource is exhausted. Our characterization extends to a generalized version...

  11. Terminology Guideline for Classifying Offshore Wind Energy Resources

    Energy Technology Data Exchange (ETDEWEB)

    Beiter, Philipp [National Renewable Energy Lab. (NREL), Golden, CO (United States); Musial, Walt [National Renewable Energy Lab. (NREL), Golden, CO (United States)

    2016-09-01

    The purpose of this guideline is to establish a clear and consistent vocabulary for conveying offshore wind resource potential and to interpret this vocabulary in terms that are familiar to the oil and gas (O&G) industry. This involves clarifying and refining existing definitions of offshore wind energy resource classes. The terminology developed in this guideline represents one of several possible sets of vocabulary that may differ with respect to their purpose, data availability, and comprehensiveness. It was customized to correspond with established offshore wind practices and existing renewable energy industry terminology (e.g. DOE 2013, Brown et al. 2015) while conforming to established fossil resource classification as best as possible. The developers of the guideline recognize the fundamental differences that exist between fossil and renewable energy resources with respect to availability, accessibility, lifetime, and quality. Any quantitative comparison between fossil and renewable energy resources, including offshore wind, is therefore limited. For instance, O&G resources are finite and there may be significant uncertainty associated with the amount of the resource. In contrast, aboveground renewable resources, such as offshore wind, do not generally deplete over time but can vary significantly subhourly, daily, seasonally, and annually. The intent of this guideline is to make these differences transparent and develop an offshore wind resource classification that conforms to established fossil resource classifications where possible. This guideline also provides methods to quantitatively compare certain offshore wind energy resources to O&G resource classes for specific applications. Finally, this guideline identifies areas where analogies to established O&G terminology may be inappropriate or subject to misinterpretation.

  12. A hybrid electromagnetism-like algorithm for a multi-mode resource-constrained project scheduling problem

    Directory of Open Access Journals (Sweden)

    Mohammad Hossein Sadeghi

    2013-08-01

    Full Text Available In this paper, two different sub-problems are considered to solve a resource constrained project scheduling problem (RCPSP, namely i assignment of modes to tasks and ii scheduling of these tasks in order to minimize the makespan of the project. The modified electromagnetism-like algorithm deals with the first problem to create an assignment of modes to activities. This list is used to generate a project schedule. When a new assignment is made, it is necessary to fix all mode dependent requirements of the project activities and to generate a random schedule with the serial SGS method. A local search will optimize the sequence of the activities. Also in this paper, a new penalty function has been proposed for solutions which are infeasible with respect to non-renewable resources. Performance of the proposed algorithm has been compared with the best algorithms published so far on the basis of CPU time and number of generated schedules stopping criteria. Reported results indicate excellent performance of the algorithm.

  13. The Ha Noi Expert Statement: recognition of maternal mental health in resource-constrained settings is essential for achieving the Millennium Development Goals.

    Science.gov (United States)

    Fisher, Jane Rw; de Mello, Meena Cabral; Izutsu, Takashi; Tran, Tuan

    2011-01-07

    Mental health problems in women during pregnancy and after childbirth and their adverse consequences for child health and development have received sustained detailed attention in high-income countries. In contrast, evidence has only been generated more recently in resource-constrained settings.In June 2007 the United Nations Population Fund, the World Health Organization, the Key Centre for Women's Health in Society, a WHO Collaborating Centre for Women's Health and the Research and Training Centre for Community Development in Vietnam convened the first international expert meeting on maternal mental health and child health and development in resource-constrained settings. It aimed to appraise the evidence about the nature, prevalence and risks for common perinatal mental disorders in women; the consequences of these for child health and development and ameliorative strategies in these contexts.The substantial disparity in rates of perinatal mental disorders between women living in high- and low-income settings, suggests social rather than biological determinants. Risks in resource-constrained contexts include: poverty; crowded living situations; limited reproductive autonomy; unintended pregnancy; lack of empathy from the intimate partner; rigid gender stereotypes about responsibility for household work and infant care; family violence; poor physical health and discrimination. Development is adversely affected if infants lack day-to-day interactions with a caregiver who can interpret their cues, and respond effectively. Women with compromised mental health are less able to provide sensitive, responsive infant care. In resource-constrained settings infants whose mothers are depressed are less likely to thrive and to receive optimal care than those whose mothers are well.The meeting outcome is the Hanoi Expert Statement (Additional file 1). It argues that the Millennium Development Goals to improve maternal health, reduce child mortality, promote gender equality

  14. Moon. Prospective energy and material resources

    Energy Technology Data Exchange (ETDEWEB)

    Badescu, Viorel (ed.) [Polytechnic Univ. of Bucharest (Romania). Candida Oancea Inst.

    2012-07-01

    The Earth has limited material and energy resources. Further development of the humanity will require going beyond our planet for mining and use of extraterrestrial mineral resources and search of power sources. The exploitation of the natural resources of the Moon is a first natural step on this direction. Lunar materials may contribute to the betterment of conditions of people on Earth but they also may be used to establish permanent settlements on the Moon. This will allow developing new technologies, systems and flight operation techniques to continue space exploration. In fact, a new branch of human civilization could be established permanently on Moon in the next century. But, meantime, an inventory and proper social assessment of Moon's prospective energy and material resources is required. This book investigates the possibilities and limitations of various systems supplying manned bases on Moon with energy and other vital resources. The book collects together recent proposals and innovative options and solutions. It is a useful source of condensed information for specialists involved in current and impending Moon-related activities and a good starting point for young researchers. (orig.)

  15. How CMB and large-scale structure constrain chameleon interacting dark energy

    International Nuclear Information System (INIS)

    Boriero, Daniel; Das, Subinoy; Wong, Yvonne Y.Y.

    2015-01-01

    We explore a chameleon type of interacting dark matter-dark energy scenario in which a scalar field adiabatically traces the minimum of an effective potential sourced by the dark matter density. We discuss extensively the effect of this coupling on cosmological observables, especially the parameter degeneracies expected to arise between the model parameters and other cosmological parameters, and then test the model against observations of the cosmic microwave background (CMB) anisotropies and other cosmological probes. We find that the chameleon parameters α and β, which determine respectively the slope of the scalar field potential and the dark matter-dark energy coupling strength, can be constrained to α < 0.17 and β < 0.19 using CMB data and measurements of baryon acoustic oscillations. The latter parameter in particular is constrained only by the late Integrated Sachs-Wolfe effect. Adding measurements of the local Hubble expansion rate H 0 tightens the bound on α by a factor of two, although this apparent improvement is arguably an artefact of the tension between the local measurement and the H 0 value inferred from Planck data in the minimal ΛCDM model. The same argument also precludes chameleon models from mimicking a dark radiation component, despite a passing similarity between the two scenarios in that they both delay the epoch of matter-radiation equality. Based on the derived parameter constraints, we discuss possible signatures of the model for ongoing and future large-scale structure surveys

  16. How CMB and large-scale structure constrain chameleon interacting dark energy

    Energy Technology Data Exchange (ETDEWEB)

    Boriero, Daniel [Fakultät für Physik, Universität Bielefeld, Universitätstr. 25, Bielefeld (Germany); Das, Subinoy [Indian Institute of Astrophisics, Bangalore, 560034 (India); Wong, Yvonne Y.Y., E-mail: boriero@physik.uni-bielefeld.de, E-mail: subinoy@iiap.res.in, E-mail: yvonne.y.wong@unsw.edu.au [School of Physics, The University of New South Wales, Sydney NSW 2052 (Australia)

    2015-07-01

    We explore a chameleon type of interacting dark matter-dark energy scenario in which a scalar field adiabatically traces the minimum of an effective potential sourced by the dark matter density. We discuss extensively the effect of this coupling on cosmological observables, especially the parameter degeneracies expected to arise between the model parameters and other cosmological parameters, and then test the model against observations of the cosmic microwave background (CMB) anisotropies and other cosmological probes. We find that the chameleon parameters α and β, which determine respectively the slope of the scalar field potential and the dark matter-dark energy coupling strength, can be constrained to α < 0.17 and β < 0.19 using CMB data and measurements of baryon acoustic oscillations. The latter parameter in particular is constrained only by the late Integrated Sachs-Wolfe effect. Adding measurements of the local Hubble expansion rate H{sub 0} tightens the bound on α by a factor of two, although this apparent improvement is arguably an artefact of the tension between the local measurement and the H{sub 0} value inferred from Planck data in the minimal ΛCDM model. The same argument also precludes chameleon models from mimicking a dark radiation component, despite a passing similarity between the two scenarios in that they both delay the epoch of matter-radiation equality. Based on the derived parameter constraints, we discuss possible signatures of the model for ongoing and future large-scale structure surveys.

  17. Renewable energy and integrated resource planning

    International Nuclear Information System (INIS)

    Porter, K.L.

    1992-01-01

    Integrated resource planning, or IRP, is a new means of comparing resource choices for electric and gas utilities. Since its inception in 1986, at least 15 states have implemented IRP, and more are considering adopting IRP or have limited IRP processes in place. Some of the characteristics of IRP, such as increased public participation and an expanded analysis of the costs and benefits of energy resources, can contribute to addressing some of the technical and market barriers that hinder the increased deployment of renewable energy technologies. This paper looks at the status of some of these issues

  18. Auctions for coastal energy resources

    Science.gov (United States)

    Griffin, Robert M.

    It is becoming increasingly common to allocate public resources to the private sector for the purpose of developing these resources. One of the earliest uses of auctions in the U.S. for allocating rights to public resources was in the offshore oil and gas industry. The U.S. Federal government, through the Department of Interior (DOI), has used auctions to allocate development rights to offshore oil and gas resources to the private sector since the 1950's. Since then many things have changed. Oil and gas markets have gone through boom and bust cycles, giant technological advances in extraction and assessment have taken place, and alternative energy based in the coastal zone is now in demand in markets as well. There has been an enormous amount of research into the drivers of bidder behavior in auctions and optimal auction design in the last 60 years as well. Throughout all of this, the DOI has continued to use basically the same exact auction design to allocate oil and gas leases. The U.S. offshore oil and gas resources sold by the Department of Interior have accounted for more than $65 billion in revenue since the program started. These offshore resources are an important source of government revenue and national wealth. Additionally, the expansion of the energy sector offshore has enormous potential for electricity generation in the U.S., estimated by the National Renewable Energy Laboratory as approaching 54 gigawatts by 2030 (U.S. Department of Energy, 2008). Taken together, the DOI controls access to a large part of the future of energy in the U.S. The research herein assesses the auction formats used to allocate both fossil fuels and renewable resources on the Outer Continental Shelf (OCS). The first manuscript looks at the current method used by the DOI to allocate oil and gas leases on the OCS, and is primarily interested in how bidders behave in this environment. Using latent class estimation techniques to separate distinct bidding behavior in a laboratory

  19. Constraining viscous dark energy models with the latest cosmological data

    Science.gov (United States)

    Wang, Deng; Yan, Yang-Jie; Meng, Xin-He

    2017-10-01

    Based on the assumption that the dark energy possessing bulk viscosity is homogeneously and isotropically permeated in the universe, we propose three new viscous dark energy (VDE) models to characterize the accelerating universe. By constraining these three models with the latest cosmological observations, we find that they just deviate very slightly from the standard cosmological model and can alleviate effectively the current H_0 tension between the local observation by the Hubble Space Telescope and the global measurement by the Planck Satellite. Interestingly, we conclude that a spatially flat universe in our VDE model with cosmic curvature is still supported by current data, and the scale invariant primordial power spectrum is strongly excluded at least at the 5.5σ confidence level in the three VDE models as the Planck result. We also give the 95% upper limits of the typical bulk viscosity parameter η in the three VDE scenarios.

  20. Federal Energy Resources Modernization Coordinating Committee

    Energy Technology Data Exchange (ETDEWEB)

    Parker, G. B.

    1992-07-01

    This report summarizes the broad range of activities supported by Federal Energy Management Program (FEMP) and other federal agencies focused on meeting the President's Executive Order on Federal Energy Management promulgated to meet energy savings goals and encourage more efficient management of all federal energy resources. These activities are reported semiannually under the auspices of the FERM Coordinating Committee, and as such include activities undertaken from October 1, 1991, through March 31, 1992. The activities reported are classified into four major categories: (1) technology-base support, which includes development of processes, software, metering and monitoring equipment and strategies, and other tools for the federal energy manager to better understand and characterize their energy resources; (2) federal energy systems testing and monitoring; (3) federal energy systems modernization projects at federal installations in cooperation with the utilities serving the sites; and (4) energy supply, distribution and end-use conservation assessment for federal agencies and/or facilities.

  1. Observation on optimal transition from conventional energy with resource constraints to advanced energy with virtually unlimited resource, (2)

    International Nuclear Information System (INIS)

    Ohkubo, Hiroo; Suzuki, Atsuyuki; Kiyose, Ryohei

    1983-01-01

    This is an extension of the Suzuki model (base model) on optimal transition from resource-limited energy (oil) to advanced energy with virtually unlimited resource. The finite length of plant life, fuel cost, technological progress factor of advanced energy and the upper limit upon annual consumption rate of oil are taken into account for such an extension. The difference in optimal solutions obtained from extended and base models is shown by an application of the maximum principle. The implication of advanced energy R and D andenergy conservation effort is also discussed. (author)

  2. America's Changing Energy Landscape - USGS National Coal Resources Data System Changes to National Energy Resources Data System.

    Science.gov (United States)

    East, J. A., II

    2016-12-01

    The U.S. Geological Survey's (USGS) Eastern Energy Resources Science Center (EERSC) has an ongoing project which has mapped coal chemistry and stratigraphy since 1977. Over the years, the USGS has collected various forms of coal data and archived that data into the National Coal Resources Data System (NCRDS) database. NCRDS is a repository that houses data from the major coal basins in the United States and includes information on location, seam thickness, coal rank, geologic age, geographic region, geologic province, coalfield, and characteristics of the coal or lithology for that data point. These data points can be linked to the US Coal Quality Database (COALQUAL) to include ultimate, proximate, major, minor and trace-element data. Although coal is an inexpensive energy provider, the United States has shifted away from coal usage recently and branched out into other forms of non-renewable and renewable energy because of environmental concerns. NCRDS's primary method of data capture has been USGS field work coupled with cooperative agreements with state geological agencies and universities doing coal-related research. These agreements are on competitive five-year cycles that have evolved into larger scope research efforts including solid fuel resources such as coal-bed methane, shale gas and oil. Recently these efforts have expanded to include environmental impacts of the use of fossil fuels, which has allowed the USGS to enter into agreements with states for the Geologic CO2 Storage Resources Assessment as required by the Energy Independence and Security Act. In 2016 they expanded into research areas to include geothermal, conventional and unconventional oil and gas. The NCRDS and COALQUAL databases are now online for the public to use, and are in the process of being updated to include new data for other energy resources. Along with this expansion of scope, the database name will change to the National Energy Resources Data System (NERDS) in FY 2017.

  3. Hydrokinetic energy resource estimates of River ERO at Lafiagi ...

    African Journals Online (AJOL)

    Hydrokinetic energy resource estimates of River ERO at Lafiagi, Kwara State, ... cost-effective renewable energy solution without requiring the construction of a ... Keywords: Hydrokinetic Power, Energy Resource, River Ero, Water Resources ... (14); Eritrea (1); Ethiopia (30); Ghana (27); Kenya (29); Lesotho (1); Libya (2) ...

  4. Energy for lunar resource exploitation

    Science.gov (United States)

    Glaser, Peter E.

    1992-02-01

    Humanity stands at the threshold of exploiting the known lunar resources that have opened up with the access to space. America's role in the future exploitation of space, and specifically of lunar resources, may well determine the level of achievement in technology development and global economic competition. Space activities during the coming decades will significantly influence the events on Earth. The 'shifting of history's tectonic plates' is a process that will be hastened by the increasingly insistent demands for higher living standards of the exponentially growing global population. Key to the achievement of a peaceful world in the 21st century, will be the development of a mix of energy resources at a societally acceptable and affordable cost within a realistic planning horizon. This must be the theme for the globally applicable energy sources that are compatible with the Earth's ecology. It is in this context that lunar resources development should be a primary goal for science missions to the Moon, and for establishing an expanding human presence. The economic viability and commercial business potential of mining, extracting, manufacturing, and transporting lunar resource based materials to Earth, Earth orbits, and to undertake macroengineering projects on the Moon remains to be demonstrated. These extensive activities will be supportive of the realization of the potential of space energy sources for use on Earth. These may include generating electricity for use on Earth based on beaming power from Earth orbits and from the Moon to the Earth, and for the production of helium 3 as a fuel for advanced fusion reactors.

  5. Stochastic risk-averse coordinated scheduling of grid integrated energy storage units in transmission constrained wind-thermal systems within a conditional value-at-risk framework

    International Nuclear Information System (INIS)

    Hemmati, Reza; Saboori, Hedayat; Saboori, Saeid

    2016-01-01

    In recent decades, wind power resources have been integrated in the power systems increasingly. Besides confirmed benefits, utilization of large share of this volatile source in power generation portfolio has been faced system operators with new challenges in terms of uncertainty management. It is proved that energy storage systems are capable to handle projected uncertainty concerns. Risk-neutral methods have been proposed in the previous literature to schedule storage units considering wind resources uncertainty. Ignoring risk of the cost distributions with non-desirable properties may result in experiencing high costs in some unfavorable scenarios with high probability. In order to control the risk of the operator decisions, this paper proposes a new risk-constrained two-stage stochastic programming model to make optimal decisions on energy storage and thermal units in a transmission constrained hybrid wind-thermal power system. Risk-aversion procedure is explicitly formulated using the conditional value-at-risk measure, because of possessing distinguished features compared to the other risk measures. The proposed model is a mixed integer linear programming considering transmission network, thermal unit dynamics, and storage devices constraints. The simulations results demonstrate that taking the risk of the problem into account will affect scheduling decisions considerably depend on the level of the risk-aversion. - Highlights: • Risk of the operation decisions is handled by using risk-averse programming. • Conditional value-at-risk is used as risk measure. • Optimal risk level is obtained based on the cost/benefit analysis. • The proposed model is a two-stage stochastic mixed integer linear programming. • The unit commitment is integrated with ESSs and wind power penetration.

  6. Efforts for nuclear energy human resource development by industry-government-academic sectors cooperation. Nuclear Energy Human Resource Development Council Report

    International Nuclear Information System (INIS)

    Yamamoto, Shinji

    2009-01-01

    The report consists of eighteen sections such as the present conditions of nuclear energy, decreasing students in the department of technology and decreasing numbers of nuclear-related subjects, The Nuclear Energy Human Resources Development Program (HRD Program), The Nuclear Energy Human Resources Development Council (HRD Council), the industry-academia partnership for human resource development, the present situation of new graduates in the nuclear field, new workers of nuclear industry, the conditions of technical experts in the nuclear energy industry, long-range forecast of human resource, increasing international efforts, nuclear energy human resources development road map, three points for HRD, six basic subjects for HRD, the specific efforts of the industrial, governmental and academic sectors, promoting a better understanding of nuclear energy and supporting job hunting and employment, students to play an active part in the world, and support of the elementary and secondary schools. Change of numbers of nuclear-related subjects of seven universities, change of number of new graduates in nuclear field of various companies from 1985 to 2006, number of people employed by nuclear industries from 1998 to 2007, number of technical experts in the electric companies and the mining and manufacturing industries and forecast of number of technical experts in total nuclear industries are illustrated. (S.Y.)

  7. Constrained Quadratic Programming and Neurodynamics-Based Solver for Energy Optimization of Biped Walking Robots

    Directory of Open Access Journals (Sweden)

    Liyang Wang

    2017-01-01

    Full Text Available The application of biped robots is always trapped by their high energy consumption. This paper makes a contribution by optimizing the joint torques to decrease the energy consumption without changing the biped gaits. In this work, a constrained quadratic programming (QP problem for energy optimization is formulated. A neurodynamics-based solver is presented to solve the QP problem. Differing from the existing literatures, the proposed neurodynamics-based energy optimization (NEO strategy minimizes the energy consumption and guarantees the following three important constraints simultaneously: (i the force-moment equilibrium equation of biped robots, (ii frictions applied by each leg on the ground to hold the biped robot without slippage and tipping over, and (iii physical limits of the motors. Simulations demonstrate that the proposed strategy is effective for energy-efficient biped walking.

  8. Constraining viscous dark energy models with the latest cosmological data

    Energy Technology Data Exchange (ETDEWEB)

    Wang, Deng [Nankai University, Theoretical Physics Division, Chern Institute of Mathematics, Tianjin (China); Yan, Yang-Jie; Meng, Xin-He [Nankai University, Department of Physics, Tianjin (China)

    2017-10-15

    Based on the assumption that the dark energy possessing bulk viscosity is homogeneously and isotropically permeated in the universe, we propose three new viscous dark energy (VDE) models to characterize the accelerating universe. By constraining these three models with the latest cosmological observations, we find that they just deviate very slightly from the standard cosmological model and can alleviate effectively the current H{sub 0} tension between the local observation by the Hubble Space Telescope and the global measurement by the Planck Satellite. Interestingly, we conclude that a spatially flat universe in our VDE model with cosmic curvature is still supported by current data, and the scale invariant primordial power spectrum is strongly excluded at least at the 5.5σ confidence level in the three VDE models as the Planck result. We also give the 95% upper limits of the typical bulk viscosity parameter η in the three VDE scenarios. (orig.)

  9. Quantitative variability of renewable energy resources in Norway

    Science.gov (United States)

    Christakos, Konstantinos; Varlas, George; Cheliotis, Ioannis; Aalstad, Kristoffer; Papadopoulos, Anastasios; Katsafados, Petros; Steeneveld, Gert-Jan

    2017-04-01

    Based on European Union (EU) targets for 2030, the share of renewable energy (RE) consumption should be increased at 27%. RE resources such as hydropower, wind, wave power and solar power are strongly depending on the chaotic behavior of the weather conditions and climate. Due to this dependency, the prediction of the spatiotemporal variability of the RE resources is more crucial factor than in other energy resources (i.e. carbon based energy). The fluctuation of the RE resources can affect the development of the RE technologies, the energy grid, supply and prices. This study investigates the variability of the potential RE resources in Norway. More specifically, hydropower, wind, wave, and solar power are quantitatively analyzed and correlated with respect to various spatial and temporal scales. In order to analyze the diversities and their interrelationships, reanalysis and observational data of wind, precipitation, wave, and solar radiation are used for a quantitative assessment. The results indicate a high variability of marine RE resources in the North Sea and the Norwegian Sea.

  10. Joint Resource Optimization for Cognitive Sensor Networks with SWIPT-Enabled Relay.

    Science.gov (United States)

    Lu, Weidang; Lin, Yuanrong; Peng, Hong; Nan, Tian; Liu, Xin

    2017-09-13

    Energy-constrained wireless networks, such as wireless sensor networks (WSNs), are usually powered by fixed energy supplies (e.g., batteries), which limits the operation time of networks. Simultaneous wireless information and power transfer (SWIPT) is a promising technique to prolong the lifetime of energy-constrained wireless networks. This paper investigates the performance of an underlay cognitive sensor network (CSN) with SWIPT-enabled relay node. In the CSN, the amplify-and-forward (AF) relay sensor node harvests energy from the ambient radio-frequency (RF) signals using power splitting-based relaying (PSR) protocol. Then, it helps forward the signal of source sensor node (SSN) to the destination sensor node (DSN) by using the harvested energy. We study the joint resource optimization including the transmit power and power splitting ratio to maximize CSN's achievable rate with the constraint that the interference caused by the CSN to the primary users (PUs) is within the permissible threshold. Simulation results show that the performance of our proposed joint resource optimization can be significantly improved.

  11. Integrating job scheduling and constrained network routing

    DEFF Research Database (Denmark)

    Gamst, Mette

    2010-01-01

    This paper examines the NP-hard problem of scheduling jobs on resources such that the overall profit of executed jobs is maximized. Job demand must be sent through a constrained network to the resource before execution can begin. The problem has application in grid computing, where a number...

  12. Constrained Optimal Stochastic Control of Non-Linear Wave Energy Point Absorbers

    DEFF Research Database (Denmark)

    Sichani, Mahdi Teimouri; Chen, Jian-Bing; Kramer, Morten

    2014-01-01

    to extract energy. Constrains are enforced on the control force to prevent large structural stresses in the floater at specific hot spots with the risk of inducing fatigue damage, or because the demanded control force cannot be supplied by the actuator system due to saturation. Further, constraints...... are enforced on the motion of the floater to prevent it from hitting the bottom of the sea or to make unacceptable jumps out of the water. The applied control law, which is of the feedback type with feedback from the displacement, velocity, and acceleration of the floater, contains two unprovided gain...

  13. Wind Energy Resource Atlas of the Philippines

    Energy Technology Data Exchange (ETDEWEB)

    Elliott, D.; Schwartz, M.; George, R.; Haymes, S.; Heimiller, D.; Scott, G.; McCarthy, E.

    2001-03-06

    This report contains the results of a wind resource analysis and mapping study for the Philippine archipelago. The study's objective was to identify potential wind resource areas and quantify the value of those resources within those areas. The wind resource maps and other wind resource characteristic information will be used to identify prospective areas for wind-energy applications.

  14. Resource Assessment for Hydrogen Production: Hydrogen Production Potential from Fossil and Renewable Energy Resources

    Energy Technology Data Exchange (ETDEWEB)

    Melaina, M. [National Renewable Energy Lab. (NREL), Golden, CO (United States); Penev, M. [National Renewable Energy Lab. (NREL), Golden, CO (United States); Heimiller, D. [National Renewable Energy Lab. (NREL), Golden, CO (United States)

    2013-09-01

    This study examines the energy resources required to produce 4-10 million metric tonnes of domestic, low-carbon hydrogen in order to fuel approximately 20-50 million fuel cell electric vehicles. These projected energy resource requirements are compared to current consumption levels, projected 2040 business as usual consumptions levels, and projected 2040 consumption levels within a carbonconstrained future for the following energy resources: coal (assuming carbon capture and storage), natural gas, nuclear (uranium), biomass, wind (on- and offshore), and solar (photovoltaics and concentrating solar power). The analysis framework builds upon previous analysis results estimating hydrogen production potentials and drawing comparisons with economy-wide resource production projections

  15. Classification of geothermal resources by potential

    Science.gov (United States)

    Rybach, L.

    2015-03-01

    When considering and reporting resources, the term "geothermal potential" is often used without clearly stating what kind of potential is meant. For renewable energy resources it is nowadays common to use different potentials: theoretical, technical, economic, sustainable, developable - decreasing successively in size. In such a sequence, the potentials are progressively realizable and more and more rewarding financially. The theoretical potential describes the physically present energy, the technical potential the fraction of this energy that can be used by currently available technology and the economic potential the time- and location-dependent fraction of the previous category; the sustainable potential constrains the fraction of the economic potential that can be utilized in the long term; the developable potential is the fraction of the economic resource which can be developed under realistic conditions. In converting theoretical to technical potential, the recovery factor (the ratio extractable heat/heat present at depth) is of key importance. An example (global geothermal resources) is given, with numerical values of the various potentials. The proposed classification could and should be used as a kind of general template for future geothermal energy resources reporting.

  16. The WHO/PEPFAR collaboration to prepare an operations manual for HIV prevention, care, and treatment at primary health centers in high-prevalence, resource-constrained settings: defining laboratory services.

    Science.gov (United States)

    Spira, Thomas; Lindegren, Mary Lou; Ferris, Robert; Habiyambere, Vincent; Ellerbrock, Tedd

    2009-06-01

    The expansion of HIV/AIDS care and treatment in resource-constrained countries, especially in sub-Saharan Africa, has generally developed in a top-down manner. Further expansion will involve primary health centers where human and other resources are limited. This article describes the World Health Organization/President's Emergency Plan for AIDS Relief collaboration formed to help scale up HIV services in primary health centers in high-prevalence, resource-constrained settings. It reviews the contents of the Operations Manual developed, with emphasis on the Laboratory Services chapter, which discusses essential laboratory services, both at the center and the district hospital level, laboratory safety, laboratory testing, specimen transport, how to set up a laboratory, human resources, equipment maintenance, training materials, and references. The chapter provides specific information on essential tests and generic job aids for them. It also includes annexes containing a list of laboratory supplies for the health center and sample forms.

  17. Gas-Fired Distributed Energy Resource Technology Characterizations

    Energy Technology Data Exchange (ETDEWEB)

    Goldstein, L.; Hedman, B.; Knowles, D.; Freedman, S. I.; Woods, R.; Schweizer, T.

    2003-11-01

    The U. S. Department of Energy (DOE) Office of Energy Efficiency and Renewable Energy (EERE) is directing substantial programs in the development and encouragement of new energy technologies. Among them are renewable energy and distributed energy resource technologies. As part of its ongoing effort to document the status and potential of these technologies, DOE EERE directed the National Renewable Energy Laboratory to lead an effort to develop and publish Distributed Energy Technology Characterizations (TCs) that would provide both the department and energy community with a consistent and objective set of cost and performance data in prospective electric-power generation applications in the United States. Toward that goal, DOE/EERE - joined by the Electric Power Research Institute (EPRI) - published the Renewable Energy Technology Characterizations in December 1997.As a follow-up, DOE EERE - joined by the Gas Research Institute - is now publishing this document, Gas-Fired Distributed Energy Resource Technology Characterizations.

  18. Hawaii energy strategy project 3: Renewable energy resource assessment and development program

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    1995-11-01

    RLA Consulting (RLA) has been retained by the State of Hawaii Department of Business, Economic Development and Tourism (DBEDT) to conduct a Renewable Energy Resource Assessment and Development Program. This three-phase program is part of the Hawaii Energy Strategy (HES), which is a multi-faceted program intended to produce an integrated energy strategy for the State of Hawaii. The purpose of Phase 1 of the project, Development of a Renewable Energy Resource Assessment Plan, is to better define the most promising potential renewable energy projects and to establish the most suitable locations for project development in the state. In order to accomplish this goal, RLA has identified constraints and requirements for renewable energy projects from six different renewable energy resources: wind, solar, biomass, hydro, wave, and ocean thermal. These criteria were applied to areas with sufficient resource for commercial development and the results of Phase 1 are lists of projects with the most promising development potential for each of the technologies under consideration. Consideration of geothermal energy was added to this investigation under a separate contract with DBEDT. In addition to the project lists, a monitoring plan was developed with recommended locations and a data collection methodology for obtaining additional wind and solar data. This report summarizes the results of Phase 1. 11 figs., 22 tabs.

  19. Distributed Energy Resources Test Facility

    Data.gov (United States)

    Federal Laboratory Consortium — NREL's Distributed Energy Resources Test Facility (DERTF) is a working laboratory for interconnection and systems integration testing. This state-of-the-art facility...

  20. Approximate energy correction for particle number summetry breaking in constrained Hartree-Fock plus BCS calculations

    International Nuclear Information System (INIS)

    Redon, N.; Meyer, J.; Meyer, M.

    1989-01-01

    An approximate restoration of the particle number symmetry, a la Lipkin-Nogami, is numerically investigated in the context of Constrained Hartree-Fock plus BCS calculations. Its effect is assessed in a variety of physical situations like potential energy landscapes in transitional nuclei, shape isomerism at low spin and fission barriers of actinide nuclei

  1. Distributed Energy Resource (DER) Cybersecurity Standards

    Energy Technology Data Exchange (ETDEWEB)

    Saleem, Danish [National Renewable Energy Laboratory (NREL), Golden, CO (United States); Johnson, Jay [Sandia National Laboratories

    2017-11-08

    This presentation covers the work that Sandia National Laboratories and National Renewable Energy Laboratory are doing for distributed energy resource cybersecurity standards, prepared for NREL's Annual Cybersecurity & Resilience Workshop on October 9-10, 2017.

  2. Criteria for evaluating alternative uses of energy resources

    Energy Technology Data Exchange (ETDEWEB)

    Hogg, R. J.

    1977-10-15

    Criteria that should be considered in evaluating the alternative use of energy resources are examined, e.g., energy policies must be compatible with overall national objectives; the demands of the energy sector must be sustainable; energy supplies must be reliable; resource depletion rates must be minimized; community interests must be protected; and economic costs must be minimized. Case studies using electricity and natural gas for the application of these criteria are presented.

  3. Biomass energy resource enhancement

    Energy Technology Data Exchange (ETDEWEB)

    Grover, P D [Indian Institute of Technology, New Delhi (India)

    1995-12-01

    The demand for energy in developing countries is expected to increase to at least three times its present level within the next 25 years. If this demand is to be met by fossil fuels, an additional 2 billion tonnes of crude oil or 3 billion tonnes of coal would be needed every year. This consumption pattern, if allowed to proceed, would add 10 billion tonnes of CO{sub 2}, to the global atmosphere each year, with its attendant risk of global warming. Therefore, just for our survival, it is imperative to progressively replace fossil fuels by biomass energy resources and to enhance the efficiency of use of the latter. Biomass is not only environmentally benign but is also abundant. It is being photosynthesised at the rate of 200 billion tonnes of carbon every year, which is equivalent to 10 times the world`s present demand for energy. Presently, biomass energy resources are highly under-utilised in developing countries; when they are used it is through combustion, which is inefficient and causes widespread environmental pollution with its associated health hazards. Owing to the low bulk density and high moisture content of biomass, which make it difficult to collect, transport and store, as well as its ash-related thermochemical properties, its biodegradability and seasonal availability, the industrial use of biomass is limited to small and (some) medium-scale industries, most of which are unable to afford efficient but often costly energy conversion systems. Considering these constraints and the need to enhance the use base, biomass energy technologies appropriate to developing countries have been identified. Technologies such as briquetting and densification to upgrade biomass fuels are being adopted as conventional measures in some developing countries. The biomass energy base can be enhanced only once these technologies have been shown to be viable under local conditions and with local raw materials, after which they will multiply on their own, as has been the case

  4. Biomass energy resource enhancement

    International Nuclear Information System (INIS)

    Grover, P.D.

    1995-01-01

    The demand for energy in developing countries is expected to increase to at least three times its present level within the next 25 years. If this demand is to be met by fossil fuels, an additional 2 billion tonnes of crude oil or 3 billion tonnes of coal would be needed every year. This consumption pattern, if allowed to proceed, would add 10 billion tonnes of CO 2 , to the global atmosphere each year, with its attendant risk of global warming. Therefore, just for our survival, it is imperative to progressively replace fossil fuels by biomass energy resources and to enhance the efficiency of use of the latter. Biomass is not only environmentally benign but is also abundant. It is being photosynthesised at the rate of 200 billion tonnes of carbon every year, which is equivalent to 10 times the world's present demand for energy. Presently, biomass energy resources are highly under-utilised in developing countries; when they are used it is through combustion, which is inefficient and causes widespread environmental pollution with its associated health hazards. Owing to the low bulk density and high moisture content of biomass, which make it difficult to collect, transport and store, as well as its ash-related thermochemical properties, its biodegradability and seasonal availability, the industrial use of biomass is limited to small and (some) medium-scale industries, most of which are unable to afford efficient but often costly energy conversion systems. Considering these constraints and the need to enhance the use base, biomass energy technologies appropriate to developing countries have been identified. Technologies such as briquetting and densification to upgrade biomass fuels are being adopted as conventional measures in some developing countries. The biomass energy base can be enhanced only once these technologies have been shown to be viable under local conditions and with local raw materials, after which they will multiply on their own, as has been the case

  5. Wind Energy Resource Atlas of Sri Lanka and the Maldives

    Energy Technology Data Exchange (ETDEWEB)

    Elliott, D.; Schwartz, M.; Scott, G.; Haymes, S.; Heimiller, D.; George, R.

    2003-08-01

    The Wind Energy Resource Atlas of Sri Lanka and the Maldives, produced by the National Renewable Energy Laboratory's (NREL's) wind resource group identifies the wind characteristics and distribution of the wind resource in Sri Lanka and the Maldives. The detailed wind resource maps and other information contained in the atlas facilitate the identification of prospective areas for use of wind energy technologies, both for utility-scale power generation and off-grid wind energy applications.

  6. An Interval Fuzzy-Stochastic Chance-Constrained Programming Based Energy-Water Nexus Model for Planning Electric Power Systems

    Directory of Open Access Journals (Sweden)

    Jing Liu

    2017-11-01

    Full Text Available In this study, an interval fuzzy-stochastic chance-constrained programming based energy-water nexus (IFSCP-WEN model is developed for planning electric power system (EPS. The IFSCP-WEN model can tackle uncertainties expressed as possibility and probability distributions, as well as interval values. Different credibility (i.e., γ levels and probability (i.e., qi levels are set to reflect relationships among water supply, electricity generation, system cost, and constraint-violation risk. Results reveal that different γ and qi levels can lead to a changed system cost, imported electricity, electricity generation, and water supply. Results also disclose that the study EPS would tend to the transition from coal-dominated into clean energy-dominated. Gas-fired would be the main electric utility to supply electricity at the end of the planning horizon, occupying [28.47, 30.34]% (where 28.47% and 30.34% present the lower bound and the upper bound of interval value, respectively of the total electricity generation. Correspondingly, water allocated to gas-fired would reach the highest, occupying [33.92, 34.72]% of total water supply. Surface water would be the main water source, accounting for more than [40.96, 43.44]% of the total water supply. The ratio of recycled water to total water supply would increase by about [11.37, 14.85]%. Results of the IFSCP-WEN model present its potential for sustainable EPS planning by co-optimizing energy and water resources.

  7. An enviro-economic function for assessing energy resources for district energy systems

    International Nuclear Information System (INIS)

    Rezaie, Behnaz; Reddy, Bale V.; Rosen, Marc A.

    2014-01-01

    District energy (DE) systems provide an important means of mitigating greenhouse gas emissions and the significant related concerns associated with global climate change. DE systems can use fossil fuels, renewable energy and waste heat as energy sources, and facilitate intelligent integration of energy systems. In this study, an enviro-economic function is developed for assessing various energy sources for a district energy system. The DE system is assessed for the considered energy resources by considering two main factors: CO 2 emissions and economics. Using renewable energy resources and associated technologies as the energy suppliers for a DE system yields environmental benefits which can lead to financial advantages through such instruments as tax breaks; while fossil fuels are increasingly penalized by a carbon tax. Considering these factors as well as the financial value of the technology, an analysis approach is developed for energy suppliers of the DE system. In addition, the proposed approach is modified for the case when thermal energy storage is integrated into a DE system. - Highlights: • Developed a function to assess various energy sources for a district energy system. • Considered CO 2 emissions and economics as two main factors. • Applied renewable energy resources technologies as the suppliers for a DE system. • Yields environmental benefits can lead to financial benefits by tax breaks. • Modified enviro-economic function for the TES integrated into a DE system

  8. Unused Energy Resources of the Republic of Croatia

    International Nuclear Information System (INIS)

    Potocnik, V.

    2008-01-01

    Croatia has very modest fossil fuels resources and relatively large unused potentials of increasing energy efficiency and renewable energy sources. Energy import dependency is close to 60 percent and constantly rising, thus increasing already considerable Croatian foreign debt. By using potential of these resources until the year 2020 Croatia could almost totally eliminate fossil fuels import, reduce foreign debt as well as energy systems' harmful influences on environment, climate and health, and increase domestic employment.(author)

  9. Spatiotemporal variability of marine renewable energy resources in Norway

    NARCIS (Netherlands)

    Varlas, George; Christakos, Konstantinos; Cheliotis, Ioannis; Papadopoulos, A.; Steeneveld, G.J.

    2017-01-01

    Marine Renewable Energy (MRE) resources such as wind and wave energy depend on the complex behaviour of weather and climatic conditions which determine the development of MRE technologies, energy grid, supply and prices. This study investigates the spatiotemporal variability of MRE resources along

  10. Distributed energy resources scheduling considering real-time resources forecast

    DEFF Research Database (Denmark)

    Silva, M.; Sousa, T.; Ramos, S.

    2014-01-01

    grids and considering day-ahead, hour-ahead and realtime time horizons. This method considers that energy resources are managed by a VPP which establishes contracts with their owners. The full AC power flow calculation included in the model takes into account network constraints. In this paper......, distribution function errors are used to simulate variations between time horizons, and to measure the performance of the proposed methodology. A 33-bus distribution network with large number of distributed resources is used....

  11. Constraining early and interacting dark energy with gravitational wave standard sirens: the potential of the eLISA mission

    International Nuclear Information System (INIS)

    Caprini, Chiara; Tamanini, Nicola

    2016-01-01

    We perform a forecast analysis of the capability of the eLISA space-based interferometer to constrain models of early and interacting dark energy using gravitational wave standard sirens. We employ simulated catalogues of standard sirens given by merging massive black hole binaries visible by eLISA, with an electromagnetic counterpart detectable by future telescopes. We consider three-arms mission designs with arm length of 1, 2 and 5 million km, 5 years of mission duration and the best-level low frequency noise as recently tested by the LISA Pathfinder. Standard sirens with eLISA give access to an intermediate range of redshift 1 ∼< z ∼< 8, and can therefore provide competitive constraints on models where the onset of the deviation from ΛCDM (i.e. the epoch when early dark energy starts to be non-negligible, or when the interaction with dark matter begins) occurs relatively late, at z ∼< 6. If instead early or interacting dark energy is relevant already in the pre-recombination era, current cosmological probes (especially the cosmic microwave background) are more efficient than eLISA in constraining these models, except possibly in the interacting dark energy model if the energy exchange is proportional to the energy density of dark energy.

  12. Using the World Health Organization's 4S-Framework to Strengthen National Strategies, Policies and Services to Address Mental Health Problems in Adolescents in Resource-Constrained Settings

    Directory of Open Access Journals (Sweden)

    Cabral de Mello Meena

    2011-09-01

    Full Text Available Abstract Background Most adolescents live in resource-constrained countries and their mental health has been less well recognised than other aspects of their health. The World Health Organization's 4-S Framework provides a structure for national initiatives to improve adolescent health through: gathering and using strategic information; developing evidence-informed policies; scaling up provision and use of health services; and strengthening linkages with other government sectors. The aim of this paper is to discuss how the findings of a recent systematic review of mental health problems in adolescents in resource-constrained settings might be applied using the 4-S Framework. Method Analysis of the implications of the findings of a systematic search of the English-language literature for national strategies, policies, services and cross-sectoral linkages to improve the mental health of adolescents in resource-constrained settings. Results Data are available for only 33/112 [29%] resource-constrained countries, but in all where data are available, non-psychotic mental health problems in adolescents are identifiable, prevalent and associated with reduced quality of life, impaired participation and compromised development. In the absence of evidence about effective interventions in these settings expert opinion is that a broad public policy response which addresses direct strategies for prevention, early intervention and treatment; health service and health workforce requirements; social inclusion of marginalised groups of adolescents; and specific education is required. Specific endorsed strategies include public education, parent education, training for teachers and primary healthcare workers, psycho-educational curricula, identification through periodic screening of the most vulnerable and referral for care, and the availability of counsellors or other identified trained staff members in schools from whom adolescents can seek assistance for

  13. On energy efficient power allocation for power-constrained systems

    KAUST Repository

    Sboui, Lokman

    2014-09-01

    Recently, the energy efficiency (EE) has become an important factor when designing new wireless communication systems. Due to economic and environmental challenges, new trends and efforts are oriented toward “green” communication especially for energy-constrained applications such as wireless sensors network and cognitive radio. To this end, we analyze the power allocation scheme that maximizes the EE defined as rate over the total power including circuit power. We derive an explicit expression of the optimal power with instantaneous channel gain based on EE criterion. We show that the relation between the EE and the spectral efficiency (SE) when the optimal power is adopted is strictly increasing in contrast with the SE-EE trade-off discussed in the literature. We also solve a non-convex problem and compute explicitly the optimal power for ergodic EE under either a peak or an average power constraint. When the instantaneous channel is not available, we provide the optimal power equation and compute simple sub-optimal power. In the numerical results, we show that the sup-optimal solution is very close to the optimal solution. In addition, we show that the absence of the channel state information (CSI) only affects the EE and the SE performances at high power regime compared to the full CSI case.

  14. Constrained-DFT method for accurate energy-level alignment of metal/molecule interfaces

    KAUST Repository

    Souza, A. M.

    2013-10-07

    We present a computational scheme for extracting the energy-level alignment of a metal/molecule interface, based on constrained density functional theory and local exchange and correlation functionals. The method, applied here to benzene on Li(100), allows us to evaluate charge-transfer energies, as well as the spatial distribution of the image charge induced on the metal surface. We systematically study the energies for charge transfer from the molecule to the substrate as function of the molecule-substrate distance, and investigate the effects arising from image-charge confinement and local charge neutrality violation. For benzene on Li(100) we find that the image-charge plane is located at about 1.8 Å above the Li surface, and that our calculated charge-transfer energies compare perfectly with those obtained with a classical electrostatic model having the image plane located at the same position. The methodology outlined here can be applied to study any metal/organic interface in the weak coupling limit at the computational cost of a total energy calculation. Most importantly, as the scheme is based on total energies and not on correcting the Kohn-Sham quasiparticle spectrum, accurate results can be obtained with local/semilocal exchange and correlation functionals. This enables a systematic approach to convergence.

  15. Constrained-DFT method for accurate energy-level alignment of metal/molecule interfaces

    KAUST Repository

    Souza, A. M.; Rungger, I.; Pemmaraju, C. D.; Schwingenschlö gl, Udo; Sanvito, S.

    2013-01-01

    We present a computational scheme for extracting the energy-level alignment of a metal/molecule interface, based on constrained density functional theory and local exchange and correlation functionals. The method, applied here to benzene on Li(100), allows us to evaluate charge-transfer energies, as well as the spatial distribution of the image charge induced on the metal surface. We systematically study the energies for charge transfer from the molecule to the substrate as function of the molecule-substrate distance, and investigate the effects arising from image-charge confinement and local charge neutrality violation. For benzene on Li(100) we find that the image-charge plane is located at about 1.8 Å above the Li surface, and that our calculated charge-transfer energies compare perfectly with those obtained with a classical electrostatic model having the image plane located at the same position. The methodology outlined here can be applied to study any metal/organic interface in the weak coupling limit at the computational cost of a total energy calculation. Most importantly, as the scheme is based on total energies and not on correcting the Kohn-Sham quasiparticle spectrum, accurate results can be obtained with local/semilocal exchange and correlation functionals. This enables a systematic approach to convergence.

  16. Energy Policy Case Study - California: Renewables and Distributed Energy Resources

    Energy Technology Data Exchange (ETDEWEB)

    Homer, Juliet S. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Bender, Sadie R. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Weimar, Mark R. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States)

    2016-09-19

    The purpose of this document is to present a case study of energy policies in California related to power system transformation and renewable and distributed energy resources (DERs). Distributed energy resources represent a broad range of technologies that can significantly impact how much, and when, electricity is demanded from the grid. Key policies and proceedings related to power system transformation and DERs are grouped into the following categories: 1.Policies that support achieving environmental and climate goals 2.Policies that promote deployment of DERs 3.Policies that support reliability and integration of DERs 4.Policies that promote market animation and support customer choice. Major challenges going forward are forecasting and modeling DERs, regulatory and utility business model issues, reliability, valuation and pricing, and data management and sharing.

  17. Total, accessible and reserve wind energy resources in Bulgaria

    International Nuclear Information System (INIS)

    Ivanov, P.; Trifonova, L.

    1996-01-01

    The article is a part of the international project 'Bulgaria Country Study to Address Climate Change Inventory of the Greenhouse Gases Emission and Sinks Alternative Energy Balance and Technology Programs' sponsored by the Department of Energy, US. The 'total' average annual wind resources in Bulgaria determined on the basis wind velocity density for more than 100 meteorological stations are estimated on 125 000 TWh. For the whole territory the theoretical wind power potential is about 14200 GW. The 'accessible' wind resources are estimated on about 62000 TWh. The 'reserve' (or usable) wind resources are determined using 8 velocity intervals for WECS (Wind Energy Conversion Systems) operation, number and disposition of turbines, and the usable (3%) part of the territory. The annual reserve resources are estimated at about 21 - 33 TWh. The 'economically beneficial' wind resources (EBWR) are those part of the reserve resources which could be included in the country energy balance using specific technologies in specific time period. It is foreseen that at year 2010 the EBWR could reach 0.028 TWh. 7 refs., 2 tabs., 1 fig

  18. World Energy Resources and New Technologies

    Science.gov (United States)

    Szmyd, Janusz S.

    2016-01-01

    The development of civilisation is linked inextricably with growing demand for electricity. Thus, the still-rapid increase in the level of utilisation of natural resources, including fossil fuels, leaves it more and more urgent that conventional energy technologies and the potential of the renewable energy sources be made subject to re-evaluation. It is estimated that last 200 years have seen use made of more than 50% of the available natural resources. Equally, if economic forecasts prove accurate, for at least several more decades, oil, natural gas and coal will go on being the basic primary energy sources. The alternative solution represented by nuclear energy remains a cause of considerable public concern, while the potential for use to be made of renewable energy sources is seen to be very much dependent on local environmental conditions. For this reason, it is necessary to emphasise the impact of research that focuses on the further sharpening-up of energy efficiency, as well as actions aimed at increasing society's awareness of the relevant issues. The history of recent centuries has shown that rapid economic and social transformation followed on from the industrial and technological revolutions, which is to say revolutions made possible by the development of power-supply technologies. While the 19th century was "the age of steam" or of coal, and the 20th century the era of oil and gas, the question now concerns the name that will at some point come to be associated with the 21st century. In this paper, the subjects of discussion are primary energy consumption and energy resources, though three international projects on the global scale are also presented, i.e. ITER, Hydrates and DESERTEC. These projects demonstrate new scientific and technical possibilities, though it is unlikely that commercialisation would prove feasible before 2050. Research should thus be focused on raising energy efficiency. The development of high-efficiency technologies that

  19. Survey of Public Understanding on Energy Resources including Nuclear Energy (I)

    International Nuclear Information System (INIS)

    Park, Se-Moon; Song, Sun-Ja

    2007-01-01

    Women in Nuclear-Korea (WINK) surveyed the public understanding on various energy resources in early September 2006 to offer the result for establishment of the nuclear communication policy. The reason why this survey includes other energy resources is because the previous works are only limited on nuclear energy, and also aimed to know the public's opinion on the present communication skill of nuclear energy for the public understanding. The present study is purposed of having data how public understands nuclear energy compared to other energies, such as fossil fuels, hydro power, and other sustainable energies. The data obtained from this survey have shown different results according to the responded group; age, gender, residential area, etc. Responded numbers are more than 2,000 of general public and university students. The survey result shows that nuclear understanding is more negative in women than in men, and is more negative in young than older age

  20. Resource-constrained project scheduling problem: review of past and recent developments

    Directory of Open Access Journals (Sweden)

    Farhad Habibi

    2018-01-01

    Full Text Available The project scheduling problem is both practically and theoretically of paramount importance. From the practical perspective, improvement of project scheduling as a critical part of project management process can lead to successful project completion and significantly decrease of the relevant costs. From the theoretical perspective, project scheduling is regarded as one of the in-teresting optimization issues, which has attracted the attention of many researchers in the area of operations research. Therefore, the project scheduling issue has been significantly evaluated over time and has been developed from various aspects. In this research, the topics related to Re-source-Constrained Project Scheduling Problem (RCPSP are reviewed, recent developments in this field are evaluated, and the results are presented for future studies. In this regard, first, the standard problem of RCPSP is expressed and related developments are presented from four as-pects of resources, characteristics of activities, type of objective functions, and availability level of information. Following that, details about 216 articles conducted on RCPSP during 1980-2017 are expressed. At the end, in line with the statistics obtained from the evaluation of previ-ous articles, suggestions are made for the future studies in order to help the development of new issues in this area.

  1. 2016 Offshore Wind Energy Resource Assessment for the United States

    Energy Technology Data Exchange (ETDEWEB)

    Musial, Walt [National Renewable Energy Lab. (NREL), Golden, CO (United States); Heimiller, Donna [National Renewable Energy Lab. (NREL), Golden, CO (United States); Beiter, Philipp [National Renewable Energy Lab. (NREL), Golden, CO (United States); Scott, George [National Renewable Energy Lab. (NREL), Golden, CO (United States); Draxl, Caroline [National Renewable Energy Lab. (NREL), Golden, CO (United States)

    2016-09-01

    This report, the 2016 Offshore Wind Energy Resource Assessment for the United States, was developed by the National Renewable Energy Laboratory, and updates a previous national resource assessment study, and refines and reaffirms that the available wind resource is sufficient for offshore wind to be a large-scale contributor to the nation's electric energy supply.

  2. Biomass energy - Definitions, resources and transformation processes

    International Nuclear Information System (INIS)

    Damien, Alain

    2013-01-01

    Biomass energy is today considered as a new renewable energy source, and thus, has entered a regulatory framework aiming at encouraging its development for CO 2 pollution abatement. This book addresses the constraints, both natural and technological, of the exploitation of the biomass resource, and then the economical and regulatory aspects of this industry. This second edition provides a complement about the plants used and the new R and D progresses made in this domain. Content: 1 - Definitions and general considerations: natural organic products, regulatory and standardized definitions, energy aspects of biomass fuels; 2 - Resources: energy production dedicated crops, biomass by-products, biomass from wastes; 3 - Biomass to energy transformation processes: combustion, gasification, pyrolysis, torrefaction, methanation, alcoholic fermentation, landfill biogas, Fischer-Tropsch synthesis, methanol synthesis, trans-esterification, synthetic natural gas production, bio-hydrogen production; 4 - Biofuels: solid fuels, solid automotive biofuels, gaseous biofuels, liquid biofuels, comparative efficiency; 5 - Situation of biomass energy: regulations, impact on non-energy purpose biomass, advantages and drawbacks

  3. Energy Security Analysis: The case of constrained oil supply for Ireland

    International Nuclear Information System (INIS)

    Glynn, James; Chiodi, Alessandro; Gargiulo, Maurizio; Deane, J.P.; Bazilian, Morgan; Gallachóir, Brian Ó

    2014-01-01

    Ireland imports 88% of its energy requirements. Oil makes up 59% of total final energy consumption (TFC). Import dependency, low fuel diversity and volatile prices leave Ireland vulnerable in terms of energy security. This work models energy security scenarios for Ireland using long term macroeconomic forecasts to 2050, with oil production and price scenarios from the International Monetary Fund, within the Irish TIMES energy systems model. The analysis focuses on developing a least cost optimum energy system for Ireland under scenarios of constrained oil supply (0.8% annual import growth, and –2% annual import decline) and subsequent sustained long term price shocks to oil and gas imports. The results point to gas becoming the dominant fuel source for Ireland, at 54% total final energy consumption in 2020, supplanting oil from reference projections of 57% to 10.8% TFC. In 2012, the cost of net oil imports stood at €3.6 billion (2.26% GDP). The modelled high oil and gas price scenarios show an additional annual cost in comparison to a reference of between €2.9bn and €7.5bn by 2020 (1.9–4.9% of GDP) to choose to develop a least cost energy system. Investment and ramifications for energy security are discussed. - Highlights: • We investigate energy security within a techno-economic model of Ireland to 2050. • We impose scenarios constraints of volume and price derived from IMF forecasting. • Continued high oil prices lead to natural gas supplanting oil at 54% TFC by 2020. • Declining oil production induces additional energy system costs of 7.9% GDP by 2020. • High oil and gas prices are likely to strain existing Irish gas import infrastructure

  4. Renewable energy resources and their role in the energy balance of the country

    International Nuclear Information System (INIS)

    Ivanov, P.; Trifonova, L.

    2001-01-01

    The role of the renewable energy sources in the energy production sector is discussed. The main features of solar, wind and biomass energy are reviewed. Studies for Bulgaria show a total solar radiation above 1600 kWh/m 2 for the Southern regions. The assessment of the solar resources, made by the DOE gives about 170 000 TWh/y for the whole territory. The economically advantageous resources for passive heating are 10.6 TWh till 2020. For the same period the utilization of 0.92 TWh solar energy is possible. Solar installations with surface about 14 000 m 2 are currently in operation. 54% of them are in the tourism sphere and only 8% are in industry (due to some economical difficulties about 44% of the industrial installations are shut down). On the base of processing of the data from more that 100 meteorological stations on the country territory, a spatial assessment of the resources has been done. For the whole territory the wind potential is estimated to about 15800 GW. Theoretical average annual wind resources at 10 km above the surface are 125 000 TWh. There are several areas with wind velocity 5-6 m/s which are suitable for wind energy production. The energy resources of biomass for the country are large - around 35.5 TWh. Under the programmes 'Country Study Project' and PHARE, different scenarii for the renewable energy source utilization till 2020 are developed. Estimation for the possibilities for wider application of the renewable sources in the market are done

  5. Estimating the energy independence of a municipal wastewater treatment plant incorporating green energy resources

    International Nuclear Information System (INIS)

    Chae, Kyu-Jung; Kang, Jihoon

    2013-01-01

    Highlights: • We estimated green energy production in a municipal wastewater treatment plant. • Engineered approaches in mining multiple green energy resources were presented. • The estimated green energy production accounted for 6.5% of energy independence in the plant. • We presented practical information regarding green energy projects in water infrastructures. - Abstract: Increasing energy prices and concerns about global climate change highlight the need to improve energy independence in municipal wastewater treatment plants (WWTPs). This paper presents methodologies for estimating the energy independence of a municipal WWTP with a design capacity of 30,000 m 3 /d incorporating various green energy resources into the existing facilities, including different types of 100 kW photovoltaics, 10 kW small hydropower, and an effluent heat recovery system with a 25 refrigeration ton heat pump. It also provides guidance for the selection of appropriate renewable technologies or their combinations for specific WWTP applications to reach energy self-sufficiency goals. The results showed that annual energy production equal to 107 tons of oil equivalent could be expected when the proposed green energy resources are implemented in the WWTP. The energy independence, which was defined as the percent ratio of green energy production to energy consumption, was estimated to be a maximum of 6.5% and to vary with on-site energy consumption in the WWTP. Implementing green energy resources tailored to specific site conditions is necessary to improve the energy independence in WWTPs. Most of the applied technologies were economically viable primarily because of the financial support under the mandatory renewable portfolio standard in Korea

  6. 2010 survey of energy resources. 22nd edition

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2010-11-15

    This, the 22nd edition of the World Energy Council's Survey of Energy Resources (SER), is the latest in a long series of reviews of the status of the world's major energy resources. It covers not only the fossil fuels but also the major types of traditional and novel sources of energy. The Survey is a flagship publication of the World Energy Council (WEC), prepared triennially and timed for release at each World Energy Congress. It is a unique document in that no entity other than the WEC compiles such wideranging information on a regular and consistent basis. This highly regarded publication is an essential tool for governments, industry, investors, NGOs and academia.

  7. 2010 survey of energy resources. 22nd edition

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2010-11-15

    This, the 22nd edition of the World Energy Council's Survey of Energy Resources (SER), is the latest in a long series of reviews of the status of the world's major energy resources. It covers not only the fossil fuels but also the major types of traditional and novel sources of energy. The Survey is a flagship publication of the World Energy Council (WEC), prepared triennially and timed for release at each World Energy Congress. It is a unique document in that no entity other than the WEC compiles such wideranging information on a regular and consistent basis. This highly regarded publication is an essential tool for governments, industry, investors, NGOs and academia.

  8. Planning for energy resource development

    Energy Technology Data Exchange (ETDEWEB)

    Magai, B S [Dept. of Mech. Eng., IIT Bombay, India

    1975-01-01

    A general review is provided of the national energy resources of India. They include wind power, tidal power, geothermal energy, and nuclear fission and fusion. Their present (1975) contribution to India's total energy requirements and the possibility of their accelerated development and impact on the national economy are discussed. Due to the serious proportions which the energy situation is assuming, it is suggested that a national energy council be set up within the Ministry of Energy to review all matters pertaining to energy, and to assume planning and evaluation responsibilities. It is also recommended that a Department of Energy Research, Development, and Demonstration be established as an autonomous agency which would carry out programs in utilization, conservation, environment, economics, and education. Present efforts by various ministries are fragmented and diverge in policy, leadership, and planning. It is believed that the proposed organizations would coordinate energy programs with national objectives.

  9. Renewable energy resources: Opportunities and constraints 1990-2020

    International Nuclear Information System (INIS)

    1993-09-01

    This study examined the prospects for new renewable energy resources, from a global perspective, over the next three decades and beyond. The study is intended to support the work of the World Energy Council (WEC) Commission on Energy for Tomorrow's World. The new renewable resources investigated were: Solar; wind; geothermal; modern biomass; ocean; small hydro. Each of these areas was thoroughly researched and was the subject of a separate section of the report. Recent information on large-scale hydroelectric and traditional biomass is included for added perspective on total use of renewable energy, but both fall outside the definition of new renewable energy used in this report

  10. McMAC: towards a MAC protocol with multi-constrained QoS provisioning for diverse traffic in Wireless Body Area Networks.

    Science.gov (United States)

    Monowar, Muhammad Mostafa; Hassan, Mohammad Mehedi; Bajaber, Fuad; Al-Hussein, Musaed; Alamri, Atif

    2012-11-12

    The emergence of heterogeneous applications with diverse requirements for resource-constrained Wireless Body Area Networks (WBANs) poses significant challenges for provisioning Quality of Service (QoS) with multi-constraints (delay and reliability) while preserving energy efficiency. To address such challenges, this paper proposes McMAC,a MAC protocol with multi-constrained QoS provisioning for diverse traffic classes in WBANs. McMAC classifies traffic based on their multi-constrained QoS demands and introduces a novel superframe structure based on the "transmit-whenever-appropriate"principle, which allows diverse periods for diverse traffic classes according to their respective QoS requirements. Furthermore, a novel emergency packet handling mechanism is proposedto ensure packet delivery with the least possible delay and the highest reliability. McMAC is also modeled analytically, and extensive simulations were performed to evaluate its performance. The results reveal that McMAC achieves the desired delay and reliability guarantee according to the requirements of a particular traffic class while achieving energy efficiency.

  11. Energy Resources Performance Report, FY 1991 and FY 1992.

    Energy Technology Data Exchange (ETDEWEB)

    United States. Bonneville Power Administration.

    1993-07-01

    Once the Federal Columbia River Power System provided all the power our customers needed and surplus energy, which we sold to others. However, we planned for the time when the surplus would disappear. With our customers, we developed centralized, region-wide conservation programs to conserve energy and build the knowledge and ability to save more energy when needed. We began to look at conservation as a resource, comparing it with supply-side alternatives. Much was accomplished. In Bonneville`s service area in the 1980s, our customers acquired 300 average megawatts (aMW) of conservation savings. How? By weatherizing about 240,000 homes, by making aluminum plants, other industrial plants and commercial buildings more efficient, and also by encouraging states to adopt energy-efficient building codes. Now, our energy surplus is gone. Our customers need energy, and in a hurry. While we plan how much energy will be needed, when and by which customers, we must concurrently accelerate our efforts to acquire resources. Our 1990 Resource Program launched a strategy to do just that, starting in 1991 and 1992, with continuing activities in 1993--1995. The goals and plans of the 1990 Resource Program are still being implemented.

  12. Mobilizing community energy

    International Nuclear Information System (INIS)

    Bomberg, Elizabeth; McEwen, Nicola

    2012-01-01

    What explains the galvanising of communities to participate actively in energy projects? How do groups mobilize to overcome the often formidable barriers highlighted in the existing literature? Drawing on original qualitative research of 100 community energy groups in Scotland, including six in-depth case studies, we explain how effective mobilization occurs and the political dynamics surrounding such mobilization. To capture these dynamics, we adapt theories offered by literature on social movements, with a particular focus on resource mobilization theories. Applying our adapted framework, we identify two particular sets of resources shaping community energy mobilization: (i) structural resources, which refer to the broad political context structuring and constraining opportunities for community energy mobilization; and (ii) symbolic resources—less tangible resources used to galvanise participants. We investigate to what extent our case study groups were able to draw upon and exploit these resources. We find that structural resources can either facilitate or hinder mobilization; what matters is how state resources are exploited and constraints mitigated. The use of symbolic resources was highly effective in aiding mobilization. Each of the groups examined – despite their considerable variation – effectively exploited symbolic resources such as shared identity or desire for strong, self reliant communities. - Highlights: ► Explains how/why community energy groups mobilize and the political dynamics surrounding it. ► Draws on original qualitative research of 100 community energy groups in Scotland. ► Identifies two particular sets of resources (structural and symbolic) and their importance. ► Explains how these resources shape community energy mobilization in Scotland. ► Provides an original application of resource mobilization theory to the field of energy studies.

  13. Development of synthetic analysis program concerning on the safety of energy resources

    Energy Technology Data Exchange (ETDEWEB)

    Chang, S. H.; Choi, S. S.; Cheong, Y. H.; Ahn, S. H.; Chang, W. J. [Atomic Creative Technology, Daejeon (Korea, Republic of)

    2007-03-15

    Methodology development of synthetic analysis of energy resources: build system methodology of synthetic analysis of energy resources. Development of web-based enquete program, develop web-based enquete program to support synthetic analysis of energy resources. Aggregation Software development, develop AHP algorithm and aggregation software for the synthetic analysis of energy resources.

  14. USGS research on energy resources, 1986; program and abstracts

    Science.gov (United States)

    Carter, Lorna M.H.

    1986-01-01

    The extended abstracts in this volume are summaries of the papers presented orally and as posters in the second V. E. McKelvey Forum on Mineral and Energy Resources, entitled "USGS Research on Energy Resources-1986." The Forum has been established to improve communication between the USGS and the earth science community by presenting the results of current USGS research on nonrenewable resources in a timely fashion and by providing an opportunity for individuals from other organizations to meet informally with USGS scientists and managers. It is our hope that the McKelvey Forum will help to make USGS programs more responsive to the needs of the earth science community, particularly the mining and petroleum industries, and Win foster closer cooperation between organizations and individuals. The Forum was named after former Director Vincent E. McKelvey in recognition of his lifelong contributions to research, development, and administration in mineral and energy resources, as a scientist, as Chief Geologist, and as Director of the U.S. Geological Survey. The Forum will be an annual event, and its subject matter will alternate between mineral and energy resources. We expect that the format will change somewhat from year to year as various approaches are tried, but its primary purpose will remain the same: to encourage direct communication between USGS scientists and the representatives of other earth-science related organizations. Energy programs of the USGS include oil and gas, coal, geothermal, uranium-thorium, and oil shale; work in these programs spans the national domain, including surveys of the offshore Exclusive Economic Zone. The topics selected for presentation at this McKelvey Forum represent an overview of the scientific breadth of USGS research on energy resources. They include aspects of petroleum occurrence in Eastern United States rift basins, the origin of magnetic anomalies over oil fields, accreted terranes and energy-resource implications, coal

  15. Interconnection of Distributed Energy Resources

    Energy Technology Data Exchange (ETDEWEB)

    Reiter, Emerson [National Renewable Energy Lab. (NREL), Golden, CO (United States)

    2017-04-19

    This is a presentation on interconnection of distributed energy resources, including the relationships between different aspects of interconnection, best practices and lessons learned from different areas of the U.S., and an update on technical advances and standards for interconnection.

  16. Energy resources in Arab countries: an overview

    Energy Technology Data Exchange (ETDEWEB)

    Al-Lababidi, M. Mukhtar [Organization of Arab Petroleum Exporting Countries, Technical Affairs Dept., Safat (Kuwait)

    1999-12-01

    The author examines the energy resources of Middle East and North African countries under the headings: oil (proven reserves, undiscovered potential recovery, improved recovery techniques, production capacities), natural gas (reserves, undiscovered potential gas recovery), shale oil and tar sand, coal, uranium, hydro, wind energy, solar energy and biomass. (UK)

  17. Forest Biomass Energy Resources in China: Quantity and Distribution

    Directory of Open Access Journals (Sweden)

    Caixia Zhang

    2015-11-01

    Full Text Available As one of the most important renewable and sustainable energy sources, the forest biomass energy resource has always been the focus of attention of scholars and policy makers. However, its potential is still uncertain in China, especially with respect to its spatial distribution. In this paper, the quantity and distribution of Chinese forest biomass energy resources are explored based mainly on forestry statistics data rather than forest resource inventory data used by most previous studies. The results show that the forest biomass energy resource in China was 169 million tons in 2010, of which wood felling and bucking residue (WFBR,wood processing residue (WPR, bamboo processing residue, fuel wood and firewood used by farmers accounted for 38%, 37%, 6%, 4% and 15%, respectively. The highest resource was located in East China, accounting for nearly 39.0% of the national amount, followed by the Southwest and South China regions, which accounted for 17.4% and 16.3%, respectively. At the provincial scale, Shandong has the highest distribution, accounting for 11.9% of total resources, followed by Guangxi and Fujian accounting for 10.3% and 10.2%, respectively. The actual wood-processing residue (AWPR estimated from the actual production of different wood products (considering the wood transferred between regions showed apparent differences from the local wood processing residue (LWPR, which assumes that no wood has been transferredbetween regions. Due to the large contribution of WPR to total forestry bioenergy resources, the estimation of AWPR will provide a more accurate evaluation of the total amount and the spatial distribution of forest biomass energy resources in China.

  18. Assessment of wave energy resources in Hawaii

    International Nuclear Information System (INIS)

    Stopa, Justin E.; Cheung, Kwok Fai; Chen, Yi-Leng

    2011-01-01

    Hawaii is subject to direct approach of swells from distant storms as well as seas generated by trade winds passing through the islands. The archipelago creates a localized weather system that modifies the wave energy resources from the far field. We implement a nested computational grid along the major Hawaiian Islands in the global WaveWatch3 (WW3) model and utilize the Weather Research and Forecast (WRF) model to provide high-resolution mesoscale wind forcing over the Hawaii region. Two hindcast case studies representative of the year-round conditions provide a quantitative assessment of the regional wind and wave patterns as well as the wave energy resources along the Hawaiian Island chain. These events of approximately two weeks each have a range of wind speeds, ground swells, and wind waves for validation of the model system with satellite and buoy measurements. The results demonstrate the wave energy potential in Hawaii waters. While the episodic swell events have enormous power reaching 60 kW/m, the wind waves, augmented by the local weather, provide a consistent energy resource of 15-25 kW/m throughout the year. (author)

  19. Maxillofacial prostheses challenges in resource constrained regions.

    Science.gov (United States)

    Tetteh, Sophia; Bibb, Richard J; Martin, Simon J

    2017-10-24

    This study reviewed the current state of maxillofacial rehabilitation in resource-limited nations. A rigorous literature review was undertaken using several technical and clinical databases using a variety of key words pertinent to maxillofacial prosthetic rehabilitation and resource-limited areas. In addition, interviews were conducted with researchers, clinicians and prosthetists that had direct experience of volunteering or working in resource-limited countries. Results from the review and interviews suggest rehabilitating patients in resource-limited countries remains challenging and efforts to improve the situation requires a multifactorial approach. In conclusion, public health awareness programmes to reduce the causation of injuries and bespoke maxillofacial prosthetics training programmes to suit these countries, as opposed to attempting to replicate Western training programmes. It is also possible that usage of locally sourced and cheaper materials and the use of low-cost technologies could greatly improve maxillofacial rehabilitation efforts in these localities. Implications for Rehabilitation More information and support needs to be provided to maxillofacial defect/injuries patients and to their families or guardians in a culturally sensitive manner by governments. The health needs, economic and psychological needs of the patients need to be taken into account during the rehabilitation process by clinicians and healthcare organizations. The possibility of developing training programs to suit these resource limited countries and not necessarily follow conventional fabrication methods must be looked into further by educational entities.

  20. Biomass energy resource enhancement: the move to modern secondary energy forms

    Energy Technology Data Exchange (ETDEWEB)

    Craig, K; Overend, R P [National Renewable Energy Laboratory, Golden, CO (United States)

    1995-12-01

    Income growth and industrialization in developing countries is driving their economies towards the use of secondary energy forms that deliver high efficiency energy and environmentally more benignant-uses for biomass. Typical of these secondary energy forms are electricity, distributed gas systems and liquid fuels. This trend suggests that the hitherto separate pathways taken by biomass energy technology development in developing and industrialized countries will eventually share common elements. While in the United States and the European Union the majority of the bioenergy applications are in medium- and large-scale industrial uses of self-generated biomass residues, the characteristic use in developing countries is in rural cook-stoves. Increasing urbanization and investment in transportation infrastructure may allow increasing the operational scale in developing countries. One factor driving this trend is diminishing individual and household biomass resource demands as rural incomes increase and households ascend the energy ladder towards clean and efficient fuels and appliances. Scale increases and end-user separation from the biomass resource require that the biomass be converted at high efficiency into secondary energy forms that serve as energy carriers. In middle-income developing country economies such as Brazil, secondary energy transmission is increasingly in the form of gas and electricity in addition to liquid transportation fuels. Unfortunately, the biomass resource is finite, and in the face of competing food and fibre uses and land constraints, it is difficult to substantially increase the amount of biomass available. As a result, development must emphasize conversion efficiency and the applications of bioenergy. Moreover, as a consequence of economic growth, biomass resources are increasingly to be found in the secondary and tertiary waste streams of cities and industrial operations. If not used for energy production, this potential resource needs

  1. Biomass energy resource enhancement: the move to modern secondary energy forms

    International Nuclear Information System (INIS)

    Craig, K.; Overend, R.P.

    1995-01-01

    Income growth and industrialization in developing countries is driving their economies towards the use of secondary energy forms that deliver high efficiency energy and environmentally more benignant-uses for biomass. Typical of these secondary energy forms are electricity, distributed gas systems and liquid fuels. This trend suggests that the hitherto separate pathways taken by biomass energy technology development in developing and industrialized countries will eventually share common elements. While in the United States and the European Union the majority of the bioenergy applications are in medium- and large-scale industrial uses of self-generated biomass residues, the characteristic use in developing countries is in rural cook-stoves. Increasing urbanization and investment in transportation infrastructure may allow increasing the operational scale in developing countries. One factor driving this trend is diminishing individual and household biomass resource demands as rural incomes increase and households ascend the energy ladder towards clean and efficient fuels and appliances. Scale increases and end-user separation from the biomass resource require that the biomass be converted at high efficiency into secondary energy forms that serve as energy carriers. In middle-income developing country economies such as Brazil, secondary energy transmission is increasingly in the form of gas and electricity in addition to liquid transportation fuels. Unfortunately, the biomass resource is finite, and in the face of competing food and fibre uses and land constraints, it is difficult to substantially increase the amount of biomass available. As a result, development must emphasize conversion efficiency and the applications of bioenergy. Moreover, as a consequence of economic growth, biomass resources are increasingly to be found in the secondary and tertiary waste streams of cities and industrial operations. If not used for energy production, this potential resource needs

  2. An Authentication and Key Management Mechanism for Resource Constrained Devices in IEEE 802.11-based IoT Access Networks

    OpenAIRE

    Kim, Ki-Wook; Han, Youn-Hee; Min, Sung-Gi

    2017-01-01

    Many Internet of Things (IoT) services utilize an IoT access network to connect small devices with remote servers. They can share an access network with standard communication technology, such as IEEE 802.11ah. However, an authentication and key management (AKM) mechanism for resource constrained IoT devices using IEEE 802.11ah has not been proposed as yet. We therefore propose a new AKM mechanism for an IoT access network, which is based on IEEE 802.11 key management with the IEEE 802.1X aut...

  3. Making ''unconventional'' energy resources conventional

    Energy Technology Data Exchange (ETDEWEB)

    Beattie, D A; Bresee, J C; Cooper, M J; Herwig, L O; Kintner, E E

    1977-01-01

    Three ''unconventional'' energy technologies - geothermal, solar and fusion - looked upon in the United States as possessing significant potential for the large scale production of energy. Both fusion and solar energy promise virtually inexhaustible supplies in the long term while geothermal resources offer a relatively near term prospect for more modest, but still significant, energy contributions. Realizing energy production from any of these technologies will require: (1) a great deal of scientific information and/or engineering development; (2) a significant effort to achieve and insure attractive economics; and (3) the development of adequate industrial capacity and technological infrastructure. Here the status of the United States Energy Research and Development Administration's technology development programs in geothermal, solar and fusion energy systems is reviewed. Recent advances in overcoming significant technological barriers are discussed and future directions are described. Special needs and unique opportunities for contributions to each technology are also set forth.

  4. Renewable energy resources and technologies practice in Bangladesh

    Energy Technology Data Exchange (ETDEWEB)

    Rofiqul Islam, M.; Rafiqul Alam Beg, M. [Department of Mechanical Engineering, Rajshahi University of Engineering and Technology, Rajshahi 6204 (Bangladesh); Rabiul Islam, M. [Department of Electrical and Electronic Engineering, Rajshahi University of Engineering and Technology, Rajshahi 6204 (Bangladesh)

    2008-02-15

    Bangladesh has very limited nonrenewable energy resources of its own. She is facing energy crisis and serious desertification problem in rural areas. These issues could be removed if renewable energy is used as a primary source of energy in rural areas. It is essential for scientists and researchers to find out the renewable energy resources and effective technologies. Bangladesh is endowed with vast renewable energy resources such as biomass and solar insolation. Besides, hydro and wind power can be considered as potential renewable energy resources. Harnessing these resources appears to be a promising solution for improving the quality of life of rural villagers. The government and many non-governmental organizations (NGOs) have tried to comprehend and have strived to address the problem of energy. This paper reviews the renewable energy resources and renewable energy technologies (RETs) practicing in Bangladesh in terms of its implementation, research and development activities. The development and trial of systems are mostly funded so far by donor agencies in collaboration with government and NGOs. Biomass energy sources are traditionally used for domestic cooking and in small rural industries. Approximately 60% of total energy demand of the country is supplied by indigenous biomass based fuels. Activities on the development and promotion of biomass technologies have been going on for one decade. Some national and international funds have been available for biogas technology, improved biomass cookers and production of biomass briquettes. At the time, around 25,000 biogas plants exist all over the country in rural areas and educational institutes, etc. More than 0.20 million improve stoves have been installed to save biomass fuel. Over 900 briquetting machines have been operating in the country on commercial basis. The annual solar radiation availability in Bangladesh is as high as 1700 kWh/m{sup 2}. Research and demonstration activities carried out for one

  5. Mathematical Modeling of Constrained Hamiltonian Systems

    NARCIS (Netherlands)

    Schaft, A.J. van der; Maschke, B.M.

    1995-01-01

    Network modelling of unconstrained energy conserving physical systems leads to an intrinsic generalized Hamiltonian formulation of the dynamics. Constrained energy conserving physical systems are directly modelled as implicit Hamiltonian systems with regard to a generalized Dirac structure on the

  6. Technology assessment of geothermal energy resource development

    Energy Technology Data Exchange (ETDEWEB)

    1975-04-15

    Geothermal state-of-the-art is described including geothermal resources, technology, and institutional, legal, and environmental considerations. The way geothermal energy may evolve in the United States is described; a series of plausible scenarios and the factors and policies which control the rate of growth of the resource are presented. The potential primary and higher order impacts of geothermal energy are explored, including effects on the economy and society, cities and dwellings, environmental, and on institutions affected by it. Numerical and methodological detail is included in appendices. (MHR)

  7. Reducing LTE Uplink Transmission Energy by Allocating Resources

    DEFF Research Database (Denmark)

    Lauridsen, Mads; Jensen, Anders Riis; Mogensen, Preben

    2011-01-01

    The effect of physical resource block (PRB) allocation on an LTE modem's transmit power and total modem energy consumption is examined. In this paper the uplink resource blocks are scheduled in either a Frequency Division Multiple Access (FDMA) or Time Division Multiple Access (TDMA) manner......, to determine if low transmission power & long transmission time or high transmission power & short transmission time is most energy efficient. It is important to minimize the LTE modem's energy consumption caused by uplink transmission because it affects phone battery time, and because researchers rarely focus...

  8. Growth curves and sustained commissioning modelling of renewable energy: Investigating resource constraints for wind energy

    International Nuclear Information System (INIS)

    Davidsson, Simon; Grandell, Leena; Wachtmeister, Henrik; Höök, Mikael

    2014-01-01

    Several recent studies have proposed fast transitions to energy systems based on renewable energy technology. Many of them dismiss potential physical constraints and issues with natural resource supply, and do not consider the growth rates of the individual technologies needed or how the energy systems are to be sustained over longer time frames. A case study is presented modelling potential growth rates of the wind energy required to reach installed capacities proposed in other studies, taking into account the expected service life of wind turbines. A sustained commissioning model is proposed as a theoretical foundation for analysing reasonable growth patterns for technologies that can be sustained in the future. The annual installation and related resource requirements to reach proposed wind capacity are quantified and it is concluded that these factors should be considered when assessing the feasibility, and even the sustainability, of fast energy transitions. Even a sustained commissioning scenario would require significant resource flows, for the transition as well as for sustaining the system, indefinitely. Recent studies that claim there are no potential natural resource barriers or other physical constraints to fast transitions to renewable energy appear inadequate in ruling out these concerns. - Highlights: • Growth rates and service life is important when evaluating energy transitions. • A sustained commissioning model is suggested for analysing renewable energy. • Natural resource requirements for renewable energy are connected to growth rates. • Arguments by recent studies ruling out physical constraints appear inadequate

  9. Teachers Environmental Resource Unit: Energy and Power.

    Science.gov (United States)

    Bemiss, Clair W.

    Problems associated with energy production and power are studied in this teacher's guide to better understand the impact of man's energy production on the environment, how he consumes energy, and in what quantities. The resource unit is intended to provide the teacher with basic information that will aid classroom review of these problems. Topics…

  10. Sustainable development and energy resources

    International Nuclear Information System (INIS)

    Steeg, H.

    2000-01-01

    (a) The paper describes the substance and content of sustainability as well as the elements, which determine the objective. Sustainability is high on national and international political agendas. The objective is of a long term nature. The focus of the paper is on hydrocarbon emissions (CO 2 ); (b) International approaches and policies are addressed such as the Climate change convention and the Kyoto protocol. The burden for change on the energy sector to achieve sustainability is very large in particular for OECD countries and those of central and Eastern Europe. Scepticism is expresses whether the goals of the protocol and be reached within the foreseen timeframe although governments and industry are active in improving sustainability; (c) Future Trends of demand and supply examines briefly the growth in primary energy demand as well as the reserve situation for oil, gas and coal. Renewable energy resources are also assessed in regard to their future potential, which is not sufficient to replace hydrocarbons soon. Nuclear power although not emitting CO 2 is faced with grave acceptability reactions. Nevertheless sustainability is not threatened by lack of resources; (d) Energy efficiency and new technologies are examined vis-a-vis their contribution to sustainability as well as a warning to overestimate soon results for market penetration; (e) The impact of liberalization of energy sectors play an important role. The message is not to revert back to command and control economies but rather use the driving force of competition. It does not mean to renounce government energy policies but to change their radius to more market oriented approaches; (f) Conclusions centre on the plea that all options should be available without emotional and politicized prejudices. (author)

  11. Sustainable development and energy resources

    International Nuclear Information System (INIS)

    Steeg, H

    2002-01-01

    (a) The paper describes the substance and content of sustainability as well as the elements, which determine the objective. Sustainability is high on national and international political agendas. The objective is of a long term nature. The focus of the paper is on hydrocarbon emissions (CO 2 ); (b) International approaches and policies are addressed such as the climate change convention and the Kyoto protocol. The burden for change on the energy sector to achieve sustainability is very large in particular for OECD countries and those of central and Eastern Europe. Scepticism is expresses whether the goals of the protocol and be reached within the foreseen timeframe although governments and industry are active in improving sustainability; (c) Future trends of demand and supply examines briefly the growth in primary energy demand as well as the reserve situation for oil, gas and coal. Renewable energy resources are also assessed in regard to their future potential, which is not sufficient to replace hydrocarbons soon. Nuclear power although not emitting CO 2 is faced with grave acceptability reactions. Nevertheless sustainability is not threatened by lack of resources; (d) Energy efficiency and new technologies are examined vis-a-vis their contribution to sustainability as well as a warning to overestimate soon results for market penetration; (e) The impact of liberalization of energy sectors play an important role. The message is not to revert back to command and control economies but rather use the driving force of competition. It does not mean to renounce government energy policies but to change their radius to more market oriented approaches; (f) Conclusions centre on the plea that all options should be available without emotional and politicized prejudices. (author)

  12. Far-from-equilibrium bidirectional transport system with constrained entrances competing for pool of limited resources

    Science.gov (United States)

    Verma, Atul Kumar; Sharma, Natasha; Gupta, Arvind Kumar

    2018-02-01

    Motivated by the wide occurrence of limited resources in many real-life systems, we investigate two-lane totally asymmetric simple exclusion process with constrained entrances under finite supply of particles. We analyze the system within the framework of mean-field theory and examine various complex phenomena, including phase separation, phase transition, and symmetry breaking. Based on the theoretical analysis, we analytically derive the phase boundaries for various symmetric as well as asymmetric phases. It has been observed that the symmetry-breaking phenomenon initiates even for very small number of particles in the system. The phases with broken symmetry originates as shock-low density phase under limited resources, which is in contrast to the scenario with infinite number of particles. As expected, the symmetry breaking continues to persist even for higher values of system particles. Seven stationary phases are observed, with three of them exhibiting symmetry-breaking phenomena. The critical values of a total number of system particles, beyond which various symmetrical and asymmetrical phases appear and disappear are identified. Theoretical outcomes are supported by extensive Monte Carlo simulations. Finally, the size-scaling effect and symmetry-breaking phenomenon on the simulation results have also been examined based on particle density histograms.

  13. Arctic Energy Resources: Security and Environmental Implications

    Directory of Open Access Journals (Sweden)

    Peter Johnston

    2012-08-01

    Full Text Available n recent years, there has been considerable interest in the Arctic as a source for resources, as a potential zone for commercial shipping, and as a region that might experience conflict due to its strategic importance. With regards to energy resources, some studies suggest that the region contains upwards of 13 percent of global undiscovered oil, 30 percent of undiscovered gas, and multiples more of gas hydrates. The decreasing amount and duration of Arctic ice cover suggests that extraction of these resources will be increasingly commercially viable. Arctic and non-arctic states wish to benefit from the region's resources and the potential circum-polar navigation possibilities. This has led to concerns about the environmental risks of these operations as well as the fear that competition between states for resources might result in conflict. Unresolved offshore boundaries between the Arctic states exacerbate these fears. Yet, the risk of conflict seems overstated considering the bilateral and multilateral steps undertaken by the Arctic states to resolve contentious issues. This article will examine the potential impact of Arctic energy resources on global security as well as the regional environment and examine the actions of concerned states to promote their interests in the region.

  14. Profit-based conventional resource scheduling with renewable energy penetration

    Science.gov (United States)

    Reddy, K. Srikanth; Panwar, Lokesh Kumar; Kumar, Rajesh; Panigrahi, B. K.

    2017-08-01

    Technological breakthroughs in renewable energy technologies (RETs) enabled them to attain grid parity thereby making them potential contenders for existing conventional resources. To examine the market participation of RETs, this paper formulates a scheduling problem accommodating energy market participation of wind- and solar-independent power producers (IPPs) treating both conventional and RETs as identical entities. Furthermore, constraints pertaining to penetration and curtailments of RETs are restructured. Additionally, an appropriate objective function for profit incurred by conventional resource IPPs through reserve market participation as a function of renewable energy curtailment is also proposed. The proposed concept is simulated with a test system comprising 10 conventional generation units in conjunction with solar photovoltaic (SPV) and wind energy generators (WEG). The simulation results indicate that renewable energy integration and its curtailment limits influence the market participation or scheduling strategies of conventional resources in both energy and reserve markets. Furthermore, load and reliability parameters are also affected.

  15. Building sustainable organizational capacity to deliver HIV programs in resource-constrained settings: stakeholder perspectives.

    Science.gov (United States)

    Sharma, Anjali; Chiliade, Philippe; Michael Reyes, E; Thomas, Kate K; Collens, Stephen R; Rafael Morales, José

    2013-12-13

    In 2008, the US government mandated that HIV/AIDS care and treatment programs funded by the US President's Emergency Plan for AIDS Relief (PEPFAR) should shift from US-based international partners (IPs) to registered locally owned organizations (local partners, or LPs). The US Health Resources and Services Administration (HRSA) developed the Clinical Assessment for Systems Strengthening (ClASS) framework for technical assistance in resource-constrained settings. The ClASS framework involves all stakeholders in the identification of LPs' strengths and needs for technical assistance. This article examines the role of ClASS in building capacity of LPs that can endure and adapt to changing financial and policy environments. All stakeholders (n=68) in Kenya, Zambia, and Nigeria who had participated in the ClASS from LPs and IPs, the US Centers for Disease Control and Prevention (CDC), and, in Nigeria, HIV/AIDS treatment facilities (TFs) were interviewed individually or in groups (n=42) using an open-ended interview guide. Thematic analysis revealed stakeholder perspectives on ClASS-initiated changes and their sustainability. Local organizations were motivated to make changes in internal operations with the ClASS approach, PEPFAR's competitive funding climate, organizational goals, and desired patient health outcomes. Local organizations drew on internal resources and, if needed, technical assistance from IPs. Reportedly, ClASS-initiated changes and remedial action plans made LPs more competitive for PEPFAR funding. LPs also attributed their successful funding applications to their preexisting systems and reputation. Bureaucracy, complex and competing tasks, and staff attrition impeded progress toward the desired changes. Although CDC continues to provide technical assistance through IPs, declining PEPFAR funds threaten the consolidation of gains, smooth program transition, and continuity of treatment services. The well-timed adaptation and implementation of Cl

  16. Building sustainable organizational capacity to deliver HIV programs in resource-constrained settings: stakeholder perspectives

    Directory of Open Access Journals (Sweden)

    Anjali Sharma

    2013-12-01

    Full Text Available Background: In 2008, the US government mandated that HIV/AIDS care and treatment programs funded by the US President's Emergency Plan for AIDS Relief (PEPFAR should shift from US-based international partners (IPs to registered locally owned organizations (local partners, or LPs. The US Health Resources and Services Administration (HRSA developed the Clinical Assessment for Systems Strengthening (ClASS framework for technical assistance in resource-constrained settings. The ClASS framework involves all stakeholders in the identification of LPs’ strengths and needs for technical assistance. Objective: This article examines the role of ClASS in building capacity of LPs that can endure and adapt to changing financial and policy environments. Design: All stakeholders (n=68 in Kenya, Zambia, and Nigeria who had participated in the ClASS from LPs and IPs, the US Centers for Disease Control and Prevention (CDC, and, in Nigeria, HIV/AIDS treatment facilities (TFs were interviewed individually or in groups (n=42 using an open-ended interview guide. Thematic analysis revealed stakeholder perspectives on ClASS-initiated changes and their sustainability. Results: Local organizations were motivated to make changes in internal operations with the ClASS approach, PEPFAR's competitive funding climate, organizational goals, and desired patient health outcomes. Local organizations drew on internal resources and, if needed, technical assistance from IPs. Reportedly, ClASS-initiated changes and remedial action plans made LPs more competitive for PEPFAR funding. LPs also attributed their successful funding applications to their preexisting systems and reputation. Bureaucracy, complex and competing tasks, and staff attrition impeded progress toward the desired changes. Although CDC continues to provide technical assistance through IPs, declining PEPFAR funds threaten the consolidation of gains, smooth program transition, and continuity of treatment services

  17. Energy analysis applied to uranium resource estimation

    International Nuclear Information System (INIS)

    Mortimer, N.D.

    1980-01-01

    It is pointed out that fuel prices and ore costs are interdependent, and that in estimating ore costs (involving the cost of fuels used to mine and process the uranium) it is necessary to take into account the total use of energy by the entire fuel system, through the technique of energy analysis. The subject is discussed, and illustrated with diagrams, under the following heads: estimate of how total workable resources would depend on production costs; sensitivity of nuclear electricity prices to ore costs; variation of net energy requirement with ore grade for a typical PWR reactor design; variation of average fundamental cost of nuclear electricity with ore grade; variation of cumulative uranium resources with current maximum ore costs. (U.K.)

  18. Energy-efficient peer-to-peer networking for constrained-capacity mobile environments

    OpenAIRE

    Harjula, E. (Erkki)

    2016-01-01

    Abstract Energy efficiency is a powerful measure for promoting sustainability in technological evolution and ensuring feasible battery life of end-user devices in mobile computing. Peer-to-peer technology provides decentralized and self-organizing architecture for distributing content between devices in networks that scale up almost infinitely. However, peer-to-peer networking may require lots of resources from peer nodes, which in turn may lead to increased energy consumption on mobile d...

  19. Coordinated Collaboration between Heterogeneous Distributed Energy Resources

    Directory of Open Access Journals (Sweden)

    Shahin Abdollahy

    2014-01-01

    Full Text Available A power distribution feeder, where a heterogeneous set of distributed energy resources is deployed, is examined by simulation. The energy resources include PV, battery storage, natural gas GenSet, fuel cells, and active thermal storage for commercial buildings. The resource scenario considered is one that may exist in a not too distant future. Two cases of interaction between different resources are examined. One interaction involves a GenSet used to partially offset the duty cycle of a smoothing battery connected to a large PV system. The other example involves the coordination of twenty thermal storage devices, each associated with a commercial building. Storage devices are intended to provide maximum benefit to the building, but it is shown that this can have a deleterious effect on the overall system, unless the action of the individual storage devices is coordinated. A network based approach is also introduced to calculate some type of effectiveness metric to all available resources which take part in coordinated operation. The main finding is that it is possible to achieve synergy between DERs on a system; however this required a unified strategy to coordinate the action of all devices in a decentralized way.

  20. Renewable Energy Resources With Smart Microgrid Model In India

    Directory of Open Access Journals (Sweden)

    Manikant Kumar

    2015-08-01

    Full Text Available Along with the development of civilization is increasing energy consumption. Due to which India is facing an energy crisis. It is estimated that global energy demand will double in 2030. India Trhurga other developing countries will face a crisis. Returning to the problem Fall growth of renewable energy resources will increase. Even for electricity generation from renewable sources. Naturally replenished renewable energy such as sunlight wind rain tides and geothermal heat as will have to depend on natural resources. High energy demand and environmental concerns in the papers smart microgrid is forced to change the existing power grid. This paper dynamic demand response and smart microgrid for residential and industrial consumption in the context of renewable energy production including the proposed management approach. The objectives of this research renewable energy resources with a smart microgrid has played an important role. Power system in rural areas in India to meet growing energy demand. The model deployed PLC networks data management system sensors Switchgears Transformers and other utility tools to integrate Smart Grid Smart homes are used together. Analytical results Residential renewable energy generation and smart meters show the effectiveness of the proposed system to optimize control of the electrical grid and is designed to improve energy conservation.

  1. Tidal current energy resource assessment in Ireland: Current status and future update

    International Nuclear Information System (INIS)

    O'Rourke, Fergal; Boyle, Fergal; Reynolds, Anthony

    2010-01-01

    Interest in renewable energy in Ireland has increased continually over the past decade. This interest is due primarily to security of supply issues and the effects of climate change. Ireland imports over 90% of its primary energy consumption, mostly in the form of fossil fuels. The exploitation of Ireland's vast indigenous renewable energy resources is required in order to reduce this over-dependence on fossil fuel imports to meet energy demand. Various targets have been set by the Irish government to incorporate renewable energy technologies into Ireland's energy market. As a result of these targets, the development in wind energy has increased substantially over the past decade; however this method of energy extraction is intermittent and unpredictable. Ireland has an excellent tidal current energy resource and the use of this resource will assist in the development of a sustainable energy future. Energy extraction using tidal current energy technologies offers a vast and predictable energy resource. This paper reviews the currently accepted tidal current energy resource assessment for Ireland. This assessment was compiled by Sustainable Energy Ireland in a report in 2004. The assessment employed a 2-dimensional numerical model of the tidal current velocities around Ireland, and from this numerical model the theoretical tidal current energy resource was identified. With the introduction of constraints and limitations, the technical, practical, accessible and viable tidal current energy resources were obtained. The paper discusses why the assessment needs updating including the effect on the assessment of the current stage of development of tidal current turbines and their deployment technology. (author)

  2. Energy needs, uses, and resources in developing countries

    Energy Technology Data Exchange (ETDEWEB)

    Palmedo, P.F.; Nathans, R.; Beardsworth, E.; Hale, S. Jr.

    1978-03-01

    The report identifies the energy needs, uses, and resources in the developing countries of the world and examines the energy options available to them for their continued social and economic growth. If traditional patterns of development are to continue, oil consumption in the non-OPEC LDCs will grow steadily to become comparable with current U.S. consumption between 2000 and 2020. Attempts to exploit indigenous hydrocarbon resources even in those LDCs with untapped reserves will be limited by shortages of capital and technical manpower. In the absence of major actions to replace noncommercial fuels or to increase the effectiveness with which they are used, a large fraction of the 3 to 4 billion LDC rural population in the year 2000 will not be able to raise their energy usage above subsistence levels. There is a wide variety of solutions to these problems, many of them emerging directly from the changed economics of energy. For example, most LDCs have not adequately explored and developed their own indigenous resources; in virtually all energy conversion and utilization processes there are opportunities for improvements in efficiency and substitution of renewable energy forms. In virtually all these areas there are opportunities for effective assistance activities.

  3. A field theory description of constrained energy-dissipation processes

    International Nuclear Information System (INIS)

    Mandzhavidze, I.D.; Sisakyan, A.N.

    2002-01-01

    A field theory description of dissipation processes constrained by a high-symmetry group is given. The formalism is presented in the example of the multiple-hadron production processes, where the transition to the thermodynamic equilibrium results from the kinetic energy of colliding particles dissipating into hadron masses. The dynamics of these processes is restricted because the constraints responsible for the colour charge confinement must be taken into account. We develop a more general S-matrix formulation of the thermodynamics of nonequilibrium dissipative processes and find a necessary and sufficient condition for the validity of this description; this condition is similar to the correlation relaxation condition, which, according to Bogolyubov, must apply as the system approaches equilibrium. This situation must physically occur in processes with an extremely high multiplicity, at least if the hadron mass is nonzero. We also describe a new strong-coupling perturbation scheme, which is useful for taking symmetry restrictions on the dynamics of dissipation processes into account. We review the literature devoted to this problem

  4. Technologies for Distributed Energy Resources. Federal Energy Management Program (FEMP) Technical Assistance Fact Sheet

    International Nuclear Information System (INIS)

    Pitchford, P.; Brown, T.

    2001-01-01

    This four-page fact sheet describes distributed energy resources for Federal facilities, which are being supported by the U.S. Department of Energy's (DOE's) Federal Energy Management Program (FEMP). Distributed energy resources include both existing and emerging energy technologies: advanced industrial turbines and microturbines; combined heat and power (CHP) systems; fuel cells; geothermal systems; natural gas reciprocating engines; photovoltaics and other solar systems; wind turbines; small, modular biopower; energy storage systems; and hybrid systems. DOE FEMP is investigating ways to use these alternative energy systems in government facilities to meet greater demand, to increase the reliability of the power-generation system, and to reduce the greenhouse gases associated with burning fossil fuels

  5. Action Investment Energy Games

    DEFF Research Database (Denmark)

    Larsen, Kim Guldstrand; Laursen, Simon; Srba, Jiri

    2012-01-01

    We introduce the formalism of action investment energy games where we study the trade-off between investments limited by given budgets and resource constrained (energy) behavior of the underlying system. More specifically, we consider energy games extended with costs of enabling actions and fixed...... budgets for each player. We ask the question whether for any Player 2 investment there exists a Player 1 investment such that Player 1 wins the resulting energy game. We study the action investment energy game for energy intervals with both upper and lower bounds, and with a lower bound only, and give...

  6. Energy management in a microgrid with distributed energy resources

    International Nuclear Information System (INIS)

    Zhang, Linfeng; Gari, Nicolae; Hmurcik, Lawrence V.

    2014-01-01

    Highlights: • A performance metric is proposed with the consideration of price, environment effect, and service quality. • Models of a microgrid and a microgrid network are designed with distribute energy resources and storage. • Different cases in MG operation are discussed. - Abstract: A smart grid power system with renewable energy resources and distributed energy storage shows significant improvement in the power system’s emission reduction, reliability, efficiency, and security. A microgrid is a smart grid in a small scale which can be stand-alone or grid-tied. Multi microgrids form a network with energy management and operational planning through two-way power flow and communication. To comprehensively evaluate the performance of a microgrid, a performance metric is proposed with consideration of the electricity price, emission, and service quality, each of them is given a weighting factor. Thus, the performance metric is flexible according to the consumers’ preference. With the weighting factors set in this paper, this performance metric is further applied on microgrids operated as stand-alone, grid-tied, and networked. Each microgrid consists of a solar panel, a hydrogen fuel cell stack, an electrolyzer, a hydrogen storage tank, and a load. For a stand-alone system, the load prediction lowers down the daily electricity consumption about 5.7%, the quantity of H 2 stored fluctuates in a wide range, and overall performance indexes increase with the solar panel size. In a grid-tied MG, the load prediction has a significant effect on the daily consumed electricity which drops 25% in 4 days, some day-time loads are shifted to the night time, and the capacity of hydrogen tank is lower than that in a stand-alone MG. In a network with multiple MGs, the control of the power distribution strongly affects the MG’s performance. However, the overall performance index instead of any specific index increases with the MG’s power generated from renewable energy

  7. On the existence of a new constrained instanton and high-energy electroweak interactions

    International Nuclear Information System (INIS)

    Klinkhamer, F.R.; Nationaal Inst. voor Kernfysica en Hoge-Energiefysica

    1991-06-01

    The authors construct, in the SU(2) Yang-Mills-Higgs theory of the electroweak interactions, a non-contractible loop of 4-dimensional configurations. Numerical results for the action over the loop show the existence of a new constrained instanton I* with action ∼ 16π 2 /g 2 and zero topological charge. They also discuss the spectral flow of the Dirac operator along the loop and I* is expected to have fermion-zero modes. As a possible application the total B+L violating cross-section is considered, evaluated semiclassically from the imaginary part of the forward elastic scattering amplitude. The numerical results for I* indicate a threshold-like behaviour for non-perturbative effects at a parton center-of-mass energy close to the sphaleron energy E S ∼10 TeV. (author). 31 refs.; 9 figs

  8. Mobile learning in resource-constrained environments: a case study of medical education.

    Science.gov (United States)

    Pimmer, Christoph; Linxen, Sebastian; Gröhbiel, Urs; Jha, Anil Kumar; Burg, Günter

    2013-05-01

    The achievement of the millennium development goals may be facilitated by the use of information and communication technology in medical and health education. This study intended to explore the use and impact of educational technology in medical education in resource-constrained environments. A multiple case study was conducted in two Nepalese teaching hospitals. The data were analysed using activity theory as an analytical basis. There was little evidence for formal e-learning, but the findings indicate that students and residents adopted mobile technologies, such as mobile phones and small laptops, as cultural tools for surprisingly rich 'informal' learning in a very short time. These tools allowed learners to enhance (a) situated learning, by immediately connecting virtual information sources to their situated experiences; (b) cross-contextual learning by documenting situated experiences in the form of images and videos and re-using the material for later reflection and discussion and (c) engagement with educational content in social network communities. By placing the students and residents at the centre of the new learning activities, this development has begun to affect the overall educational system. Leveraging these tools is closely linked to the development of broad media literacy, including awareness of ethical and privacy issues.

  9. Optimal Energy Management for a Smart Grid using Resource-Aware Utility Maximization

    Science.gov (United States)

    Abegaz, Brook W.; Mahajan, Satish M.; Negeri, Ebisa O.

    2016-06-01

    Heterogeneous energy prosumers are aggregated to form a smart grid based energy community managed by a central controller which could maximize their collective energy resource utilization. Using the central controller and distributed energy management systems, various mechanisms that harness the power profile of the energy community are developed for optimal, multi-objective energy management. The proposed mechanisms include resource-aware, multi-variable energy utility maximization objectives, namely: (1) maximizing the net green energy utilization, (2) maximizing the prosumers' level of comfortable, high quality power usage, and (3) maximizing the economic dispatch of energy storage units that minimize the net energy cost of the energy community. Moreover, an optimal energy management solution that combines the three objectives has been implemented by developing novel techniques of optimally flexible (un)certainty projection and appliance based pricing decomposition in an IBM ILOG CPLEX studio. A real-world, per-minute data from an energy community consisting of forty prosumers in Amsterdam, Netherlands is used. Results show that each of the proposed mechanisms yields significant increases in the aggregate energy resource utilization and welfare of prosumers as compared to traditional peak-power reduction methods. Furthermore, the multi-objective, resource-aware utility maximization approach leads to an optimal energy equilibrium and provides a sustainable energy management solution as verified by the Lagrangian method. The proposed resource-aware mechanisms could directly benefit emerging energy communities in the world to attain their energy resource utilization targets.

  10. The Final Report: 1975 Energy Resource Alternatives Competition.

    Science.gov (United States)

    Radtke, Mark L.; And Others

    This publication describes the projects entered in the Energy Resource Alternatives competition in 1975. Teams of engineering students were given a year to develop non-conventional or alternative energy systems that produced useful energy outputs. Besides an overview of energy sources and uses and discussions of the competitions development, the…

  11. Value of sensitive in-situ environmental assets in energy resource extraction

    International Nuclear Information System (INIS)

    Thampapillai, Dodo J.

    2011-01-01

    The extraction of energy resources and the preservation of sensitive in-situ environmental assets are invariably mutually exclusive alternatives. The opportunity cost value of preserving the environmental assets can be assessed by recourse to resource rent taxes, and threshold values. The case study analysis carried out in this paper suggests that the preservation of these assets could be justifiable on the grounds of “acceptable sacrifice”. - Highlights: ► Resource rents owed to the state from energy resource extraction can be significant. ► Benefits if mining energy resources are over-stated when the role of sensitive environmental assets is ignored. ► Threshold values could help to resolve conflicts between environmental preservation and resource extraction.

  12. Sustaining Lesson Study: Resources and Factors that Support and Constrain Mathematics Teachers' Ability to Continue After the Grant Ends

    Science.gov (United States)

    Druken, Bridget Kinsella

    Lesson study, a teacher-led vehicle for inquiring into teacher practice through creating, enacting, and reflecting on collaboratively designed research lessons, has been shown to improve mathematics teacher practice in the United States, such as improving knowledge about mathematics, changing teacher practice, and developing communities of teachers. Though it has been described as a sustainable form of professional development, little research exists on what might support teachers in continuing to engage in lesson study after a grant ends. This qualitative and multi-case study investigates the sustainability of lesson study as mathematics teachers engage in a district scale-up lesson study professional experience after participating in a three-year California Mathematics Science Partnership (CaMSP) grant to improve algebraic instruction. To do so, I first provide a description of material (e.g. curricular materials and time), human (attending district trainings and interacting with mathematics coaches), and social (qualities like trust, shared values, common goals, and expectations developed through relationships with others) resources present in the context of two school districts as reported by participants. I then describe practices of lesson study reported to have continued. I also report on teachers' conceptions of what it means to engage in lesson study. I conclude by describing how these results suggest factors that supported and constrained teachers' in continuing lesson study. To accomplish this work, I used qualitative methods of grounded theory informed by a modified sustainability framework on interview, survey, and case study data about teachers, principals, and Teachers on Special Assignment (TOSAs). Four cases were selected to show the varying levels of lesson study practices that continued past the conclusion of the grant. Analyses reveal varying levels of integration, linkage, and synergy among both formally and informally arranged groups of

  13. Secondary Power Resources of the Fuel and Energy Complex in Ukraine

    Directory of Open Access Journals (Sweden)

    Shkrabets F.P.

    2016-04-01

    Full Text Available This article describes the types of secondary energy resources that occur during or as a result of mining or of technological processes at metallurgical, coke and chemical enterprises. The research of opportunities to use them directly at industrial enterprises, in case when an energy resource or the energy generated “is not a commodity” was carried out. To generate electricity from secondary sources, the use of diesel power plants and gas–turbine facilities was offered. The values ​​of investments in the construction of thermal power plants (TPP based on different types of secondary energy resources were calculated. Tentative capacities of power plants, which utilize the energy of secondary sources were also computed. The figures used for assessing the release and use of secondary energy resources were given. The necessity of using secondary sources of energy to reduce harmful effects on the environment was emphasized.

  14. Preliminary assessment of the availability of U.S. natural gas resources to meet U.S. transportation energy demand

    International Nuclear Information System (INIS)

    Singh, M. K.; Moore, J. S.

    2002-01-01

    Recent studies have indicated that substitutes for conventional petroleum resources will be needed to meet U.S. transportation energy demand in the first half of this century. One possible substitute is natural gas which can be used as a transportation fuel directly in compressed natural gas or liquefied natural gas vehicles or as resource fuel for the production of hydrogen for fuel cell vehicles. This paper contains a preliminary assessment of the availability of U.S. natural gas resources to meet future U.S. transportation fuel demand. Several scenarios of natural gas demand, including transportation demand, in the U.S. to 2050 are developed. Natural gas resource estimates for the U. S. are discussed. Potential Canadian and Mexican exports to the U.S. are estimated. Two scenarios of potential imports from outside North America are also developed. Considering all these potential imports, U.S. natural gas production requirements to 2050 to meet the demand scenarios are developed and compared with the estimates of U.S. natural gas resources. The comparison results in a conclusion that (1) given the assumptions made, there are likely to be supply constraints on the availability of U.S. natural gas supply post-2020 and (2) if natural gas use in transportation grows substantially, it will have to compete with other sectors of the economy for that supply-constrained natural gas

  15. Potential for natural evaporation as a reliable renewable energy resource.

    Science.gov (United States)

    Cavusoglu, Ahmet-Hamdi; Chen, Xi; Gentine, Pierre; Sahin, Ozgur

    2017-09-26

    About 50% of the solar energy absorbed at the Earth's surface drives evaporation, fueling the water cycle that affects various renewable energy resources, such as wind and hydropower. Recent advances demonstrate our nascent ability to convert evaporation energy into work, yet there is little understanding about the potential of this resource. Here we study the energy available from natural evaporation to predict the potential of this ubiquitous resource. We find that natural evaporation from open water surfaces could provide power densities comparable to current wind and solar technologies while cutting evaporative water losses by nearly half. We estimate up to 325 GW of power is potentially available in the United States. Strikingly, water's large heat capacity is sufficient to control power output by storing excess energy when demand is low, thus reducing intermittency and improving reliability. Our findings motivate the improvement of materials and devices that convert energy from evaporation.The evaporation of water represents an alternative source of renewable energy. Building on previous models of evaporation, Cavusoglu et al. show that the power available from this natural resource is comparable to wind and solar power, yet it does not suffer as much from varying weather conditions.

  16. Decentralized Energy Management with Profile Steering : Resource Allocation Problems in Energy Management

    NARCIS (Netherlands)

    van der Klauw, Thijs

    2017-01-01

    Our energy supply chain is changing rapidly, driven by a societal push towards clean and renewable resources. However, these resources are often uncontrollable (e.g., wind and sun) and are increasingly being exploited on smaller scales (e.g., rooftop photovoltaic). This poses a reliability challenge

  17. Web-based public health geographic information systems for resources-constrained environment using scalable vector graphics technology: a proof of concept applied to the expanded program on immunization data

    Directory of Open Access Journals (Sweden)

    Kamadjeu Raoul

    2006-06-01

    Full Text Available Abstract Background Geographic Information Systems (GIS are powerful communication tools for public health. However, using GIS requires considerable skill and, for this reason, is sometimes limited to experts. Web-based GIS has emerged as a solution to allow a wider audience to have access to geospatial information. Unfortunately the cost of implementing proprietary solutions may be a limiting factor in the adoption of a public health GIS in a resource-constrained environment. Scalable Vector Graphics (SVG is used to define vector-based graphics for the internet using XML (eXtensible Markup Language; it is an open, platform-independent standard maintained by the World Wide Web Consortium (W3C since 2003. In this paper, we summarize our methodology and demonstrate the potential of this free and open standard to contribute to the dissemination of Expanded Program on Immunization (EPI information by providing interactive maps to a wider audience through the Internet. Results We used SVG to develop a database driven web-based GIS applied to EPI data from three countries of WHO AFRO (World Health Organization – African Region. The system generates interactive district-level country immunization coverage maps and graphs. The approach we describe can be expanded to cover other public health GIS demanding activities, including the design of disease atlases in a resources-constrained environment. Conclusion Our system contributes to accumulating evidence demonstrating the potential of SVG technology to develop web-based public health GIS in resources-constrained settings.

  18. Web-based public health geographic information systems for resources-constrained environment using scalable vector graphics technology: a proof of concept applied to the expanded program on immunization data.

    Science.gov (United States)

    Kamadjeu, Raoul; Tolentino, Herman

    2006-06-03

    Geographic Information Systems (GIS) are powerful communication tools for public health. However, using GIS requires considerable skill and, for this reason, is sometimes limited to experts. Web-based GIS has emerged as a solution to allow a wider audience to have access to geospatial information. Unfortunately the cost of implementing proprietary solutions may be a limiting factor in the adoption of a public health GIS in a resource-constrained environment. Scalable Vector Graphics (SVG) is used to define vector-based graphics for the internet using XML (eXtensible Markup Language); it is an open, platform-independent standard maintained by the World Wide Web Consortium (W3C) since 2003. In this paper, we summarize our methodology and demonstrate the potential of this free and open standard to contribute to the dissemination of Expanded Program on Immunization (EPI) information by providing interactive maps to a wider audience through the Internet. We used SVG to develop a database driven web-based GIS applied to EPI data from three countries of WHO AFRO (World Health Organization - African Region). The system generates interactive district-level country immunization coverage maps and graphs. The approach we describe can be expanded to cover other public health GIS demanding activities, including the design of disease atlases in a resources-constrained environment. Our system contributes to accumulating evidence demonstrating the potential of SVG technology to develop web-based public health GIS in resources-constrained settings.

  19. Day-ahead distributed energy resource scheduling using differential search algorithm

    DEFF Research Database (Denmark)

    Soares, J.; Lobo, C.; Silva, M.

    2015-01-01

    The number of dispersed energy resources is growing every day, such as the use of more distributed generators. This paper deals with energy resource scheduling model in future smart grids. The methodology can be used by virtual power players (VPPs) considering day-ahead time horizon. This method...... considers that energy resources are managed by a VPP which establishes contracts with their owners. The full AC power flow calculation included in the model takes into account network constraints. This paper presents an application of differential search algorithm (DSA) for solving the day-ahead scheduling...

  20. Energy-constrained open-system magmatic processes IV: Geochemical, thermal and mass consequences of energy-constrained recharge, assimilation and fractional crystallization (EC-RAFC)

    International Nuclear Information System (INIS)

    Wendy A. Bohrson Department of Geological Sciences, Central Washington University, Ellensburg, Washington, 98926, USA; Frank J. Spera Institute for Crustal Studies and Department of Geological Sciences, University of California, Santa Barbara, California, 93106, USA

    2003-01-01

    A wealth of geochemical and petrological data provide evidence that the processes of fractional crystallization, assimilation, and magma recharge (replenishment) dominate the chemical signatures of many terrestrial igneous rocks. Previous work [Spera and Bohrson, 2001 ; Bohrson and Spera, 2001] has established the importance of integrating energy, species and mass conservation into simulations of complex magma chamber processes. An extended version of the energy-constrained formulation, Energy-Constrained Recharge, Assimilation, Fractional Crystallization (EC-RAFC), tracks mass and compositional variations of melt, cumulates, and enclaves in a magma body undergoing simultaneous recharge, assimilation, and fractional crystallization [Spera and Bohrson, 2002]. Because many EC-RAFC results are distinct from those predicted by extant RAFC formulations, the primary goal of this paper is to present a range of geochemical and mass relationships for selected cases that highlight issues relevant to modern petrology. Among the plethora of petrologic problems that have important, well-documented analogues in nature are the geochemical distinctions that arise when a magma body undergoes continuous versus episodic recharge, the connection between erupted magmas and associated cumulate bodies, the behavior of recharge-fractionation dominated systems (RFC), thermodynamic conditions that promote the formation of enclaves versus cumulates, and the conditions under which magma bodies may be described as chemically homogeneous. Investigation of the effects of continuous versus episodic recharge for mafic magma undergoing RAFC in the lower crust indicates that the resulting geochemical trends for melt and solids are sensitive to the intensity and composition of recharge, suggesting that EC-RAFC may be used as a tool to distinguish the nature of the recharge events. Compared to the record preserved in melts, the geochemical and mass characteristics of solids associated with particular

  1. Peat - The sustainable energy resource in Finland

    International Nuclear Information System (INIS)

    1994-01-01

    In Finland the level of energy consumption for heating, transportation and industry is higher than in many other European countries. This is due to the northern position of the country and also to the fact that Finland is sparsely inhabited. Peat is one of the Finnish domestic energy resources. This brochure provides a compact package of background information on fuel peat. All the data presented concerning the production and use of peat, employment, investments in the peat industry, emission levels resulting from the production and use of peat, new combustion technologies and peatland resources, have been collected from documents and other sources that are accessible to the general public

  2. Reinforcement Learning for Constrained Energy Trading Games With Incomplete Information.

    Science.gov (United States)

    Wang, Huiwei; Huang, Tingwen; Liao, Xiaofeng; Abu-Rub, Haitham; Chen, Guo

    2017-10-01

    This paper considers the problem of designing adaptive learning algorithms to seek the Nash equilibrium (NE) of the constrained energy trading game among individually strategic players with incomplete information. In this game, each player uses the learning automaton scheme to generate the action probability distribution based on his/her private information for maximizing his own averaged utility. It is shown that if one of admissible mixed-strategies converges to the NE with probability one, then the averaged utility and trading quantity almost surely converge to their expected ones, respectively. For the given discontinuous pricing function, the utility function has already been proved to be upper semicontinuous and payoff secure which guarantee the existence of the mixed-strategy NE. By the strict diagonal concavity of the regularized Lagrange function, the uniqueness of NE is also guaranteed. Finally, an adaptive learning algorithm is provided to generate the strategy probability distribution for seeking the mixed-strategy NE.

  3. A HYBRID HEURISTIC ALGORITHM FOR SOLVING THE RESOURCE CONSTRAINED PROJECT SCHEDULING PROBLEM (RCPSP

    Directory of Open Access Journals (Sweden)

    Juan Carlos Rivera

    Full Text Available The Resource Constrained Project Scheduling Problem (RCPSP is a problem of great interest for the scientific community because it belongs to the class of NP-Hard problems and no methods are known that can solve it accurately in polynomial processing times. For this reason heuristic methods are used to solve it in an efficient way though there is no guarantee that an optimal solution can be obtained. This research presents a hybrid heuristic search algorithm to solve the RCPSP efficiently, combining elements of the heuristic Greedy Randomized Adaptive Search Procedure (GRASP, Scatter Search and Justification. The efficiency obtained is measured taking into account the presence of the new elements added to the GRASP algorithm taken as base: Justification and Scatter Search. The algorithms are evaluated using three data bases of instances of the problem: 480 instances of 30 activities, 480 of 60, and 600 of 120 activities respectively, taken from the library PSPLIB available online. The solutions obtained by the developed algorithm for the instances of 30, 60 and 120 are compared with results obtained by other researchers at international level, where a prominent place is obtained, according to Chen (2011.

  4. Self-Similarity Superresolution for Resource-Constrained Image Sensor Node in Wireless Sensor Networks

    Directory of Open Access Journals (Sweden)

    Yuehai Wang

    2014-01-01

    Full Text Available Wireless sensor networks, in combination with image sensors, open up a grand sensing application field. It is a challenging problem to recover a high resolution (HR image from its low resolution (LR counterpart, especially for low-cost resource-constrained image sensors with limited resolution. Sparse representation-based techniques have been developed recently and increasingly to solve this ill-posed inverse problem. Most of these solutions are based on an external dictionary learned from huge image gallery, consequently needing tremendous iteration and long time to match. In this paper, we explore the self-similarity inside the image itself, and propose a new combined self-similarity superresolution (SR solution, with low computation cost and high recover performance. In the self-similarity image super resolution model (SSIR, a small size sparse dictionary is learned from the image itself by the methods such as KSVD. The most similar patch is searched and specially combined during the sparse regulation iteration. Detailed information, such as edge sharpness, is preserved more faithfully and clearly. Experiment results confirm the effectiveness and efficiency of this double self-learning method in the image super resolution.

  5. National Renewable Energy Laboratory 2001 Information Resources Catalog

    Energy Technology Data Exchange (ETDEWEB)

    2002-03-01

    The National Renewable Energy Laboratory's (NREL) eighth annual Information Resources Catalog can help keep you up-to-date on the research, development, opportunities, and available technologies in energy efficiency and renewable energy. The catalog includes five main sections with entries grouped according to subject area.

  6. Wave energy resource assessment and review of the technologies

    Energy Technology Data Exchange (ETDEWEB)

    Wan Nik, W.B.: Sulaiman, O.O. [Maritime Technology Department, Universiti Malaysia Terengganu, 21030, Kuala Terengganu (Malaysia); Rosliza, R. [TATI University College, Teluk Kalong, 24000 Kemaman, Terengganu, (Malaysia); Prawoto, Y. [Faculty of Mechanical Engineering, Universiti Teknologi Malaysia, 81310 UTM, Skudai, Johor (Malaysia); Muzathik, A.M. [Institute of Technology, University of Moratuwa (Sri Lanka)

    2011-07-01

    Increase in human population has increased the demand for more energy. Technical improvement in transport and electrical appliances gives a lot of facilities to our life nowadays. Still we need to generate or convert this energy. Energy generation based on conventional technologies is always accompanied by environmental pollution. It gives overheating and greenhouse effects that later result in biosphere degradation. Nowadays sea wave energy is being increasingly regarded in many countries as a major and promising resource. It is renewable and environmentally friendly. In this paper wave parameters related to wave energy is analyzed. Then the paper describes the development of many different types of wave-energy converters. Several topics are addressed; the characterization of the wave energy resource, range of devices and how such devices can be organized into classes.

  7. Selection and storage of perceptual groups is constrained by a discrete resource in working memory.

    Science.gov (United States)

    Anderson, David E; Vogel, Edward K; Awh, Edward

    2013-06-01

    Perceptual grouping can lead observers to perceive a multielement scene as a smaller number of hierarchical units. Past work has shown that grouping enables more elements to be stored in visual working memory (WM). Although this may appear to contradict so-called discrete resource models that argue for fixed item limits in WM storage, it is also possible that grouping reduces the effective number of "items" in the display. To test this hypothesis, we examined how mnemonic resolution declined as the number of items to be stored increased. Discrete resource models predict that precision will reach a stable plateau at relatively early set sizes, because no further items can be stored once putative item limits are exceeded. Thus, we examined whether the precision by set size function was bilinear when storage was enhanced via perceptual grouping. In line with the hypothesis that each perceptual group counted as a single "item," precision still reached a clear plateau at a set size determined by the number of stored groups. Moreover, the maximum number of elements stored was doubled, and electrophysiological measures showed that selection and storage-related neural responses were the same for a single element and a multielement perceptual group. Thus, perceptual grouping allows more elements to be held in working memory while storage is still constrained by a discrete item limit.

  8. World mineral energy resources and their distribution in time and space

    International Nuclear Information System (INIS)

    Toens, P.D.; Camisani-Calzolari, F.A.G.M.; Van der Merwe, P.J.; Andreoli, M.A.G.

    1985-01-01

    If the estimated total geological potential of the world mineral energy resources is reduced to a common denominator, then the total resources are estimated at 20 600 terawatt years (TWyr). Assuming that all these resources are recoverable, and applying today's technology, they would suffice for 1 700 years under no-growth conditions and approximately 130 years assuming an annual growth rate of 3%. It should, however, be borne in mind that only about 15% (or 3 100 TWry) of the world's resources can be regarded as proved or partly proved and recoverable at current price levels and with current technology. Assuming a no-growth scenario, these resources will meet future energy requirements for a period of approximately 260 years. At a 3% annual growth rate resources will last for about 70 years. From these figures it is clear that the known mineral energy resources will be depleted in the near future. The challenge to the geologist to locate additional energy potential is enormous and in order to do so, the distribution of known resources in time and space was reappraised. The present investigation confirms the time-bound character of the mineralising processes. These took place in a series of clearly defined rhythms ranging from the early Proterozoic to the Recent. Uranium and thorium constitute the only energy resources of the Proterozoic. In contrast, the Phanerozoiceon contains the totality of fossil fuels and at least 60% of the nuclear resources; strata younger than 600 Ma therefore represent the most favourable target areas for prospecting

  9. Constraining dark energy and modified gravity with galaxy clusters, Oskar Klein Center for Cosmoparticle Physics, Stockholm, Sweden

    DEFF Research Database (Denmark)

    Rapetti Serra, David Angelo

    2011-01-01

    Using measurements of the abundance of galaxy clusters we obtain constraints on dark energy and gravity at cosmological scales. Our data set consists of 238 cluster detections drawn from the ROSAT All-Sky Survey and X-ray follow-up observations of 94 of those clusters. Using a new statistical...... framework we self-consistently and simultaneously constrain cosmology and observable-mass scaling relations accounting for survey biases, parameter covariances and systematic uncertainties. Allowing the linear growth index and the dark energy equation of state to take any constant values, we find...

  10. Caspian energy: Oil and gas resources and the global market

    NARCIS (Netherlands)

    Amineh, M.P.; Houweling, H.

    2003-01-01

    his article develops several concepts of critical geopolitics and relates them to the energy resources of the Caspian Region. Energy resources beyond borders may be accessed by trade, respectively by conquest, domination and changing property rights. These are the survival strategies of human groups

  11. Exploring the Metabolic and Perceptual Correlates of Self-Selected Walking Speed under Constrained and Un-Constrained Conditions

    Directory of Open Access Journals (Sweden)

    David T Godsiff, Shelly Coe, Charlotte Elsworth-Edelsten, Johnny Collett, Ken Howells, Martyn Morris, Helen Dawes

    2018-03-01

    Full Text Available Mechanisms underpinning self-selected walking speed (SSWS are poorly understood. The present study investigated the extent to which SSWS is related to metabolism, energy cost, and/or perceptual parameters during both normal and artificially constrained walking. Fourteen participants with no pathology affecting gait were tested under standard conditions. Subjects walked on a motorized treadmill at speeds derived from their SSWS as a continuous protocol. RPE scores (CR10 and expired air to calculate energy cost (J.kg-1.m-1 and carbohydrate (CHO oxidation rate (J.kg-1.min-1 were collected during minutes 3-4 at each speed. Eight individuals were re-tested under the same conditions within one week with a hip and knee-brace to immobilize their right leg. Deflection in RPE scores (CR10 and CHO oxidation rate (J.kg-1.min-1 were not related to SSWS (five and three people had deflections in the defined range of SSWS in constrained and unconstrained conditions, respectively (p > 0.05. Constrained walking elicited a higher energy cost (J.kg-1.m-1 and slower SSWS (p 0.05. SSWS did not occur at a minimum energy cost (J.kg-1.m-1 in either condition, however, the size of the minimum energy cost to SSWS disparity was the same (Froude {Fr} = 0.09 in both conditions (p = 0.36. Perceptions of exertion can modify walking patterns and therefore SSWS and metabolism/ energy cost are not directly related. Strategies which minimize perceived exertion may enable faster walking in people with altered gait as our findings indicate they should self-optimize to the same extent under different conditions.

  12. Multi-objective optimal dispatch of distributed energy resources

    Science.gov (United States)

    Longe, Ayomide

    This thesis is composed of two papers which investigate the optimal dispatch for distributed energy resources. In the first paper, an economic dispatch problem for a community microgrid is studied. In this microgrid, each agent pursues an economic dispatch for its personal resources. In addition, each agent is capable of trading electricity with other agents through a local energy market. In this paper, a simple market structure is introduced as a framework for energy trades in a small community microgrid such as the Solar Village. It was found that both sellers and buyers benefited by participating in this market. In the second paper, Semidefinite Programming (SDP) for convex relaxation of power flow equations is used for optimal active and reactive dispatch for Distributed Energy Resources (DER). Various objective functions including voltage regulation, reduced transmission line power losses, and minimized reactive power charges for a microgrid are introduced. Combinations of these goals are attained by solving a multiobjective optimization for the proposed ORPD problem. Also, both centralized and distributed versions of this optimal dispatch are investigated. It was found that SDP made the optimal dispatch faster and distributed solution allowed for scalability.

  13. Women and energy resources management. A UNIFEM perspective

    International Nuclear Information System (INIS)

    Marks, I.

    1996-01-01

    Women need access to energy resources in order to meet their basic needs for food, shelter, clean water, health care and employment and to improve their family's living conditions. Due to population growth and economic development the demand for the main energy sources in low-income rural areas, biomass, is far greater than the supply, and women have no choice but to overexploit the increasingly scarce resources just to survive. Improvements in energy efficiency and an increased use of renewable energy sources could help women to balance their immediate livelihood needs and the long-term ecological needs. However, women generally lack access to these improved energy technologies. This article explores the causes of women's limited access to improved energy technologies and why energy polices and programmes often fail to address women's specific needs and concerns. Strategies of the United Nations Development Fund for Women (UNIFEM) are outlined as examples of approaches aiming at improving women's access to information and sustainable technologies and promoting women's full participation in environmental decision and policy making. (author). 23 refs

  14. The development and utilization of biomass energy resources in China

    International Nuclear Information System (INIS)

    Lin Dai

    1995-01-01

    Biomass energy resources are abundant in China and have reached 730 million tonnes of coal equivalent, representing about 70% of the energy consumed by households. China has attached great importance to the development and utilization of its biomass energy resources and has implemented programmes for biogas unit manufacture, more efficient stoves, fuelwood development and thermal gasification to meet new demands for energy as the economy grows. The conclusion is that the increased use of low-carbon and non-carbon energy sources instead of fossil fuels is an important option for energy and environment strategy and has bright prospects in China. (author)

  15. On the Integrated Job Scheduling and Constrained Network Routing Problem

    DEFF Research Database (Denmark)

    Gamst, Mette

    This paper examines the NP-hard problem of scheduling a number of jobs on a finite set of machines such that the overall profit of executed jobs is maximized. Each job demands a number of resources, which must be sent to the executing machine via constrained paths. Furthermore, two resource demand...

  16. The Regularized Fast Hartley Transform Optimal Formulation of Real-Data Fast Fourier Transform for Silicon-Based Implementation in Resource-Constrained Environments

    CERN Document Server

    Jones, Keith

    2010-01-01

    The Regularized Fast Hartley Transform provides the reader with the tools necessary to both understand the proposed new formulation and to implement simple design variations that offer clear implementational advantages, both practical and theoretical, over more conventional complex-data solutions to the problem. The highly-parallel formulation described is shown to lead to scalable and device-independent solutions to the latency-constrained version of the problem which are able to optimize the use of the available silicon resources, and thus to maximize the achievable computational density, th

  17. Resource analysis of the Chinese society 1980-2002 based on energy-Part 5: Resource structure and intensity

    International Nuclear Information System (INIS)

    Chen, G.Q.; Chen, B.

    2007-01-01

    This paper is the continuation of the fourth part on fishery and rangeland. The total resource inflow to the Chinese society from 1980 to 2002 is investigated in four parts published afore. The total resource energy input corresponds to GDP is presented in comparison with the purchasing power parity in this paper. The structure of the resource energy inflow is also outlined. Finally, a novel concept referred to as resource intensity is suggested to serve as a basic indicator to illustrate the real status of the economic development in China

  18. Summary of the mineral- and energy-resource endowment, BLM roswell resource area, east-central New Mexico

    Science.gov (United States)

    Bartsch-Winkler, S.; Sutphin, D.M.; Ball, M.M.; Korzeb, S.L.; Kness, R.F.; Dutchover, J.T.

    1993-01-01

    In this summary of two comprehensive resource reports produced by the U.S. Bureau of Mines and the U.S. Geological Survey for the U.S. Bureau of Land Management, we discuss the mineral- and energyresource endowment of the 14-millon-acre Roswell Resource Area, New Mexico, managed by the Bureau of Land Management. The Bureau and Survey reports result from separate studies that are compilations of published and unpublished data and integrate new findings on the geology, geochemistry, geophysics, mineral, industrial, and energy commodities, and resources for the seven-county area. The reports have been used by the Bureau of Land Management in preparation of the Roswell Resource Area Resource Management Plan, and will have future use in nationwide mineral- and energy-resource inventories and assessments, as reference and training documents, and as public-information tools. In the Roswell Resource Area, many metals, industrial mineral commodities, and energy resources are being, or have been, produced or prospected. These include metals and high-technology materials, such as copper, gold, silver, thorium, uranium and/or vanadium, rare-earth element minerals, iron, manganese, tungsten, lead, zinc, and molybdenum; industrial mineral resources, including barite, limestone/dolomite, caliche, clay, fluorspar, gypsum, scoria, aggregate, and sand and gravel; and fuels and associated resources, such as oil, gas, tar sand and heavy oil, coal, and gases associated with hydrocarbons. Other commodities that have yet to be identified in economic concentrations include potash, halite, polyhalite, anhydrite, sulfur, feldspar, building stone and decorative rock, brines, various gases associated with oil and gas exploration, and carbon dioxide. ?? 1993 Oxford University Press.

  19. Mass and energy-capital conservation equations to study the price evolution of non-renewable energy resources

    International Nuclear Information System (INIS)

    Gori, F.

    2006-01-01

    Mass conservation equation of non-renewable resources is employed to study the resources remaining in the reservoir according to the extraction policy. The energy conservation equation is transformed into an energy-capital conservation equation. The Hotelling rule is shown to be a special case of the general energy-capital conservation equation when the mass flow rate of extracted resources is equal to unity. Mass and energy-capital conservation equations are then coupled and solved together. It is investigated the price evolution of extracted resources. The conclusion of the Hotelling rule for non-extracted resources, i.e. an exponential increase of the price of non-renewable resources at the rate of current interest, is then generalized. A new parameter, called 'Price Increase Factor', PIF, is introduced as the difference between the current interest rate of capital and the mass flow rate of extraction of non-renewable resources. The price of extracted resources can increase exponentially only if PIF is greater than zero or if the mass flow rate of extraction is lower than the current interest rate of capital. The price is constant if PIF is zero or if the mass flow rate of extraction is equal to the current interest rate. The price is decreasing with time if PIF is smaller than zero or if the mass flow rate of extraction is higher than the current interest rate. (author)

  20. The Value of Seasonal Climate Forecasts in Managing Energy Resources.

    Science.gov (United States)

    Brown Weiss, Edith

    1982-04-01

    Research and interviews with officials of the United States energy industry and a systems analysis of decision making in a natural gas utility lead to the conclusion that seasonal climate forecasts would only have limited value in fine tuning the management of energy supply, even if the forecasts were more reliable and detailed than at present.On the other hand, reliable forecasts could be useful to state and local governments both as a signal to adopt long-term measures to increase the efficiency of energy use and to initiate short-term measures to reduce energy demand in anticipation of a weather-induced energy crisis.To be useful for these purposes, state governments would need better data on energy demand patterns and available energy supplies, staff competent to interpret climate forecasts, and greater incentive to conserve. The use of seasonal climate forecasts is not likely to be constrained by fear of legal action by those claiming to be injured by a possible incorrect forecast.

  1. Wind energy resource assessment in Madrid region

    Energy Technology Data Exchange (ETDEWEB)

    Migoya, Emilio; Crespo, Antonio; Jimenez, Angel; Garcia, Javier; Manuel, Fernando [Laboratorio de Mecanica de Fluidos, Departamento de Ingenieria Energetica y Fluidomecanica, Escuela Tecnica Superior Ingenieros Industriales (ETSII), Universidad Politecnica de Madrid (UPM), C/Jose Gutierrez Abascal, 2-28006, Madrid (Spain)

    2007-07-15

    The Comunidad Autonoma de Madrid (Autonomous Community of Madrid, in the following Madrid Region), is a region located at the geographical centre of the Iberian Peninsula. Its area is 8.028 km{sup 2}, and its population about five million people. The Department of Economy and Technological Innovation of the Madrid Region, together with some organizations dealing on energy saving and other research institutions have elaborated an Energy Plan for the 2004-12 period. As a part of this work, the Fluid Mechanics Laboratory of the Superior Technical School of Industrial Engineers of the Polytechnic University of Madrid has carried out the assessment of the wind energy resources [Crespo A, Migoya E, Gomez Elvira R. La energia eolica en Madrid. Potencialidad y prospectiva. Plan energetico de la Comunidad de Madrid, 2004-2012. Madrid: Comunidad Autonoma de Madrid; 2004]; using for this task the WAsP program (Wind Atlas Analysis and Application Program), and the own codes, UPMORO (code to study orography effects) and UPMPARK (code to study wake effects in wind parks). Different kinds of data have been collected about climate, topography, roughness of the land, environmentally protected areas, town and village distribution, population density, main facilities and electric power supply. The Spanish National Meteorological Institute has nine wind measurement stations in the region, but only four of them have good and reliable temporary wind data, with time measurement periods that are long enough to provide representative correlations among stations. The Observed Wind Climates of the valid meteorological stations have been made. The Wind Atlas and the resource grid have been calculated, especially in the high wind resource areas, selecting appropriate measurements stations and using criteria based on proximity, similarity and ruggedness index. Some areas cannot be used as a wind energy resource mainly because they have environmental regulation or, in some cases, are very close

  2. Distributed energy resources in grid interactive AC microgrids

    DEFF Research Database (Denmark)

    Wang, Xiongfei; Guerrero, Josep; Chen, Zhe

    2010-01-01

    Increased penetration of distributed energy resources (DER) and large-scale deployment of renewable energy sources are challenging the entire architecture of traditional power system. Microgrid, featuring higher flexibility and reliability, becomes an attractive candidate for the configuration...

  3. Security-Constrained Resource Planning in Electricity Market

    International Nuclear Information System (INIS)

    Roh, Jae Hyung; Shahidehpour, Mohammad; Yong Fu

    2007-06-01

    We propose a market-based competitive generation resource planning model in electricity markets. The objective of the model is to introduce the impact of transmission security in a multi-GENCO generation resource planning. The proposed approach is based on effective decomposition and coordination strategies. Lagrangian relaxation and Benders decomposition like structure are applied to the model. Locational price signal and capacity signal are defined for the simulation of competition among GENCOs and the coordination of security between GENCOs and the regulatory body (ISO). The numerical examples exhibit the effectiveness of the proposed generation planning model in electricity markets.

  4. Energy reserves and energy resources: situation in 1980

    International Nuclear Information System (INIS)

    Bauer, L.

    1981-01-01

    Following an explanation of the main relevant technical terms and units, the author discusses the world energy consumption over the last few years and its structural development. This is supplemented by an analysis of energy consumption in Austria. Based on this, the author gives a forecast of the further growth of the world energy consumption figures to the year 2020 and compares these with the world's reserves of raw materials for energy production. A similar comparison is made for Austria. Outlining the irregularity in the distribution of the reserves over the earth and a short explanation of the dependence on the respective technology of the utilisation of nuclear fuels, the author discusses the possibilities of developing the energy resources all over the world as well as in Austria. The quantitative assessment is based on IIASA studies and on corresponding investigations carried out in Austria. By way of summary, he presents an outlook on the possibilities of upgrading solid fuels as a temporary remedy against future difficulties in the supply of crude oil or natural gas and underlines the importance of nuclear energy for the future. (Auth.)

  5. Renewable Energy Resources in Lebanon

    Science.gov (United States)

    Hamdy, R.

    2010-12-01

    The energy sector in Lebanon plays an important role in the overall development of the country, especially that it suffers from many serious problems. The fact that Lebanon is among the few countries that are not endowed with fossil fuels in the Middle East made this sector cause one third of the national debt in Lebanon. Despite the large government investments in the power sector, demand still exceeds supply and Lebanon frequently goes through black out in peak demand times or has to resort to importing electricity from Syria. The Energy production sector has dramatic environmental and economical impacts in the form of emitted gasses and environment sabotage, accordingly, it is imperative that renewable energy (RE) be looked at as an alternative energy source. Officials at the Ministry of Energy and Water (MEW) and Lebanese Electricity (EDL) have repeatedly expressed their support to renewable energy utilization. So far, only very few renewable energy applications can be observed over the country. Major efforts are still needed to overcome this situation and promote the use of renewable energy. These efforts are the shared responsibility of the government, EDL, NGO's and educational and research centers. Additionally, some efforts are being made by some international organizations such as UNDP, ESCWA, EC and other donor agencies operating in Lebanon. This work reviews the status of Energy in Lebanon, the installed RE projects, and the potential projects. It also reviews the stakeholders in the field of RE in Lebanon Conclusion In considering the best R.E. alternative, it is important to consider all potential R.E. sources, their costs, market availability, suitability for the selected location, significance of the energy produced and return on investment. Several RE resources in Lebanon have been investigated; Tides and waves energy is limited and not suitable two tentative sites for geothermal energy are available but not used. Biomass resources badly affect the

  6. Towards Integrating Distributed Energy Resources and Storage Devices in Smart Grid.

    Science.gov (United States)

    Xu, Guobin; Yu, Wei; Griffith, David; Golmie, Nada; Moulema, Paul

    2017-02-01

    Internet of Things (IoT) provides a generic infrastructure for different applications to integrate information communication techniques with physical components to achieve automatic data collection, transmission, exchange, and computation. The smart grid, as one of typical applications supported by IoT, denoted as a re-engineering and a modernization of the traditional power grid, aims to provide reliable, secure, and efficient energy transmission and distribution to consumers. How to effectively integrate distributed (renewable) energy resources and storage devices to satisfy the energy service requirements of users, while minimizing the power generation and transmission cost, remains a highly pressing challenge in the smart grid. To address this challenge and assess the effectiveness of integrating distributed energy resources and storage devices, in this paper we develop a theoretical framework to model and analyze three types of power grid systems: the power grid with only bulk energy generators, the power grid with distributed energy resources, and the power grid with both distributed energy resources and storage devices. Based on the metrics of the power cumulative cost and the service reliability to users, we formally model and analyze the impact of integrating distributed energy resources and storage devices in the power grid. We also use the concept of network calculus, which has been traditionally used for carrying out traffic engineering in computer networks, to derive the bounds of both power supply and user demand to achieve a high service reliability to users. Through an extensive performance evaluation, our data shows that integrating distributed energy resources conjointly with energy storage devices can reduce generation costs, smooth the curve of bulk power generation over time, reduce bulk power generation and power distribution losses, and provide a sustainable service reliability to users in the power grid.

  7. The development and utilization of biomass energy resources in China

    Energy Technology Data Exchange (ETDEWEB)

    Dai, Lin [Energy Research Institute of the State Planning Commission, Beijing (China)

    1995-12-01

    Biomass energy resources are abundant in China and have reached 730 million tonnes of coal equivalent, representing about 70% of the energy consumed by households. China has attached great importance to the development and utilization of its biomass energy resources and has implemented programmes for biogas unit manufacture, more efficient stoves, fuelwood development and thermal gasification to meet new demands for energy as the economy grows. The conclusion is that the increased use of low-carbon and non-carbon energy sources instead of fossil fuels is an important option for energy and environment strategy and has bright prospects in China. (author) 4 refs, 2 figs, 4 tabs

  8. Sustainable resource planning in energy markets

    International Nuclear Information System (INIS)

    Kamalinia, Saeed; Shahidehpour, Mohammad; Wu, Lei

    2014-01-01

    Highlights: • Sustainable resource planning with the consideration of expected transmission network expansion. • Incomplete information non-cooperative game-theoretic method for GEP. • Maximizing utility value whiling considering merits of having various generation portfolios. • Minimizing risk of investment using renewable generation options. • Application of the stochastic approach for evaluating the unpredictability of opponent payoffs and commodity values. - Abstract: This study investigates the role of sustainable energy volatility in a market participant’s competitive expansion planning problem. The incomplete information non-cooperative game-theoretic method is utilized in which each generation company (GENCO) perceives strategies of other market participants in order to make a decision on its strategic generation capacity expansion. Sustainable generation incentives, carbon emission penalties, and fuel price forecast errors are considered in the strategic decisions. The market clearing process for energy and reserves is simulated by each GENCO for deriving generation expansion decisions. A merit criterion (i.e., the utility value) is proposed for a more realistic calculation of the expected payoff of a GENCO with sustainable energy resources. Finally, the impact of transmission constraints is investigated on the GENCO’s expansion planning decision. The case studies illustrate the effectiveness of the proposed method

  9. National Renewable Energy Laboratory Information Resources Catalog 2002

    Energy Technology Data Exchange (ETDEWEB)

    2003-01-01

    NREL's ninth annual Information Resources Catalog can keep you up-to-date on the research, development, opportunities, and available technologies in energy efficiency and renewable energy. It includes five main sections with entries grouped according to subject area.

  10. Energy Resources of Iran and Their Environmental Impacts

    Directory of Open Access Journals (Sweden)

    V. P. Bubnov

    2013-01-01

    Full Text Available The paper presents an analysis of main sources of energy resource production and their sale  in the domestic and export markets. The authors have analyzed type of domestic energy consumers and estimated their environmental impacts. The paper shows that the shift to alternative energy sources will reduce an ecological impact on the environment.

  11. Northeast Asian economy cooperation: study on energy resource cooperation in Northeast Asian region

    Energy Technology Data Exchange (ETDEWEB)

    Chung, Woo Jin [Korea Energy Economics Institute, Euiwang (Korea)

    1999-12-01

    In Northeast Asian region, there are East Russia with abundant resources, Japan a large energy consumption country, Korea and China with rapidly increasing energy consumption due to their economic development, but the utilization rate of East Russian resources are very low and the resource trading and investment among Korea, China and Japan are also low. Korea and Japan use most of energy imported from Middle East. It is expected that import of petroleum and gas except coal will be increasing in China and most of imported energy will be imported mainly from the Middle East. For Korea, with not much energy resources and foreign-oriented economic system, if investment on resource development among Northeast Asian countries is active and energy transportation among these countries is liberalized, the enhancement of energy cooperation in Northeast Asia has a high possibility to provide North and South Korean energy cooperation as well as to secure energy security and to develop energy industry. Therefore, Korean government needs to promote Northeast Asian energy cooperation by taking its lead. (author). 28 refs., 8 figs., 44 tabs.

  12. E-learning in medical education in resource constrained low- and middle-income countries.

    Science.gov (United States)

    Frehywot, Seble; Vovides, Yianna; Talib, Zohray; Mikhail, Nadia; Ross, Heather; Wohltjen, Hannah; Bedada, Selam; Korhumel, Kristine; Koumare, Abdel Karim; Scott, James

    2013-02-04

    In the face of severe faculty shortages in resource-constrained countries, medical schools look to e-learning for improved access to medical education. This paper summarizes the literature on e-learning in low- and middle-income countries (LMIC), and presents the spectrum of tools and strategies used. Researchers reviewed literature using terms related to e-learning and pre-service education of health professionals in LMIC. Search terms were connected using the Boolean Operators "AND" and "OR" to capture all relevant article suggestions. Using standard decision criteria, reviewers narrowed the article suggestions to a final 124 relevant articles. Of the relevant articles found, most referred to e-learning in Brazil (14 articles), India (14), Egypt (10) and South Africa (10). While e-learning has been used by a variety of health workers in LMICs, the majority (58%) reported on physician training, while 24% focused on nursing, pharmacy and dentistry training. Although reasons for investing in e-learning varied, expanded access to education was at the core of e-learning implementation which included providing supplementary tools to support faculty in their teaching, expanding the pool of faculty by connecting to partner and/or community teaching sites, and sharing of digital resources for use by students. E-learning in medical education takes many forms. Blended learning approaches were the most common methodology presented (49 articles) of which computer-assisted learning (CAL) comprised the majority (45 articles). Other approaches included simulations and the use of multimedia software (20 articles), web-based learning (14 articles), and eTutor/eMentor programs (3 articles). Of the 69 articles that evaluated the effectiveness of e-learning tools, 35 studies compared outcomes between e-learning and other approaches, while 34 studies qualitatively analyzed student and faculty attitudes toward e-learning modalities. E-learning in medical education is a means to an end

  13. Renewable energy resources and management appliances-use of smart technologies in the energy

    International Nuclear Information System (INIS)

    Kultan, J.

    2012-01-01

    The contribution is aimed at analyzing the impact of renewable energy resources to power system steady modes and the possibility of using smart technology to reduce the impact of inequalities and the variance of the energies and the quality of energy supplied. The use of smart technologies in the form of active dynamic appliances in response to network conditions to reduce effects of stochastic renewable resources dynamic impacts / wind blasts, quickly changing sunlight emissions on solar panels, increasing the amount of water in flow-based water power plants /or a change in network status. Active response appliances, depending on network conditions, improves parameters of economic power generation, transmission, distribution and consumption. (Authors)

  14. Prediction of Wind Energy Resources (PoWER) Users Guide

    Science.gov (United States)

    2016-01-01

    ARL-TR-7573● JAN 2016 US Army Research Laboratory Prediction of Wind Energy Resources (PoWER) User’s Guide by David P Sauter...manufacturer’s or trade names does not constitute an official endorsement or approval of the use thereof. Destroy this report when it is no longer needed. Do...not return it to the originator. ARL-TR-7573 ● JAN 2016 US Army Research Laboratory Prediction of Wind Energy Resources (PoWER

  15. Resource and energy recovery options for fermentation industry residuals

    Energy Technology Data Exchange (ETDEWEB)

    Chiesa, S C [Santa Clara Univ., CA (USA); Manning, Jr, J F [Alabama Univ., Birmingham, AL (USA)

    1989-01-01

    Over the last 40 years, the fermentation industry has provided facility planners, plant operators and environmental engineers with a wide range of residuals management challenges and resource/energy recovery opportunities. In response, the industry has helped pioneer the use of a number of innovative resource and energy recovery technologies. Production of animal feed supplements, composts, fertilizers, soil amendments, commercial baking additives and microbial protein materials have all been detailed in the literature. In many such cases, recovery of by-products significantly reduces the need for treatment and disposal facilities. Stable, reliable anaerobic biological treatment processes have also been developed to recover significant amounts of energy in the form of methane gas. Alternatively, dewatered or condensed organic fermentation industry residuals have been used as fuels for incineration-based energy recovery systems. The sale or use of recovered by-products and/or energy can be used to offset required processing costs and provide a technically and environmentally viable alternative to traditional treatment and disposal strategies. This review examines resource recovery options currently used or proposed for fermentation industry residuals and the conditions necessary for their successful application. (author).

  16. Prior image constrained image reconstruction in emerging computed tomography applications

    Science.gov (United States)

    Brunner, Stephen T.

    Advances have been made in computed tomography (CT), especially in the past five years, by incorporating prior images into the image reconstruction process. In this dissertation, we investigate prior image constrained image reconstruction in three emerging CT applications: dual-energy CT, multi-energy photon-counting CT, and cone-beam CT in image-guided radiation therapy. First, we investigate the application of Prior Image Constrained Compressed Sensing (PICCS) in dual-energy CT, which has been called "one of the hottest research areas in CT." Phantom and animal studies are conducted using a state-of-the-art 64-slice GE Discovery 750 HD CT scanner to investigate the extent to which PICCS can enable radiation dose reduction in material density and virtual monochromatic imaging. Second, we extend the application of PICCS from dual-energy CT to multi-energy photon-counting CT, which has been called "one of the 12 topics in CT to be critical in the next decade." Numerical simulations are conducted to generate multiple energy bin images for a photon-counting CT acquisition and to investigate the extent to which PICCS can enable radiation dose efficiency improvement. Third, we investigate the performance of a newly proposed prior image constrained scatter correction technique to correct scatter-induced shading artifacts in cone-beam CT, which, when used in image-guided radiation therapy procedures, can assist in patient localization, and potentially, dose verification and adaptive radiation therapy. Phantom studies are conducted using a Varian 2100 EX system with an on-board imager to investigate the extent to which the prior image constrained scatter correction technique can mitigate scatter-induced shading artifacts in cone-beam CT. Results show that these prior image constrained image reconstruction techniques can reduce radiation dose in dual-energy CT by 50% in phantom and animal studies in material density and virtual monochromatic imaging, can lead to radiation

  17. Distributed energy resources management using plug-in hybrid electric vehicles as a fuel-shifting demand response resource

    International Nuclear Information System (INIS)

    Morais, H.; Sousa, T.; Soares, J.; Faria, P.; Vale, Z.

    2015-01-01

    Highlights: • Definition fuel shifting demand response programs applied to the electric vehicles. • Integration of the proposed fuel shifting in energy resource management algorithm. • Analysis of fuel shifting contribution to support the consumption increasing. • Analysis of fuel shifting contribution to support the electric vehicles growing. • Sensitivity analysis considering different electric vehicles penetration levels. - Abstract: In the smart grids context, distributed energy resources management plays an important role in the power systems’ operation. Battery electric vehicles and plug-in hybrid electric vehicles should be important resources in the future distribution networks operation. Therefore, it is important to develop adequate methodologies to schedule the electric vehicles’ charge and discharge processes, avoiding network congestions and providing ancillary services. This paper proposes the participation of plug-in hybrid electric vehicles in fuel shifting demand response programs. Two services are proposed, namely the fuel shifting and the fuel discharging. The fuel shifting program consists in replacing the electric energy by fossil fuels in plug-in hybrid electric vehicles daily trips, and the fuel discharge program consists in use of their internal combustion engine to generate electricity injecting into the network. These programs are included in an energy resources management algorithm which integrates the management of other resources. The paper presents a case study considering a 37-bus distribution network with 25 distributed generators, 1908 consumers, and 2430 plug-in vehicles. Two scenarios are tested, namely a scenario with high photovoltaic generation, and a scenario without photovoltaic generation. A sensitivity analyses is performed in order to evaluate when each energy resource is required

  18. Biomass a fast growing energy resource

    International Nuclear Information System (INIS)

    Hansen, Ulf

    2003-01-01

    Biomass as an energy resource is as versatile as the biodiversity suggests. The global net primary production, NPP, describes the annual growth of biomass on land and in the seas. This paper focuses on biomass grown on land. A recent estimate for the NPP on land is 120 billion tons of dry matter. How much of this biomass are available for energy purposes? The potential contribution of wood fuel and energy plants from sustainable production is limited to some 5% of NPP, i.e. 6 Bt. One third of the potential is energy forests and energy plantations which at present are not economic. One third is used in rural areas as traditional fuel. The remaining third would be available for modern biomass energy conversion. Biomass is assigned an expanding role as a new resource in the world's energy balance. The EU has set a target of doubling the share of renewable energy sources by 2010. For biomass the target is even more ambitious. The challenge for biomass utilization lies in improving the technology for traditional usage and expanding the role into other areas like power production and transportation fuel. Various technologies for biomass utilization are available among those are combustion, gasification, and liquefaction. Researchers have a grand vision in which the chemical elements in the hydrocarbon molecules of biomass are separated and reformed to yield new tailored fuels and form the basis for a new world economy. The vision of a new energy system based on fresh and fossilized biomass to be engineered into an environmentally friendly and sustainable fuel is a conceivable technical reality. One reason for replacing exhaustible fossil fuels with biomass is to reduce carbon emissions. The most efficient carbon dioxide emission reduction comes from replacing brown coal in a steam-electric unit, due to the efficiency of the thermal cycle and the high carbon intensity of the coal. The smallest emission reduction comes from substituting natural gas. (BA)

  19. Planck-scale Lorentz violation constrained by ultra-high-energy cosmic rays

    Energy Technology Data Exchange (ETDEWEB)

    Maccione, L. [Deutsches Elektronen-Synchrotron (DESY), Hamburg (Germany); Univ. Hamburg, II. Inst. fuer Theoretische Physik (Germany); Taylor, A.M. [Max-Planck-Inst. fuer Kernphysik, Heidelberg (Germany); Mattingly, D.M.; Liberati, S. [Scuola Internazionale Superiore di Studi Avanzati SISSA, Trieste (Italy); Istituto Nazionale di Fisica Nucleare INFN, Sezione di Trieste (Italy)

    2009-09-15

    We investigate the consequences of higher dimension Lorentz violating, CPT even kinetic operators that couple standard model fields to a non-zero vector field in an Effective Field Theory framework. Comparing the ultra-high energy cosmic ray spectrum reconstructed in the presence of such terms with data from the Pierre Auger observatory allows us to establish two sided bounds on the coefficients of the mass dimension five and six operators for the proton and pion. Our bounds imply that for both protons and pions, the energy scale of Lorentz symmetry breaking must be well above the Planck scale. In particular, the dimension five operators are constrained at the level of 10{sup -3}M{sup -1}{sub Planck}. The magnitude of the dimension six proton coefficient is bounded at the level of 10{sup -6}M{sup -2}{sub Planck} except in a narrow range where the pion and proton coefficients are both negative and nearly equal. In this small area, the magnitude of the dimension six proton coefficient must only be below 10{sup -3}M{sup -2}{sub Planck}. Constraints on the dimension six pion coefficient are found to be much weaker, but still below M{sup -2}{sub Planck}. (orig.)

  20. The Texas Energy-Only Resource Adequacy Mechanism

    Energy Technology Data Exchange (ETDEWEB)

    Schubert, Eric S.; Hurlbut, David; Adib, Parviz; Oren, Shmuel

    2006-12-15

    On Sept. 13, 2006, the Public Utility Commission of Texas put into effect a new Resource Adequacy and Market Power Rule which establishes an Energy-Only resource adequacy mechanism in the ERCOT electricity market, relaxes the $1,000 per MWh offer cap, and replaced existing market mitigation procedures with more market transparency and prompt information disclosure. The authors describe the motivation and rationale underlying the new rule, its development process, and its implementation details. (author)

  1. The Texas Energy-Only Resource Adequacy Mechanism

    International Nuclear Information System (INIS)

    Schubert, Eric S.; Hurlbut, David; Adib, Parviz; Oren, Shmuel

    2006-01-01

    On Sept. 13, 2006, the Public Utility Commission of Texas put into effect a new Resource Adequacy and Market Power Rule which establishes an Energy-Only resource adequacy mechanism in the ERCOT electricity market, relaxes the $1,000 per MWh offer cap, and replaced existing market mitigation procedures with more market transparency and prompt information disclosure. The authors describe the motivation and rationale underlying the new rule, its development process, and its implementation details. (author)

  2. SWEEP - Save Water & Energy Education Program

    Energy Technology Data Exchange (ETDEWEB)

    Sullivan, Gregory P.; Elliott, Douglas B.; Hillman, Tim C.; Hadley, Adam; Ledbetter, Marc R.; Payson, David R.

    2001-05-03

    The objective of this study was to develop, monitor, analyze, and report on an integrated resource-conservation program highlighting efficient residential appliances and fixtures. The sites of study were 50 homes in two water-constrained communities located in Oregon. The program was designed to maximize water savings to these communities and to serve as a model for other communities seeking an integrated approach to energy and water resource efficiency. The program included the installation and in-place evaluation of energy- and water-efficient devices including the following: horizontal axis clothes washers (and the matching clothes dryers), resource-efficient dishwashers, an innovative dual flush low-flow toilet, low-flow showerheads, and faucet aerators. The significance of this activity lies in its integrated approach and unique metering evaluation of individual end-use, aggregated residential total use, and system-wide energy and water benefits.

  3. Iceland's Central Highlands: Nature conservation, ecotourism, and energy resource utilization

    Science.gov (United States)

    Bjorn Gunnarsson; Maria-Victoria Gunnarsson

    2002-01-01

    Iceland’s natural resources include an abundance of geothermal energy and hydropower, of which only 10 to 15 percent is currently being utilized. These are clean, renewable sources of energy. The cost to convert these resources to electricity is relatively low, making them attractive and highly marketable for industrial development, particularly for heavy industry....

  4. Assessment of Global Wind Energy Resource Utilization Potential

    Science.gov (United States)

    Ma, M.; He, B.; Guan, Y.; Zhang, H.; Song, S.

    2017-09-01

    Development of wind energy resource (WER) is a key to deal with climate change and energy structure adjustment. A crucial issue is to obtain the distribution and variability of WER, and mine the suitable location to exploit it. In this paper, a multicriteria evaluation (MCE) model is constructed by integrating resource richness and stability, utilization value and trend of resource, natural environment with weights. The global resource richness is assessed through wind power density (WPD) and multi-level wind speed. The utilizable value of resource is assessed by the frequency of effective wind. The resource stability is assessed by the coefficient of variation of WPD and the frequency of prevailing wind direction. Regression slope of long time series WPD is used to assess the trend of WER. All of the resource evaluation indicators are derived from the atmospheric reanalysis data ERA-Interim with spatial resolution 0.125°. The natural environment factors mainly refer to slope and land-use suitability, which are derived from multi-resolution terrain elevation data 2010 (GMTED 2010) and GlobalCover2009. Besides, the global WER utilization potential map is produced, which shows most high potential regions are located in north of Africa. Additionally, by verifying that 22.22 % and 48.8 9% operational wind farms fall on medium-high and high potential regions respectively, the result can provide a basis for the macroscopic siting of wind farm.

  5. Cosmogenic photons strongly constrain UHECR source models

    Directory of Open Access Journals (Sweden)

    van Vliet Arjen

    2017-01-01

    Full Text Available With the newest version of our Monte Carlo code for ultra-high-energy cosmic ray (UHECR propagation, CRPropa 3, the flux of neutrinos and photons due to interactions of UHECRs with extragalactic background light can be predicted. Together with the recently updated data for the isotropic diffuse gamma-ray background (IGRB by Fermi LAT, it is now possible to severely constrain UHECR source models. The evolution of the UHECR sources especially plays an important role in the determination of the expected secondary photon spectrum. Pure proton UHECR models are already strongly constrained, primarily by the highest energy bins of Fermi LAT’s IGRB, as long as their number density is not strongly peaked at recent times.

  6. Energy efficiency and integrated resource planning - lessons drawn from the Californian model

    International Nuclear Information System (INIS)

    Baudry, P.

    2008-01-01

    The principle of integrated resource planning (IRP) is to consider, on the same level, investments which aim to produce energy and those which enable energy requirements to be reduced. According to this principle, the energy efficiency programmes, which help to reduce energy demand and CO 2 emissions, are considered as an economically appreciated resource. The costs and gains of this resource are evaluated and compared to those relating to energy production. California has adopted an IRP since 1990 and ranks energy efficiency highest among the available energy resources, since economic evaluations show that the cost of realizing a saving of one kWh is lower than that which corresponds to its production. Yet this energy policy model is not universally widespread over the world. This can be explained by several reasons. Firstly, a reliable economic appreciation of energy savings presupposes that great uncertainties will be raised linked to the measurement of energy savings, which emanates in articular from the different possible options for the choice of base reference. This disinterest for IRP in Europe can also be explained by an institutional context of energy market liberalization which does not promote this type of regulation, as well as by the concern of making energy supply security the policies' top priority. Lastly, the remuneration of economic players investing in the energy efficiency programmes is an indispensable condition for its quantitative recognition in national investment planning. In France, the process of multi-annual investment programming is a mechanism which could lead to energy efficiency being included as a resource with economically appreciated investments. (author)

  7. Assessment of grid-friendly collective optimization framework for distributed energy resources

    Energy Technology Data Exchange (ETDEWEB)

    Pensini, Alessandro; Robinson, Matthew; Heine, Nicholas; Stadler, Michael; Mammoli, Andrea

    2015-11-04

    Distributed energy resources have the potential to provide services to facilities and buildings at lower cost and environmental impact in comparison to traditional electric-gridonly services. The reduced cost could result from a combination of higher system efficiency and exploitation of electricity tariff structures. Traditionally, electricity tariffs are designed to encourage the use of ‘off peak’ power and discourage the use of ‘onpeak’ power, although recent developments in renewable energy resources and distributed generation systems (such as their increasing levels of penetration and their increased controllability) are resulting in pressures to adopt tariffs of increasing complexity. Independently of the tariff structure, more or less sophisticated methods exist that allow distributed energy resources to take advantage of such tariffs, ranging from simple pre-planned schedules to Software-as-a-Service schedule optimization tools. However, as the penetration of distributed energy resources increases, there is an increasing chance of a ‘tragedy of the commons’ mechanism taking place, where taking advantage of tariffs for local benefit can ultimately result in degradation of service and higher energy costs for all. In this work, we use a scheduling optimization tool, in combination with a power distribution system simulator, to investigate techniques that could mitigate the deleterious effect of ‘selfish’ optimization, so that the high-penetration use of distributed energy resources to reduce operating costs remains advantageous while the quality of service and overall energy cost to the community is not affected.

  8. Scope of fossil energy resources in Mexico and the Andean Group

    International Nuclear Information System (INIS)

    Figueroa Vega, F. de la; Boesl, B.

    1997-01-01

    The article focuses on fossil energy resources in the Andean Group and Mexico, and argues for a dynamic approach to calculating reserves to production ratios. Individual countries are surveyed in terms of estimated reserves of fossil energy, resources, current production rates and future prospects; energy policy options for individual countries are analysed. As a primary objective of energy policy is to ensure security of supply, it is important that that calculations of reserves to production ratios accurately, estimate the desired level of investment in exploration. The calculations need to take into account a variety of parameters, including different energy sources, availability and risk; geographic considerations including proximity, transport, storage capacity and commercial aspects; the competitive and environmental implications of developing indigenous resources; and the use of instruments to establish contingency plans for emergencies

  9. Improving the Performance of Highly Constrained Water Resource Systems using Multiobjective Evolutionary Algorithms and RiverWare

    Science.gov (United States)

    Smith, R.; Kasprzyk, J. R.; Zagona, E. A.

    2015-12-01

    Instead of building new infrastructure to increase their supply reliability, water resource managers are often tasked with better management of current systems. The managers often have existing simulation models that aid their planning, and lack methods for efficiently generating and evaluating planning alternatives. This presentation discusses how multiobjective evolutionary algorithm (MOEA) decision support can be used with the sophisticated water infrastructure model, RiverWare, in highly constrained water planning environments. We first discuss a study that performed a many-objective tradeoff analysis of water supply in the Tarrant Regional Water District (TRWD) in Texas. RiverWare is combined with the Borg MOEA to solve a seven objective problem that includes systemwide performance objectives and individual reservoir storage reliability. Decisions within the formulation balance supply in multiple reservoirs and control pumping between the eastern and western parts of the system. The RiverWare simulation model is forced by two stochastic hydrology scenarios to inform how management changes in wet versus dry conditions. The second part of the presentation suggests how a broader set of RiverWare-MOEA studies can inform tradeoffs in other systems, especially in political situations where multiple actors are in conflict over finite water resources. By incorporating quantitative representations of diverse parties' objectives during the search for solutions, MOEAs may provide support for negotiations and lead to more widely beneficial water management outcomes.

  10. Exploring resource efficiency for energy, land and phosphorus use

    NARCIS (Netherlands)

    Berg, van den Maurits; Hermans, Kathleen; Vuuren, van Detlef P.; Bouwman, A.F.; Kram, Tom; Bakkes, Jan

    2016-01-01

    In this paper, we present four model-based scenarios exploring the potential for resource efficiency for energy, land and phosphorus use, and implications for resource depletion, climate change and biodiversity. The scenarios explored include technological improvements as well as structural

  11. Government control or low carbon lifestyle? – Analysis and application of a novel selective-constrained energy-saving and emission-reduction dynamic evolution system

    International Nuclear Information System (INIS)

    Fang, Guochang; Tian, Lixin; Fu, Min; Sun, Mei

    2014-01-01

    This paper explores a novel selective-constrained energy-saving and emission-reduction (ESER) dynamic evolution system, analyzing the impact of cost of conserved energy (CCE), government control, low carbon lifestyle and investment in new technology of ESER on energy intensity and economic growth. Based on artificial neural network, the quantitative coefficients of the actual system are identified. Taking the real situation in China for instance, an empirical study is undertaken by adjusting the parameters of the actual system. The dynamic evolution behavior of energy intensity and economic growth in reality are observed, with the results in perfect agreement with actual situation. The research shows that the introduction of CCE into ESER system will have certain restrictive effect on energy intensity in the earlier period. However, with the further development of the actual system, carbon emissions could be better controlled and energy intensity would decline. In the long run, the impacts of CCE on economic growth are positive. Government control and low carbon lifestyle play a decisive role in controlling ESER system and declining energy intensity. But the influence of government control on economic growth should be considered at the same time and the controlling effect of low carbon lifestyle on energy intensity should be strengthened gradually, while the investment in new technology of ESER can be neglected. Two different cases of ESER are proposed after a comprehensive analysis. The relations between variables and constraint conditions in the ESER system are harmonized remarkably. A better solution to carry out ESER is put forward at last, with numerical simulations being carried out to demonstrate the results. - Highlights: • Use of nonlinear dynamical method to model the selective-constrained ESER system. • Monotonic evolution curves of energy intensity and economic growth are obtained. • Detailed analysis of the game between government control and low

  12. Regional energy resource development and energy security under CO2 emission constraint in the greater Mekong sub-region countries (GMS)

    International Nuclear Information System (INIS)

    Watcharejyothin, Mayurachat; Shrestha, Ram M.

    2009-01-01

    The paper evaluates effects of energy resource development within the Greater Mekong Sub-region (GMS) on energy supply mix, energy system cost, energy security and environment during 2000-2035. A MARKAL-based integrated energy system model of the five GMS countries was developed to examine benefits of regional energy resource development for meeting the energy demand of these countries. The study found that an unrestricted energy resource development and trade within the region would reduce the total-regional energy systems cost by 18% and would abate the total CO 2 emission by 5% as compared to the base case. All the five countries except Myanmar would benefit from the expansion of regional energy resource integration in terms of lower energy systems costs and better environmental qualities. An imposition of CO 2 emission reduction constraint by 5% on each of the study countries from that of the corresponding emissions under the unrestricted energy resource development in the GMS is found to improve energy security, reduce energy import and fossil fuels dependences and increase volume of power trade within the region. The total energy system cost under the joint CO 2 emission reduction strategy would be less costly than that under the individual emission targets set for each country.

  13. Constraining the time evolution of dark energy, curvature and neutrino properties with cosmic chronometers

    Energy Technology Data Exchange (ETDEWEB)

    Moresco, Michele; Cimatti, Andrea [ALMA Mater Studiorum—Università degli Studi di Bologna, Dipartimento di Astronomia, via Ranzani 1, Bologna, I-40127 Italy (Italy); Jimenez, Raul; Verde, Licia [ICREA, Pg. Lluis Companys 23, Barcelona, 08010 Spain (Spain); Pozzetti, Lucia [INAF—Osservatorio Astronomico di Bologna, via Ranzani 1, Bologna, 40127 Italy (Italy); Maraston, Claudia; Thomas, Daniel, E-mail: michele.moresco@unibo.it, E-mail: raul.jimenez@icc.ub.edu, E-mail: liciaverde@icc.ub.edu, E-mail: a.cimatti@unibo.it, E-mail: lucia.pozzetti@oabo.inaf.it, E-mail: claudia.maraston@port.ac.uk, E-mail: daniel.thomas@port.ac.uk [Institute of Cosmology and Gravitation, Dennis Sciama Building, University of Portsmouth, Burnaby Road, Portsmouth, PO1 3FX U.K. (United Kingdom)

    2016-12-01

    We use the latest compilation of observational Hubble parameter measurements estimated with the differential evolution of cosmic chronometers , in the redshift range 0< z <2, to place constraints on cosmological parameters. We used a Markov-Chain Monte-Carlo approach to sample the parameter space for the cosmic chronometers dataset alone and in combination with other state-of-the art cosmological measurements: CMB data from the latest Planck 2015 release, the most recent estimate of the Hubble constant H {sub 0}, a compilation of recent baryon acoustic oscillation data, and the latest type Ia cosmological supernovae sample. From late-Universe probes alone ( z <2) we find that w {sub 0} = −0.9 ± 0.18 and w {sub a} = −0.5 ± 1.7, and when combining also Planck 2015 data we obtain w {sub 0}=−0.98± 0.11 and w {sub a} =−0.30±0.4. These new constraints imply that nearly all quintessence models are disfavoured by the data; only phantom models or a pure cosmological constant are favoured. This is a remarkable finding as it imposes severe constraints on the nature of dark energy. For the curvature our constraints are Ω {sub k} = 0.003 ± 0.003, considering also CMB data. We also find that H ( z ) data from cosmic chronometers are important to constrain parameters that do no affect directly the expansion history, by breaking or reducing degeneracies with other parameters. We find that N {sub eff} = 3.17 ± 0.15, thus excluding the possibility of an extra (sterile) neutrino at more than 5 σ, and put competitive limits on the sum of neutrino masses, Σ m {sub ν}< 0.27 eV at 95% confidence level. Finally, we constrain the redshift evolution of dark energy by exploring separately the early and late-Universe, and find a dark energy equation of state evolution w ( z ) consistent with that in the ΛCDM model at the ± 0.4 level over the entire redshift range 0 < z < 2.

  14. Effective management of combined renewable energy resources in Tajikistan.

    Science.gov (United States)

    Karimov, Khasan S; Akhmedov, Khakim M; Abid, Muhammad; Petrov, Georgiy N

    2013-09-01

    Water is needed mostly in summer time for irrigation and in winter time for generation of electric power. This results in conflicts between downstream countries that utilize water mostly for irrigation and those upstream countries, which use water for generation of electric power. At present Uzbekistan is blocking railway connection that is going to Tajikistan to interfere to transportation of the equipment and materials for construction of Rogun hydropower plant. In order to avoid conflicts between Tajikistan and Uzbekistan a number of measures for the utilization of water resources of the trans-boundary Rivers Amu-Darya and Sir-Darya are discussed. In addition, utilization of water with the supplement of wind and solar energy projects for proper and efficient management of water resources in Central Asia; export-import exchanges of electric energy in summer and winter time between neighboring countries; development of small hydropower project, modern irrigation system in main water consuming countries and large water reservoir hydropower projects for control of water resources for hydropower and irrigation are also discussed. It is also concluded that an effective management of water resources can be achieved by signing Water treaty between upstream and downstream countries, first of all between Tajikistan and Uzbekistan. In this paper management of water as renewable energy resource in Tajikistan and Central Asian Republics are presented. Copyright © 2013. Published by Elsevier B.V.

  15. U.S. Geological Survey Energy and Minerals science strategy: a resource lifecycle approach

    Science.gov (United States)

    Ferrero, Richard C.; Kolak, Jonathan J.; Bills, Donald J.; Bowen, Zachary H.; Cordier, Daniel J.; Gallegos, Tanya J.; Hein, James R.; Kelley, Karen D.; Nelson, Philip H.; Nuccio, Vito F.; Schmidt, Jeanine M.; Seal, Robert R.

    2013-01-01

    The economy, national security, and standard of living of the United States depend heavily on adequate and reliable supplies of energy and mineral resources. Based on population and consumption trends, the Nation’s use of energy and minerals can be expected to grow, driving the demand for ever broader scientific understanding of resource formation, location, and availability. In addition, the increasing importance of environmental stewardship, human health, and sustainable growth places further emphasis on energy and mineral resources research and understanding. Collectively, these trends in resource demand and the interconnectedness among resources will lead to new challenges and, in turn, require cutting- edge science for the next generation of societal decisions. The long and continuing history of U.S. Geological Survey contributions to energy and mineral resources science provide a solid foundation of core capabilities upon which new research directions can grow. This science strategy provides a framework for the coming decade that capitalizes on the growth of core capabilities and leverages their application toward new or emerging challenges in energy and mineral resources research, as reflected in five interrelated goals.

  16. Post-approval monitoring and oversight of U.S.-initiated human subjects research in resource-constrained countries.

    Science.gov (United States)

    Brown, Brandon; Kinsler, Janni; Folayan, Morenike O; Allen, Karen; Cáceres, Carlos F

    2014-06-01

    The history of human subjects research and controversial procedures in relation to it has helped form the field of bioethics. Ethically questionable elements may be identified during research design, research implementation, management at the study site, or actions by a study's investigator or other staff. Post-approval monitoring (PAM) may prevent violations from occurring or enable their identification at an early stage. In U.S.-initiated human subjects research taking place in resource-constrained countries with limited development of research regulatory structures, arranging a site visit from a U.S. research ethics committee (REC) becomes difficult, thus creating a potential barrier to regulatory oversight by the parent REC. However, this barrier may be overcome through the use of digital technologies, since much of the world has at least remote access to the Internet. Empirical research is needed to pilot test the use of these technologies for research oversight to ensure the protection of human subjects taking part in research worldwide.

  17. Interactive energy atlas for Colorado and New Mexico: an online resource for decisionmakers

    Science.gov (United States)

    Carr, Natasha B.; Ignizio, Drew A.; Diffendorfer, James E.; Latysh, Natalie; Matherne, Ann Marie; Linard, Joshua I.; Leib, Kenneth J.; Hawkins, Sarah J.

    2013-01-01

    Throughout the western United States, increased demand for energy is driving the rapid development of nonrenewable and renewable energy resources. Resource managers must balance the benefits of energy development with the potential consequences for ecological resources and ecosystem services. To facilitate access to geospatial data related to energy resources, energy infrastructure, and natural resources that may be affected by energy development, the U.S. Geological Survey has developed an online Interactive Energy Atlas (Energy Atlas) for Colorado and New Mexico. The Energy Atlas is designed to meet the needs of varied users who seek information about energy in the western United States. The Energy Atlas has two primary capabilities: a geographic information system (GIS) data viewer and an interactive map gallery. The GIS data viewer allows users to preview and download GIS data related to energy potential and development in Colorado and New Mexico. The interactive map gallery contains a collection of maps that compile and summarize thematically related data layers in a user-friendly format. The maps are dynamic, allowing users to explore data at different resolutions and obtain information about the features being displayed. The Energy Atlas also includes an interactive decision-support tool, which allows users to explore the potential consequences of energy development for species that vary in their sensitivity to disturbance.

  18. Bioenergy and the Sustainability Transition: from Local Resource to Global Commodity

    Energy Technology Data Exchange (ETDEWEB)

    Johnson, Francis X.

    2007-07-01

    The looming threat of climate change and the invaluable role of energy in development have complicated the global transition to sustainable energy while also increasing the urgency of the transition. Bioenergy has a key role in this transition due to its unique characteristics among renewable energy sources, the concentration of bioenergy potential in major developing country regions, and the close relationship between biomass resources and carbon management strategies. This paper offers a conceptual model for bioenergy's role in the transition, outlining its key elements and their significance with respect to environment and development. In spite of the globalising economy, the security of energy supply continues to be threatened by geo-political conflicts. Continued expansion of energy consumption is constrained by its environmental impacts. At the same time two billion persons have little or no access to modern energy services. The diversity and flexibility of bioenergy systems offers opportunities to bridge some of the key divisions-technical, political, economic, and environmental-that have complicated international efforts to address climate change and promote equitable development of global resources. The challenge is to take advantage of the heterogeneity of biomass resources to facilitate the most effective use of those resources in the emerging bio-economy. (auth)

  19. The non conventional gas, a factor of energy independence?

    International Nuclear Information System (INIS)

    Jacques Percebois

    2011-01-01

    As the recent exploitation of non conventional gases (or shale gases) has dramatically changed the energy deal in the USA, and therefore the energy world market, these gases seem to be a factor of energy independence for countries which possess such resources, but also create environmental constrains. The author describes how shale gas produces a technological revolution, and discusses how it can be a factor for the diversification of the energy mix, and above all a way to reconquer some energy independence

  20. Remapping of the Wind Energy Resource in the Midwestern United States: Preprint

    International Nuclear Information System (INIS)

    Schwartz, M.; Elliot, D.

    2001-01-01

    A recent increase in interest and development of wind energy in the Midwestern United States has focused the need for updating wind resource maps of this area. The wind resource assessment group at the National Renewable Energy Lab., a U.S. Department of Energy (DOE) laboratory, has produced updated high-resolution (1-km) wind resource maps for several states in this region. This abstract describes the computerized tools and methodology used by NREL to create the higher resolution maps

  1. Natural resources and energy systems: a strategic perspective

    International Nuclear Information System (INIS)

    Lee, T.H.; Schmidt, E.; Anderer, J.

    1986-06-01

    Oil prices falls to below ten dollar a barrel. US synfuel program cancelled after billions of dollars are invested. Tennessee Valley Authority tries to sell unfinished nuclear plants to China. Completed nuclear plant stands idle in Austria. Canadians seek uses for excess power from Candu plants. A glut of cheap oil, a general excess of operating nuclear capacity, an ever growing number of mothballed or not quite completed non-operating nuclear plants. Today the formidable challenge is to use abundant energy sources in ways that support social and economic development and protect the environment. In this paper we seek to provide a strategic perspective on how to meet this challenge. Toward this end, we explore the misconceptions of the past that led to costly errors in energy planning. The issue here is to dispel the myth of resource depletion as the driving force for the shift from one energy source to another. To gain insight into the actual basis for energy substitution, we turn our attention to energy patterns, viewing these in retrospect and prospect. This review of energy development provides an opportunity to consider some of the environmental implications of the expanded use of energy resources. These findings are then drawn together in an attempt to highlight certain R and D options that we believe offer a sound basis for strategic energy management. (Author, shortened by G.Q.)

  2. Global impacts of energy demand on the freshwater resources of nations.

    Science.gov (United States)

    Holland, Robert Alan; Scott, Kate A; Flörke, Martina; Brown, Gareth; Ewers, Robert M; Farmer, Elizabeth; Kapos, Valerie; Muggeridge, Ann; Scharlemann, Jörn P W; Taylor, Gail; Barrett, John; Eigenbrod, Felix

    2015-12-01

    The growing geographic disconnect between consumption of goods, the extraction and processing of resources, and the environmental impacts associated with production activities makes it crucial to factor global trade into sustainability assessments. Using an empirically validated environmentally extended global trade model, we examine the relationship between two key resources underpinning economies and human well--being-energy and freshwater. A comparison of three energy sectors (petroleum, gas, and electricity) reveals that freshwater consumption associated with gas and electricity production is largely confined within the territorial boundaries where demand originates. This finding contrasts with petroleum, which exhibits a varying ratio of territorial to international freshwater consumption, depending on the origin of demand. For example, although the United States and China have similar demand associated with the petroleum sector, international freshwater consumption is three times higher for the former than the latter. Based on mapping patterns of freshwater consumption associated with energy sectors at subnational scales, our analysis also reveals concordance between pressure on freshwater resources associated with energy production and freshwater scarcity in a number of river basins globally. These energy-driven pressures on freshwater resources in areas distant from the origin of energy demand complicate the design of policy to ensure security of fresh water and energy supply. Although much of the debate around energy is focused on greenhouse gas emissions, our findings highlight the need to consider the full range of consequences of energy production when designing policy.

  3. Is development of geothermal energy resource in Macedonia justified or not?

    International Nuclear Information System (INIS)

    Popovski, Kiril; Popovska Vasilevska, Sanja

    2007-01-01

    During the 80-ies of last century, Macedonia has been one of the world leaders in development of direct application of geothermal energy. During a period of only 6-7 years a participation of 0,7% in the State energy balance has been reached. However, situation has been changed during the last 20 years and the development of this energy resource has been not only stopped but some of the existing projects have been abandoned leading to regression. This situation is illogical, due the fact that it practically proved of being technically feasible and absolutely economically justified. A summary of the present situation with geothermal projects in Macedonia is made in the paper, and possibilities for their improvement and possibilities and justifications for development of new resources foreseen. Final conclusion is that the development of direct application of geothermal energy in Macedonia offer (in comparison with other renewable energy resources) the best energy and economic effects. (Author)

  4. Resource area environment/energy

    International Nuclear Information System (INIS)

    1994-01-01

    The document comprises a detailed analysis of the business economics of resources related to energy and the environment. Non-domestic and domestic conditions influencing the business economics of this subject area, its infrastructure, problems and future perspectives are dealt with. Tables (amongst other forms of information) indicate the turnover, exports, and numbers of involved employees, workplaces and firms involved in supply, general production, consultancy and production connected with the building sector. The energy sector is the most significant in this respect, giving 30,000 employed (18% in state institutions), a turnover of 63 billion Danish kroner, and with an export of 16 billion Danish kroner. The environmental sector employs 15,000 (29% in the public sector), the total turnover is 20 billion Danish kroner and of this 3 billion Danish kroner is related to export. Many firms are relatively small. A number of firms could compete internationally and this number is growing. (AB) (79 refs.)

  5. Modeling of customer adoption of distributed energy resources

    Energy Technology Data Exchange (ETDEWEB)

    Marnay, Chris; Chard, Joseph S.; Hamachi, Kristina S.; Lipman, Timothy; Moezzi, Mithra M.; Ouaglal, Boubekeur; Siddiqui, Afzal S.

    2001-08-01

    This report describes work completed for the California Energy Commission (CEC) on the continued development and application of the Distributed Energy Resources Customer Adoption Model (DER-CAM). This work was performed at Ernest Orlando Lawrence Berkeley National Laboratory (Berkeley Lab) between July 2000 and June 2001 under the Consortium for Electric Reliability Technology Solutions (CERTS) Distributed Energy Resources Integration (DERI) project. Our research on distributed energy resources (DER) builds on the concept of the microgrid ({mu}Grid), a semiautonomous grouping of electricity-generating sources and end-use sinks that are placed and operated for the benefit of its members. Although a {mu}Grid can operate independent of the macrogrid (the utility power network), the {mu}Grid is usually interconnected, purchasing energy and ancillary services from the macrogrid. Groups of customers can be aggregated into {mu}Grids by pooling their electrical and other loads, and the most cost-effective combination of generation resources for a particular {mu}Grid can be found. In this study, DER-CAM, an economic model of customer DER adoption implemented in the General Algebraic Modeling System (GAMS) optimization software is used, to find the cost-minimizing combination of on-site generation customers (individual businesses and a {mu}Grid) in a specified test year. DER-CAM's objective is to minimize the cost of supplying electricity to a specific customer by optimizing the installation of distributed generation and the self-generation of part or all of its electricity. Currently, the model only considers electrical loads, but combined heat and power (CHP) analysis capability is being developed under the second year of CEC funding. The key accomplishments of this year's work were the acquisition of increasingly accurate data on DER technologies, including the development of methods for forecasting cost reductions for these technologies, and the creation of a

  6. Overcoming potential energy distortions in constrained internal coordinate molecular dynamics simulations

    Energy Technology Data Exchange (ETDEWEB)

    Kandel, Saugat; Salomon-Ferrer, Romelia; Larsen, Adrien B.; Vaidehi, Nagarajan, E-mail: nvaidehi@coh.org [Division of Immunology, Beckman Research Institute of the City of Hope, Duarte, California 91010 (United States); Jain, Abhinandan, E-mail: Abhi.Jain@jpl.nasa.gov [Jet Propulsion Laboratory, California Institute of Technology, 4800 Oak Grove Drive, Pasadena, California 91109 (United States)

    2016-01-28

    energy distortions encountered in constrained ICMD simulations of peptide molecules.

  7. Toward cognitively constrained models of language processing : A review

    NARCIS (Netherlands)

    Vogelzang, Margreet; Mills, Anne C.; Reitter, David; van Rij, Jacolien; Hendriks, Petra; van Rijn, Hedderik

    2017-01-01

    Language processing is not an isolated capacity, but is embedded in other aspects of our cognition. However, it is still largely unexplored to what extent and how language processing interacts with general cognitive resources. This question can be investigated with cognitively constrained

  8. Constraining the dark energy models with H (z ) data: An approach independent of H0

    Science.gov (United States)

    Anagnostopoulos, Fotios K.; Basilakos, Spyros

    2018-03-01

    We study the performance of the latest H (z ) data in constraining the cosmological parameters of different cosmological models, including that of Chevalier-Polarski-Linder w0w1 parametrization. First, we introduce a statistical procedure in which the chi-square estimator is not affected by the value of the Hubble constant. As a result, we find that the H (z ) data do not rule out the possibility of either nonflat models or dynamical dark energy cosmological models. However, we verify that the time varying equation-of-state parameter w (z ) is not constrained by the current expansion data. Combining the H (z ) and the Type Ia supernova data, we find that the H (z )/SNIa overall statistical analysis provides a substantial improvement of the cosmological constraints with respect to those of the H (z ) analysis. Moreover, the w0-w1 parameter space provided by the H (z )/SNIa joint analysis is in very good agreement with that of Planck 2015, which confirms that the present analysis with the H (z ) and supernova type Ia (SNIa) probes correctly reveals the expansion of the Universe as found by the team of Planck. Finally, we generate sets of Monte Carlo realizations in order to quantify the ability of the H (z ) data to provide strong constraints on the dark energy model parameters. The Monte Carlo approach shows significant improvement of the constraints, when increasing the sample to 100 H (z ) measurements. Such a goal can be achieved in the future, especially in the light of the next generation of surveys.

  9. Constraining Glacial Runoff Contributions to Water Resources in the Cordillera Real, Bolivia using Environmental Tracers

    Science.gov (United States)

    Guido, Z.; McIntosh, J. C.; Papuga, S. A.

    2013-12-01

    Warming temperatures in recent decades have contributed to substantial reductions in glaciers in many mountain regions around the globe, including the South American Andes. Melting of these glaciers taps water resources accumulated in past climates, and the diminishing ice marks a decrease in a nonrenewable water source that begs the question: how will future water supplies be impacted by climate change. Water resource management and climate adaptation efforts can be informed by knowledge of the extent to which glaciers contribute to seasonal streamflows, but remote locations and scant monitoring often limit this quantification. In Bolivia, more than two million people draw water from watersheds fed, in part, by glaciers. The amount to which these glaciers contribute to the water supply, however, is not well constrained. We apply elemental and isotopic tracers in an end-member mixing model to quantify glacial runoff contributions to local water supplies. We present oxygen and deuterium isotopes and major anion concentrations (sulfate and chloride) of shallow groundwater, streams, reservoirs, small arroyos, and glacial runoff. Isotopic and anion mixing models suggest between 45-67% of the water measured in high altitude streams originated from within the glacial footprint during the 2011 wet season, while glacial runoff contributed about 42-53% of the water in reservoirs in the 2012 dry season. Data also show that shallow groundwater is connected to glacial-fed streams. Any future decrease in glacial runoff may contribute to a reduction in surface water supplies and lower groundwater levels downstream, perhaps below the depth of hand-dug wells common in rural communities.

  10. Managing Deadline-constrained Bag-of-Tasks Jobs on Hybrid Clouds

    OpenAIRE

    Wang, Bo; Song, Ying; Sun, Yuzhong; Liu, Jun

    2016-01-01

    Outsourcing jobs to a public cloud is a cost-effective way to address the problem of satisfying the peak resource demand when the local cloud has insufficient resources. In this paper, we study on managing deadline-constrained bag-of-tasks jobs on hybrid clouds. We present a binary nonlinear programming (BNP) problem to model the hybrid cloud management where the utilization of physical machines (PMs) in the local cloud/cluster is maximized when the local resources are enough to satisfy the d...

  11. Effective Teaching of Economics: A Constrained Optimization Problem?

    Science.gov (United States)

    Hultberg, Patrik T.; Calonge, David Santandreu

    2017-01-01

    One of the fundamental tenets of economics is that decisions are often the result of optimization problems subject to resource constraints. Consumers optimize utility, subject to constraints imposed by prices and income. As economics faculty, instructors attempt to maximize student learning while being constrained by their own and students'…

  12. Climate and Offshore Energy Resources.

    Science.gov (United States)

    1980-12-30

    SECuRITY CL.ASSIPIcaTIoN OF, TIns PA@elm VaeVa CLMATE ANID OFFSHORE ENERGY RESOUACES A distinguished group of government officials, scientists, engineers...about the mech- anisms of climatic systems, and gaining a better understanding of the impact of climatic change on human resources.* He continued by...atmospheric constit- uents, but he particularly emphasized " changes " in C02. He suggested that the atmospheric conditions may be better now than they were half

  13. Renewable resources and renewable energy a global challenge

    CERN Document Server

    Fornasiero, Paolo

    2011-01-01

    As energy demands continue to surge worldwide, the need for efficient and environmentally neutral energy production becomes increasingly apparent. In its first edition, this book presented a well-rounded perspective on the development of bio-based feedstocks, biodegradable plastics, hydrogen energy, fuel cells, and other aspects related to renewable resources and sustainable energy production. The new second edition builds upon this foundation to explore new trends and technologies. The authors pay particular attention to hydrogen-based and fuel cell-based technologies and provide real-world c

  14. E-learning in medical education in resource constrained low- and middle-income countries

    Science.gov (United States)

    2013-01-01

    Background In the face of severe faculty shortages in resource-constrained countries, medical schools look to e-learning for improved access to medical education. This paper summarizes the literature on e-learning in low- and middle-income countries (LMIC), and presents the spectrum of tools and strategies used. Methods Researchers reviewed literature using terms related to e-learning and pre-service education of health professionals in LMIC. Search terms were connected using the Boolean Operators “AND” and “OR” to capture all relevant article suggestions. Using standard decision criteria, reviewers narrowed the article suggestions to a final 124 relevant articles. Results Of the relevant articles found, most referred to e-learning in Brazil (14 articles), India (14), Egypt (10) and South Africa (10). While e-learning has been used by a variety of health workers in LMICs, the majority (58%) reported on physician training, while 24% focused on nursing, pharmacy and dentistry training. Although reasons for investing in e-learning varied, expanded access to education was at the core of e-learning implementation which included providing supplementary tools to support faculty in their teaching, expanding the pool of faculty by connecting to partner and/or community teaching sites, and sharing of digital resources for use by students. E-learning in medical education takes many forms. Blended learning approaches were the most common methodology presented (49 articles) of which computer-assisted learning (CAL) comprised the majority (45 articles). Other approaches included simulations and the use of multimedia software (20 articles), web-based learning (14 articles), and eTutor/eMentor programs (3 articles). Of the 69 articles that evaluated the effectiveness of e-learning tools, 35 studies compared outcomes between e-learning and other approaches, while 34 studies qualitatively analyzed student and faculty attitudes toward e-learning modalities. Conclusions E

  15. E-learning in medical education in resource constrained low- and middle-income countries

    Directory of Open Access Journals (Sweden)

    Frehywot Seble

    2013-02-01

    Full Text Available Abstract Background In the face of severe faculty shortages in resource-constrained countries, medical schools look to e-learning for improved access to medical education. This paper summarizes the literature on e-learning in low- and middle-income countries (LMIC, and presents the spectrum of tools and strategies used. Methods Researchers reviewed literature using terms related to e-learning and pre-service education of health professionals in LMIC. Search terms were connected using the Boolean Operators “AND” and “OR” to capture all relevant article suggestions. Using standard decision criteria, reviewers narrowed the article suggestions to a final 124 relevant articles. Results Of the relevant articles found, most referred to e-learning in Brazil (14 articles, India (14, Egypt (10 and South Africa (10. While e-learning has been used by a variety of health workers in LMICs, the majority (58% reported on physician training, while 24% focused on nursing, pharmacy and dentistry training. Although reasons for investing in e-learning varied, expanded access to education was at the core of e-learning implementation which included providing supplementary tools to support faculty in their teaching, expanding the pool of faculty by connecting to partner and/or community teaching sites, and sharing of digital resources for use by students. E-learning in medical education takes many forms. Blended learning approaches were the most common methodology presented (49 articles of which computer-assisted learning (CAL comprised the majority (45 articles. Other approaches included simulations and the use of multimedia software (20 articles, web-based learning (14 articles, and eTutor/eMentor programs (3 articles. Of the 69 articles that evaluated the effectiveness of e-learning tools, 35 studies compared outcomes between e-learning and other approaches, while 34 studies qualitatively analyzed student and faculty attitudes toward e-learning modalities

  16. 75 FR 45623 - Morris Energy Group, LLC v.PSEG Energy Resources & Trade LLC; PSEG Fossil LLC; and PSEG Power LLC...

    Science.gov (United States)

    2010-08-03

    ... DEPARTMENT OF ENERGY Federal Energy Regulatory Commission [Docket No. EL10-79-000] Morris Energy Group, LLC v.PSEG Energy Resources & Trade LLC; PSEG Fossil LLC; and PSEG Power LLC; Notice of Complaint...) filed a complaint against PSEG Energy Resources & Trade, LLC, PSEG Fossil LLC and PSEG Power LLC (PSEG...

  17. Energy-efficient cloud computing : autonomic resource provisioning for datacenters

    OpenAIRE

    Tesfatsion, Selome Kostentinos

    2018-01-01

    Energy efficiency has become an increasingly important concern in data centers because of issues associated with energy consumption, such as capital costs, operating expenses, and environmental impact. While energy loss due to suboptimal use of facilities and non-IT equipment has largely been reduced through the use of best-practice technologies, addressing energy wastage in IT equipment still requires the design and implementation of energy-aware resource management systems. This thesis focu...

  18. Residential Consumer-Centric Demand-Side Management Based on Energy Disaggregation-Piloting Constrained Swarm Intelligence: Towards Edge Computing.

    Science.gov (United States)

    Lin, Yu-Hsiu; Hu, Yu-Chen

    2018-04-27

    The emergence of smart Internet of Things (IoT) devices has highly favored the realization of smart homes in a down-stream sector of a smart grid. The underlying objective of Demand Response (DR) schemes is to actively engage customers to modify their energy consumption on domestic appliances in response to pricing signals. Domestic appliance scheduling is widely accepted as an effective mechanism to manage domestic energy consumption intelligently. Besides, to residential customers for DR implementation, maintaining a balance between energy consumption cost and users’ comfort satisfaction is a challenge. Hence, in this paper, a constrained Particle Swarm Optimization (PSO)-based residential consumer-centric load-scheduling method is proposed. The method can be further featured with edge computing. In contrast with cloud computing, edge computing—a method of optimizing cloud computing technologies by driving computing capabilities at the IoT edge of the Internet as one of the emerging trends in engineering technology—addresses bandwidth-intensive contents and latency-sensitive applications required among sensors and central data centers through data analytics at or near the source of data. A non-intrusive load-monitoring technique proposed previously is utilized to automatic determination of physical characteristics of power-intensive home appliances from users’ life patterns. The swarm intelligence, constrained PSO, is used to minimize the energy consumption cost while considering users’ comfort satisfaction for DR implementation. The residential consumer-centric load-scheduling method proposed in this paper is evaluated under real-time pricing with inclining block rates and is demonstrated in a case study. The experimentation reported in this paper shows the proposed residential consumer-centric load-scheduling method can re-shape loads by home appliances in response to DR signals. Moreover, a phenomenal reduction in peak power consumption is achieved

  19. Residential Consumer-Centric Demand-Side Management Based on Energy Disaggregation-Piloting Constrained Swarm Intelligence: Towards Edge Computing

    Science.gov (United States)

    Hu, Yu-Chen

    2018-01-01

    The emergence of smart Internet of Things (IoT) devices has highly favored the realization of smart homes in a down-stream sector of a smart grid. The underlying objective of Demand Response (DR) schemes is to actively engage customers to modify their energy consumption on domestic appliances in response to pricing signals. Domestic appliance scheduling is widely accepted as an effective mechanism to manage domestic energy consumption intelligently. Besides, to residential customers for DR implementation, maintaining a balance between energy consumption cost and users’ comfort satisfaction is a challenge. Hence, in this paper, a constrained Particle Swarm Optimization (PSO)-based residential consumer-centric load-scheduling method is proposed. The method can be further featured with edge computing. In contrast with cloud computing, edge computing—a method of optimizing cloud computing technologies by driving computing capabilities at the IoT edge of the Internet as one of the emerging trends in engineering technology—addresses bandwidth-intensive contents and latency-sensitive applications required among sensors and central data centers through data analytics at or near the source of data. A non-intrusive load-monitoring technique proposed previously is utilized to automatic determination of physical characteristics of power-intensive home appliances from users’ life patterns. The swarm intelligence, constrained PSO, is used to minimize the energy consumption cost while considering users’ comfort satisfaction for DR implementation. The residential consumer-centric load-scheduling method proposed in this paper is evaluated under real-time pricing with inclining block rates and is demonstrated in a case study. The experimentation reported in this paper shows the proposed residential consumer-centric load-scheduling method can re-shape loads by home appliances in response to DR signals. Moreover, a phenomenal reduction in peak power consumption is achieved

  20. Residential Consumer-Centric Demand-Side Management Based on Energy Disaggregation-Piloting Constrained Swarm Intelligence: Towards Edge Computing

    Directory of Open Access Journals (Sweden)

    Yu-Hsiu Lin

    2018-04-01

    Full Text Available The emergence of smart Internet of Things (IoT devices has highly favored the realization of smart homes in a down-stream sector of a smart grid. The underlying objective of Demand Response (DR schemes is to actively engage customers to modify their energy consumption on domestic appliances in response to pricing signals. Domestic appliance scheduling is widely accepted as an effective mechanism to manage domestic energy consumption intelligently. Besides, to residential customers for DR implementation, maintaining a balance between energy consumption cost and users’ comfort satisfaction is a challenge. Hence, in this paper, a constrained Particle Swarm Optimization (PSO-based residential consumer-centric load-scheduling method is proposed. The method can be further featured with edge computing. In contrast with cloud computing, edge computing—a method of optimizing cloud computing technologies by driving computing capabilities at the IoT edge of the Internet as one of the emerging trends in engineering technology—addresses bandwidth-intensive contents and latency-sensitive applications required among sensors and central data centers through data analytics at or near the source of data. A non-intrusive load-monitoring technique proposed previously is utilized to automatic determination of physical characteristics of power-intensive home appliances from users’ life patterns. The swarm intelligence, constrained PSO, is used to minimize the energy consumption cost while considering users’ comfort satisfaction for DR implementation. The residential consumer-centric load-scheduling method proposed in this paper is evaluated under real-time pricing with inclining block rates and is demonstrated in a case study. The experimentation reported in this paper shows the proposed residential consumer-centric load-scheduling method can re-shape loads by home appliances in response to DR signals. Moreover, a phenomenal reduction in peak power

  1. Energy efficiency resource modeling in generation expansion planning

    International Nuclear Information System (INIS)

    Ghaderi, A.; Parsa Moghaddam, M.; Sheikh-El-Eslami, M.K.

    2014-01-01

    Energy efficiency plays an important role in mitigating energy security risks and emission problems. In this paper, energy efficiency resources are modeled as efficiency power plants (EPP) to evaluate their impacts on generation expansion planning (GEP). The supply curve of EPP is proposed using the production function of electricity consumption. A decision making framework is also presented to include EPP in GEP problem from an investor's point of view. The revenue of EPP investor is obtained from energy cost reduction of consumers and does not earn any income from electricity market. In each stage of GEP, a bi-level model for operation problem is suggested: the upper-level represents profit maximization of EPP investor and the lower-level corresponds to maximize the social welfare. To solve the bi-level problem, a fixed-point iteration algorithm is used known as diagonalization method. Energy efficiency feed-in tariff is investigated as a regulatory support scheme to encourage the investor. Results pertaining to a case study are simulated and discussed. - Highlights: • An economic model for energy efficiency programs is presented. • A framework is provided to model energy efficiency resources in GEP problem. • FIT is investigated as a regulatory support scheme to encourage the EPP investor. • The capacity expansion is delayed and reduced with considering EPP in GEP. • FIT-II can more effectively increase the energy saving compared to FIT-I

  2. Energy education resources: Kindergarten through 12th grade

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    1998-09-01

    Energy Education Resources: Kindergarten Through 12th Grade is published by the National Energy Information Center (NEIC) a service of the Energy Information Administration (EIA), to provide students, educators, and other information users, a list of generally available free or low-cost energy-related educational materials. Each entry includes the address, telephone number, and description of the organization and the energy-related materials available. Most of the entries also include Internet (Web) and electronic mail (E-Mail) addresses. Each entry is followed by a number, which is referenced in the subject index in the back of this book.

  3. Electricity End Uses, Energy Efficiency, and Distributed Energy Resources Baseline

    Energy Technology Data Exchange (ETDEWEB)

    Schwartz, Lisa [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Wei, Max [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Morrow, William [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Deason, Jeff [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Schiller, Steven R. [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Leventis, Greg [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Smith, Sarah [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Leow, Woei Ling [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Levin, Todd [Argonne National Lab. (ANL), Argonne, IL (United States); Plotkin, Steven [Argonne National Lab. (ANL), Argonne, IL (United States); Zhou, Yan [Oak Ridge Inst. for Science and Education (ORISE), Oak Ridge, TN (United States)

    2017-01-01

    This report was developed by a team of analysts at Lawrence Berkeley National Laboratory, with Argonne National Laboratory contributing the transportation section, and is a DOE EPSA product and part of a series of “baseline” reports intended to inform the second installment of the Quadrennial Energy Review (QER 1.2). QER 1.2 provides a comprehensive review of the nation’s electricity system and cover the current state and key trends related to the electricity system, including generation, transmission, distribution, grid operations and planning, and end use. The baseline reports provide an overview of elements of the electricity system. This report focuses on end uses, electricity consumption, electric energy efficiency, distributed energy resources (DERs) (such as demand response, distributed generation, and distributed storage), and evaluation, measurement, and verification (EM&V) methods for energy efficiency and DERs.

  4. Sparse Beamforming for Real-time Resource Management and Energy Trading in Green C-RAN

    OpenAIRE

    Wan Ariffin, Wan Nur Suryani Firuz; Zhang, Xinruo; Nakhai, Mohammad Reza

    2017-01-01

    This paper considers cloud radio access network with simultaneous wireless information and power transfer and finite capacity fronthaul, where the remote radio heads are equipped with renewable energy resources and can trade energy with the grid. Due to uneven distribution of mobile radio traffic and inherent intermittent nature of renewable energy resources, the remote radio heads may need real-time energy provisioning to meet the users’ demands. Given the amount of available energy resource...

  5. A decision model for energy resource selection in China

    International Nuclear Information System (INIS)

    Wang Bing; Kocaoglu, Dundar F.; Daim, Tugrul U.; Yang Jiting

    2010-01-01

    This paper evaluates coal, petroleum, natural gas, nuclear energy and renewable energy resources as energy alternatives for China through use of a hierarchical decision model. The results indicate that although coal is still the major preferred energy alternative, it is followed closely by renewable energy. The sensitivity analysis indicates that the most critical criterion for energy selection is the current energy infrastructure. A hierarchical decision model is used, and expert judgments are quantified, to evaluate the alternatives. Criteria used for the evaluations are availability, current energy infrastructure, price, safety, environmental impacts and social impacts.

  6. From energy efficiency towards resource efficiency within the Ecodesign Directive

    DEFF Research Database (Denmark)

    Bundgaard, Anja Marie; Mosgaard, Mette; Remmen, Arne

    2017-01-01

    on the most significant environmental impact has often resulted in a focus on energy efficiency in the use phase. Therefore, the Ecodesign Directive should continue to target resource efficiency aspects but also consider environ- mental aspects with a large improvement potential in addition to the most...... significant environmental impact. For the introduction of resource efficiency requirements into the Ecodesign Directive, these requirements have to be included in the preparatory study. It is therefore recommended to broaden the scope of the Methodology for the Ecodesign of Energy-related products and the Eco......The article examines the integration of resource efficiency into the European Ecodesign Directive. The purpose is to analyse the processes and stakeholder interactions, which formed the basis for integrating resource efficiency requirements into the implementing measure for vacuum cleaners...

  7. Regional energy resource development and energy security under CO{sub 2} emission constraint in the greater Mekong sub-region countries (GMS)

    Energy Technology Data Exchange (ETDEWEB)

    Watcharejyothin, Mayurachat; Shrestha, Ram M. [School of Environment, Resources and Development, Asian Institute of Technology (Thailand)

    2009-11-15

    The paper evaluates effects of energy resource development within the Greater Mekong Sub-region (GMS) on energy supply mix, energy system cost, energy security and environment during 2000-2035. A MARKAL-based integrated energy system model of the five GMS countries was developed to examine benefits of regional energy resource development for meeting the energy demand of these countries. The study found that an unrestricted energy resource development and trade within the region would reduce the total-regional energy systems cost by 18% and would abate the total CO{sub 2} emission by 5% as compared to the base case. All the five countries except Myanmar would benefit from the expansion of regional energy resource integration in terms of lower energy systems costs and better environmental qualities. An imposition of CO{sub 2} emission reduction constraint by 5% on each of the study countries from that of the corresponding emissions under the unrestricted energy resource development in the GMS is found to improve energy security, reduce energy import and fossil fuels dependences and increase volume of power trade within the region. The total energy system cost under the joint CO{sub 2} emission reduction strategy would be less costly than that under the individual emission targets set for each country. (author)

  8. An Aggregation Model for Energy Resources Management and Market Negotiations

    Directory of Open Access Journals (Sweden)

    Omid Abrishambaf

    2018-03-01

    Full Text Available Currently the use of distributed energy resources, especially renewable generation, and demand response programs are widely discussed in scientific contexts, since they are a reality in nowadays electricity markets and distribution networks. In order to benefit from these concepts, an efficient energy management system is needed to prevent energy wasting and increase profits. In this paper, an optimization based aggregation model is presented for distributed energy resources and demand response program management. This aggregation model allows different types of customers to participate in electricity market through several tariffs based demand response programs. The optimization algorithm is a mixed-integer linear problem, which focuses on minimizing operational costs of the aggregator. Moreover, the aggregation process has been done via K-Means clustering algorithm, which obtains the aggregated costs and energy of resources for remuneration. By this way, the aggregator is aware of energy available and minimum selling price in order to participate in the market with profit. A realistic low voltage distribution network has been proposed as a case study in order to test and validate the proposed methodology. This distribution network consists of 25 distributed generation units, including photovoltaic, wind and biomass generation, and 20 consumers, including residential, commercial, and industrial buildings.

  9. Electricity in a Climate-Constrained World

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2012-07-01

    After experiencing a historic drop in 2009, electricity generation reached a record high in 2010, confirming the close linkage between economic growth and electricity usage. Unfortunately, CO2 emissions from electricity have also resumed their growth: Electricity remains the single-largest source of CO2 emissions from energy, with 11.7 billion tonnes of CO2 released in 2010. The imperative to 'decarbonise' electricity and improve end-use efficiency remains essential to the global fight against climate change. The IEA’s Electricity in a Climate-Constrained World provides an authoritative resource on progress to date in this area, including statistics related to CO2 and the electricity sector across ten regions of the world (supply, end-use and capacity additions). It also presents topical analyses on the challenge of rapidly curbing CO2 emissions from electricity. Looking at policy instruments, it focuses on emissions trading in China, using energy efficiency to manage electricity supply crises and combining policy instruments for effective CO2 reductions. On regulatory issues, it asks whether deregulation can deliver decarbonisation and assesses the role of state-owned enterprises in emerging economies. And from technology perspectives, it explores the rise of new end-uses, the role of electricity storage, biomass use in Brazil, and the potential of carbon capture and storage for ‘negative emissions’ electricity supply.

  10. Final Technical Report: Renewable Energy Feasibility Study and Resources Assessment

    Energy Technology Data Exchange (ETDEWEB)

    Rivero, Mariah [BEC Environmental, Inc., Las Vegas, NV (United States)

    2016-02-28

    In March 2011, the U.S. Department of Energy (DOE) awarded White Pine County, Nevada, a grant to assess the feasibility of renewable resource-related economic development activities in the area. The grant project included a public outreach and training component and was to include a demonstration project; however, the demonstration project was not completed due to lack of identification of an entity willing to locate a project in White Pine County. White Pine County completed the assessment of renewable resources and a feasibility study on the potential for a renewable energy-focused economic sector within the County. The feasibility study concluded "all resources studied were present and in sufficient quantity and quality to warrant consideration for development" and there were varying degrees of potential economic impact based on the resource type and project size. The feasibility study and its components were to be used as tools to attract potential developers and other business ventures to the local market. White Pine County also marketed the County’s resources to the renewable energy business community in an effort to develop contracts for demonstration projects. The County also worked to develop partnerships with local educational institutions, including the White Pine County School District, conducted outreach and training for the local community.

  11. The route to resource: marine energy support

    International Nuclear Information System (INIS)

    Hay, M.

    2005-01-01

    A case is made for the inclusion of marine-derived energy to be a part of the energy mix which will deliver clean secure energy in the future. But at present, in Europe, only the United Kingdom and Portugal are offering the necessary incentives to realise the marine renewable energy potential. The UK government's views were expressed in May 2005 in a paper called Wave and Tidal Energy Demonstration Scheme. The government's policy is to encourage a large number of small diverse projects rather than a small number of large projects. Details of the financial incentives on offer are given. It is concluded that in the UK at least, policymakers must guarantee a smooth path to resource for first arrays or risk losing what could be their last chance to build an indigenous energy industry for a significant international market

  12. Water, Energy, and Food Nexus: Modeling of Inter-Basin Resources Trading

    Science.gov (United States)

    KIm, T. W.; Kang, D.; Wicaksono, A.; Jeong, G.; Jang, B. J.; Ahn, J.

    2016-12-01

    The water, energy, and food (WEF) nexus is an emerging issue in the concern of fulfilling the human requirements with a lack of available resources. The WEF nexus concept arises to develop a sustainable resources planning and management. In the concept, the three valuable resources (i.e. water, energy, and food) are inevitably interconnected thus it becomes a challenge for researchers to understand the complicated interdependency. A few studies have been committed for interpreting and implementing the WEF nexus using a computer based simulation model. Some of them mentioned that a trade-off is one alternative solution that can be taken to secure the available resources. Taking a concept of inter-basin water transfer, this study attempts to introduce an idea to develop a WEF nexus model for inter-basin resources trading simulation. Using the trading option among regions (e.g., cities, basins, or even countries), the model provides an opportunity to increase overall resources availability without draining local resources. The proposed model adopted the calculation process of an amount of water, energy, and food from a nation-wide model, with additional input and analysis process to simulate the resources trading between regions. The proposed model is applied for a hypothetic test area in South Korea for demonstration purposes. It is anticipated that the developed model can be a decision tool for efficient resources allocation for sustainable resources management. Acknowledgements This study was supported by a grant (14AWMP-B082564-01) from Advanced Water Management Research Program funded by Ministry of Land, Infrastructure and Transport of the Korean government.

  13. Resource management for energy and spectrum harvesting sensor networks

    CERN Document Server

    Zhang, Deyu; Zhou, Haibo; Shen, Xuemin (Sherman)

    2017-01-01

    This SpringerBrief offers a comprehensive review and in-depth discussion of the current research on resource management. The authors explain how to best utilize harvested energy and temporally available licensed spectrum. Throughout the brief, the primary focus is energy and spectrum harvesting sensor networks (ESHNs) including energy harvesting (EH)-powered spectrum sensing and dynamic spectrum access. To efficiently collect data through the available licensed spectrum, this brief examines the joint management of energy and spectrum. An EH-powered spectrum sensing and management scheme for Heterogeneous Spectrum Harvesting Sensor Networks (HSHSNs) is presented in this brief. The scheme dynamically schedules the data sensing and spectrum access of sensors in ESHSNs to optimize the network utility, while considering the stochastic nature of EH process, PU activities and channel conditions. This brief also provides useful insights for the practical resource management scheme design for ESHSNs and motivates a ne...

  14. Allocation of biomass resources for minimising energy system greenhouse gas emissions

    International Nuclear Information System (INIS)

    Bentsen, Niclas Scott; Jack, Michael W.; Felby, Claus; Thorsen, Bo Jellesmark

    2014-01-01

    The European Union (EU) energy policy has three targets: supply security, development of a competitive energy sector and environmental sustainability. The EU countries have issued so-called National Renewable Energy Action Plans (NREAP) for increased renewable energy generation. Biomass is stipulated to account for 56% of renewable energy generation by 2020, corresponding to an increase in bioenergy generation from 2.4 × 10 9  GJ in 2005 to 5.7 × 10 9  GJ in 2020. There is uncertainty about the amounts of biomass available in the EU, and import challenges policy targets on supply security and sustainability. We address issues about how, from a technical point of view, the EU may deploy its biomass resources to reduce greenhouse gas (GHG) emissions from energy consumption. We investigate if deployment patterns depend on resource availability and technological development. In situations with adequate biomass availability the analysis suggests that liquid fuel production should be based on agricultural residues. Electricity production should be based on forest residues and other woody biomass and heat production on forest and agricultural residues. Improved conversion technologies implicitly relax the strain on biomass resources and improve supply security. - Highlights: • Optimal allocation of biomass to energy is analysed conceptually for the EU by 2020. • Allocation is influenced not only by GHG performance, also by resource availability. • Surplus biomass could be allocated to electricity generation to reduce GHG emissions

  15. Wave Resource Characterization at US Wave Energy Converter (WEC) Test Sites

    Science.gov (United States)

    Dallman, A.; Neary, V. S.

    2016-02-01

    The US Department of Energy's (DOE) Marine and Hydrokinetic energy (MHK) Program is supporting a diverse research and development portfolio intended to accelerate commercialization of the marine renewable industry by improving technology performance, reducing market barriers, and lowering the cost of energy. Wave resource characterization at potential and existing wave energy converter (WEC) test sites and deployment locations contributes to this DOE goal by providing a catalogue of wave energy resource characteristics, met-ocean data, and site infrastructure information, developed utilizing a consistent methodology. The purpose of the catalogue is to enable the comparison of resource characteristics among sites to facilitate the selection of test sites that are most suitable for a developer's device and that best meet their testing needs and objectives. It also provides inputs for the design of WEC test devices and planning WEC tests, including the planning of deployment and operations and maintenance. The first edition included three sites: the Pacific Marine Energy Center (PMEC) North Energy Test Site (NETS) offshore of Newport, Oregon, the Kaneohe Bay Naval Wave Energy Test Site (WETS) offshore of Oahu, HI, and a potential site offshore of Humboldt Bay, CA (Eureka, CA). The second edition was recently finished, which includes five additional sites: the Jennette's Pier Wave Energy Converter Test Site in North Carolina, the US Army Corps of Engineers (USACE) Field Research Facility (FRF), the PMEC Lake Washington site, the proposed PMEC South Energy Test Site (SETS), and the proposed CalWave Central Coast WEC Test Site. The operational sea states are included according to the IEC Technical Specification on wave energy resource assessment and characterization, with additional information on extreme sea states, weather windows, and representative spectra. The methodology and a summary of results will be discussed.

  16. Nuclear energy resources for electrical power generation

    International Nuclear Information System (INIS)

    Alder, K.F.

    1974-01-01

    'Nuclear Energy Resources' is interpreted as the nuclear power systems currently available commercially and those at an advanced stage of development, together with full and associated resources required to implement large-scale nuclear programs. Technical advantages and disadvantages of the established power reactor systems are reviewed, and the uranium fuel situation is outlined in terms of supply and demand, the relationship of resources to the requiremnts of current reactor types, and the likely future implications of the Fast Breeder Reactor (FBR). Because of its importance for the future, the problems, status, and likely time scale of the FBR are discussed in some detail. It is concluded that the most important areas for nearterm attention in Australia are the criteria and conditions that would apply to nuclear installations, and the possible development of uranium fuel cycle industries. The pattern of development of reactor and fuel cycle strategies overseas is important for uranium industry planning, and in the long term plutonium availability may be a key factor in power and energy planning. Finally, acceptance of nuclear power includes acceptance that its radioactive wastes will have to be stored on earth, and recent developments to demonstrate that this can be done safely and economically are very important in terms of longterm public attitudes. (author)

  17. SWEEP - Save Water and Energy Education Program; FINAL

    International Nuclear Information System (INIS)

    Sullivan, Gregory P; Elliott, Douglas B; Hillman, Tim C; Hadley, Adam; Ledbetter, Marc R; Payson, David R

    2001-01-01

    The objective of this study was to develop, monitor, analyze, and report on an integrated resource-conservation program highlighting efficient residential appliances and fixtures. The sites of study were 50 homes in two water-constrained communities located in Oregon. The program was designed to maximize water savings to these communities and to serve as a model for other communities seeking an integrated approach to energy and water resource efficiency. The program included the installation and in-place evaluation of energy- and water-efficient devices including the following: horizontal axis clothes washers (and the matching clothes dryers), resource-efficient dishwashers, an innovative dual flush low-flow toilet, low-flow showerheads, and faucet aerators. The significance of this activity lies in its integrated approach and unique metering evaluation of individual end-use, aggregated residential total use, and system-wide energy and water benefits

  18. Resources and Energy Management: the case of the Agropoli Urban Plan

    OpenAIRE

    Francesco Domenico Moccia

    2013-01-01

    The theme of the resources management, of the energy-environment retrofitting framed in strategies to mitigate and adapt to climate change, aimed at energy saving, energy generating from alternative sources, metabolism and natural resources is one of the central topics the City Urban Planning of the City of Agropoli, currently approved by Resolution of the City Council no. 110 of 18.04.2013.The plan is part of the wider system of actions taken by the Municipality to achieve the objectives on ...

  19. Environmental impacts of biomass energy resource production and utilization

    Energy Technology Data Exchange (ETDEWEB)

    Easterly, J L; Dunn, S M [DynCorp, Alexandria, VA (United States)

    1995-12-01

    The purpose of this paper is to provide a broad overview of the environmental impacts associated with the production, conversion and utilization of biomass energy resources and compare them with the impacts of conventional fuels. The use of sustainable biomass resources can play an important role in helping developing nations meet their rapidly growing energy needs, while providing significant environmental advantages over the use of fossil fuels. Two of the most important environmental benefits biomass energy offers are reduced net emissions of greenhouse gases, particularly CO{sub 2}, and reduced emissions of SO{sub 2}, the primary contributor to acid rain. The paper also addresses the environmental impacts of supplying a range of specific biomass resources, including forest-based resources, numerous types of biomass residues and energy crops. Some of the benefits offered by the various biomass supplies include support for improved forest management, improved waste management, reduced air emissions (by eliminating the need for open-field burning of residues) and reduced soil erosion (for example, where perennial energy crops are planted on degraded or deforested land). The environmental impacts of a range of biomass conversion technologies are also addressed, including those from the thermochemical processing of biomass (including direct combustion in residential wood stoves and industrial-scale boilers, gasification and pyrolysis); biochemical processing (anaerobic digestion and fermentation); and chemical processing (extraction of organic oils). In addition to reducing CO{sub 2} and SO{sub 2}, other environmental benefits of biomass conversion technologies include the distinctly lower toxicity of the ash compared to coal ash, reduced odours and pathogens from manure, reduced vehicle emissions of CO{sub 2}, with the use of ethanol fuel blends, and reduced particulate and hydrocarbon emissions where biodiesel is used as a substitute for diesel fuel. In general

  20. Environmental impacts of biomass energy resource production and utilization

    International Nuclear Information System (INIS)

    Easterly, J.L.; Dunn, S.M.

    1995-01-01

    The purpose of this paper is to provide a broad overview of the environmental impacts associated with the production, conversion and utilization of biomass energy resources and compare them with the impacts of conventional fuels. The use of sustainable biomass resources can play an important role in helping developing nations meet their rapidly growing energy needs, while providing significant environmental advantages over the use of fossil fuels. Two of the most important environmental benefits biomass energy offers are reduced net emissions of greenhouse gases, particularly CO 2 , and reduced emissions of SO 2 , the primary contributor to acid rain. The paper also addresses the environmental impacts of supplying a range of specific biomass resources, including forest-based resources, numerous types of biomass residues and energy crops. Some of the benefits offered by the various biomass supplies include support for improved forest management, improved waste management, reduced air emissions (by eliminating the need for open-field burning of residues) and reduced soil erosion (for example, where perennial energy crops are planted on degraded or deforested land). The environmental impacts of a range of biomass conversion technologies are also addressed, including those from the thermochemical processing of biomass (including direct combustion in residential wood stoves and industrial-scale boilers, gasification and pyrolysis); biochemical processing (anaerobic digestion and fermentation); and chemical processing (extraction of organic oils). In addition to reducing CO 2 and SO 2 , other environmental benefits of biomass conversion technologies include the distinctly lower toxicity of the ash compared to coal ash, reduced odours and pathogens from manure, reduced vehicle emissions of CO 2 , with the use of ethanol fuel blends, and reduced particulate and hydrocarbon emissions where biodiesel is used as a substitute for diesel fuel. In general, the key elements for

  1. National Renewable Energy Laboratory information resources catalogue. A collection of energy efficiency and renewable energy information resources

    Energy Technology Data Exchange (ETDEWEB)

    1994-12-31

    NREL`s first annual Information Resources Catalogue is intended to inform anyone interested in energy efficiency and renewable energy technologies of NREL`s outreach activities, including publications and services. For ease of use, all entries are categorized by subject. The catalogue is separated into six main sections. The first section lists and describes services that are available through NREL and how they may be assessed. The second section contains a list of documents that are published by NREL on a regular or periodic basis. The third section highlights NREL`s series publications written for specific audiences and presenting a wide range of subjects. NREL`s General Interest Publications constitute the fourth section of the catalogue and are written for nontechnical audiences. Descriptions are provided for these publications. The fifth section contains Technical Reports that detail research and development projects. The section on Conference Papers/Journal Articles/Book Chapters makes up the sixth and final section of the catalogue.

  2. European resource assessment for geothermal energy and CO2 storage

    NARCIS (Netherlands)

    Wees, J.D. van; Neele, F.

    2013-01-01

    Geothermal Energy and CO2 Capture and Storage (CCS) are both considered major contributors to the global energy transition. Their success critically depends on subsurface resource quality, which in turn depends on specific subsurface parameters. For CCS and Geothermal Energy these in some respect

  3. Mankind and energy: Needs - resources - hopes

    International Nuclear Information System (INIS)

    Anon.

    1983-01-01

    A study-week, promoted by the Pontifical Academy of Sciences (PAS) and held in the Vatican City on 10-15 November 1980, examined thoroughly the theme: ''Mankind and Energy: Needs - Resources - Hopes''. The study-week was sponsored by the PAS, organized by the French physicist Prof. Andre Blanc-Lapierre, and was presided over by the well-known biophysicist Prof. Carlos Chagas, who is also President of the same Pontifical Academy of Sciences. The volume ''Humanite et Energie: Besoins - Ressources - Espoirs'', with all the proceedings of the study-week, may be obtained on request from the Cancelleria della Pontificia Accademia delle Scienze, Casina Pio IV, Citta del Vaticano. (author)

  4. Simulation based energy-resource efficient manufacturing integrated with in-process virtual management

    Science.gov (United States)

    Katchasuwanmanee, Kanet; Cheng, Kai; Bateman, Richard

    2016-09-01

    As energy efficiency is one of the key essentials towards sustainability, the development of an energy-resource efficient manufacturing system is among the great challenges facing the current industry. Meanwhile, the availability of advanced technological innovation has created more complex manufacturing systems that involve a large variety of processes and machines serving different functions. To extend the limited knowledge on energy-efficient scheduling, the research presented in this paper attempts to model the production schedule at an operation process by considering the balance of energy consumption reduction in production, production work flow (productivity) and quality. An innovative systematic approach to manufacturing energy-resource efficiency is proposed with the virtual simulation as a predictive modelling enabler, which provides real-time manufacturing monitoring, virtual displays and decision-makings and consequentially an analytical and multidimensional correlation analysis on interdependent relationships among energy consumption, work flow and quality errors. The regression analysis results demonstrate positive relationships between the work flow and quality errors and the work flow and energy consumption. When production scheduling is controlled through optimization of work flow, quality errors and overall energy consumption, the energy-resource efficiency can be achieved in the production. Together, this proposed multidimensional modelling and analysis approach provides optimal conditions for the production scheduling at the manufacturing system by taking account of production quality, energy consumption and resource efficiency, which can lead to the key competitive advantages and sustainability of the system operations in the industry.

  5. Residual biomass resources for energy production. Extended abstract

    International Nuclear Information System (INIS)

    Prevot, G.

    2010-06-01

    This report covers the whole problematic of energy production from biomass residues in France except the production of biofuels. It is made of two parts. The first one gives an overview of the availability of residual biomass resources, The concept of residue (or waste) is placed in its economic and regulatory context (the major part of the resource cannot be considered as waste without any further potential use). The conditions of availability of the resource for each market segment are identified. The second part describes the conditions for the use of 5 different conversion options of these residues into energy. The logistics constraints for the procurement of the fuel and the intermediate operations to prepare it are briefly summarised. The objective was the identification of key issues in all relevant aspects, without giving too much emphasis to one of them at the expense of another one in order to avoid duplicating the frequent cases of facilities that do not meet environmental and economic targets because the designers of the system have not paid enough attention to a parameter of the system. (author)

  6. Energy and Resource Recovery from Sludge. State of Science Report

    Energy Technology Data Exchange (ETDEWEB)

    Kalogo, Y; Monteith, H [Hydromantis Inc., Hamilton, ON (Canada)

    2008-07-01

    There is general consensus among sanitary engineering professionals that municipal wastewater and wastewater sludge is not a 'waste', but a potential source of valuable resources. The subject is a major interest to the members of the Global Water Research Coalition (GWRC). The GWRC is therefore preparing a strategic research plan related to energy and resource recovery from wastewater sludge. The initial focus of the strategy will be on sewage sludge as water reuse aspects have been part of earlier studies. The plan will define new research orientations for deeper investigation. The current state of science (SoS) Report was prepared as the preliminary phase of GWRC's future strategic research plan on energy and resource recovery from sludge.

  7. Explanatory Resources on Energy in High School Physics Classes: A Case Study

    Directory of Open Access Journals (Sweden)

    María Alejandra Domínguez

    2013-08-01

    Full Text Available This paper examines and reflects on the explanatory resources that are used in high school physics classes for studying the topic of energy. Explanatory resources are a means of constructing and negotiating meaning. The research is an instrumental case study focusing on four years of high school physics classes on energy. The theoretical principles of sociocultural approaches and conversation analysis are taken as benchmarks for understanding how we construct and reconstruct meanings (on energy. The identification of the resources used in the process of meaning construction is of importance for understanding certain scientific phenomena addressed in the curricula. Among the resources most commonly employed to enhance explanation were definitions and the causes of phenomena. We also found that teachers’ interventions, either through verbal explanations or instructional proposals, were crucial for certain kinds of explanations and for the presence or absence of other resources associated with explanations.

  8. Task 2 Report - A GIS-Based Technical Potential Assessment of Domestic Energy Resources for Electricity Generation.

    Energy Technology Data Exchange (ETDEWEB)

    Lee, Nathan [National Renewable Energy Laboratory (NREL), Golden, CO (United States); Grue, Nicholas W [National Renewable Energy Laboratory (NREL), Golden, CO (United States); Rosenlieb, Evan [National Renewable Energy Laboratory (NREL), Golden, CO (United States)

    2018-03-14

    The purpose of this report is to support the Lao Ministry of Energy and Mines in assessing the technical potential of domestic energy resources for utility scale electricity generation in the Lao PDR. Specifically, this work provides assessments of technical potential, and associated maps of developable areas, for energy technologies of interest. This report details the methodology, assumptions, and datasets employed in this analysis to provide a transparent, replicable process for future analyses. The methodology and results presented are intended to be a fundamental input to subsequent decision making and energy planning-related analyses. This work concentrates on domestic energy resources for utility-scale electricity generation and considers solar photovoltaic, wind, biomass, and coal resources. This work does not consider potentially imported energy resources (e.g., natural gas) or domestic energy resources that are not present in sufficient quantity for utility-scale generation (e.g., geothermal resources). A technical potential assessment of hydropower resources is currently not feasible due to the absence of required data including site-level assessments of multiple characteristics (e.g., geology environment and access) as well as spatial data on estimated non-exploited hydropower resources. This report is the second output of the Energy Alternatives Study for the Lao PDR, a collaboration led by the Lao Ministry of Energy and Mines and the United States Agency for International Development under the auspices of the Smart Infrastructure for the Mekong program. The Energy Alternatives Study is composed of five successive tasks that collectively support the project's goals. This work is focused on Task 2 - Assess technical potential of domestic energy resources for electricity generation. The work was carried out by a team from the U.S. Department of Energy's National Renewable Energy Laboratory (NREL) in collaboration with the Lao Ministry of Energy

  9. Multi-objective generation scheduling with hybrid energy resources

    Science.gov (United States)

    Trivedi, Manas

    In economic dispatch (ED) of electric power generation, the committed generating units are scheduled to meet the load demand at minimum operating cost with satisfying all unit and system equality and inequality constraints. Generation of electricity from the fossil fuel releases several contaminants into the atmosphere. So the economic dispatch objective can no longer be considered alone due to the environmental concerns that arise from the emissions produced by fossil fueled electric power plants. This research is proposing the concept of environmental/economic generation scheduling with traditional and renewable energy sources. Environmental/economic dispatch (EED) is a multi-objective problem with conflicting objectives since emission minimization is conflicting with fuel cost minimization. Production and consumption of fossil fuel and nuclear energy are closely related to environmental degradation. This causes negative effects to human health and the quality of life. Depletion of the fossil fuel resources will also be challenging for the presently employed energy systems to cope with future energy requirements. On the other hand, renewable energy sources such as hydro and wind are abundant, inexhaustible and widely available. These sources use native resources and have the capacity to meet the present and the future energy demands of the world with almost nil emissions of air pollutants and greenhouse gases. The costs of fossil fuel and renewable energy are also heading in opposite directions. The economic policies needed to support the widespread and sustainable markets for renewable energy sources are rapidly evolving. The contribution of this research centers on solving the economic dispatch problem of a system with hybrid energy resources under environmental restrictions. It suggests an effective solution of renewable energy to the existing fossil fueled and nuclear electric utilities for the cheaper and cleaner production of electricity with hourly

  10. Future directions for nuclear energy policy according to the changing circumstances surrounding energy resources

    International Nuclear Information System (INIS)

    Lee, Chang Ki

    2007-01-01

    Since the industrial revolution, the consumption of energy resources throughout the world has increased in geometrical progression, depleting the reserves of the fossil fuels including petroleum. It is predicted that the known reserves of the petroleum and the natural gas will be exhausted within 40 and 60 years, respectively. Massive consumption of energy resources has aggravated the quality of air and water, with the result that environmental pollution of the world has reached a critical stage Emission of green house gases such as carbon dioxide has caused global warming and climate change, endangering the sustainability of the life. Mainland China and East Asian countries pursuing rapid economic growth are expected to confront a shortage of energy in the near future, leading them to face difficulties in achieving expected economic growth

  11. US Department of Energy Integrated Resource Planning Program: Accomplishments and opportunities

    Energy Technology Data Exchange (ETDEWEB)

    White, D.L. [Oak Ridge National Lab., TN (United States); Mihlmester, P.E. [Aspen Systems Corp., Oak Ridge, TN (United States)

    1993-12-17

    The US Department of Energy Integrated Resource Planning Program supports many activities and projects that enhance the process by which utilities assess demand and supply options and, subsequently, evaluate and select resources. The US Department of Energy program coordinates integrated resource planning in risk and regulatory analysis; utility and regional planning; evaluation and verification; information transfer/technological assistance; and demand-side management. Professional staff from the National Renewable Energy Laboratory, Oak Ridge National Laboratory, Lawrence Berkeley Laboratory, and Pacific Northwest Laboratories collaborate with peers and stakeholders, in particular, the National Association of Regulatory Utility Commissioners, and conduct research and activities for the US Department of Energy. Twelve integrated resource planning activities and projects are summarized in this report. The summaries reflect the diversity of planning and research activities supported by the Department. The summaries also reflect the high levels of collaboration and teaming that are required by the Program and practiced by the researchers. It is concluded that the Program is achieving its objectives by encouraging innovation and improving planning and decision making. Furthermore, as the Department continues to implement planned improvements in the Program, the Department is effectively positioned to attain its ambitious goals.

  12. Reschedule of Distributed Energy Resources by an Aggregator for Market Participation

    Directory of Open Access Journals (Sweden)

    Pedro Faria

    2018-03-01

    Full Text Available Demand response aggregators have been developed and implemented all through the world with more seen in Europe and the United States. The participation of aggregators in energy markets improves the access of small-size resources to these, which enables successful business cases for demand-side flexibility. The present paper proposes aggregator’s assessment of the integration of distributed energy resources in energy markets, which provides an optimized reschedule. An aggregation and remuneration model is proposed by using the k-means and group tariff, respectively. The main objective is to identify the available options for the aggregator to define tariff groups for the implementation of demand response. After the first schedule, the distributed energy resources are aggregated into a given number of groups. For each of the new groups, a new tariff is computed and the resources are again scheduled according to the new group tariff. In this way, the impact of implementing the new tariffs is analyzed in order to support a more sustained decision to be taken by the aggregator. A 180-bus network in the case study accommodates 90 consumers, 116 distributed generators, and one supplier.

  13. Evaluation model of wind energy resources and utilization efficiency of wind farm

    Science.gov (United States)

    Ma, Jie

    2018-04-01

    Due to the large amount of abandoned winds in wind farms, the establishment of a wind farm evaluation model is particularly important for the future development of wind farms In this essay, consider the wind farm's wind energy situation, Wind Energy Resource Model (WERM) and Wind Energy Utilization Efficiency Model(WEUEM) are established to conduct a comprehensive assessment of the wind farm. Wind Energy Resource Model (WERM) contains average wind speed, average wind power density and turbulence intensity, which assessed wind energy resources together. Based on our model, combined with the actual measurement data of a wind farm, calculate the indicators using the model, and the results are in line with the actual situation. We can plan the future development of the wind farm based on this result. Thus, the proposed establishment approach of wind farm assessment model has application value.

  14. Energy resources of the Denver and Cheyenne Basins, Colorado - resource characteristics, development potential, and environmental problems. Environmental Geology 12

    International Nuclear Information System (INIS)

    Kirkham, R.M.; Ladwig, L.R.

    1980-01-01

    The geological characteristics, development potential, and environmental problems related to the exploration for and development of energy resources in the Denver and Cheyenne Basins of Colorado were investigated. Coal, lignite, uranium, oil and natural gas were evaluated. Emphasis is placed on environmental problems that may develop from the exploration for an extraction of these energy resources

  15. The research and training of human resources to produce renewable resources of energy

    Directory of Open Access Journals (Sweden)

    José Ernesto Rangel Delgado

    2008-10-01

    Full Text Available The prospective technique approach used as a context, this paper emphasizes the importance of a long term vision on the human resources development for renewable energies production. In the same sense it outlines the connection between the professions associated with the generation of renewable energy and the labor market. Results are presented on the research intellectual capacity of Mexico, highlighting, the public universities, specialized research centers, researchers, and the associated academic programs to renewable energies. Finally, it is presented the conclusions, and suggestions oriented to increase strategically, the renewable energies research for the technology development. Also it might incorporate our country towards the international market for renewable technologies, in the long term.

  16. Feasibility analysis of nuclear–coal hybrid energy systems from the perspective of low-carbon development

    International Nuclear Information System (INIS)

    Chen, QianQian; Tang, ZhiYong; Lei, Yang; Sun, YuHan; Jiang, MianHeng

    2015-01-01

    Highlights: • We report a nuclear–coal hybrid energy systems. • We address the high-carbon energy resource integrating with a low-carbon energy resource. • We establish a systematic techno-economic model. • Improving both energy and carbon efficiency. • A significantly lower CO 2 emission intensity is achieved by the system. - Abstract: Global energy consumption is expected to increase significantly due to the growth of the economy and population. The utilization of fossil resource, especially coal, will likely be constrained by carbon dioxide emissions, known to be the principal contributor to climate change. Therefore, the world is facing the challenge of how to utilize fossil resource without a large carbon footprint. In the present work, a nuclear–coal hybrid energy system is proposed as a potential solution to the aforementioned challenge. A high-carbon energy such as coal is integrated effectively with a low-carbon energy such as nuclear in a flexible and optimized manner, which is able to generate the chemicals and fuels with low carbon dioxide emissions. The nuclear–coal hybrid energy system is presented in this paper for the detailed analysis. In this case, the carbon resource required by the fuel syntheses and chemical production processes is mainly provided by coal while the hydrogen resource is derived from nuclear energy. Such integration can not only lead to a good balance between carbon and hydrogen, but also improve both energy and carbon efficiencies. More importantly, a significantly lower CO 2 emission intensity is achieved. A systematic techno-economic model is established, and a scenario analysis is carried out on the hybrid system to assess the economic competitiveness based on the considerations of various types of externalities. It is found that with the rising carbon tax and coal price as well as the decreasing cost of nuclear energy, the hybrid energy system will become more and more economically competitive with the

  17. Chunk-Based Energy Efficient Resource Allocation in OFDMA Systems

    Directory of Open Access Journals (Sweden)

    Yong Li

    2013-01-01

    Full Text Available Energy efficiency (EE capacity analysis of the chunk-based resource allocation is presented by considering the minimum spectrum efficiency (SE constraint in downlink multiuser orthogonal frequency division multiplexing (OFDM systems. Considering the minimum SE requirement, an optimization problem to maximize EE with limited transmit power is formulated over frequency selective channels. Based on this model, a low-complexity energy efficient resource allocation is proposed. The effects of system parameters, such as the average channel gain-to-noise ratio (CNR and the number of subcarriers per chunk, are evaluated. Numerical results demonstrate the effectiveness of the proposed scheme for balancing the EE and SE.

  18. Diagnosis and outcome of birth asphyxia in resource constrained health care set up

    International Nuclear Information System (INIS)

    Zaman, S.; Shah, S.A.; Mehmood, S.; Shahzad, S.; Munir, M.; Mushtaq, A.

    2017-01-01

    Objective: To determine morbidity and mortality of neonates with low APGAR score in a resource constrained health care set up. Study Design: Prospective descriptive study. Place and Duration of Study: The study was carried out in combined military hospital Attock, from Jan 2013 to Jan 2015. Material and Methods: All term neonates with 37 completed weeks of gestation and APGAR score less than 7 were included in the study. APGAR score was calculated by an attending pediatrician, gynecologist or trained female nurse at 0 and 5 minutes. In Neonatal Intensive Care Unit [NICU] the babies were daily examined by pediatrician. Outcome was documented in term of morbidity i.e. fits and mortality i.e. death of babies. Results: Total number of neonates included in the study were 85 of which 55 (65%) were males and 30 (35%) were females. Of the total neonates 65 (76%) were discharged in satisfactory conditions and 20 (24%) expired during stay in the hospital. The mean APGAR score of newborns was 4.98 +- 0.98 at 5 minutes. During stay in hospital 46 (54%) were diagnosed to have hypoxic ischemic encephalopathy 2 (HIE2), those diagnosed with HIE3 were 5 (6%) and the rest 14 (16%) with HIE1. Conclusion: Low APGAR score is an important cause of admission to NICU. Low APGAR score was found associated with increased risk of fits in neonates and one of the most important cause of mortality in our set up. (author)

  19. The Resource Mapping Algorithm of Wireless Virtualized Networks for Saving Energy in Ultradense Small Cells

    Directory of Open Access Journals (Sweden)

    Sai Zou

    2015-01-01

    Full Text Available As the current network is designed for peak loads, it results in insufficient resource utilization and energy waste. Virtualized technology makes it possible that intelligent energy perception network could be deployed and resource sharing could become an effective energy saving technology. How to make more small cells into sleeping state for energy saving in ultradense small cell system has become a research hot spot. Based on the mapping feature of virtualized network, a new wireless resource mapping algorithm for saving energy in ultradense small cells has been put forward when wireless resource amount is satisfied in every small cell. First of all, the method divides the virtual cells. Again through the alternate updating between small cell mapping and wireless resource allocation, least amount of small cells is used and other small cells turn into sleeping state on the premise of guaranteeing users’ QoS. Next, the energy consumption of the wireless access system, wireless resource utilization, and the convergence of the proposed algorithm are analyzed in theory. Finally, the simulation results demonstrate that the algorithm can effectively reduce the system energy consumption and required wireless resource amount under the condition of satisfying users’ QoS.

  20. Wind and Solar Energy Resource Assessment for Navy Installations in the Midwestern US

    Science.gov (United States)

    Darmenova, K.; Apling, D.; Higgins, G. J.; Carnes, J.; Smith, C.

    2012-12-01

    A stable supply of energy is critical for sustainable economic development and the ever-increasing demand for energy resources drives the need for alternative weather-driven renewable energy solutions such as solar and wind-generated power. Recognizing the importance of energy as a strategic resource, the Department of the Navy has focused on energy efficient solutions aiming to increase tactical and shore energy security and reduce greenhouse gas emissions. Implementing alternative energy solutions will alleviate the Navy installations demands on the National power grid, however transitioning to renewable energy sources is a complex multi-stage process that involves initial investment in resource assessment and feasibility of building solar and wind power systems in Navy's facilities. This study focuses on the wind and solar energy resource assessment for Navy installations in the Midwestern US. We use the dynamically downscaled datasets at 12 km resolution over the Continental US generated with the Weather Research and Forecasting (WRF) model to derive the wind climatology in terms of wind speed, direction, and wind power at 20 m above the surface for 65 Navy facilities. In addition, we derived the transmissivity of the atmosphere, diffuse radiation fraction, cloud cover and seasonal energy potential for a zenith facing surface with unobstructed horizon for each installation location based on the results of a broadband radiative transfer model and our cloud database based on 17-years of GOES data. Our analysis was incorporated in a GIS framework in combination with additional infrastructure data that enabled a synergistic resource assessment based on the combination of climatological and engineering factors.

  1. COMPLEX MAPPING OF ENERGY RESOURCES FOR ALLOCATION OF SOLAR AND WIND ENERGY OBJECTS

    Directory of Open Access Journals (Sweden)

    B. A. Novakovskiy

    2016-01-01

    Full Text Available The paper presents developed methodology of solar and wind energy resources complex mapping at the regional level, taking into account the environmental and socio-economic factors affecting the placement of renewable energy facilities. Methodology provides a reasonable search and allocation of areas, the most promising for the placement of wind and solar power plants.

  2. Energy Efficient Resource Allocation for Cognitive Radios: A Generalized Sensing Analysis

    KAUST Repository

    Alabbasi, AbdulRahman; Rezki, Zouheir; Shihada, Basem

    2014-01-01

    In this paper, two resource allocation schemes for energy efficient cognitive radio systems are proposed. Our design considers resource allocation approaches that adopt spectrum sharing combined with soft-sensing information, adaptive sensing thresholds, and adaptive power to achieve an energy efficient system. An energy per good-bit metric is considered as an energy efficient objective function. A multi-carrier system, such as, orthogonal frequency division multiplexing, is considered in the framework. The proposed resource allocation schemes, using different approaches, are designated as sub-optimal and optimal. The sub-optimal approach is attained by optimizing over a channel inversion power policy. The optimal approach utilizes the calculus of variation theory to optimize a problem of instantaneous objective function subject to average and instantaneous constraints with respect to functional optimization variables. In addition to the analytical results, selected numerical results are provided to quantify the impact of soft-sensing information and the optimal adaptive sensing threshold on the system performance.

  3. Energy Efficient Resource Allocation for Cognitive Radios: A Generalized Sensing Analysis

    KAUST Repository

    Alabbasi, Abdulrahman

    2014-12-31

    In this paper, two resource allocation schemes for energy efficient cognitive radio systems are proposed. Our design considers resource allocation approaches that adopt spectrum sharing combined with soft-sensing information, adaptive sensing thresholds, and adaptive power to achieve an energy efficient system. An energy per good-bit metric is considered as an energy efficient objective function. A multi-carrier system, such as, orthogonal frequency division multiplexing, is considered in the framework. The proposed resource allocation schemes, using different approaches, are designated as sub-optimal and optimal. The sub-optimal approach is attained by optimizing over a channel inversion power policy. The optimal approach utilizes the calculus of variation theory to optimize a problem of instantaneous objective function subject to average and instantaneous constraints with respect to functional optimization variables. In addition to the analytical results, selected numerical results are provided to quantify the impact of soft-sensing information and the optimal adaptive sensing threshold on the system performance.

  4. Energy and Reserve under Distributed Energy Resources Management—Day-Ahead, Hour-Ahead and Real-Time

    Directory of Open Access Journals (Sweden)

    Tiago Soares

    2017-11-01

    Full Text Available The increasing penetration of distributed energy resources based on renewable energy sources in distribution systems leads to a more complex management of power systems. Consequently, ancillary services become even more important to maintain the system security and reliability. This paper proposes and evaluates a generic model for day-ahead, intraday (hour-ahead and real-time scheduling, considering the joint optimization of energy and reserve in the scope of the virtual power player concept. The model aims to minimize the operation costs in the point of view of one aggregator agent taking into account the balance of the distribution system. For each scheduling stage, previous scheduling results and updated forecasts are considered. An illustrative test case of a distribution network with 33 buses, considering a large penetration of distribution energy resources allows demonstrating the benefits of the proposed model.

  5. Energy and Resource Recovery from Sludge. State of Science Report

    Energy Technology Data Exchange (ETDEWEB)

    Kalogo, Y.; Monteith, H. [Hydromantis Inc., Hamilton, ON (Canada)

    2008-07-01

    There is general consensus among sanitary engineering professionals that municipal wastewater and wastewater sludge is not a 'waste', but a potential source of valuable resources. The subject is a major interest to the members of the Global Water Research Coalition (GWRC). The GWRC is therefore preparing a strategic research plan related to energy and resource recovery from wastewater sludge. The initial focus of the strategy will be on sewage sludge as water reuse aspects have been part of earlier studies. The plan will define new research orientations for deeper investigation. The current state of science (SoS) Report was prepared as the preliminary phase of GWRC's future strategic research plan on energy and resource recovery from sludge.

  6. Uranium resources, scenarios, nuclear and energy dynamics - 5200

    International Nuclear Information System (INIS)

    Bidaud, A.; Mima, S.; Criqui, P.; Gabriel, S.; Monnet, A.; Mathonniere, G.; Cuney, M.; Bruneton, P.

    2015-01-01

    In this paper we present a new model of the impact of uranium scarcity on the development of nuclear reactors. A dynamic simulation of coupled supply and demand of energy, resources and nuclear reactors is done with the global model Prospective Outlook for Long Term Energy Supply (POLES) over this century. In this model, both electricity demand and uranium supply are not independent of the cost of all base load electricity suppliers. Only two nuclear reactor types are modeled in POLES. Globally one has the characteristics of a Thermal Neutron Reactor (TR) and the other one has the ones of Fast Breeder Reactors (FBR). The results show that If both generations of nuclear reactors can be competitive with other sources, we see that in many countries their development would probably be limited by the availability of natural and recycled materials. Depending on the locally available alternative (hydro, coal) and local regulatory framework (safety and waste management for nuclear reactors but also environmental constraints such as CO 2 targets), both nuclear technologies could be developed. The advantage of the new model is that it avoids the difficult question of defining 'ultimate resources'. The drawback is that it needs a description of the volume of uranium resources but also of the link between the cost and the potential production capacities of these resources

  7. Energy resources for mankind considered from the earth evolution

    International Nuclear Information System (INIS)

    Ohno, Shin-ich; Shimizu, Saburo

    2005-01-01

    The amount of energy resources contained in Earth and that we mankind can use in future can be estimated on the basis of the information given by astrophysical and geochemical considerations. The kind of resources includes geothermal, nuclear, solar, and fossil energy. We believe that the results of these considerations, especially the method of thinking, may be taken into curriculum in high schools or introductory courses of university education. In school education relating to energy and environmental problems we think that it is more important for the students to learn how to think or estimate and how to solve the problems than to be given any established knowledge itself from the teachers and reference books or journals. Students are easily discouraged by teachers who are talking that petroleum will be exhausted in 40 years or that uranium-235 will be also exhausted unless we develop the nuclear fuel system utilizing uranium-238 breading. They seem afraid of insufficient left when they grow old. In this report we call the readers attention that the amount of energy resources contained in Earth is such that the mankind can never exhaust them and that they are waiting to be exploited or for the time to come when the technology for their utilization is developed. We also pay attention that too much consumption of energy surely affect the earth environment (heat pollution) - the limit will be the consumption rate of about 0.1 W/m 2 of the earth surface which equals to the heat emission rate from the earth surface toward the space. (author)

  8. Constraining Parameters in Pulsar Models of Repeating FRB 121102 with High-energy Follow-up Observations

    Energy Technology Data Exchange (ETDEWEB)

    Xiao, Di; Dai, Zi-Gao, E-mail: dzg@nju.edu.cn [School of Astronomy and Space Science, Nanjing University, Nanjing 210093 (China)

    2017-09-10

    Recently, a precise (sub-arcsecond) localization of the repeating fast radio burst (FRB) 121102 led to the discovery of persistent radio and optical counterparts, the identification of a host dwarf galaxy at a redshift of z = 0.193, and several campaigns of searches for higher-frequency counterparts, which gave only upper limits on the emission flux. Although the origin of FRBs remains unknown, most of the existing theoretical models are associated with pulsars, or more specifically, magnetars. In this paper, we explore persistent high-energy emission from a rapidly rotating highly magnetized pulsar associated with FRB 121102 if internal gradual magnetic dissipation occurs in the pulsar wind. We find that the efficiency of converting the spin-down luminosity to the high-energy (e.g., X-ray) luminosity is generally much smaller than unity, even for a millisecond magnetar. This provides an explanation for the non-detection of high-energy counterparts to FRB 121102. We further constrain the spin period and surface magnetic field strength of the pulsar with the current high-energy observations. In addition, we compare our results with the constraints given by the other methods in previous works and expect to apply our new method to some other open issues in the future.

  9. Constraining Parameters in Pulsar Models of Repeating FRB 121102 with High-energy Follow-up Observations

    International Nuclear Information System (INIS)

    Xiao, Di; Dai, Zi-Gao

    2017-01-01

    Recently, a precise (sub-arcsecond) localization of the repeating fast radio burst (FRB) 121102 led to the discovery of persistent radio and optical counterparts, the identification of a host dwarf galaxy at a redshift of z = 0.193, and several campaigns of searches for higher-frequency counterparts, which gave only upper limits on the emission flux. Although the origin of FRBs remains unknown, most of the existing theoretical models are associated with pulsars, or more specifically, magnetars. In this paper, we explore persistent high-energy emission from a rapidly rotating highly magnetized pulsar associated with FRB 121102 if internal gradual magnetic dissipation occurs in the pulsar wind. We find that the efficiency of converting the spin-down luminosity to the high-energy (e.g., X-ray) luminosity is generally much smaller than unity, even for a millisecond magnetar. This provides an explanation for the non-detection of high-energy counterparts to FRB 121102. We further constrain the spin period and surface magnetic field strength of the pulsar with the current high-energy observations. In addition, we compare our results with the constraints given by the other methods in previous works and expect to apply our new method to some other open issues in the future.

  10. Renewable energy resources in Pakistan: status, potential and information systems

    International Nuclear Information System (INIS)

    Khan, A.M.

    1991-01-01

    This paper provides some details regarding the characteristic properties, potential and assessment of renewable energy compared with other forms of energy sources. It gives status of renewable energy sources in Pakistan. It also lights about the agencies providing technical information regarding renewable energy in Pakistan as well as suggestions and recommendations for the development of these resources, and over view the present status of renewable energy sources. (author)

  11. INPRO Methodology for Sustainability Assessment of Nuclear Energy Systems: Environmental Impact from Depletion of Resources

    International Nuclear Information System (INIS)

    2015-01-01

    INPRO is an international project to help ensure that nuclear energy is available to contribute in a sustainable manner to meeting the energy needs of the 21st century. A basic principle of INPRO in the area of environmental impact from depletion of resources is that a nuclear energy system will be capable of contributing to the energy needs in the 21st century while making efficient use of non-renewable resources needed for construction, operation and decommissioning. Recognizing that a national nuclear energy programme in a given country may be based both on indigenous resources and resources purchased from abroad, this publication provides background materials and summarizes the results of international global resource availability studies that could contribute to the corresponding national assessments

  12. Toward a Regional Geography of Renewable Electrical Energy Resources.

    Science.gov (United States)

    Pryde, Philip R.

    It is postulated that many types of renewable energy resources, like fossil fuels, are amenable to regional availability analysis. Among these are hydropower, geothermal, ocean temperature gradient, wind, and direct solar energy. A review of the spatial attributes of each of these types reveals areas of the United States that contain comparative…

  13. Risk-constrained self-scheduling of a fuel and emission constrained power producer using rolling window procedure

    International Nuclear Information System (INIS)

    Kazempour, S. Jalal; Moghaddam, Mohsen Parsa

    2011-01-01

    This work addresses a relevant methodology for self-scheduling of a price-taker fuel and emission constrained power producer in day-ahead correlated energy, spinning reserve and fuel markets to achieve a trade-off between the expected profit and the risk versus different risk levels based on Markowitz's seminal work in the area of portfolio selection. Here, a set of uncertainties including price forecasting errors and available fuel uncertainty are considered. The latter uncertainty arises because of uncertainties in being called for reserve deployment in the spinning reserve market and availability of power plant. To tackle the price forecasting errors, variances of energy, spinning reserve and fuel prices along with their covariances which are due to markets correlation are taken into account using relevant historical data. In order to tackle available fuel uncertainty, a framework for self-scheduling referred to as rolling window is proposed. This risk-constrained self-scheduling framework is therefore formulated and solved as a mixed-integer non-linear programming problem. Furthermore, numerical results for a case study are discussed. (author)

  14. Opportunities for Fundamental University-Based Research in Energy and Resource Recovery

    Science.gov (United States)

    Zoback, M. D.; Hitzman, M.; Tester, J. W.

    2012-12-01

    In this talk we present, from a university perspective, a few examples of fundamental research needs related to improved energy and resource recovery. One example of such a research need is related to the fact that it is not widely recognized that meeting domestic and worldwide energy needs with renewables such as wind and solar will be materials intensive. If widely deployed, the elements required by renewable technologies will be needed in significant quantities and shortage of these "energy critical elements" could significantly inhibit the adoption of otherwise game changing energy technologies. It is imperative to better understand the geology, metallurgy, and mining engineering of critical mineral deposits if we are to sustainably develop these new technologies. Unfortunately, there is currently no consensus among federal and state agencies, the national and international mining industry, the public, and the U.S. academic community regarding the importance of economic geology in the context of securing sufficient energy critical elements to undertake large-scale renewable energy development. Another option for transitioning away from our current hydrocarbon-based energy system to non-carbon based sources, is geothermal energy - from both conventional hydrothermal resources and enhanced or engineered geothermal systems (EGS). Although geothermal energy is currently used for both electric and non-electric applications worldwide from conventional hydrothermal resources and in ground source heat pumps, most of the emphasis in the US has been generating electricity. To this end, there is a need for research, development and demonstration in five important areas - estimating the magnitude and distribution of recoverable geothermal resources, establishing requirements for extracting and utilizing energy from EGS reservoirs the including drilling, reservoir design and stimulation, exploring end use options for district heating, electricity generation and co

  15. Modeling and optimal resources allocation of a novel tri-distributed generation system based on sustainable energy resources

    International Nuclear Information System (INIS)

    Soheyli, Saman; Mehrjoo, Mehri; Shafiei Mayam, Mohamad Hossein

    2017-01-01

    Highlights: • Considering renewable resources as the main prime movers in tri-generation systems. • Using EDM and TDM strategies simultaneously by defining probability functions. • Using an area function to evaluate the practical implementation of the system. • Reducing fuel consumption and pollution up to 154 and 207 times more than SP system. • Reducing the need to power grid and other auxiliary systems to less than 1%. - Abstract: Tri-generation systems with the aim of recycling heat dissipation of equipment and importing the heat into the energy production cycle have been considered by researchers recently because of increasing energy efficiency and decreasing environmental pollution. Many studies have been done in the field of tri-generation systems, but the studies have been more focused on centralized energy sources, such as, steam and gas turbines. Thus, required researches to move the sources of tri-generation systems toward renewable energy resources are not perfect enough. Moreover, the type of operation strategy, which is one of the important issues in investigating tri-generation system, is usually depended on assistant resources, such as, local power grid. In this paper, a novel tri-generation system based on wind and solar renewable energy resources and natural gas as the system prime movers is evaluated. Furthermore, a different operation strategy is considered to minimize the need to auxiliary sources and so the ability to use the system in remote regions, independently. Hence, wind turbines, photovoltaic (PV) modules, and solid oxide fuel cells (SOFCs) are considered as prime movers of the system. Moreover, a battery bank and heat storage tanks (HSTs) are deployed to balance the fluctuations in produced energy by wind and solar renewable resources. Hence, thermal demand management (TDM) and electrical demand management (EDM) operation strategies are considered simultaneously and defined as two possible functions to achieve a system with

  16. Biomass resources for energy in Ohio: The OH-MARKAL modeling framework

    Science.gov (United States)

    Shakya, Bibhakar

    The latest reports from the Intergovernmental Panel on Climate Change have indicated that human activities are directly responsible for a significant portion of global warming trends. In response to the growing concerns regarding climate change and efforts to create a sustainable energy future, biomass energy has come to the forefront as a clean and sustainable energy resource. Biomass energy resources are environmentally clean and carbon neutral with net-zero carbon dioxide (CO2) emissions, since CO2 is absorbed or sequestered from the atmosphere during the plant growth. Hence, biomass energy mitigates greenhouse gases (GHG) emissions that would otherwise be added to the environment by conventional fossil fuels, such as coal. The use of biomass resources for energy is even more relevant in Ohio, as the power industry is heavily based on coal, providing about 90 percent of the state's total electricity while only 50 percent of electricity comes from coal at the national level. The burning of coal for electricity generation results in substantial GHG emissions and environmental pollution, which are responsible for global warming and acid rain. Ohio is currently one of the top emitters of GHG in the nation. This dissertation research examines the potential use of biomass resources by analyzing key economic, environmental, and policy issues related to the energy needs of Ohio over a long term future (2001-2030). Specifically, the study develops a dynamic linear programming model (OH-MARKAL) to evaluate biomass cofiring as an option in select coal power plants (both existing and new) to generate commercial electricity in Ohio. The OH-MARKAL model is based on the MARKAL (MARKet ALlocation) framework. Using extensive data on the power industry and biomass resources of Ohio, the study has developed the first comprehensive power sector model for Ohio. Hence, the model can serve as an effective tool for Ohio's energy planning, since it evaluates economic and environmental

  17. Ranking of energy resources within the analysis of total costs for the IRP (Integrated Resources Planning for Energy Resources); Ranqueamento de recursos energeticos dentro da analise de custos completos para o PIR (Planejamento Integrado de Recursos Energeticos)

    Energy Technology Data Exchange (ETDEWEB)

    Reinig, Alexandre Orrico; Cicone Junior, Decio; Galvao, Luiz Claudio Ribeiro [Universidade de Sao Paulo (USP), SP (Brazil). Dept. de Energia e Automacao Eletricas. Grupo de Energia; Udaeta, Miguel Edgar Morales [Universidade de Sao Paulo (USP), SP (Brazil). Inst. de Eletrotecnica e Energia

    2008-07-01

    The objective of this work is to demonstrate the application of the Analytic Hierarchy Process (PAH) with the support of computational tools in the Complete Costs Evaluation (ACC) to classify energy resources, emphasizing as this important method of decision making can be used with the ACC inside of the integrated resources planning for energy resources (PIR). The use of the methodology in question inside of the PIR has as permanent goal to interrelate the complete technical valuation of the resources and its qualitative valuation carried through by the involved and interested (En-In) of the PIR, as well as the evaluation of the resources inside of multidimensional criteria of the ACC. For this the way is presented the way as the evaluation of the social dimension of the ACC in the PIR in the Aracatuba's Administrative Region (RAA) was made and ranking generated with the application of the PAH inside of the ACC. The main result is the validation of the AHP with the use of the Decision Lens for the ACC in the PIR, and from that conclude that the ranking of many energy resources using Decision Lens facilitates the process of PIR in the posterior Wallet of Resources and preferential plan determination. (author)

  18. Modeling of customer adoption of distributed energy resources; TOPICAL

    International Nuclear Information System (INIS)

    Marnay, Chris; Chard, Joseph S.; Hamachi, Kristina S.; Lipman, Timothy; Moezzi, Mithra M.; Ouaglal, Boubekeur; Siddiqui, Afzal S.

    2001-01-01

    This report describes work completed for the California Energy Commission (CEC) on the continued development and application of the Distributed Energy Resources Customer Adoption Model (DER-CAM). This work was performed at Ernest Orlando Lawrence Berkeley National Laboratory (Berkeley Lab) between July 2000 and June 2001 under the Consortium for Electric Reliability Technology Solutions (CERTS) Distributed Energy Resources Integration (DERI) project. Our research on distributed energy resources (DER) builds on the concept of the microgrid ((mu)Grid), a semiautonomous grouping of electricity-generating sources and end-use sinks that are placed and operated for the benefit of its members. Although a(mu)Grid can operate independent of the macrogrid (the utility power network), the(mu)Grid is usually interconnected, purchasing energy and ancillary services from the macrogrid. Groups of customers can be aggregated into(mu)Grids by pooling their electrical and other loads, and the most cost-effective combination of generation resources for a particular(mu)Grid can be found. In this study, DER-CAM, an economic model of customer DER adoption implemented in the General Algebraic Modeling System (GAMS) optimization software is used, to find the cost-minimizing combination of on-site generation customers (individual businesses and a(mu)Grid) in a specified test year. DER-CAM's objective is to minimize the cost of supplying electricity to a specific customer by optimizing the installation of distributed generation and the self-generation of part or all of its electricity. Currently, the model only considers electrical loads, but combined heat and power (CHP) analysis capability is being developed under the second year of CEC funding. The key accomplishments of this year's work were the acquisition of increasingly accurate data on DER technologies, including the development of methods for forecasting cost reductions for these technologies, and the creation of a credible example

  19. Energy taxes, resource taxes and quantity rationing for climate protection

    Energy Technology Data Exchange (ETDEWEB)

    Eisenack, Klaus [Oldenburg Univ. (Germany). Dept. of Economics; Edenhofer, Ottmar; Kalkuhl, Matthias [Potsdam-Institut fuer Klimafolgenforschung e.V., Potsdam (Germany)

    2010-11-15

    Economic sectors react strategically to climate policy, aiming at a re-distribution of rents. Established analysis suggests a Pigouvian emission tax as efficient instrument, but also recommends factor input or output taxes under specific conditions. However, existing studies leave it open whether output taxes, input taxes or input rationing perform better, and at best only touch their distributional consequences. When emissions correspond to extracted ressources, it is questionable whether taxes are effective at all. We determine the effectiveness, efficiency and functional income distribution for these instruments in the energy and resource sector, based on a game theoretic growth model with explicit factor markets and policy instruments. Market equilibrium depends on a government that acts as a Stackelberg leader with a climate protection goal. We find that resource taxes and cumulative resource quantity rationing achieve this objective efficiently. Energy taxation is only second best. Mitigation generates a substantial ''climate rent'' in the resource sector that can be converted to transfer incomes by taxes. (orig.)

  20. Canada's conventional natural gas resources : a status report : an energy market assessment

    International Nuclear Information System (INIS)

    2004-04-01

    The National Energy Board monitors the supply of all energy commodities in Canada as well as the demand for Canadian energy commodities in domestic and export markets. Energy market assessment reports examine different facets of the Canadian energy market and include long term-assessments of Canada's supply and demand as well as near-term energy market issues. This report examines the geological potential for conventional natural gas resources. An estimate of those resources for Canada was also presented. The main objective of the report is to set the groundwork for future partnerships between provincial, territorial and federal agencies. The size of Alberta's conventional natural gas resources is being examined in partnership with the Alberta Energy and Utilities Board (EUB). The ultimate potential for conventional natural gas in British Columbia is being assessed by the British Columbia Ministry of Energy and Mines. The Board's internal assessment for 2004 has revealed an estimate of 207 trillion cubic feet for the ultimate of conventional natural gas in Alberta. This estimate is higher than the estimate provided by the Canadian Gas Potential Committee in 2001 and higher than the 1992 assessment of the EUB. It was noted that most undiscovered resources in Alberta will be found in the shallow Cretaceous zones, not in deep Devonian zones. The Board also revised its estimate for the Mackenzie Delta-Beaufort Sea region and the East Newfoundland Basin. The current estimate for ultimate potential of conventional natural gas in Canada is 501 trillion cubic feet, with the following distribution of the resources by basin: Western Canada Sedimentary Basin (54.5 per cent), Northern Canada (23.1 per cent), East Coast (18.3 per cent), West Coast (3.4 per cent), Ontario (0.5 per cent), and Gulf of St. Lawrence (0.3 per cent). 39 refs., 7 tabs., 13 figs

  1. China could satisfied her energy demand by her domestic resource of renewable and hydrogen energy and with her favorite condition

    International Nuclear Information System (INIS)

    Bao De You

    2006-01-01

    Paper described recent situation and the reason of oils consumed increasing rapidly and the activity for searching oil around the world wide and proposed some suggestion for rapid development and commercialization of hydrogen energy system in China with her domestic resources. China could satisfy the energy demand with her domestic resources of renewable energies and depending on her domestic scientific and technology and personal resources etc. It could Clean up the misunderstanding of other country and worried about the oil price increasing. (author)

  2. An initial assessment of Ocean Energy Resources in the Western Indian Ocean

    Energy Technology Data Exchange (ETDEWEB)

    Hammar, Linus; Ehnberg, Jimmy

    2011-07-01

    The demand for modern energy is accelerating in the Western Indian Ocean (coastal East Africa). A mixture of different energy sources will by necessity be the option for the long-term future and the most adequate solutions naturally vary between locations. The vast coastlines and many islands of the region make ocean energy (OE) a relevant field to explore. With an early understanding of the resources strategic planning towards sustainable development is facilitate. Moreover, early awareness facilitates a respectful integration of new technologies in the fragile and for local people invaluable ecosystems. This study provides a first assessment of the frontier OE technologies and corresponding resources in the region. Five renewable Ocean Energy technologies have been reviewed and the physical resource abundance for respective energy source has been screened based on available literature and databases. The Western Indian Ocean is shared between nine African countries and two French departments. The studied countries are the Comoros, Kenya, Madagascar, Mauritius, Mayotte, Mozambique, the Seychelles, Tanzania, and Reunion. The energy situation is insufficient throughout the region, either as consequence of lacking domestic energy sources or rudimentary grid extension. The results indicate that ocean energy resources are abundant in much of the region, but different sources have potential in different areas. Several countries have favourable physical conditions for extracting energy from waves and from the temperature gradient between the surface and deep water. Wave power is a young but currently available technology which can be utilized for both large- and small-scale applications. Ocean Thermal Energy Conversion is a technology under development that, once proven, may be applicable for large-scale power production. The physical conditions for small-scale tidal barrage power, tidal stream power, and ocean current power are less pronounced but may be of interest at

  3. Adaptive prediction model accuracy in the control of residential energy resources

    NARCIS (Netherlands)

    Negenborn, R.R.; Houwing, M.; De Schutter, B.; Hellendoorn, H.

    2008-01-01

    With the increasing use of distributed energy resources and intelligence in the electricity infrastructure, the possibilities for minimizing costs of household energy consumption increase. Technology is moving toward a situation in which automated energy management systems could control domestic

  4. Application Framework Of Integrated Energy Resources Planning Considering Full Environmental Accounting

    Energy Technology Data Exchange (ETDEWEB)

    Kanayama, Paulo Helio; Morales Udaeta, Miguel Edgar; Ribeiro Galvao, Luis Claudio; Baesso Grimoni, Jose Aquiles

    2010-09-15

    This paper describes the full environmental accounting being used in RAA (Administrative Region of Aracatuba), an area composed of 43 municipalities in Sao Paulo, Brazil. The full environment accounting shows the vulnerabilities and advantages in the region that can be used as a tool for public awareness and involvement in decision making to choose the most appropriate energy resources of the region. It is characterized by four main environmental categories: aerial, aquatic, land and anthropogenic mediums, each to be used as a tool for decision making in energy planning, specifically with the methodology of PIR - Integrated Energy Resources Planning.

  5. Energy-Efficient Resource and Power Allocation for Underlay Multicast Device-to-Device Transmission

    Directory of Open Access Journals (Sweden)

    Fan Jiang

    2017-11-01

    Full Text Available In this paper, we present an energy-efficient resource allocation and power control scheme for D2D (Device-to-Device multicasting transmission. The objective is to maximize the overall energy-efficiency of D2D multicast clusters through effective resource allocation and power control schemes, while considering the quality of service (QoS requirements of both cellular users (CUs and D2D clusters. We first build the optimization model and a heuristic resource and power allocation algorithm is then proposed to solve the energy-efficiency problem with less computational complexity. Numerical results indicate that the proposed algorithm outperforms existing schemes in terms of throughput per energy consumption.

  6. Utilisation of Estonian energy wood resources

    Energy Technology Data Exchange (ETDEWEB)

    Muiste, P.; Tullus, H.; Uri, V. [Estonian Agricultural University, Tartu (Estonia)

    1996-12-31

    In the end of the Soviet period in the 1980s, a long-term energy programme for Estonia was worked out. The energy system was planned to be based on nuclear power and the share of domestic alternative sources of energy was low. The situation has greatly changed after the re-establishment of the Estonian independence, and now wood and peat fuels play an important role in the energy system. Energy consumption in Estonia decreased during the period 1970-1993, but this process has less influenced the consumption of domestic renewable fuels - peat and wood. It means that the share of these fuels has grown. The investment on substitution of imported fossil fuels and on conversion of boiler plants from fossil fuels to domestic fuels has reached the level of USD 100 million. The perspectives of the wood energy depend mainly on two factors; the resources and the price of wood energy compared with other fuels. The situation in wood market influences both the possible quantities and the price. It is typical that the quickly growing cost of labour power in Estonia is greatly affecting the price of energy wood. Though the price level of fuel peat and wood chips is lower than the world market price today, the conditions for using biofuels could be more favourable, if higher environmental fees were introduced. In conjunction with increasing utilisation of biofuels it is important to evaluate possible emissions or removal of greenhouse gases from Estonian forests 3 refs.

  7. Utilisation of Estonian energy wood resources

    Energy Technology Data Exchange (ETDEWEB)

    Muiste, P; Tullus, H; Uri, V [Estonian Agricultural University, Tartu (Estonia)

    1997-12-31

    In the end of the Soviet period in the 1980s, a long-term energy programme for Estonia was worked out. The energy system was planned to be based on nuclear power and the share of domestic alternative sources of energy was low. The situation has greatly changed after the re-establishment of the Estonian independence, and now wood and peat fuels play an important role in the energy system. Energy consumption in Estonia decreased during the period 1970-1993, but this process has less influenced the consumption of domestic renewable fuels - peat and wood. It means that the share of these fuels has grown. The investment on substitution of imported fossil fuels and on conversion of boiler plants from fossil fuels to domestic fuels has reached the level of USD 100 million. The perspectives of the wood energy depend mainly on two factors; the resources and the price of wood energy compared with other fuels. The situation in wood market influences both the possible quantities and the price. It is typical that the quickly growing cost of labour power in Estonia is greatly affecting the price of energy wood. Though the price level of fuel peat and wood chips is lower than the world market price today, the conditions for using biofuels could be more favourable, if higher environmental fees were introduced. In conjunction with increasing utilisation of biofuels it is important to evaluate possible emissions or removal of greenhouse gases from Estonian forests 3 refs.

  8. 75 FR 4836 - Renewal of Agency Information Collection for Tribal Energy Resource Agreements

    Science.gov (United States)

    2010-01-29

    ... ``Tribal Energy Resource Agreements (TERAs)'' to the Office of Management and Budget (OMB) for renewal... DEPARTMENT OF THE INTERIOR Bureau of Indian Affairs Renewal of Agency Information Collection for Tribal Energy Resource Agreements AGENCY: Bureau of Indian Affairs, Interior. ACTION: Notice of request...

  9. Exploring the challenges of energy and resources network governance

    International Nuclear Information System (INIS)

    Poocharoen, Ora-orn; Sovacool, Benjamin K.

    2012-01-01

    While a growing amount of literature has recently emerged describing network governance, less attention has been paid to evaluating the actual performance of networks. Our paper looks at the challenges facing network governance for natural resources (primarily logging and forestry) and energy (primarily renewable energy and energy efficiency) in Asia. The paper investigates what network governance is, and what types of challenges networks have to tackle. It then develops a qualitative analytical framework to evaluate the effectiveness of networks consisting of five criteria: (1) clarity of roles and objectives among members, (2) having strong, independent, continual sources of funding, (3) institutional formality (having a permanent secretariat, budget, full time staff, etc.), (4) efficacy (ability to accomplish its mission and goals at the least possible cost); and (5) level of interdependency among members. Finally, we apply this framework to four case studies: the Association of Southeast Asian Nations (ASEAN) Centre for Energy, Renewable Energy and Energy Efficiency Partnership (REEEP), ASEAN Regional Knowledge Network on Forests and Climate Change (FCC), and ASEAN Regional Knowledge Network on Forest Law Enforcement and Governance (FLEG). These cases illustrate effective (or ineffective) environmental and energy networks and the factors that are associated with network governance. - Highlights: ► This article evaluates four cases of energy and resources network governance. ► We assess these cases according to five criteria. ► We illustrate the effectiveness (and ineffectiveness) of these networks.

  10. Toward Cognitively Constrained Models of Language Processing: A Review

    Directory of Open Access Journals (Sweden)

    Margreet Vogelzang

    2017-09-01

    Full Text Available Language processing is not an isolated capacity, but is embedded in other aspects of our cognition. However, it is still largely unexplored to what extent and how language processing interacts with general cognitive resources. This question can be investigated with cognitively constrained computational models, which simulate the cognitive processes involved in language processing. The theoretical claims implemented in cognitive models interact with general architectural constraints such as memory limitations. This way, it generates new predictions that can be tested in experiments, thus generating new data that can give rise to new theoretical insights. This theory-model-experiment cycle is a promising method for investigating aspects of language processing that are difficult to investigate with more traditional experimental techniques. This review specifically examines the language processing models of Lewis and Vasishth (2005, Reitter et al. (2011, and Van Rij et al. (2010, all implemented in the cognitive architecture Adaptive Control of Thought—Rational (Anderson et al., 2004. These models are all limited by the assumptions about cognitive capacities provided by the cognitive architecture, but use different linguistic approaches. Because of this, their comparison provides insight into the extent to which assumptions about general cognitive resources influence concretely implemented models of linguistic competence. For example, the sheer speed and accuracy of human language processing is a current challenge in the field of cognitive modeling, as it does not seem to adhere to the same memory and processing capacities that have been found in other cognitive processes. Architecture-based cognitive models of language processing may be able to make explicit which language-specific resources are needed to acquire and process natural language. The review sheds light on cognitively constrained models of language processing from two angles: we

  11. Quantitative appraisal and potential analysis for primary biomass resources for energy utilization in China

    Energy Technology Data Exchange (ETDEWEB)

    Yanli, Yang; Peidong, Zhang; Yonghong, Zheng; Lisheng, Wang [Qingdao Institute of Bioenergy and Bioprocess Technology, Chinese Academy of science, Qingdao 266101 (China); Wenlong, Zhang; Yongsheng, Tian [Qingdao Institute of Bioenergy and Bioprocess Technology, Chinese Academy of science, Qingdao 266101 (China); Graduate University of Chinese Academy of Sciences, Beijing 100049 (China)

    2010-12-15

    As the largest agricultural country, China has abundant biomass resources, but the distribution is scattered and difficult to collect. It is essential to estimate the biomass resource and its potential for bioenergy utilization in China. In this study, the amount of main biomass resources for possible energy use and their energy utilization potential in China are analyzed based on statistical data. The results showed that the biomass resource for possible energy use amounted to 8.87 x 10{sup 8} tce in 2007 of which the crops straw is 1.42 x 10{sup 8} tce, the forest biomass is 2.85 x 10{sup 8} tce, the poultry and livestock manure is 4.40 x 10{sup 7} tce, the municipal solid waste is 1.35 x 10{sup 6} tce, and the organic waste water is 6.46 x 10{sup 6} tce. Through the information by thematic map, it is indicated that, except arctic-alpine areas and deserts, the biomass resource for possible energy use was presented a relatively average distribution in China, but large gap was existed in different regions in the concentration of biomass resources, with the characteristics of East dense and West sparse. It is indicated that the energy transformation efficiency of biomass compressing and shaping, biomass anaerobic fermentation and biomass gasification for heating have higher conversion efficiency. If all of the biomass resources for possible energy use are utilized by these three forms respectively, 7.66 x 10{sup 12} t of biomass briquettes fuel, 1.98 x 10{sup 12} m{sup 3} of low calorific value gas and 3.84 x 10{sup 11} m{sup 3} of biogas could be produced, 3.65 x 10{sup 8} t to 4.90 x 10{sup 8} t of coal consumption could be substituted, and 6.12 x 10{sup 8} t to 7.53 x 10{sup 8} t of CO{sub 2} emissions could be reduced. With the enormous energy utilization potential of biomass resources and the prominent benefit of energy saving and emission reduction, it proves an effective way to adjust the energy consumption structure, to alleviate the energy crisis, to ensure

  12. Energy - Resources, technologies and power issues

    International Nuclear Information System (INIS)

    Mazzucchi, Nicolas

    2017-01-01

    For a better understanding of complex relationships between States, enterprises and international bodies, the author proposes a detailed analysis of power issues which structure the energy sector at the world level. He first considers the energy policy of a country as a result of an arbitration between three main concerns (access to energy, energy security, and struggle against climate change) which are differently addressed depending on consumption and production profiles of the country, and on its geographic and political characteristics. The author then proposes a synthetic overview of this landscape by analysing the history of exploitation of different energy sources (oil, coal, gas, uranium) and by proposing a regional analysis of resources. In the next part, he addresses various aspects of energy transports (bottlenecks of sea transport, trans-national grids, geopolitical restructuring of pipelines in front of the development of new LNG terminals). Then, for different regions, he describes the various modes of energy consumption, and challenges related to the transformation of this consumption due to the emergence of renewable energies. He analyses and discusses international mechanisms which underlie energy markets, and power issues which govern them. He shows that nuclear and renewable energies in fact strengthen the dependence on strategic materials and on technological companies. A chapter proposes an analysis of relationships between three prevailing actors in the elaboration of energy policies (enterprises, State and civil society) with their reciprocal influences, moments of collaboration, and information exchange or withholding. The last chapter addresses the study of power rivalries in the elaboration of policies for the struggle against climate change, and proposes a critical review of international organisations which square them

  13. Energy efficient processing of natural resources; Energieeffiziente Verarbeitung natuerlicher Rohstoffe

    Energy Technology Data Exchange (ETDEWEB)

    Pehlken, Alexandra [Univ. Bremen (Germany). Projekt FU2; Hans, Carl [Bremer Institut fuer Produktion und Logistik GmbH BIBA, Bremen (Germany). Abt. Intelligente Informations- und Kommunikationsumgebungen fuer die kooperative Produktion im Forschungsbereich Informations- und Kommunikationstechnische Anwendungen; Thoben, Klaus-Dieter [Univ. Bremen (Germany). Inst. fuer integrierte Produktentwicklung; Bremer Institut fuer Produktion und Logistik GmbH BIBA, Bremen (Germany). Forschungsbereich Informations- und kommunikationstechnische Anwendungen; Austing, Bernhard [Fa. Austing, Damme (Germany)

    2012-10-15

    Energy efficiency is gaining high importance in production processes. High energy consumption is directly related to high costs. The processing of natural resources is resulting in additional energy input because of defined output quality demands. This paper discussed approaches and IT-solutions for the automatically adjustment of production processes to cope with varying input qualities. The intention is to achieve the lowest energy input into the process without quality restraints.

  14. How energy technology innovation affects transition of coal resource-based economy in China

    International Nuclear Information System (INIS)

    Guo, Pibin; Wang, Ting; Li, Dan; Zhou, Xijun

    2016-01-01

    The aim of this research paper is to investigate factors and mechanisms that may facilitate the transition from coal resource-based economy to sustainability. Based on the energy technology innovation theory, factors that may influence the transition of coal resource-based economy were categorized into four types, including: innovation policy, innovation input, innovation ability, and innovation organization. Hypotheses were proposed regarding the mechanisms of these factors. Data were collected from surveys administered to 314 Chinese energy firms, and a structural equation model (SEM) was employed to test the hypotheses. Ten of fifteen hypotheses were retained based on the reliability tests, validity tests, and SEM. The results show that the four proposed factors are crucial in transforming the coal resource-based economy, and the effects become statistically significant through three intermediate variables, namely, transition of energy consumption structure, correction of resource wealth investment, and improvement of transition environment. - Highlights: •Approximately, 66% of energy relies on coal in China. •Serious environment problems have occurred in many coal-based regions. •Energy technology innovation can promote the transition of coal-based economy. •China should accelerate the development of clean energy.

  15. Integrating Intelligent Electric Devices into Distributed Energy Resources in a Cloud-Based Environment

    DEFF Research Database (Denmark)

    Petersen, Bo Søborg; Winther, D.; Pedersen, Anders Bro

    2013-01-01

    Until now the main purpose of Distributed Energy Resources (DERs) has been to compliment the power plants. However, if DERs are to play a larger role in the power grid of the future, then improved communication and cooperation between these resources and the system operators is necessary. Coopera......Until now the main purpose of Distributed Energy Resources (DERs) has been to compliment the power plants. However, if DERs are to play a larger role in the power grid of the future, then improved communication and cooperation between these resources and the system operators is necessary...

  16. IMPROVING ENERGY EFFICIENCY AND REDUCING COSTS IN THE DRINKING WATER SUPPLY INDUSTRY: An ENERGY STAR Resource Guide for Energy and Plant Managers

    Energy Technology Data Exchange (ETDEWEB)

    Melody, Moya; Dunham Whitehead, Camilla; Brown, Richard

    2010-09-30

    As American drinking water agencies face higher production costs, demand, and energy prices, they seek opportunities to reduce costs without negatively affecting the quality of the water they deliver. This guide describes resources for cost-effectively improving the energy efficiency of U.S. public drinking water facilities. The guide (1) describes areas of opportunity for improving energy efficiency in drinking water facilities; (2) provides detailed descriptions of resources to consult for each area of opportunity; (3) offers supplementary suggestions and information for the area; and (4) presents illustrative case studies, including analysis of cost-effectiveness.

  17. Exploration of Resource and Transmission Expansion Decisions in the Western Renewable Energy Zone Initiative

    Energy Technology Data Exchange (ETDEWEB)

    Mills, Andrew; Phadke, Amol; Wiser, Ryan

    2010-02-16

    Building transmission to reach renewable energy (RE) goals requires coordination among renewable developers, utilities and transmission owners, resource and transmission planners, state and federal regulators, and environmental organizations. The Western Renewable Energy Zone (WREZ) initiative brings together a diverse set of voices to develop data, tools, and a unique forum for coordinating transmission expansion in the Western Interconnection. In this report we use a new tool developed in the WREZ initiative to evaluate possible renewable resource selection and transmission expansion decisions. We evaluate these decisions under a number of alternative future scenarios centered on meeting 33% of the annual load in the Western Interconnection with new renewable resources located within WREZ-identified resource hubs. Of the renewable resources in WREZ resource hubs, and under the assumptions described in this report, our analysis finds that wind energy is the largest source of renewable energy procured to meet the 33% RE target across nearly all scenarios analyzed (38-65%). Solar energy is almost always the second largest source (14-41%). Solar exceeds wind by a small margin only when solar thermal energy is assumed to experience cost reductions relative to all other technologies. Biomass, geothermal, and hydropower are found to represent a smaller portion of the selected resources, largely due to the limited resource quantity of these resources identified within the WREZ-identified hubs (16-23% combined). We find several load zones where wind energy is the least cost resource under a wide range of sensitivity scenarios. Load zones in the Southwest, on the other hand, are found to switch between wind and solar, and therefore to vary transmission expansion decisions, depending on uncertainties and policies that affect the relative economics of each renewable option. Uncertainties and policies that impact bus-bar costs are the most important to evaluate carefully, but

  18. Assessment of Kinetic Tidal Energy Resources Using SELFE

    OpenAIRE

    Manasa Ranjan Behera; Pavel Tkalich

    2014-01-01

    An investigation is carried out to study the theoretical tidal stream energy resource in the Singapore Strait to support the search for renewable energy in the effort to reduce the carbon footprints in the Southeast Asia. The tidal hydrodynamics in the Singapore Strait has been simulated using a Semi-implicit Eulerian-Lagrangian Finite-Element (SELFE) model solving the 3D shallow water equations with Boussinesq approximations. Potential sites, with high tidal current (2.5 m/s) and suitable fo...

  19. World nonrenewable conventional energy resources as of December 31, 1982

    International Nuclear Information System (INIS)

    Parent, J.D.

    1984-01-01

    Energy analysts present year-end 1982 estimates for world proved reserves, remaining recoverable resources, annual production rates, and cumulative production of the non-renewable convectional energy resources: coal, natural gas, crude oil, natural gas liquids, bitumens, shale oil, and uranium oxide. Life indices for world fossil fuels are also given for several annual growth rates. The world's proved and currently recoverable natural gas reserves amount to 2649-3250 trillion CF; the estimated total remaining recoverable is 6693-7462 TCF. In 1982, 54 TCF of gas was produced for a cumulative production of 1320 TCF (not counting vented or flared gas)

  20. Interactive energy atlas for Colorado and New Mexico: an online resource for decisionmakers and the public

    Science.gov (United States)

    Carr, N.B.; Babel, N.; Diffendorfer, J.; Ignizio, D.; Hawkins, S.; Latysh, N.; Leib, K.; Linard, J.; Matherne, A.

    2012-01-01

    Throughout the western United States, increased demand for energy is driving the rapid development of oil, gas (including shale gas and coal-bed methane), and uranium, as well as renewable energy resources such as geothermal, solar, and wind. Much of the development in the West is occurring on public lands, including those under Federal and State jurisdictions. In Colorado and New Mexico, these public lands make up about 40 percent of the land area. Both states benefit from the revenue generated by energy production, but resource managers and other decisionmakers must balance the benefits of energy development with the potential consequences for ecosystems, recreation, and other resources. Although a substantial amount of geospatial data on existing energy development and energy potential is available, much of this information is not readily accessible to natural resource decisionmakers, policymakers, or the public. Furthermore, the data often exist in varied formats, requiring considerable processing before these datasets can be used to evaluate tradeoffs among resources, compare development alternatives, or quantify cumulative impacts. To allow for a comprehensive evaluation among different energy types, an interdisciplinary team of U.S. Geological Survey (USGS) scientists has developed an online Interactive Energy Atlas for Colorado and New Mexico. The Energy and Environment in the Rocky Mountain Area (EERMA) interdisciplinary team includes investigators from several USGS science centers1. The purpose of the EERMA Interactive Energy Atlas is to facilitate access to geospatial data related to energy resources, energy infrastructure, and natural resources that may be affected by energy development. The Atlas is designed to meet the needs of various users, including GIS analysts, resource managers, policymakers, and the public, who seek information about energy in the western United States. Currently, the Atlas has two primary capabilities, a GIS data viewer and an

  1. Energy efficiency measures in China: A three-stage DEA analysis

    Science.gov (United States)

    Cai, Yu; Xiong, Siqin; Ma, Xiaoming

    2017-04-01

    This paper measures energy efficiency of 30 regions in China during 2010-2014 by using the three-stage data envelopment analysis (DEA) model. The results indict that environmental factors and random error both have significant impacts on energy efficiency. After eliminating these influences, the results present that the energy efficiency in developed regions is almost higher than that in undeveloped or resource-rich regions and low scale technical efficiency is the main constraining factor in inefficient regions. Based on the efficiency characteristics, this paper divides all regions into four types and provide differential energy strategies.

  2. Electromagnetic energy applications in lunar resource mining and construction

    International Nuclear Information System (INIS)

    Lindroth, D.P.; Podnieks, E.R.

    1988-01-01

    Past work during the Apollo Program and current efforts to determine extraterrestrial mining technology requirements have led to the exploration of various methods applicable to lunar or planetary resource mining and processing. The use of electromagnetic energy sources is explored and demonstrated using laboratory methods to establish a proof of concept for application to lunar mining, construction, and resource extraction. Experimental results of using laser, microwave, and solar energy to fragment or melt terrestrial basal under atmospheric and vacuum conditions are presented. Successful thermal stress fragmentation of dense igneous rock was demonstrated by all three electromagnetic energy sources. The results show that a vacuum environment has no adverse effects on fragmentation by induced thermal stresses. The vacuum environment has a positive effect for rock disintegration by melting, cutting, or penetration applications due to release of volatiles that assist in melt ejection. Consolidation and melting of basaltic fines are also demonstrated by these methods

  3. Optimum selection of an energy resource using fuzzy logic

    International Nuclear Information System (INIS)

    Abouelnaga, Ayah E.; Metwally, Abdelmohsen; Nagy, Mohammad E.; Agamy, Saeed

    2009-01-01

    Optimum selection of an energy resource is a vital issue in developed countries. Considering energy resources as alternatives (nuclear, hydroelectric, gas/oil, and solar) and factors upon which the proper decision will be taken as attributes (economics, availability, environmental impact, and proliferation), one can use the multi-attribute utility theory (MAUT) to optimize the selection process. Recently, fuzzy logic is extensively applied to the MAUT as it expresses the linguistic appraisal for all attributes in wide and reliable manners. The rise in oil prices and the increased concern about environmental protection from CO 2 emissions have promoted the attention to the use of nuclear power as a viable energy source for power generation. For Egypt, as a case study, the nuclear option is found to be an appropriate choice. Following the introduction of innovative designs of nuclear power plants, improvements in the proliferation resistance, environmental impacts, and economics will enhance the selection of the nuclear option.

  4. Energy resource allocation using multi-objective goal programming: the case of Lebanon

    International Nuclear Information System (INIS)

    Mezher, T.; Chedid, R.; Zahabi, W.

    1998-01-01

    The traditional energy-resources allocation problem is concerned with the allocation of limited resources among the end-uses such that the overall return is maximized. In the past, several techniques have been used to deal with such a problem. In this paper, the energy allocation process is looked at from two points of view: economy and environment. The economic objectives include costs, efficiency, energy conservation, and employment generation. The environmental objectives consider environmental friendliness factors. The objective functions are first quantified and then transformed into mathematical language to obtain a multi-objective allocation model based upon pre-emptive goal programming techniques. The proposed method allows decision-makers to encourage or discourage specific energy resources for the various household end-uses. The case of Lebanon is examined to illustrate the usefulness of the proposed technique. (Copyright (c) 1998 Elsevier Science B.V., Amsterdam. All rights reserved.)

  5. A GLOBAL ASSESSMENT OF SOLAR ENERGY RESOURCES: NASA's Prediction of Worldwide Energy Resources (POWER) Project

    Science.gov (United States)

    Zhang, T.; Stackhouse, P. W., Jr.; Chandler, W.; Hoell, J. M.; Westberg, D.; Whitlock, C. H.

    2010-12-01

    NASA's POWER project, or the Prediction of the Worldwide Energy Resources project, synthesizes and analyzes data on a global scale. The products of the project find valuable applications in the solar and wind energy sectors of the renewable energy industries. The primary source data for the POWER project are NASA's World Climate Research Project (WCRP)/Global Energy and Water cycle Experiment (GEWEX) Surface Radiation Budget (SRB) project (Release 3.0) and the Global Modeling and Assimilation Office (GMAO) Goddard Earth Observing System (GEOS) assimilation model (V 4.0.3). Users of the POWER products access the data through NASA's Surface meteorology and Solar Energy (SSE, Version 6.0) website (http://power.larc.nasa.gov). Over 200 parameters are available to the users. The spatial resolution is 1 degree by 1 degree now and will be finer later. The data covers from July 1983 to December 2007, a time-span of 24.5 years, and are provided as 3-hourly, daily and monthly means. As of now, there have been over 18 million web hits and over 4 million data file downloads. The POWER products have been systematically validated against ground-based measurements, and in particular, data from the Baseline Surface Radiation Network (BSRN) archive, and also against the National Solar Radiation Data Base (NSRDB). Parameters such as minimum, maximum, daily mean temperature and dew points, relative humidity and surface pressure are validated against the National Climate Data Center (NCDC) data. SSE feeds data directly into Decision Support Systems including RETScreen International clean energy project analysis software that is written in 36 languages and has greater than 260,000 users worldwide.

  6. Marginalization of end-use technologies in energy innovation for climate protection

    Science.gov (United States)

    Wilson, Charlie; Grubler, Arnulf; Gallagher, Kelly S.; Nemet, Gregory F.

    2012-11-01

    Mitigating climate change requires directed innovation efforts to develop and deploy energy technologies. Innovation activities are directed towards the outcome of climate protection by public institutions, policies and resources that in turn shape market behaviour. We analyse diverse indicators of activity throughout the innovation system to assess these efforts. We find efficient end-use technologies contribute large potential emission reductions and provide higher social returns on investment than energy-supply technologies. Yet public institutions, policies and financial resources pervasively privilege energy-supply technologies. Directed innovation efforts are strikingly misaligned with the needs of an emissions-constrained world. Significantly greater effort is needed to develop the full potential of efficient end-use technologies.

  7. Future petroleum energy resources of the world

    Science.gov (United States)

    Ahlbrandt, T.S.

    2002-01-01

    and gas endowment estimates. Whereas petroleum resources in the world appear to be significant, certain countries such as the United States may run into import deficits, particularly oil imports from Mexico and natural gas from both Canada and Mexico. The new assessment has been used as the reference supply case in energy supply models by the International Energy Agency and the Energy Information Agency of the Department of Energy. Climate energy modeling groups such as those at Stanford University, Massachusetts Institute of Technology, and others have also used USGS estimates in global climate models. Many of these models using the USGS estimates converge on potential oil shortfalls in 2036-2040. However, recent articles using the USGS (2000) estimates suggest peaking of oil in 2020-2035 and peaking of non-OPEC (Organization of Petroleum-Exporting Countries) oil in 2015-2020. Such a short time framework places greater emphasis on a transition to increased use of natural gas; i.e., a methane economy. Natural gas in turn may experience similar supply concerns in the 2050-2060 time frame according to some authors. Coal resources are considerable and provide significant petroleum potential either by extracting natural gas from them, by directly converting them into petroleum products, or by utilizing them to generate electricity, thereby reducing natural gas and oil requirements by fuel substitution. Non-conventional oil and gas are quite common in petroleum provinces of the world and represent a significant resources yet to be fully studied and developed. Seventeen non-conventional AU including coal-bed methane, basin-center gas, continuous oil, and gas hydrate occurrences have been preliminarily identified for future assessment. Initial efforts to assess heavy oil deposits and other non-conventional oil and gas deposits also are under way.

  8. A study on the role of nuclear energy in overcoming environment and resource crisis -For the establishment of sustainable energy policy-

    International Nuclear Information System (INIS)

    Han, Pil Soon; Choi, Yung Myung; Ham, Chul Hoon; Cho, Il Hoon; Jung, Heum Soo; Lee, Tae Joon; Lee, Duk Sun

    1995-04-01

    This study is mainly composed of the analyses of the current circumstances and the future views on the global warming and the exhaustion of energy resources related to the use of energy, and the suggestion on the role of nuclear energy as the most prospective countermeasure on energy crisis. The effects of the problems of global warming and energy crisis on the 21st century are look upon and the strategies of each countries to their crises are analyzed in this study. In energy source and the characteristics of nuclear energy resource, and the necessity of the sustainable development of nuclear energy was emphasized. We suggested the enlargement of the development of nuclear energy in the aspects of the international trends, the national economic options and the deficiency of energy resources, and proposed the detail of the short - and long - term strategies on these matters. 22 figs, 39 tabs, 45 refs. (Author)

  9. State and Local Initiatives: Your Bridge to Renewable Energy and Energy Efficiency Resources (Brochure)

    International Nuclear Information System (INIS)

    Epstein, K.

    2001-01-01

    A brochure for local and state policymakers, informing them about the State and Local Initiatives team at the National Renewable Energy Laboratory. The brochure outlines the benefits of using renewables and energy efficiency, the benefits of using the State and Local Initiatives team as a liaison to the wealth of information at NREL, and some of the services and resources available

  10. Thorium Energy Resources and its Potential of Georgian Republic, The Caucasus

    Science.gov (United States)

    Gogoladze, Salome; Okrostsvaridze, Avtandil

    2017-04-01

    Energy resources, currently consumed by modern civilization, are represented by hydrocarbons - 78-80 %, however these reserves are exhausting. In light of these challenges, search of new energy resources is vital importance problem for the modern civilization. Based on the analysis of existing energy reserves and potential, as the main energy resources for the future of our civilization, the renewable and nuclear energy should be considered. However, thorium has a number of advantages compared to Uranium (Kazimi, 2003; et al.): It is concentrated in the earth crust 4-5 times more than uranium; extraction and enrichment of thorium is much cheaper than uranium's; It is less radioactive; complete destruction of its waste products is possible; thorium yields much more energy than uranium. Because of unique properties and currently existed difficult energetic situation thorium is considered as the main green energy resource in the 3rd millennium of the human civilization (Martin, 2009). Georgia republic, which is situated in the central part of Caucasus, poor of hydrocarbons, but has a thorium resource important potential. In general the Caucasus represents a collisional orogen, that formed along the Eurasian North continental margin and extends over 1200 km from Caspian to Black Sea. Three major units are distinguished in its construction: the Greater and Lesser Caucasian mobile belts and the Transcaucasus microplate. Currently it represents the Tethyan segment connecting the Mediterranean and Iran-Himalayan orogenic belts, between the Gondvana-derived Arabian plate and East European platform. Now in Georgian Republic are marked thorium four ore occurrences (Okrostsvaridze, 2014): 1- in the Sothern slope of the Greater Caucasus, in the quartz -plagioclases veins (Th concentrations vary between 51g/t - 3882 g/t); 2- in the Transcaucasus Dzirula massif hydrothermally altered rocks of the Precambrian quartz-diorite gneisses (Th concentrations vary between 117 g/t -266 g

  11. EU's forest fuel resources, energy technology market and international bioenergy trade

    International Nuclear Information System (INIS)

    Asikainen, A.; Laitila, J.; Parikka, H.

    2006-01-01

    The aim of the project is to provide for the Finnish bioenergy technology, machine and appliance manufactures information about forest fuel resources in the EU and international bioenergy trade mechanisms. The projects results act as an instrument for market potential assessments and provide information to the local energy producer about biomass as an energy source. The possibilities to use forest chips in CHP and heating plants will be investigated in the case studies. Total number of case studies will be 3-4, and they will mainly be located in Eastern Europe, where also large forest resources and utilisation potential are found. Case studies include three main tasks: 1) Assessment of forest fuel resources around the CHP or heating plant. 2) Forest fuel procurement cost study and 3) Study on the economics forest fuel based energy production. The project will be carried out as cooperation between Finnish research institutes and companies, and local actors. First case study was carried out at Poland. (orig.)

  12. Renewable energy and resource curse on the possible consequences of solar energy in North Africa

    NARCIS (Netherlands)

    Bae, Yuh Jin

    2013-01-01

    The main aim of this thesis is to project whether the five North African countries (Algeria, Egypt, Libya, Morocco, and Tunisa) have the potentials to suffer from a solar energy curse. Under the assumption that a solar energy curse will be similar to the current resource curse, the combination of

  13. Bulgarian geothermal energy resources - state and perspective

    Energy Technology Data Exchange (ETDEWEB)

    Gramatikov, P S [Faculty of Natural Sciences and Mathematics, Dept. of Physical Engineering, South West Univ. ` Neofit Rilsky` , Blagoevgrad (Bulgaria)

    1997-12-01

    As special attention is paid to geothermal energy because the geothermal sources are distributed all over the territory of Bulgaria. Governmental incentives for initiating national action programs for energy efficiency, new renewable sources and the environment as well as educational activities are particularly important. The energy sector, as any other sector of the national economy, is currently undergoing considerable changes on its way to market relations, primarily connected to determining the role of the state as well as the form of ownership. The state energy policy is based on a long - term energy strategy complying with the natural conditions of the country, the expected macro - economic development, the geopolitical situation and regional development of energy cooperation with neighboring and closely situated countries. Limited reserves of fossil fuels, increased local and global environmental risks and recent technological achievements have straightened the global importance of renewable sources of thermal and electric energy. This is even more relevant for Bulgaria with small fossil fuel reserves (lignite) to be nearly exhausted and the environment notably polluted. Concerning local renewable sources of thermal energy and electricity, it is necessary to re-estimate their strategic role, to complete the input data for the resources, also to establish national programs supported by research and educational activities and international cooperation. (orig./AKF)

  14. A Detailed Assessment of the Wave Energy Resource at the Atlantic Marine Energy Test Site

    Directory of Open Access Journals (Sweden)

    Reduan Atan

    2016-11-01

    Full Text Available Wave characteristic assessments of wave energy test sites provide a greater understanding of prevailing wave conditions and are therefore extremely important to both wave energy test site operators and clients as they can inform wave energy converter design, optimisation, deployment, operation and maintenance. This research presents an assessment of the wave resource at the Atlantic Marine Energy Test Site (AMETS on the west coast of Ireland based on 12-years of modelled data from January 2004 to December 2015. The primary aim is to provide an assessment of annual and seasonal wave characteristics and resource variability at the two deployment berths which comprise the site. A nested model has been developed using Simulating WAves Nearshore (SWAN to replicate wave propagations from regional to local scale with a 0.05° resolution model covering the northeast Atlantic and a 0.0027° resolution model covering AMETS. The coarse and fine models have been extensively validated against available measured data within Irish waters. 12-year model outputs from the high resolution model were analysed to determine mean and maximum conditions and operational, high and extreme event conditions for significant wave height, energy period and power. Annual and seasonal analyses are presented. The 12-year annual mean P were 68 kW/m at Berth A (BA and 57 kW/m at Berth B (BB. The resource shows strong seasonal and annual variations and the winter mean power levels were found to be strongly correlated with the North Atlantic Oscillation (NAO.

  15. Wind resource assessment and wind energy system cost analysis: Fort Huachuca, Arizona

    Energy Technology Data Exchange (ETDEWEB)

    Olsen, T.L. [Tim Olsen Consulting, Denver, CO (United States); McKenna, E. [National Renewable Energy Lab., Golden, CO (United States)

    1997-12-01

    The objective of this joint DOE and National Renewable Energy Laboratory (NREL) Strategic Environmental Research and Development Program (SERDP) project is to determine whether wind turbines can reduce costs by providing power to US military facilities in high wind areas. In support of this objective, one year of data on the wind resources at several Fort Huachuca sites was collected. The wind resource data were analyzed and used as input to an economic study for a wind energy installation at Fort Huachuca. The results of this wind energy feasibility study are presented in the report.

  16. Energy resource management under the influence of the weekend transition considering an intensive use of electric vehicles

    DEFF Research Database (Denmark)

    Sousa, T.; Morais, Hugo; Pinto, T.

    2015-01-01

    Energy resource scheduling is becoming increasingly important, as the use of distributed resources is intensified and of massive electric vehicle is envisaged. The present paper proposes a methodology for day-ahead energy resource scheduling for smart grids considering the intensive use of distri......Energy resource scheduling is becoming increasingly important, as the use of distributed resources is intensified and of massive electric vehicle is envisaged. The present paper proposes a methodology for day-ahead energy resource scheduling for smart grids considering the intensive use...... of distributed generation and Vehicle-to-Grid (V2G). This method considers that the energy resources are managed by a Virtual Power Player (VPP) which established contracts with their owners. It takes into account these contracts, the users' requirements subjected to the VPP, and several discharge price steps...

  17. Native American Technical Assistance and Training for Renewable Energy Resource Development and Electrical Generation Facilities Management

    Energy Technology Data Exchange (ETDEWEB)

    A. David Lester

    2008-10-17

    The Council of Energy Resource Tribes (CERT) will facilitate technical expertise and training of Native Americans in renewable energy resource development for electrical generation facilities, and distributed generation options contributing to feasibility studies, strategic planning and visioning. CERT will also provide information to Tribes on energy efficiency and energy management techniques.This project will provide facilitation and coordination of expertise from government agencies and private industries to interact with Native Americans in ways that will result in renewable energy resource development, energy efficiency program development, and electrical generation facilities management by Tribal entities. The intent of this cooperative agreement is to help build capacity within the Tribes to manage these important resources.

  18. Utilization of bio-resources by low energy electron beam

    International Nuclear Information System (INIS)

    Kume, Tamikazu

    2003-01-01

    Utilization of bio-resources by radiation has been investigated for recycling the natural resources and reducing the environmental pollution. Polysaccharides such as chitosan and sodium alginate were easily degraded by irradiation and induced various kinds of biological activities, i.g. anti-microbial activity, promotion of plant growth, suppression of heavy metal stress, phytoalexins induction. Radiation degraded chitosan was effective to enhance the growth of plants in tissue culture. It was demonstrated that the liquid sample irradiation system using low energy EB was effective for the preparation of degraded polysaccharides. Methylcellulose (MC) can be crosslinked under certain radiation condition as same as carboxymethylcellulose (CMC) and produced the biodegradable hydrogel for medical and agricultural use. Treatment of soybean seeds by low energy EB enhanced the growth and the number of rhizobia on the root. (author)

  19. 77 FR 41481 - Integration of Variable Energy Resources

    Science.gov (United States)

    2012-07-13

    ... point to the importance of the Proposed Rule in removing market barriers to VER integration. NextEra... Commission's initiative to remove market and operational barriers to VERs integration and eliminate undue... Commission 18 CFR Part 35 Integration of Variable Energy Resources; Final Rule #0;#0;Federal Register / Vol...

  20. Software Defined Resource Orchestration System for Multitask Application in Heterogeneous Mobile Cloud Computing

    Directory of Open Access Journals (Sweden)

    Qi Qi

    2016-01-01

    Full Text Available The mobile cloud computing (MCC that combines mobile computing and cloud concept takes wireless access network as the transmission medium and uses mobile devices as the client. When offloading the complicated multitask application to the MCC environment, each task executes individually in terms of its own computation, storage, and bandwidth requirement. Due to user’s mobility, the provided resources contain different performance metrics that may affect the destination choice. Nevertheless, these heterogeneous MCC resources lack integrated management and can hardly cooperate with each other. Thus, how to choose the appropriate offload destination and orchestrate the resources for multitask is a challenge problem. This paper realizes a programming resource provision for heterogeneous energy-constrained computing environments, where a software defined controller is responsible for resource orchestration, offload, and migration. The resource orchestration is formulated as multiobjective optimal problem that contains the metrics of energy consumption, cost, and availability. Finally, a particle swarm algorithm is used to obtain the approximate optimal solutions. Simulation results show that the solutions for all of our studied cases almost can hit Pareto optimum and surpass the comparative algorithm in approximation, coverage, and execution time.

  1. Water Resources Management for Shale Energy Development

    Science.gov (United States)

    Yoxtheimer, D.

    2015-12-01

    The increase in the exploration and extraction of hydrocarbons, especially natural gas, from shale formations has been facilitated by advents in horizontal drilling and hydraulic fracturing technologies. Shale energy resources are very promising as an abundant energy source, though environmental challenges exist with their development, including potential adverse impacts to water quality. The well drilling and construction process itself has the potential to impact groundwater quality, however if proper protocols are followed and well integrity is established then impacts such as methane migration or drilling fluids releases can be minimized. Once a shale well has been drilled and hydraulically fractured, approximately 10-50% of the volume of injected fluids (flowback fluids) may flow out of the well initially with continued generation of fluids (produced fluids) throughout the well's productive life. Produced fluid TDS concentrations often exceed 200,000 mg/L, with elevated levels of strontium (Sr), bromide (Br), sodium (Na), calcium (Ca), barium (Ba), chloride (Cl), radionuclides originating from the shale formation as well as fracturing additives. Storing, managing and properly disposisng of these fluids is critical to ensure water resources are not impacted by unintended releases. The most recent data in Pennsylvania suggests an estimated 85% of the produced fluids were being recycled for hydraulic fracturing operations, while many other states reuse less than 50% of these fluids and rely moreso on underground injection wells for disposal. Over the last few years there has been a shift to reuse more produced fluids during well fracturing operations in shale plays around the U.S., which has a combination of economic, regulatory, environmental, and technological drivers. The reuse of water is cost-competitive with sourcing of fresh water and disposal of flowback, especially when considering the costs of advanced treatment to or disposal well injection and lessens

  2. NV energy electricity storage valuation :

    Energy Technology Data Exchange (ETDEWEB)

    Ellison, James F.; Bhatnagar, Dhruv; Samaan, Nader; Jin, Chunlian

    2013-06-01

    This study examines how grid-level electricity storage may benefit the operations of NV Energy, and assesses whether those benefits are likely to justify the cost of the storage system. To determine the impact of grid-level storage, an hourly production cost model of the Nevada Balancing Authority ("BA") as projected for 2020 was created. Storage was found to add value primarily through the provision of regulating reserve. Certain storage resources were found likely to be cost-effective even without considering their capacity value, as long as their effectiveness in providing regulating reserve was taken into account. Giving fast resources credit for their ability to provide regulating reserve is reasonable, given the adoption of FERC Order 755 ("Pay-for-performance"). Using a traditional five-minute test to determine how much a resource can contribute to regulating reserve does not adequately value fast-ramping resources, as the regulating reserve these resources can provide is constrained by their installed capacity. While an approximation was made to consider the additional value provided by a fast-ramping resource, a more precise valuation requires an alternate regulating reserve methodology. Developing and modeling a new regulating reserve methodology for NV Energy was beyond the scope of this study, as was assessing the incremental value of distributed storage.

  3. Local electricity market design for the coordination of distributed energy resources at district level

    NARCIS (Netherlands)

    Ampatzis, M.; Nguyen, P.H.; Kling, W.L.

    2014-01-01

    The increasing penetration of distributed energy resources at the distribution grid level creates concerns about their successful integration in the existing electric grid, designed for centralized generation by large power plants. Failure to the proper integration of distributed energy resources

  4. Survey of energy resources: focus on shale gas

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2010-09-15

    The energy sector around the world is undergoing major changes resulting from increasing competitive pressures and concerns about costs, security of supply and the environment. At the same time, 1.6 billion people, almost a quarter of the world population, do not have access to commercial energy and the need for energy infrastructure investment is huge. The energy challenges are not the same in all regions. While rapidly burgeoning economies in the developing world are focusing on expanding energy access to support their economic growth and provide basic energy services to their citizens, industrialised countries are focusing on securing energy supplies in a competitive environment and in a publicly and environmentally acceptable way. In recent years, shale gas has been making headlines as a potential solution for many of the energy-related challenges, in particular in the United States. A number of studies on shale gas have been conducted, the majority focusing on the assessment of the resource base and the role of emerging technologies, which can significantly increase the current reserve estimates.

  5. Assessment of Kinetic Tidal Energy Resources Using SELFE

    Directory of Open Access Journals (Sweden)

    Manasa Ranjan Behera

    2014-09-01

    Full Text Available An investigation is carried out to study the theoretical tidal stream energy resource in the Singapore Strait to support the search for renewable energy in the effort to reduce the carbon footprints in the Southeast Asia. The tidal hydrodynamics in the Singapore Strait has been simulated using a Semi-implicit Eulerian-Lagrangian Finite-Element (SELFE model solving the 3D shallow water equations with Boussinesq approximations. Potential sites, with high tidal current (2.5 m/s and suitable for Tidal Energy Converter (TEC array installation to generate sustainable energy, have been identified. Further, various operational factors for installation of Tidal Energy Converters are considered before computing the theoretical power output for a typical TEC array. An approximate estimation of the possible theoretical power extraction from a TEC array shows an energy potential of up to 4.36% of the total energy demand of Singapore in 2011. Thus, the study suggests a detailed investigation of potential sites to quantify the total tidal stream energy potential in the Singapore Strait.

  6. Assessment of the human resources infrastructure for nuclear energy program in Macedonia

    International Nuclear Information System (INIS)

    Chaushevski, A.; Spasevska, H.; Nikolova-Poceva, S.; Popov, P.

    2015-01-01

    Macedonia is a country with no nuclear power and research reactors. The nuclear application is currently only in the medical industry, agriculture and food industry, accompanied by radiation measuring and protection activities in these sectors. On the other side the energy needs have been increasing in the last ten years, which resulted in electrical energy import of about 20–30% (around 3000 GWh). Nuclear power is one of the options for satisfying energy needs in the next 50 years. One of the crucial problems in nuclear energy implementation are human resources needs and educational infrastructure development in this field. No matter what will be the future energy scenario in the Republic of Macedonia, the nuclear educational program is the first step to have HR in the field of nuclear energy. This paper presents the proposed direction for having HR in nuclear energy program in a small country such as the Republic of Macedonia. Taking into account the existing national education program related to nuclear topics and in particular to nuclear power, and following the guidance and recommendations from the international nuclear educational programs at the IAEA, EHRO and others, the planning of the educational nuclear programs and human resources development in the Republic of Macedonia has been carried out. This includes the enhancing the capabilities of the national regulatory body in the Republic of Macedonia. (authors) Keywords: NEP (Nuclear Energy Program), HR (Human Resources), NEPIO (Nuclear Energy Program Implementation Organization), NRB (Nuclear Regulatory Body), NPP

  7. Controlled elastic postbuckling of bilaterally constrained non-prismatic columns: application to enhanced quasi-static energy harvesters

    Science.gov (United States)

    Liu, Suihan; Burgueño, Rigoberto

    2016-12-01

    Axially compressed bilaterally constrained columns, which can attain multiple snap-through buckling events in their elastic postbuckling response, can be used as energy concentrators and mechanical triggers to transform external quasi-static displacement input to local high-rate motions and excite vibration-based piezoelectric transducers for energy harvesting devices. However, the buckling location with highest kinetic energy release along the element, and where piezoelectric oscillators should be optimally placed, cannot be controlled or isolated due to the changing buckling configurations. This paper proposes the concept of stiffness variations along the column to gain control of the buckling location for optimal placement of piezoelectric transducers. Prototyped non-prismatic columns with piece-wise varying thickness were fabricated through 3D printing for experimental characterization and numerical simulations were conducted using the finite element method. A simple theoretical model was also developed based on the stationary potential energy principle for predicting the critical line contact segment that triggers snap-through events and the buckling morphologies as compression proceeds. Results confirm that non-prismatic column designs allow control of the buckling location in the elastic postbuckling regime. Compared to prismatic columns, non-prismatic designs can attain a concentrated kinetic energy release spot and a higher number of snap-buckling mode transitions under the same global strain. The direct relation between the column’s dynamic response and the output voltage from piezoelectric oscillator transducers allows the tailorable postbuckling response of non-prismatic columns to be used as multi-stable energy concentrators with enhanced performance in micro-energy harvesters.

  8. Resources and Energy Management: the case of the Agropoli Urban Plan

    Directory of Open Access Journals (Sweden)

    Francesco Domenico Moccia

    2013-07-01

    Full Text Available The theme of the resources management, of the energy-environment retrofitting framed in strategies to mitigate and adapt to climate change, aimed at energy saving, energy generating from alternative sources, metabolism and natural resources is one of the central topics the City Urban Planning of the City of Agropoli, currently approved by Resolution of the City Council no. 110 of 18.04.2013.The plan is part of the wider system of actions taken by the Municipality to achieve the objectives on the environment posed by the European Union with the Directive " EP seals climate change package 20-20-20". In particular the planning tool provides a series of actions aimed at containing the uses energy through measures to rationalize, do not waste and reduce the use of non-renewable resources, by promoting "best practices" from the management of public assets, the use of innovative technologies in all sectors and activities; the diffusion of renewable energy production, with care to avoid impacts and interference with the historical landscape, including the promotion of programs and interventions of public management. The different strategic projects will take care of specific actions also for the experimental use of innovative technologies.The article proposes, within the framework of strategies and actions at the European level for small municipalities, the example of the City of Agropoli drawing conclusions and reflections on the theme of energy saving relative to the housing stock.

  9. Security aspects of "Geoenergeia" and the significance of energy resources management in international politics

    OpenAIRE

    VIDAKIS, Ioannis; BALTOS, Georgios

    2015-01-01

    This paper builds on the tools of geopolitics and geo-economics for analyzing energy resource networks and energy security. To prioritize the role that energy resources play in the interpretation of and decision making in international politics, it proposes the introduction of the Greek language-inspired term "geoenergeia" and a derivative methodology. Unprecedented fluctuations in fuel prices during recent decades and intensifying turmoil in the energy market are all indisputable phenomena t...

  10. Energy from the west: energy resource development systems report. Volume IV: uranium. Final report, 1975-1978

    International Nuclear Information System (INIS)

    White, I.L.; Chartock, M.A.; Leonard, R.L.; Ballard, S.C.; Gilliland, M.

    1979-01-01

    This report describes the technologies likely to be used for development of uranium resources in eight western states (Arizona, Colorado, Montana, New Mexico, North Dakota, South Dakota, Utah, and Wyoming). It provides information on input materials and labor requirements, outputs, residuals, energy requirements, economic costs, and resource specific state and federal laws and regulations

  11. Projected wood energy impact on US forest wood resources

    Energy Technology Data Exchange (ETDEWEB)

    Skog, K.E. [USDA Forest Service, Madison, WI (United States)

    1993-12-31

    The USDA Forest Service has developed long-term projections of wood energy use as part of a 1993 assessment of demand for and supply of resources from forest and range lands in the United States. To assess the impact of wood energy demand on timber resources, a market equilibrium model based on linear programming was developed to project residential, industrial, commercial, and utility wood energy use from various wood energy sources: roundwood from various land sources, primary wood products mill residue, other wood residue, and black liquor. Baseline projections are driven by projected price of fossil fuels compared to price of wood fuels and the projected increase in total energy use in various end uses. Wood energy use is projected to increase from 2.67 quad in 1986 to 3.5 quad in 2030 and 3.7 quad in 2040. This is less than the DOE National Energy Strategy projection of 5.5 quad in 2030. Wood energy from forest sources (roundwood) is projected to increase from 3.1 billion (10{sup 9}) ft{sup 3} in 1986 to 4.4. billion ft{sup 3} in 2030 and 4.8 billion ft{sup 3} in 2040 (88, 124 and 136 million m{sup 3}, respectively). This rate of increase of roundwood use for fuel -- 0.8 percent per year -- is virtually the same as the projected increase rate for roundwood for pulpwood. Pulpwood roundwood is projected to increase from 4.2 billion ft{sup 3} in 1986 to 6.0 billion ft{sup 3} in 2030 and 6.4 billion ft{sup 3} in 2040 (119, 170 and 183 million m{sup 3}, respectively).

  12. Reflections on energy issues in China

    International Nuclear Information System (INIS)

    Jiang Zemin

    2008-01-01

    Energy, which has a bearing on both economic and national security, is of importance and a major constraining factor to the economic and social development of China. The article analyses the current world energy status and development trend from the perspectives of resources, production and consumption and in the context of its implications on the environment and economic and social development, and explores opportunities and challenges for China's energy development. With a focus on the strategy of energy development in China, the author proposes a new energy development approach with Chinese characteristics whose main elements are: energy-saving, high-efficiency, diversified development, environment protection, technology guidance and international cooperation. In other words, China is striving to build a reliable energy production, circulation and consumption system that is efficient, technologically advanced, low polluting and ecologically friendly. A long-term development strategy with priority on energy conservation, efficient utillization of primary energy and advanced electricity system is expounded in the paper. The author also describes the prospect of energy technology development and stresses the implementation of energy strategy by further improving energy policy and related mechanisms, strengthening macro-management and the essential role of the market in resource allocation so as to ensure the economic and social development of China through reliable energy supply. (authors)

  13. Agent-based Integration of Complex and Heterogeneous Distributed Energy Resources in Virtual Power Plants

    DEFF Research Database (Denmark)

    Clausen, Anders; Umair, Aisha; Demazeau, Yves

    2017-01-01

    A Virtual Power Plant aggregates several Distributed Energy Resources in order to expose them as a single, controllable entity. This enables smaller Distributed Energy Resources to take part in Demand Response programs which traditionally only targeted larger consumers. To date, models for Virtual...

  14. Determining the Optimal Solution for Quadratically Constrained Quadratic Programming (QCQP) on Energy-Saving Generation Dispatch Problem

    Science.gov (United States)

    Lesmana, E.; Chaerani, D.; Khansa, H. N.

    2018-03-01

    Energy-Saving Generation Dispatch (ESGD) is a scheme made by Chinese Government in attempt to minimize CO2 emission produced by power plant. This scheme is made related to global warming which is primarily caused by too much CO2 in earth’s atmosphere, and while the need of electricity is something absolute, the power plants producing it are mostly thermal-power plant which produced many CO2. Many approach to fulfill this scheme has been made, one of them came through Minimum Cost Flow in which resulted in a Quadratically Constrained Quadratic Programming (QCQP) form. In this paper, ESGD problem with Minimum Cost Flow in QCQP form will be solved using Lagrange’s Multiplier Method

  15. A Fair Resource Allocation Algorithm for Data and Energy Integrated Communication Networks

    Directory of Open Access Journals (Sweden)

    Qin Yu

    2016-01-01

    Full Text Available With the rapid advancement of wireless network technologies and the rapid increase in the number of mobile devices, mobile users (MUs have an increasing high demand to access the Internet with guaranteed quality-of-service (QoS. Data and energy integrated communication networks (DEINs are emerging as a new type of wireless networks that have the potential to simultaneously transfer wireless energy and information via the same base station (BS. This means that a physical BS is virtualized into two parts: one is transferring energy and the other is transferring information. The former is called virtual energy base station (eBS and the latter is named as data base station (dBS. One important issue in such setting is dynamic resource allocation. Here the resource concerned includes both power and time. In this paper, we propose a fair data-and-energy resource allocation algorithm for DEINs by jointly designing the downlink energy beamforming and a power-and-time allocation scheme, with the consideration of finite capacity batteries at MUs and power sensitivity of radio frequency (RF to direct current (DC conversion circuits. Simulation results demonstrate that our proposed algorithm outperforms the existing algorithms in terms of fairness, beamforming design, sensitivity, and average throughput.

  16. The use of Geothermal Energy Resources in the Tourism Industry of Vojvodina (Northern Serbia

    Directory of Open Access Journals (Sweden)

    Nemanja Tomić

    2013-01-01

    Full Text Available Exploitation of geothermal energy in Vojvodina is still at an unjustly low level taking into account the abundance of resource locations, some of which are ranked among the most affluent in Europe. Moreover, development of geothermal exploitation started in Serbia at about the same time as in other countries whose geothermal energy facilities are now at the highest technological level and which are leaders in this field. The largest use of geothermal energy in Vojvodina is present in the non-energetic area, especially in spas and sports–recreational centers. Other, seasonal consumers of geothermal energy are from the field of industry and agricultural production where the energy is used for heating of cattle and poultry farms, greenhouses and other facilities. However these consumers use only a small portion of available geothermal resources. The main users are those from the tourism industry. The goal of this paper is to give an overview and an analysis of the use of geothermal energy resources, mainly geothermal waters, in the tourism industry of Vojvodina. It shows how these resources are used and also for what are they used by the tourism industry. The paper covers only geothermal resources that are currently being used by the tourism industry. The potential for future usage in this area is also briefly discussed

  17. Distributed energy resources at naval base ventura county building 1512

    International Nuclear Information System (INIS)

    Bailey, Owen C.; Marnay, Chris

    2004-01-01

    This paper reports the findings of a preliminary assessment of the cost effectiveness of distributed energy resources at Naval Base Ventura County (NBVC) Building 1512. This study was conducted in response to the base's request for design assistance to the Federal Energy Management Program. Given the current tariff structure there are two main decisions facing NBVC: whether to install distributed energy resources (DER), or whether to continue the direct access energy supply contract. At the current effective rate, given assumptions about the performance and structure of building energy loads and available generating technology characteristics, the results of this study indicate that if the building installed a 600 kW DER system with absorption cooling and heat capabilities chosen by cost minimization, the energy cost savings would be about 14 percent, or $55,000 per year. However, under current conditions, this study also suggests that significant savings could be obtained if Building 1 512 changed from the direct access contract to a SCE TOU-8 (Southern California Edison time of use tariff number 8) rate without installing a DER system. At current SCE TOU-8 tariffs, the potential savings from installation of a DER system would be about 4 percent, or $15,000 per year

  18. The Energy Industry Profile of ISO/DIS 19115-1: Facilitating Discovery and Evaluation of, and Access to Distributed Information Resources

    Science.gov (United States)

    Hills, S. J.; Richard, S. M.; Doniger, A.; Danko, D. M.; Derenthal, L.; Energistics Metadata Work Group

    2011-12-01

    A diverse group of organizations representative of the international community involved in disciplines relevant to the upstream petroleum industry, - energy companies, - suppliers and publishers of information to the energy industry, - vendors of software applications used by the industry, - partner government and academic organizations, has engaged in the Energy Industry Metadata Standards Initiative. This Initiative envisions the use of standard metadata within the community to enable significant improvements in the efficiency with which users discover, evaluate, and access distributed information resources. The metadata standard needed to realize this vision is the initiative's primary deliverable. In addition to developing the metadata standard, the initiative is promoting its adoption to accelerate realization of the vision, and publishing metadata exemplars conformant with the standard. Implementation of the standard by community members, in the form of published metadata which document the information resources each organization manages, will allow use of tools requiring consistent metadata for efficient discovery and evaluation of, and access to, information resources. While metadata are expected to be widely accessible, access to associated information resources may be more constrained. The initiative is being conducting by Energistics' Metadata Work Group, in collaboration with the USGIN Project. Energistics is a global standards group in the oil and natural gas industry. The Work Group determined early in the initiative, based on input solicited from 40+ organizations and on an assessment of existing metadata standards, to develop the target metadata standard as a profile of a revised version of ISO 19115, formally the "Energy Industry Profile of ISO/DIS 19115-1 v1.0" (EIP). The Work Group is participating on the ISO/TC 211 project team responsible for the revision of ISO 19115, now ready for "Draft International Standard" (DIS) status. With ISO 19115 an

  19. Integral Images: Efficient Algorithms for Their Computation and Storage in Resource-Constrained Embedded Vision Systems.

    Science.gov (United States)

    Ehsan, Shoaib; Clark, Adrian F; Naveed ur Rehman; McDonald-Maier, Klaus D

    2015-07-10

    The integral image, an intermediate image representation, has found extensive use in multi-scale local feature detection algorithms, such as Speeded-Up Robust Features (SURF), allowing fast computation of rectangular features at constant speed, independent of filter size. For resource-constrained real-time embedded vision systems, computation and storage of integral image presents several design challenges due to strict timing and hardware limitations. Although calculation of the integral image only consists of simple addition operations, the total number of operations is large owing to the generally large size of image data. Recursive equations allow substantial decrease in the number of operations but require calculation in a serial fashion. This paper presents two new hardware algorithms that are based on the decomposition of these recursive equations, allowing calculation of up to four integral image values in a row-parallel way without significantly increasing the number of operations. An efficient design strategy is also proposed for a parallel integral image computation unit to reduce the size of the required internal memory (nearly 35% for common HD video). Addressing the storage problem of integral image in embedded vision systems, the paper presents two algorithms which allow substantial decrease (at least 44.44%) in the memory requirements. Finally, the paper provides a case study that highlights the utility of the proposed architectures in embedded vision systems.

  20. Integral Images: Efficient Algorithms for Their Computation and Storage in Resource-Constrained Embedded Vision Systems

    Directory of Open Access Journals (Sweden)

    Shoaib Ehsan

    2015-07-01

    Full Text Available The integral image, an intermediate image representation, has found extensive use in multi-scale local feature detection algorithms, such as Speeded-Up Robust Features (SURF, allowing fast computation of rectangular features at constant speed, independent of filter size. For resource-constrained real-time embedded vision systems, computation and storage of integral image presents several design challenges due to strict timing and hardware limitations. Although calculation of the integral image only consists of simple addition operations, the total number of operations is large owing to the generally large size of image data. Recursive equations allow substantial decrease in the number of operations but require calculation in a serial fashion. This paper presents two new hardware algorithms that are based on the decomposition of these recursive equations, allowing calculation of up to four integral image values in a row-parallel way without significantly increasing the number of operations. An efficient design strategy is also proposed for a parallel integral image computation unit to reduce the size of the required internal memory (nearly 35% for common HD video. Addressing the storage problem of integral image in embedded vision systems, the paper presents two algorithms which allow substantial decrease (at least 44.44% in the memory requirements. Finally, the paper provides a case study that highlights the utility of the proposed architectures in embedded vision systems.

  1. Resource Evaluation and Energy Production Estimate for a Tidal Energy Conversion Installation using Acoustic Flow Measurements

    Science.gov (United States)

    Gagnon, Ian; Baldwin, Ken; Wosnik, Martin

    2015-11-01

    The ``Living Bridge'' project plans to install a tidal turbine at Memorial Bridge in the Piscataqua River at Portsmouth, NH. A spatio-temporal tidal energy resource assessment was performed using long term bottom-deployed Acoustic Doppler Current Profilers ADCP. Two locations were evaluated: at the planned deployment location and mid-channel. The goal was to determine the amount of available kinetic energy that can be converted into usable electrical energy on the bridge. Changes in available kinetic energy with ebb/flood and spring/neap tidal cycles and electrical energy demand were analyzed. A system model is used to calculate the net energy savings using various tidal generator and battery bank configurations. Differences in the tidal characteristics between the two measurement locations are highlighted. Different resource evaluation methodologies were also analyzed, e.g., using a representative ADCP ``bin'' vs. a more refined, turbine-geometry-specific methodology, and using static bin height vs. bin height that move w.r.t. the free surface throughout a tidal cycle (representative of a bottom-fixed or floating turbine deployment, respectively). ADCP operating frequencies and bin sizes affect the standard deviation of measurements, and measurement uncertainties are evaluated. Supported by NSF-IIP grant 1430260.

  2. A National Research Council Evaluation of the Department of Energy's Marine and Hydrokinetic Resource Assessments

    Science.gov (United States)

    Glickson, D.; Holmes, K. J.; Cooke, D.

    2012-12-01

    Marine and hydrokinetic (MHK) resources are increasingly becoming part of energy regulatory, planning, and marketing activities in the U.S. and elsewhere. In particular, state-based renewable portfolio standards and federal production and investment tax credits have led to an increased interest in the possible deployment of MHK technologies. The Energy Policy Act of 2005 (Public Law 109-58) directed the Department of Energy (DOE) to estimate the size of the MHK resource base. In order to help DOE prioritize its overall portfolio of future research, increase the understanding of the potential for MHK resource development, and direct MHK device and/or project developers to locations of greatest promise, the DOE Wind and Water Power Program requested that the National Research Council (NRC) provide an evaluation of the detailed assessments being conducted by five individual resource assessment groups. These resource assessment groups were contracted to estimate the amount of extractable energy from wave, tidal, ocean current, ocean thermal energy conversion, and riverine resources. Performing these assessments requires that each resource assessment group estimate the average power density of the resource base, as well as the basic technology characteristics and spatial and temporal constituents that convert power into electricity for that resource. The NRC committee evaluated the methodologies, technologies, and assumptions associated with each of these resource assessments. The committee developed a conceptual framework for delineating the processes used to develop the assessment results requested by the DOE, with definitions of the theoretical, technical, and practical resource to clarify elements of the overall resource assessment process. This allowed the NRC committee to make a comparison of different methods, terminology, and processes among the five resource assessment groups. The committee concluded that the overall approach taken by the wave resource and

  3. Real-time Energy Resource Scheduling considering a Real Portuguese Scenario

    DEFF Research Database (Denmark)

    Silva, Marco; Sousa, Tiago; Morais, Hugo

    2014-01-01

    The development in power systems and the introduction of decentralized gen eration and Electric Vehicles (EVs), both connected to distribution networks, represents a major challenge in the planning and operation issues. This new paradigm requires a new energy resources management approach which...... scheduling in smart grids, considering day - ahead, hour - ahead and real - time scheduling. The case study considers a 33 - bus distribution network with high penetration of distributed energy resources . The wind generation profile is base d o n a rea l Portuguese wind farm . Four scenarios are presented...... taking into account 0, 1, 2 and 5 periods (hours or minutes) ahead of the scheduling period in the hour - ahead and real - time scheduling...

  4. Proceedings. Future Energy - Resources, Distribution and Use

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2001-07-01

    Leading abstract. The goals of the Norwegian Academy of Technological Sciences (NTVA) are to promote research, education and development within technological and related sciences, for the benefit of the Norwegian society and for the development of Norwegian industry. Future energy policy and Global climate change are major issues in the Norwegian discussion today. The answers given have great influence on our industry and involve huge technological challenges. In the current situation NTVA wishes to contribute to the development of new technology. In 1998 the Norwegian Academy of Technological Sciences organized the seminar ''Do We Understand Global Climate Change''. NTVA have now followed this up with a seminar on the Energy System, one of the major sources of manmade greenhouse gases. The world's demand for energy increases with improvements in our standards of living. The cleaning of emissions from production processes requires more energy. A modem information and communication society requires more energy. A new life style with increased use of all kinds of motorized tools is also leading to growth in energy consumption. Due to the risk in this human contribution to global warming, a major shift in the Energy System towards environmental sustain ability is being discussed. Changing the Energy System will require large investments in know-how and technology development, and it will take a long time to alter the rigid infrastructure of our existing Energy System. The road to the ''Clean Energy Society'' probably cannot be built by prescribing the use of one technology only. It makes a lot more sense to encourage competition between different technologies and then let experience and the market decide the winners. It will also be important to invest in the development of robust knowledge that can be applied within a broad spectrum of possible development scenarios during the next decades. Society's attitudes towards the environment, energy and the use of resources

  5. Proceedings. Future Energy - Resources, Distribution and Use

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2001-07-01

    the environment, energy and the use of resources will be an important foundation for bringing about changes in the future. The environmental effects caused by the Energy System are local as well as global. Regarding the global challenges, it is important to find solutions and incentives that are financially, politically and administratively sound, that will work across borders and give a fair distribution of burdens between rich and poor countries, at the same time giving poor countries good opportunities for development. The Proceedings from the seminar should be a useful contribution to the debate on the Energy System for both specialists and the general public. It will also be a useful background document for setting priorities for energy policies and energy research in the future. Furthermore, it should provide a useful summary of the current scientific debate for both the laymen and specialized experts in the field of energy research. This will also provide guidance for the task of setting national research priorities in the future. The seminar describes status and future prospects within different resource-, technology- and application areas globally as well as from a Norwegian perspective. International trends in the energy markets are described, and an ambitious Swiss plan to halve the consumption of fossil fuels in the future will be presented.

  6. Evaluating energy security of resource-poor economies: A modified principle component analysis approach

    International Nuclear Information System (INIS)

    Li, Yingzhu; Shi, Xunpeng; Yao, Lixia

    2016-01-01

    This study proposes to aggregately measure energy security performance with the principal component analysis. In its application of the methodology to four resource-poor yet economically advanced island economies in East Asia—Singapore, South Korea, Japan, and Taiwan, this study establishes a novel framework to conceptualize energy security. The framework incorporates three dimensions: vulnerability, efficiency, and sustainability, three indicators being allocated to each dimension. The study finds that all the three dimensions are critical for the resource-poor economies but have different weights in each of them. An urgent task for these four economies is to implement energy efficiency and conservation measures. Liberalization of electricity sector can be a helpful tool to reduce energy consumption and increase efficiency. All of them have been committed to promoting renewable energy development, which shall be further expanded in these economies. - Highlights: • Proposes to assess energy security within a three-level framework using PCA. • Applies the method to four resource-poor island economies in East Asia. • Establishes a novel framework to conceptualize energy security. • Dimensions within the framework are vulnerability, efficiency, and sustainability. • Three dimensions are all important but have different weights in different economies.

  7. Turkey's High Temperature Geothermal Energy Resources and Electricity Production Potential

    Science.gov (United States)

    Bilgin, Ö.

    2012-04-01

    Turkey is in the first 7 countries in the world in terms of potential and applications. Geothermal energy which is an alternative energy resource has advantages such as low-cost, clean, safe and natural resource. Geothermal energy is defined as hot water and steam which is formed by heat that accumulated in various depths of the Earth's crust; with more than 20oC temperature and which contain more than fused minerals, various salts and gases than normal underground and ground water. It is divided into three groups as low, medium and high temperature. High-temperature fluid is used in electricity generation, low and medium temperature fluids are used in greenhouses, houses, airport runways, animal farms and places such as swimming pools heating. In this study high temperature geothermal fields in Turkey which is suitable for electricity production, properties and electricity production potential was investigated.

  8. U.S. Department of Energy Workshop Report: Solar Resources and Forecasting

    Energy Technology Data Exchange (ETDEWEB)

    Stoffel, T.

    2012-06-01

    This report summarizes the technical presentations, outlines the core research recommendations, and augments the information of the Solar Resources and Forecasting Workshop held June 20-22, 2011, in Golden, Colorado. The workshop brought together notable specialists in atmospheric science, solar resource assessment, solar energy conversion, and various stakeholders from industry and academia to review recent developments and provide input for planning future research in solar resource characterization, including measurement, modeling, and forecasting.

  9. NETL's Energy Data Exchange (EDX) - a coordination, collaboration, and data resource discovery platform for energy science

    Science.gov (United States)

    Rose, K.; Rowan, C.; Rager, D.; Dehlin, M.; Baker, D. V.; McIntyre, D.

    2015-12-01

    Multi-organizational research teams working jointly on projects often encounter problems with discovery, access to relevant existing resources, and data sharing due to large file sizes, inappropriate file formats, or other inefficient options that make collaboration difficult. The Energy Data eXchange (EDX) from Department of Energy's (DOE) National Energy Technology Laboratory (NETL) is an evolving online research environment designed to overcome these challenges in support of DOE's fossil energy goals while offering improved access to data driven products of fossil energy R&D such as datasets, tools, and web applications. In 2011, development of NETL's Energy Data eXchange (EDX) was initiated and offers i) a means for better preserving of NETL's research and development products for future access and re-use, ii) efficient, discoverable access to authoritative, relevant, external resources, and iii) an improved approach and tools to support secure, private collaboration and coordination between multi-organizational teams to meet DOE mission and goals. EDX presently supports fossil energy and SubTER Crosscut research activities, with an ever-growing user base. EDX is built on a heavily customized instance of the open source platform, Comprehensive Knowledge Archive Network (CKAN). EDX connects users to externally relevant data and tools through connecting to external data repositories built on different platforms and other CKAN platforms (e.g. Data.gov). EDX does not download and repost data or tools that already have an online presence. This leads to redundancy and even error. If a relevant resource already has an online instance, is hosted by another online entity, EDX will point users to that external host either using web services, inventorying URLs and other methods. EDX offers users the ability to leverage private-secure capabilities custom built into the system. The team is presently working on version 3 of EDX which will incorporate big data analytical

  10. Distribution System Pricing with Distributed Energy Resources

    Energy Technology Data Exchange (ETDEWEB)

    Hledik, Ryan [The Brattle Group, Cambridge, MA (United States); Lazar, Jim [The Regulatory Assistance Project, Montpelier, VT (United States); Schwartz, Lisa [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States)

    2017-08-16

    Technological changes in the electric utility industry bring tremendous opportunities and significant challenges. Customers are installing clean sources of on-site generation such as rooftop solar photovoltaic (PV) systems. At the same time, smart appliances and control systems that can communicate with the grid are entering the retail market. Among the opportunities these changes create are a cleaner and more diverse power system, the ability to improve system reliability and system resilience, and the potential for lower total costs. Challenges include integrating these new resources in a way that maintains system reliability, provides an equitable sharing of system costs, and avoids unbalanced impacts on different groups of customers, including those who install distributed energy resources (DERs) and low-income households who may be the least able to afford the transition.

  11. The largest renewable, easily exploitable, and economically sustainable energy resource

    Science.gov (United States)

    Abbate, Giancarlo; Saraceno, Eugenio

    2018-02-01

    Sun, the ultimate energy resource of our planet, transfers energy to the Earth at an average power of 23,000 TW. Earth surface can be regarded as a huge panel transforming solar energy into a more convenient mechanical form, the wind. Since millennia wind is recognized as an exploitable form of energy and it is common knowledge that the higher you go, the stronger the winds flow. To go high is difficult; however Bill Gates cites high wind among possible energy miracles in the near future. Public awareness of this possible miracle is still missing, but today's technology is ready for it.

  12. Technologies for a greenhouse-constrained society

    International Nuclear Information System (INIS)

    Kuliasha, M.A.; Zucker, A.; Ballew, K.J.

    1992-01-01

    This conference explored how three technologies might help society adjust to life in a greenhouse-constrained environment. Technology experts and policy makers from around the world met June 11--13, 1991, in Oak Ridge, Tennessee, to address questions about how energy efficiency, biomass, and nuclear technologies can mitigate the greenhouse effect and to explore energy production and use in countries in various stages of development. The conference was organized by Oak Ridge National Laboratory and sponsored by the US Department of Energy. Energy efficiency biomass, and nuclear energy are potential substitutes for fossil fuels that might help slow or even reverse the global warming changes that may result from mankind's thirst for energy. Many other conferences have questioned whether the greenhouse effect is real and what reductions in greenhouse gas emissions might be necessary to avoid serious ecological consequences; this conference studied how these reductions might actually be achieved. For these conference proceedings, individuals papers are processed separately for the Energy Data Base

  13. Macro-level integrated renewable energy production schemes for sustainable development

    International Nuclear Information System (INIS)

    Subhadra, Bobban G.

    2011-01-01

    The production of renewable clean energy is a prime necessity for the sustainable future existence of our planet. However, because of the resource-intensive nature, and other challenges associated with these new generation renewable energy sources, novel industrial frameworks need to be co-developed. Integrated renewable energy production schemes with foundations on resource sharing, carbon neutrality, energy-efficient design, source reduction, green processing plan, anthropogenic use of waste resources for the production green energy along with the production of raw material for allied food and chemical industries is imperative for the sustainable development of this sector especially in an emission-constrained future industrial scenario. To attain these objectives, the scope of hybrid renewable production systems and integrated renewable energy industrial ecology is briefly described. Further, the principles of Integrated Renewable Energy Park (IREP) approach, an example for macro-level energy production, and its benefits and global applications are also explored. - Research highlights: → Discusses the need for macro-level renewable energy production schemes. → Scope of hybrid and integrated industrial ecology for renewable energy production. → Integrated Renewable Energy Parks (IREPs): A macro-level energy production scheme. → Discusses the principle foundations and global applications of IREPs. → Describes the significance of IREPs in the carbon-neutral future business arena.

  14. Wind Energy Resource Assessment on Alaska Native Lands in Cordova Region of Prince William Sound

    Energy Technology Data Exchange (ETDEWEB)

    Whissel, John C. [Native Village of Eyak, Cordova, AK (United States); Piche, Matthew [Native Village of Eyak, Cordova, AK (United States)

    2015-06-29

    The Native Village of Eyak (NVE) has been monitoring wind resources around Cordova, Alaska in order to determine whether there is a role for wind energy to play in the city’s energy scheme, which is now supplies entirely by two run-of-the-river hydro plants and diesel generators. These data are reported in Appendices A and B. Because the hydro resources decline during winter months, and wind resources increase, wind is perhaps an ideal counterpart to round out Cordova’s renewable energy supply. The results of this effort suggests that this is the case, and that developing wind resources makes sense for our small, isolated community.

  15. Modeling a novel CCHP system including solar and wind renewable energy resources and sizing by a CC-MOPSO algorithm

    International Nuclear Information System (INIS)

    Soheyli, Saman; Shafiei Mayam, Mohamad Hossein; Mehrjoo, Mehri

    2016-01-01

    Highlights: • Considering renewable energy resources as the main prime movers in CCHP systems. • Simultaneous application of FEL and FTL by optimizing two probability functions. • Simultaneous optimization the equipment and penalty factors by CC-MOPSO algorithm. • Reducing fuel consumption and pollution up to 263 and 353 times, respectively. - Abstract: Due to problems, such as, heat losses of equipment, low energy efficiency, increasing pollution and the fossil fuels consumption, combined cooling, heating, and power (CCHP) systems have attracted lots of attention during the last decade. In this paper, for minimizing fossil fuel consumption and pollution, a novel CCHP system including photovoltaic (PV) modules, wind turbines, and solid oxide fuel cells (SOFC) as the prime movers is considered. Moreover, in order to minimize the excess electrical and heat energy production of the CCHP system and so reducing the need for the local power grid and any auxiliary heat production system, following electrical load (FEL) and following thermal load (FTL) operation strategies are considered, simultaneously. In order to determine the optimal number of each system component and also set the penalty factors in the used penalty function, a co-constrained multi objective particle swarm optimization (CC-MOPSO) algorithm is applied. Utilization of the renewable energy resources, the annual total cost (ATC) and the CCHP system area are considered as the objective functions. It also includes constraints such as, loss of power supply probability (LPSP), loss of heat supply probability (LHSP), state of battery charge (SOC), and the number of each CCHP component. A hypothetical hotel in Kermanshah, Iran is conducted to verify the feasibility of the proposed system. 10 wind turbines, 430 PV modules, 11 SOFCs, 106 batteries and 2 heat storage tanks (HST) are numerical results for the spring as the best season in terms of decreasing cost and fuel consumption. Comparing the results

  16. 78 FR 72878 - Integration of Variable Energy Resources; Notice Of Filing Procedures for Order No. 764...

    Science.gov (United States)

    2013-12-04

    ... DEPARTMENT OF ENERGY Federal Energy Regulatory Commission [Docket No. RM10-11-000] Integration of Variable Energy Resources; Notice Of Filing Procedures for Order No. 764 Electronic Compliance Filings Take... Variable Energy Resources, Order No. 764, FERC Stats. & Regs. ] 31,331, order on reh'g, Order No. 764-A...

  17. Energy saving and emission reduction: A project of coal-resource integration in Shanxi Province, China

    International Nuclear Information System (INIS)

    Zhang Jianjun; Fu Meichen; Geng Yuhuan; Tao Jin

    2011-01-01

    The small or middle coal mines with illegal operations in developing countries or regions can cause bad energy waste and environmental disruption. The project of coal-resource integration in Shanxi Province of China gives a new idea or an approach to energy saving and emission reduction. It is a social- and economic-ecological project. The paper shows the targets of energy saving and emission reduction in Shanxi Province, and analyses the aims, significance, design process and implementation of the integration project. Based on that, the paper discusses the challenges and opportunities the project brings. The analysis shows that the project of coal-resource integration in developing countries or regions can effectively improve mining technologies, collect capital and impel international cooperation and exchange. Finally, the paper analyses the concerns about the future, including the possible problems of implementation period, industrial updating, environmental impact and re-employment. However, the successful integration of coal resources can mitigate energy crisis and climate crisis and promote cleaner production effectively. - Highlights: → Coal-resource integration gives a new idea or an approach to energy saving and emission reduction. → Coal-resource integration mitigates climate crisis and promotes cleaner production. → Coal-resource integration brings challenges and opportunities to traditional mining industries.

  18. Water-energy nexus: Impact on electrical energy conversion and mitigation by smart water resources management

    International Nuclear Information System (INIS)

    Gjorgiev, Blaže; Sansavini, Giovanni

    2017-01-01

    Highlights: • The issues to energy conversion stemming from the water-energy nexus are investigated. • The objective is to minimize power curtailments caused by critical river water conditions. • A water-energy nexus model for smart management of water resources is developed. • Systemic risks to energy conversion stem from critical temperature and flow regimes. • Full coordination of the hydrologically-linked units provides the most effective strategy. - Abstract: The water-energy nexus refers to the water used to generate electricity and to the electric energy used to collect, clean, move, store, and dispose of water. Water is used in all stages of electric energy conversion making power systems vulnerable to water scarcity and warming. In particular, a water flow decrease and temperature increase in rivers can significantly limit the generation of electricity. This paper investigates the issues to energy conversion stemming from the water-energy nexus and mitigates them by developing a model for the smart utilization of water resources. The objective is to minimize power curtailments caused by a river water flow decrease and a temperature increase. The developed water-energy nexus model integrates the operational characteristics of hydro power plants, the environmental conditions, the river water temperature prediction and thermal load release in river bodies. The application to a hydraulic cascade of hydro and a thermal power plants under drought conditions shows that smart water management entails a significant reduction of power curtailments. In general, the full coordination of the power outputs of the units affected by the hydrological link provides the most effective mitigations of the potential issues stemming from the water-energy nexus. Finally, critical temperature and flow regimes are identified which severely impact the energy conversion and may cause systemic risks in case the generators in one region must be simultaneously curtailed.

  19. Feedback control and adaptive control of the energy resource chaotic system

    International Nuclear Information System (INIS)

    Sun Mei; Tian Lixin; Jiang Shumin; Xu Jun

    2007-01-01

    In this paper, the problem of control for the energy resource chaotic system is considered. Two different method of control, feedback control (include linear feedback control, non-autonomous feedback control) and adaptive control methods are used to suppress chaos to unstable equilibrium or unstable periodic orbits. The Routh-Hurwitz criteria and Lyapunov direct method are used to study the conditions of the asymptotic stability of the steady states of the controlled system. The designed adaptive controller is robust with respect to certain class of disturbances in the energy resource chaotic system. Numerical simulations are presented to show these results

  20. Energy - Finland`s new trump card

    Energy Technology Data Exchange (ETDEWEB)

    Huopalahti, K. [Imatran Voima Oy, Vantaa (Finland)

    1994-12-31

    The energy sector in Finland is heavily constrained by the tough northern climate, meagre fuel reserves, an expensive infrastructure, the small domestic market and limited capital resources. However, Finland`s forest and metal industries have demanded low-cost energy, considering it vital for their existence and therefore for the prosperity of the whole country. Finland`s extensive foreign trade and open policies have also furthered this process; they have forced the industry on the one hand to face competition at home, and on the other to go abroad to compete there. The energy sector has risen to this ambitious challenge, at the same time developing into an independent industrial sector that can compete in the international market

  1. Climate sensitivity of marine energy

    International Nuclear Information System (INIS)

    Harrison, G.P.; Wallace, A.R.

    2005-01-01

    Marine energy has a significant role to play in lowering carbon emissions within the energy sector. Paradoxically, it may be susceptible to changes in climate that will result from rising carbon emissions. Wind patterns are expected to change and this will alter wave regimes. Despite a lack of definite proof of a link to global warming, wind and wave conditions have been changing over the past few decades. Changes in the wind and wave climate will affect offshore wind and wave energy conversion: where the resource is constrained, production and economic performance may suffer; alternatively, stormier climates may create survival issues. Here, a relatively simple sensitivity study is used to quantify how changes in mean wind speed - as a proxy for wider climate change - influence wind and wave energy production and economics. (author)

  2. Exploration of resource and transmission expansion decisions in the Western Renewable Energy Zone initiative

    International Nuclear Information System (INIS)

    Mills, Andrew; Phadke, Amol; Wiser, Ryan

    2011-01-01

    The Western Renewable Energy Zone (WREZ) initiative brings together a diverse set of voices to develop data, tools, and a unique forum for coordinating transmission expansion in the Western Interconnection. In this paper we use a new tool developed in the WREZ initiative to evaluate possible renewable resource selection and transmission expansion decisions. We evaluate these decisions under a number of alternative future scenarios centered on meeting 33% of the annual load in the Western Interconnection with new renewable resources located within WREZ-identified resource hubs. Our analysis finds that wind energy is the largest source of renewable energy procured to meet the 33% RE target across nearly all scenarios analyzed (38-65%). Solar energy is almost always the second largest source (14-41%). We find several load zones where wind energy is the least cost resource under a wide range of sensitivity scenarios. Load zones in the Southwest, on the other hand, are found to switch between wind and solar, and therefore to vary transmission expansion decisions, depending on uncertainties and policies that affect the relative economics of each renewable option. Further, we find that even with total transmission expenditures of $17-34 billion these costs still represent just 10-19% of the total delivered cost of renewable energy. - Research highlights: → We describe a new tool to evaluate transmission expansion and renewable resource selection. → We examine a scenario where 33% of the energy in the Western Interconnection comes from renewables. → Wind energy provides the majority of new renewable energy. → For some loads, the decision to procure wind and the required transmission is insensitive to assumptions. → For other loads, assumptions can shift toward more solar, which also changes the needed transmission.

  3. Innovation excellence. Creating market success in the energy and natural resources sector

    Energy Technology Data Exchange (ETDEWEB)

    Scholtissek, Stephan

    2011-07-01

    In this book, author Stephan Scholtissek examines innovations as they relate to companies in the energy and natural resources sector, which contrary to popular opinion are indeed innovative. These companies are undergoing massive change as the balance of power shifts towards emerging economies and as the world looks to a range of low carbon technologies. Scholtissek sheds light on different forms of innovation and argues that R and D resources must be extended across all these forms. He includes a number of detailed case studies from the energy and natural resources industries that have shown a remarkable capacity to innovate: BP, Dow Corning, Evonik Industries, Iberdrola, Marathon Oil, Perrier, Schott and Siemens. (orig.)

  4. Exergy Analysis of the Supply of Energy and Material Resources in the Swedish Society

    Directory of Open Access Journals (Sweden)

    Mei Gong

    2016-09-01

    Full Text Available Exergy is applied to the Swedish energy supply system for the period 1970–2013. Exergy flow diagrams for the systems of electricity and district heating as well as for the total supply system of energy and material resources for 2012 are presented. The share of renewable use has increased in both electricity and district heat production. The resource use is discussed in four sectors: residential and service, transportation, industry and agriculture. The resource use is also analyzed with respect to exergy efficiency and renewable share. The total exergy input of energy and material resources amounts to about 2700 PJ of which about 530 PJ was used for final consumption in 2012. The results are also compared with similar studies. Even though the share of renewable resource use has increased from 42% in 1980 to 47% in 2012, poor efficiency is still occurring in transportation, space heating, and food production. A strong dependence on fossil and nuclear fuels also implies a serious lack of sustainability. A more exergy efficient technology and a higher renewable energy share are needed in order to become a more sustainable society.

  5. Wind and solar energy resources on the 'Roof of the World'

    Science.gov (United States)

    Zandler, Harald; Morche, Thomas; Samimi, Cyrus

    2015-04-01

    The Eastern Pamirs of Tajikistan, often referred to as 'Roof of the World', are an arid high mountain plateau characterized by severe energy poverty that may have great potential for renewable energy resources due to the prevailing natural conditions. The lack of energetic infrastructure makes the region a prime target for decentralized integration of wind and solar power. However, up to date no scientific attempt to assess the regional potential of these resources has been carried out. In this context, it is particularly important to evaluate if wind and solar energy are able to provide enough power to generate thermal energy, as other thermal energy carriers are scarce or unavailable and the existing alternative, local harvest of dwarf shrubs, is unsustainable due to the slow regeneration in this environment. Therefore, this study examines the feasibility of using wind and solar energy as thermal energy sources. Financial frame conditions were set on a maximum amount of five million Euros. This sum provides a realistic scenario as it is based on the current budget of the KfW development bank to finance the modernization of the local hydropower plant in the regions only city, Murghab, with about 1500 households. The basis for resource assessment is data of four climate stations, erected for this purpose in 2012, where wind speed, wind direction, global radiation and temperature are measured at a half hourly interval. These measurements confirm the expectation of a large photovoltaic potential and high panel efficiency with up to 84 percent of extraterrestrial radiation reaching the surface and only 16 hours of temperatures above 25°C were measured in two years at the village stations on average. As these observations are only point measurements, radiation data and the ASTER GDEM was used to train a GIS based solar radiation model to spatially extrapolate incoming radiation. With mean validation errors ranging from 5% in July (minimum) to 15% in December (maximum

  6. Geothermal Energy: Resource and Utilization. A Teaching Module.

    Science.gov (United States)

    Nguyen, Van Thanh

    The search for new energy resources as alternatives to fossil fuels have generated new interest in the heat of the earth itself. New geothermal areas with a variety of characteristics are being explored, as are new ways of extracting work from naturally heated steam and hot water. Some of this effort is discussed in this three-part module. Five…

  7. Mobile devices and computing cloud resources allocation for interactive applications

    Directory of Open Access Journals (Sweden)

    Krawczyk Henryk

    2017-06-01

    Full Text Available Using mobile devices such as smartphones or iPads for various interactive applications is currently very common. In the case of complex applications, e.g. chess games, the capabilities of these devices are insufficient to run the application in real time. One of the solutions is to use cloud computing. However, there is an optimization problem of mobile device and cloud resources allocation. An iterative heuristic algorithm for application distribution is proposed. The algorithm minimizes the energy cost of application execution with constrained execution time.

  8. The global resource balance table, an integrated table of energy, materials and the environment

    International Nuclear Information System (INIS)

    Tsuchiya, Haruki

    2013-01-01

    This paper introduces the Global Resource Balance Table (GRBT), which is an extension of the energy balance tables that expresses the relationships between energy, materials and the environment. The material division of the GRBT includes steel, cement, paper, wood and grain. In contrast, the environmental division of the GRBT includes oxygen, CO 2 and methane. The transaction division rows in the GRBT include production, conversion, end use and stock. Each cell of the GRBT contains the quantities of the respective resources that were generated or consumed. The relationships between the cells were constructed from the laws of conservation of the materials and energy. We constructed a GRBT for 2007 and discussed the increasing air temperature due to waste heat and the CO 2 equivalent from human breathing. The GRBT is a comprehensive integrated table that represents the resources that are consumed by human activities and is useful for energy and environmental studies. - Highlights: • We extended energy balance table and introduced Global Resource Balance Table. • It shows relationships between energy, materials and the environment. • The material division includes steel, cement, paper, wood and grain. • The environmental division includes oxygen, CO 2 and methane. • We discussed on waste heat and CO 2 emission by human breathing

  9. Exploration of Resource and Transmission Expansion Decisions in the Western Renewable Energy Zone Initiative

    Energy Technology Data Exchange (ETDEWEB)

    Mills, Andrew D.; Phadke, Amol A.; Wiser, Ryan H.

    2010-06-10

    The Western Renewable Energy Zone (WREZ) initiative brings together a diverse set of voices to develop data, tools, and a unique forum for coordinating transmission expansion in the Western Interconnection. In this paper we use a new tool developed in the WREZ initiative to evaluate possible renewable resource selection and transmission expansion decisions. We evaluate these decisions under a number of alternative future scenarios centered on meeting 33percent of the annual load in the Western Interconnection with new renewable resources located within WREZ-identified resource hubs. Our analysis finds that wind energy is the largest source of renewable energy procured to meet the 33percent RE target across nearly all scenarios analyzed (38-65percent). Solar energy is almost always the second largest source (14-41percent). We find several load zones where wind energy is the least cost resource under a wide range of sensitivity scenarios. Load zones in the Southwest, on the other hand, are found to switch between wind and solar, and therefore to vary transmission expansion decisions, depending on uncertainties and policies that affect the relative economics of each renewable option. Further, we find that even with total transmission expenditures of $17-34 billion these costs still represent just 10-19percent of the total delivered cost of renewable energy.

  10. Resource rents: The effects of energy taxes and quantity instruments for climate protection

    International Nuclear Information System (INIS)

    Eisenack, Klaus; Edenhofer, Ottmar; Kalkuhl, Matthias

    2012-01-01

    Carbon dioxide emissions correspond to fossil resource use. When considering this supply side of climate protection, crucial questions come to fore. It seems likely that owners of fossil resources would object to emission reductions. Moreover, policy instruments such as taxes may not be effective at all: it seems individually rational to leave no fossil resources unused. In this context, it can be expected that economic sectors will react strategically to climate policy, aiming at a re-distribution of rents. To address these questions, we investigate the effectiveness, efficiency, and resource rents for energy taxes, resource taxes, and quantity rationing of emissions. The analysis is based on a game theoretic growth model with explicit factor markets and policy instruments. Market equilibrium depends on a government that acts as a Stackelberg leader with a climate protection goal. We find that resource taxes and quantity rationing achieve this objective efficiently, energy taxation is only second-best. The use of quantity rationing to achieve climate protection generates substantial rents for resource owners. - Highlights: ► Resource taxes and quantity rationing (carbon budgets) are efficient. ► Carbon budgets increase resource rents, while taxes decrease rents. ► Resource owners may support climate protection. ► Climate protection introduces a climate rent.

  11. Multi-agent system for energy resource scheduling of integrated microgrids in a distributed system

    International Nuclear Information System (INIS)

    Logenthiran, T.; Srinivasan, Dipti; Khambadkone, Ashwin M.

    2011-01-01

    This paper proposes a multi-agent system for energy resource scheduling of an islanded power system with distributed resources, which consists of integrated microgrids and lumped loads. Distributed intelligent multi-agent technology is applied to make the power system more reliable, efficient and capable of exploiting and integrating alternative sources of energy. The algorithm behind the proposed energy resource scheduling has three stages. The first stage is to schedule each microgrid individually to satisfy its internal demand. The next stage involves finding the best possible bids for exporting power to the network and compete in a whole sale energy market. The final stage is to reschedule each microgrid individually to satisfy the total demand, which is the addition of internal demand and the demand from the results of the whole sale energy market simulation. The simulation results of a power system with distributed resources comprising three microgrids and five lumped loads show that the proposed multi-agent system allows efficient management of micro-sources with minimum operational cost. The case studies demonstrate that the system is successfully monitored, controlled and operated by means of the developed multi-agent system. (author)

  12. Multi-agent system for energy resource scheduling of integrated microgrids in a distributed system

    Energy Technology Data Exchange (ETDEWEB)

    Logenthiran, T.; Srinivasan, Dipti; Khambadkone, Ashwin M. [Department of Electrical and Computer Engineering, National University of Singapore, 4 Engineering Drive 3, Singapore 117576 (Singapore)

    2011-01-15

    This paper proposes a multi-agent system for energy resource scheduling of an islanded power system with distributed resources, which consists of integrated microgrids and lumped loads. Distributed intelligent multi-agent technology is applied to make the power system more reliable, efficient and capable of exploiting and integrating alternative sources of energy. The algorithm behind the proposed energy resource scheduling has three stages. The first stage is to schedule each microgrid individually to satisfy its internal demand. The next stage involves finding the best possible bids for exporting power to the network and compete in a whole sale energy market. The final stage is to reschedule each microgrid individually to satisfy the total demand, which is the addition of internal demand and the demand from the results of the whole sale energy market simulation. The simulation results of a power system with distributed resources comprising three microgrids and five lumped loads show that the proposed multi-agent system allows efficient management of micro-sources with minimum operational cost. The case studies demonstrate that the system is successfully monitored, controlled and operated by means of the developed multi-agent system. (author)

  13. Balancing Cost and Risk: The Treatment of Renewable Energy inWestern Utility Resource Plans

    Energy Technology Data Exchange (ETDEWEB)

    Wiser, Ryan; Bolinger, Mark

    2005-09-01

    Markets for renewable electricity have grown significantly in recent years, motivated in part by federal tax incentives and in part by state renewables portfolio standards and renewable energy funds. State renewables portfolio standards, for example, motivated approximately 45% of the 4,300 MW of wind power installed in the U.S. from 2001 through 2004, while renewable energy funds supported an additional 15% of these installations. Despite the importance of these state policies, a less widely recognized driver for renewable energy market growth is poised to also play an important role in the coming years: utility integrated resource planning (IRP). Formal resource planning processes have re-emerged in recent years as an important tool for utilities and regulators, particularly in regions where retail competition has failed to take root. In the western United States, recent resource plans contemplate a significant amount of renewable energy additions. These planned additions - primarily coming from wind power - are motivated by the improved economics of wind power, a growing acceptance of wind by electric utilities, and an increasing recognition of the inherent risks (e.g., natural gas price risk, environmental compliance risk) in fossil-based generation portfolios. The treatment of renewable energy in utility resource plans is not uniform, however. Assumptions about the direct and indirect costs of renewable resources, as well as resource availability, differ, as do approaches to incorporating such resources into the candidate portfolios that are analyzed in utility IRPs. The treatment of natural gas price risk, as well as the risk of future environmental regulations, also varies substantially. How utilities balance expected portfolio cost versus risk in selecting a preferred portfolio also differs. Each of these variables may have a substantial effect on the degree to which renewable energy contributes to the preferred portfolio of each utility IRP. This article

  14. Characterizing China's energy consumption with selective economic factors and energy-resource endowment: a spatial econometric approach

    Science.gov (United States)

    Jiang, Lei; Ji, Minhe; Bai, Ling

    2015-06-01

    Coupled with intricate regional interactions, the provincial disparity of energy-resource endowment and other economic conditions in China have created spatially complex energy consumption patterns that require analyses beyond the traditional ones. To distill the spatial effect out of the resource and economic factors on China's energy consumption, this study recast the traditional econometric model in a spatial context. Several analytic steps were taken to reveal different aspects of the issue. Per capita energy consumption (AVEC) at the provincial level was first mapped to reveal spatial clusters of high energy consumption being located in either well developed or energy resourceful regions. This visual spatial autocorrelation pattern of AVEC was quantitatively tested to confirm its existence among Chinese provinces. A Moran scatterplot was employed to further display a relatively centralized trend occurring in those provinces that had parallel AVEC, revealing a spatial structure with attraction among high-high or low-low regions and repellency among high-low or low-high regions. By a comparison between the ordinary least square (OLS) model and its spatial econometric counterparts, a spatial error model (SEM) was selected to analyze the impact of major economic determinants on AVEC. While the analytic results revealed a significant positive correlation between AVEC and economic development, other determinants showed some intricate influential patterns. The provinces endowed with rich energy reserves were inclined to consume much more energy than those otherwise, whereas changing the economic structure by increasing the proportion of secondary and tertiary industries also tended to consume more energy. Both situations seem to underpin the fact that these provinces were largely trapped in the economies that were supported by technologies of low energy efficiency during the period, while other parts of the country were rapidly modernized by adopting advanced

  15. 76 FR 36532 - Iberdrola Renewables, Inc., PacifiCorp, NextEra Energy Resources, LLC, Invenergy Wind North...

    Science.gov (United States)

    2011-06-22

    ... Renewables, Inc., PacifiCorp, NextEra Energy Resources, LLC, Invenergy Wind North America LLC, Horizon Wind...), Iberdrola Renewables, Inc., PacifiCorp, NextEra Energy Resources, LLC, Invenergy Wind North America LLC, and Horizon Wind Energy LLC (Complainants) filed a formal complaint against Bonneville Power Administration...

  16. Resource sharing under global scheduling with partial processor bandwidth

    NARCIS (Netherlands)

    Afshar, Sara; Behnam, Moris; Bril, Reinder J.; Nolte, Thomas

    2015-01-01

    Resource efficient approaches are of great importance for resource constrained embedded systems. In this paper, we present an approach targeting systems where tasks of a critical application are partitioned on a multi-core platform and by using resource reservation techniques, the remaining

  17. Resources and future supply of oil

    International Nuclear Information System (INIS)

    Kjaerstad, Jan; Johnsson, Filip

    2009-01-01

    This paper examines global oil resources and the future global oil supply/demand balance. The paper builds upon several comprehensive databases designed during the work and considerable efforts have been made to review what must be considered the most reliable data. Global oil resources have been investigated on three levels; country, company and field levels. Although no decisive conclusions or quantitative assessments can be made with respect to the global oil resource base, remaining resources appear to be sufficient to meet demand up to 2030 as projected in the 2006 (and 2007) world energy outlook by the IEA. Significant resources have already been discovered beyond proven reserves, many prospective regions remain to be fully explored and there are vast volumes of recoverable unconventional oil. However, it is also concluded that global supply of oil probably will continue to be tight, both in the medium term as well as in the long term mainly as a consequence of above-ground factors such as investment constraints, geopolitical tensions, limited access to reserves and mature super-giant fields. Production of unconventional oil and synthetic fuels is not believed to significantly alter this situation. Although an increasing number of recent reports have indicated an imminent or 'soon to come' peak in global oil supply, it has not been found that any of these reports have contributed with any new information on oil resources or oil supply ability. Nevertheless, there is a distinct possibility that global oil production may peak or plateau in a relatively near future, not caused by limited resources but because too many factors over long time constrain investments into exploration and production. The lack of transparency within the oil industry obviously prevents any accurate analysis of future production and supply ability. Moreover, our ability to analyse the sector will become more difficult in the future as oil increasingly will have to be sourced from

  18. Developing green energy resources - a case study in B.C

    International Nuclear Information System (INIS)

    McKenna, J.; Thompson, P.

    2001-01-01

    British Columbia Hydro, a Crown Corporation embarked on a strategy to become a sustainable energy company in 2001. An integral part of that strategy was to include reliable green and alternative energy sources in its power generation mix. In this framework, green and alternative energy contributes substantially to future investment decisions, revenue and competitive positioning in the market place. This paper presents a case study for green energy resources in the context of British Columbia Hydro. It discusses methods to quantify Greenhouse Emissions and ways to reduce Greenhouse Gases by choosing cleaner power with examples from a demonstration project on Vancouver Island

  19. Southern Africa’s Water–Energy Nexus: Towards Regional Integration and Development

    Directory of Open Access Journals (Sweden)

    Tafadzwanashe Mabhaudhi

    2016-06-01

    Full Text Available The Southern African Development Community’s (SADC water and energy sectors are under increasing pressure due to population growth and agricultural and industrial development. Climate change is also negatively impacting on the region’s water and energy resources. As the majority of SADC’s population lives in poverty, regional development and integration are underpinned by water and energy security as the watercourses in the region are transboundary in nature. This paper reviews the region’s water and energy resources and recommends policies based on the water–energy nexus approach. This is achieved by reviewing literature on water and energy resources as well as policy issues. Water resources governance provides a strong case to create a water–energy nexus platform to support regional planning and integration as SADC countries share similar climatic and hydrological conditions. However, there has been a gap between water and energy sector planning in terms of policy alignment and technical convergence. These challenges hinder national policies on delivering economic and social development goals, as well as constraining the regional goal of greater integration. Regional objectives on sustainable energy and access to clean water for all can only be achieved through the recognition of the water–energy nexus, championed in an integrated and sustainable manner. A coordinated regional water–energy nexus approach stimulates economic growth, alleviates poverty and reduces high unemployment rates. The shared nature of water and energy resources requires far more transboundary water–energy nexus studies to be done in the context of regional integration and policy formulation.

  20. A composite efficiency metrics for evaluation of resource and energy utilization

    International Nuclear Information System (INIS)

    Yang, Siyu; Yang, Qingchun; Qian, Yu

    2013-01-01

    Polygeneration systems are commonly found in chemical and energy industry. These systems often involve chemical conversions and energy conversions. Studies of these systems are interdisciplinary, mainly involving fields of chemical engineering, energy engineering, environmental science, and economics. Each of these fields has developed an isolated index system different from the others. Analyses of polygeneration systems are therefore very likely to provide bias results with only the indexes from one field. This paper is motivated from this problem to develop a new composite efficiency metrics for polygeneration systems. This new metrics is based on the second law of thermodynamics, exergy theory. We introduce exergy cost for waste treatment as the energy penalty into conventional exergy efficiency. Using this new metrics could avoid the situation of spending too much energy for increasing production or paying production capacity for saving energy consumption. The composite metrics is studied on a simplified co-production process, syngas to methanol and electricity. The advantage of the new efficiency metrics is manifested by comparison with carbon element efficiency, energy efficiency, and exergy efficiency. Results show that the new metrics could give more rational analysis than the other indexes. - Highlights: • The composite efficiency metric gives the balanced evaluation of resource utilization and energy utilization. • This efficiency uses the exergy for waste treatment as the energy penalty. • This efficiency is applied on a simplified co-production process. • Results show that the composite metrics is better than energy efficiencies and resource efficiencies

  1. Sensor Buoy System for Monitoring Renewable Marine Energy Resources.

    Science.gov (United States)

    García, Emilio; Quiles, Eduardo; Correcher, Antonio; Morant, Francisco

    2018-03-22

    In this paper we present a multi-sensor floating system designed to monitor marine energy parameters, in order to sample wind, wave, and marine current energy resources. For this purpose, a set of dedicated sensors to measure the height and period of the waves, wind, and marine current intensity and direction have been selected and installed in the system. The floating device incorporates wind and marine current turbines for renewable energy self-consumption and to carry out complementary studies on the stability of such a system. The feasibility, safety, sensor communications, and buoy stability of the floating device have been successfully checked in real operating conditions.

  2. Constraining Dark Matter Interactions with Pseudoscalar and Scalar Mediators Using Collider Searches for Multijets plus Missing Transverse Energy.

    Science.gov (United States)

    Buchmueller, Oliver; Malik, Sarah A; McCabe, Christopher; Penning, Bjoern

    2015-10-30

    The monojet search, looking for events involving missing transverse energy (E_{T}) plus one or two jets, is the most prominent collider dark matter search. We show that multijet searches, which look for E_{T} plus two or more jets, are significantly more sensitive than the monojet search for pseudoscalar- and scalar-mediated interactions. We demonstrate this in the context of a simplified model with a pseudoscalar interaction that explains the excess in GeV energy gamma rays observed by the Fermi Large Area Telescope. We show that multijet searches already constrain a pseudoscalar interpretation of the excess in much of the parameter space where the mass of the mediator M_{A} is more than twice the dark matter mass m_{DM}. With the forthcoming run of the Large Hadron Collider at higher energies, the remaining regions of the parameter space where M_{A}>2m_{DM} will be fully explored. Furthermore, we highlight the importance of complementing the monojet final state with multijet final states to maximize the sensitivity of the search for the production of dark matter at colliders.

  3. Groundwater availability as constrained by hydrogeology and environmental flows.

    Science.gov (United States)

    Watson, Katelyn A; Mayer, Alex S; Reeves, Howard W

    2014-01-01

    Groundwater pumping from aquifers in hydraulic connection with nearby streams has the potential to cause adverse impacts by decreasing flows to levels below those necessary to maintain aquatic ecosystems. The recent passage of the Great Lakes-St. Lawrence River Basin Water Resources Compact has brought attention to this issue in the Great Lakes region. In particular, the legislation requires the Great Lakes states to enact measures for limiting water withdrawals that can cause adverse ecosystem impacts. This study explores how both hydrogeologic and environmental flow limitations may constrain groundwater availability in the Great Lakes Basin. A methodology for calculating maximum allowable pumping rates is presented. Groundwater availability across the basin may be constrained by a combination of hydrogeologic yield and environmental flow limitations varying over both local and regional scales. The results are sensitive to factors such as pumping time, regional and local hydrogeology, streambed conductance, and streamflow depletion limits. Understanding how these restrictions constrain groundwater usage and which hydrogeologic characteristics and spatial variables have the most influence on potential streamflow depletions has important water resources policy and management implications. © 2013, National Ground Water Association.

  4. Risk-constrained dynamic self-scheduling of a pumped-storage plant in the energy and ancillary service markets

    International Nuclear Information System (INIS)

    Kazempour, S. Jalal; Moghaddam, M. Parsa; Haghifam, M.R.; Yousefi, G.R.

    2009-01-01

    This work addresses a new framework for self-scheduling of an individual price-taker pumped-storage plant in a day-ahead (DA) market. The goal is achieving the best trade-off between the expected profit and the risks when the plant participates in DA energy, spinning reserve and regulation markets. In this paper, a set of uncertainties including price forecasting errors and also the uncertainty of power delivery requests in the ancillary service markets are contemplated. Considering these uncertainties, a new approach is proposed which is called dynamic self-scheduling (DSS). This risk-constrained dynamic self-scheduling problem is therefore formulated and solved as a mixed integer programming (MIP) problem. Numerical results for a case study are discussed. (author)

  5. Nuclear Power and Resource Efficiency—A Proposal for a Revised Primary Energy Factor

    Directory of Open Access Journals (Sweden)

    Ola Eriksson

    2017-06-01

    Full Text Available Measuring resource efficiency can be achieved using different methods, of which primary energy demand is commonly used. The primary energy factor (PEF is a figure describing how much energy from primary resources is being used per unit of energy delivered. The PEF for nuclear power is typically 3, which refers to thermal energy released from fission in relation to electricity generated. Fuel losses are not accounted for. However; nuclear waste represents an energy loss, as current plans for nuclear waste management mostly include final disposal. Based on a literature review and mathematical calculations of the power-to-fuel ratio for nuclear power, PEF values for the open nuclear fuel cycle (NFC option of nuclear power and different power mixes are calculated. These calculations indicate that a more correct PEF for nuclear power would be 60 (range 32–88; for electricity in Sweden (41% nuclear power PEF would change from 1.8 to 25.5, and the average PEF for electricity in the European Union (EU would change from 2.5 to 18. The results illustrate the poor resource efficiency of nuclear power, which paves the way for the fourth generation of nuclear power and illustrates the policy implication of using PEFs which are inconsistent with current waste management plans.

  6. Distributed energy resources management using plug-in hybrid electric vehicles as a fuel-shifting demand response resource

    DEFF Research Database (Denmark)

    Morais, Hugo; Sousa, Tiago; Soares, J.

    2015-01-01

    In the smart grids context, distributed energy resources management plays an important role in the power systems' operation. Battery electric vehicles and plug-in hybrid electric vehicles should be important resources in the future distribution networks operation. Therefore, it is important...... to develop adequate methodologies to schedule the electric vehicles' charge and discharge processes, avoiding network congestions and providing ancillary services.This paper proposes the participation of plug-in hybrid electric vehicles in fuel shifting demand response programs. Two services are proposed......, namely the fuel shifting and the fuel discharging. The fuel shifting program consists in replacing the electric energy by fossil fuels in plug-in hybrid electric vehicles daily trips, and the fuel discharge program consists in use of their internal combustion engine to generate electricity injecting...

  7. Least-cost model predictive control of residential energy resources when applying ?mCHP

    NARCIS (Netherlands)

    Houwing, M.; Negenborn, R.R.; Heijnen, P.W.; De Schutter, B.; Hellendoorn, H.

    2007-01-01

    With an increasing use of distributed energy resources and intelligence in the electricity infrastructure, the possibilities for minimizing costs of household energy consumption increase. Technology is moving toward a situation in which households manage their own energy generation and consumption,

  8. ACCIDENTS AND UNSCHEDULED EVENTS ASSOCIATED WITH NON-NUCLEAR ENERGY RESOURCES AND TECHNOLOGY

    Science.gov (United States)

    Accidents and unscheduled events associated with non-nuclear energy resources and technology are identified for each step in the energy cycle. Both natural and anthropogenic causes of accidents or unscheduled events are considered. Data concerning these accidents are summarized. ...

  9. Renewable energy resources in Mali : potential and options for a sustainable development

    Energy Technology Data Exchange (ETDEWEB)

    Diarra, D.C. [Queen' s Univ., Kingston, ON (Canada). Dept. of Mechanical and Materials Engineering Solar Calorimetry Lab; Dembele, P. [Mali-Folkecenter, Faladie SEMA, Bamako (Mali)

    2006-07-01

    With a population of approximately 12 million, the per capita energy consumption of Mali is 228 Kilo tons of oil equivalent per inhabitant per year. Household energy consumption accounts for nearly 86 per cent of the total energy consumed with almost 99 per cent coming from wood energy. Energy consumption in the transportation, industrial and agricultural sectors is 10, 3, and 1 per cent respectively. The energy sector in Mali is characterized by the over-exploitation of forestry resources, dependence on imported oil and an under-exploitation of potential renewable energy resources such as solar, wind and biomass. The supply of solar energy is inexhaustible as the country receives almost 12 hours of sunshine with an average daily insolation of 5-7 KWh/m{sup 2}/day. Applications of photovoltaic (PV) technology in Mali concerns the basic needs of the population such as water pumping, lighting, battery charging and refrigeration. In 1994, the Mali government gave preferential fiscal policy on all solar equipment in order to encourage the wide spread use of solar energy, but technical constraints such as low efficiency, appropriate technology transfer methods, and sustainable financing mechanisms remain to be addressed. This paper described several programs that have been initiated to promote the use of renewable energy, protect the fragile environment threatened by the Sahara Desert and to provide access to drinking water. These achievements however, have not yet guaranteed energy sustainability, particularly in rural areas. It was recommended that efforts should be made to strengthen the renewable energy sector, correct inadequacies, introduce a sustainable renewable energy technology transfer process, and consolidate knowledge and experiences to focus on low cost renewable energy technologies. It was suggested that a natural resource map of the country should be made available in order allow for comparative cost and technology sustainability analysis before deciding

  10. Fossil fuel energy resources of Ethiopia: Coal deposits

    Energy Technology Data Exchange (ETDEWEB)

    Wolela, Ahmed [Department of Petroleum Operations, Ministry of Mines and Energy, Kotebe Branch Office, P. O. Box-486, Addis Ababa (Ethiopia)

    2007-11-22

    The gravity of Ethiopian energy problem has initiated studies to explore various energy resources in Ethiopia, one among this is the exploration for coal resources. Studies confirmed the presence of coal deposits in the country. The coal-bearing sediments are distributed in the Inter-Trappean and Pre-Trap volcanic geological settings, and deposited in fluvio-lacustrine and paludal environments in grabens and half-grabens formed by a NNE-SSW and NNW-SSE fault systems. Most significant coal deposits are found in the Inter-Trappean geological setting. The coal and coal-bearing sediments reach a maximum thickness of 4 m and 300 m, respectively. The best coal deposits were hosted in sandstone-coal-shale and mudstone-coal-shale facies. The coal formations of Ethiopia are quite unique in that they are neither comparable to the coal measures of the Permo-Carboniferous Karroo Formation nor to the Late Devonian-Carboniferous of North America or Northwestern Europe. Proximate analysis and calorific value data indicated that the Ethiopian coals fall under lignite to high volatile bituminous coal, and genetically are classified under humic, sapropelic and mixed coal. Vitrinite reflectance studies confirmed 0.3-0.64% Ro values for the studied coals. Palynology studies confirmed that the Ethiopian coal-bearing sediments range in age from Eocene to Miocene. A total of about 297 Mt of coal reserve registered in the country. The coal reserve of the country can be considered as an important alternative source of energy. (author)

  11. Trends in the development of industrially assimilated renewable energy: the problem of resource restrictions

    Science.gov (United States)

    Nizhegorodtsev, R. M.; Ratner, S. V.

    2016-03-01

    An analysis of the dynamics of the development of wind and solar energy and potential resource restrictions of the dissemination of these technologies of energy generation associated with intensive use of rare earth metals and some other mineral resources are presented. The technological prospects of various directions of decisions of the problem of resource restrictions, including escalating of volumes of extraction and production of necessary mineral components, creating substitutes of scarce materials and development of recycling are considered. The bottlenecks of each of the above-mentioned decisions were founded. Conclusions are drawn on the prospects of development of the Russian high-tech sectors of the economy in the context of the most probable decisions of the problem of resource restrictions of wind and solar energy. An increase in extraction and production of rare earth metals and some other materials, stimulation of domestic research and development (R&D) to create the permanent magnets of new types and new technologies of wind-powered generation, and reduction of the resource-demand and technology development of recycling the components of power equipment are the most prospective directions of progress. The innovations in these directions will be in demand on the European, Chinese, and North American markets in the near decades due to the end of the life cycle (approximately 30 years) of wind and solar energy projects started at the turn of the 20th-21st centuries (the beginning of exponential growth in plants). The private investors and relevant regional and federal government agencies can use the qualitative characteristics of the dynamics of industrially assimilated renewable energy to choose the most promising investment orientations in energy projects and selection of the most economically sound development methods of energy and related industries.

  12. Smoothing out the volatility of South Africa’s wind and solar energy resources

    CSIR Research Space (South Africa)

    Mushwana, Crescent

    2015-10-01

    Full Text Available In the past, renewables were mainly driven by the US, Europe and China, but South Africa is slowly picking up. This presentation discusses South Africa's wind and solar resources as alternative energy resources....

  13. Stochastic Security and Risk-Constrained Scheduling for an Autonomous Microgrid with Demand Response and Renewable Energy Resources

    DEFF Research Database (Denmark)

    Vahedipour-Dahraie, Mostafa; Rashidizadeh-Kermani, Homa; Najafi, Hamid Reza

    2017-01-01

    is to determine the optimal scheduling with considering risk aversion and system frequency security to maximise the expected profit of operator. To deal with various uncertainties, a riskconstrained two-stage stochastic programming model is proposed where the risk aversion of MG operator is modelled using...... of customers can be effectively applied to balance the demand and supply in electricity networks. This study presents a novel stochastic model from a microgrid (MG) operator perspective for energy and reserve scheduling considering risk management strategy. It is assumed that the MG operator can procure energy...... conditional value at risk method. Extensive numerical results are shown to demonstrate the effectiveness of the proposed framework....

  14. Evolutionary constrained optimization

    CERN Document Server

    Deb, Kalyanmoy

    2015-01-01

    This book makes available a self-contained collection of modern research addressing the general constrained optimization problems using evolutionary algorithms. Broadly the topics covered include constraint handling for single and multi-objective optimizations; penalty function based methodology; multi-objective based methodology; new constraint handling mechanism; hybrid methodology; scaling issues in constrained optimization; design of scalable test problems; parameter adaptation in constrained optimization; handling of integer, discrete and mix variables in addition to continuous variables; application of constraint handling techniques to real-world problems; and constrained optimization in dynamic environment. There is also a separate chapter on hybrid optimization, which is gaining lots of popularity nowadays due to its capability of bridging the gap between evolutionary and classical optimization. The material in the book is useful to researchers, novice, and experts alike. The book will also be useful...

  15. The Energy Commission's notice to the Minister of Natural Resources regarding the place of wind energy in Quebec's energy portfolio

    International Nuclear Information System (INIS)

    Dumais, A.; Frayne, A.; Tanguay, F.

    1998-01-01

    In December 1997 Quebec's Minister of Natural Resources requested that the Energy Commission advise him on the quota given to wind energy in the future energy development plans of Hydro-Quebec. The Commission's report to the Minister includes 18 recommendations. Among these is a recommendation that an assessment of wind resources be conducted as soon as possible to identify suitable sites for the installation of wind turbines. A provincial program for the development of wind energy is also recommended, to be initiated by the year 2002, and that it should proceed over the next nine years to reach a target production capacity of 450 MW by the year 2011. This production would come from the yearly installation of 60 to 70 wind turbines of 750 kV. The Commission also recommended that in the initial years costs for this wind energy not exceed that of the Le Nordais project, i.e. 5.8 cents per kWh. Any additional costs incurred in the generation of wind electricity over conventional hydro power should be assumed by the Quebec Government. Conversely, in instances where the wind power is sold to consumers outside of the province, Hydro-Quebec should pay for the full cost of this power. 8 tabs., 1 appendix

  16. Energy and the environment in Eastern Europe

    International Nuclear Information System (INIS)

    Kramer, J.M.

    1991-01-01

    This paper reports that three preeminent factors determine the nexus between energy policies and the environment in Eastern Europe. Economic planners in the region traditionally have emphasized supply-side policies to expand the amount, rather than demand-side policies to limit the consumption, of energy. Consequently, the East European economies have developed, in the words of Hungarian economists, an insatiable appetite for fuels and power that engenders among them a persisting propensity to overconsume these resources. All states in the region continue to devote between 40 and 45 percent of their total investments in industry to increase the indigenous production of fuels and power. The quality of the environment suffers considerably from these policies. The more energy an economy consumes (all other things being equal), the more wastes it creates, and so the more it pollutes the environment. Further, the enormous output of fiscal resources that these states devote to increasing their supply of energy severely constrains their capacity to pursue other investment opportunities, including opportunities to protect the environment

  17. Global resources and energy trade. An overview for coal, natural gas, oil and uranium

    Energy Technology Data Exchange (ETDEWEB)

    Remme, U.; Blesl, M.; Fahl, U.

    2007-07-15

    Despite efforts to improve energy effi-ciency and increase the usage of renewable energy carriers, fossil fuels and nuclear energy will continue to be important sources of global energy supply for the coming decades. Present global oil and gas supply is characterized by a concentration of production in a few world areas, mainly the Middle East and the Former Soviet Union, and a transport from these regions to the industrialized countries. Depletion of conventional reserves, especially oil, in combination with a surge for energy in emerging economies, as China and India, how-ever, is expected to change this picture in the future: unconventional resources in other world regions may be exploited to cover the surge energy demand, infrastructure for energy transport along new routes may have to be established. To provide a data base for such ques-tions, this report gives an overview of the current global resource situation for coal, natural gas, oil and uranium. In the first part, an assessment of the con-ventional and unconventional reserves and resources as well as their supply costs is given for the different regions of the world. The second part describes the current energy trade infrastructure between world regions and estimates the costs for existing and new trade links between these regions. (orig.)

  18. GMLC Extreme Event Modeling -- Slow-Dynamics Models for Renewable Energy Resources

    Energy Technology Data Exchange (ETDEWEB)

    Korkali, M. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States); Min, L. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States)

    2017-03-30

    The need for slow dynamics models of renewable resources in cascade modeling essentially arises from the challenges associated with the increased use of solar and wind electric power. Indeed, the main challenge is that the power produced by wind and sunlight is not consistent; thus, renewable energy resources tend to have variable output power on many different timescales, including the timescales that a cascade unfolds.

  19. An analysis of wind and solar energy resources for the State of Kuwait

    Science.gov (United States)

    Alhusainan, Haya Nasser

    Kuwait is an important producer of oil and gas. Its rapid socio-economic growth has been characterized by increasing population, high rates of urbanization, and substantial industrialization, which is transforming it into a large big energy consumer as well. In addition to urbanization, climatic conditions have played an important function in increasing demand for electricity in Kuwait. Electricity for thermal cooling has become essential in the hot desert climate, and its use has developed rapidly along with the economic development, urbanization, and population growth. This study examines the long-term wind and solar resources over the Kuwait to determine the feasibility of these resources as potential sustainable and renewable energy sources. The ultimate goal of this research is to help identify the potential role of renewable energy in Kuwait. This study will examine the drivers and requirements for the deployment of these energy sources and their possible integration into the electricity generation sector to illustrate how renewable energy can be a suitable resource for power production in Kuwait and to illustrate how they can also be used to provide electricity for the country. For this study, data from sixteen established stations monitored by the meteorological department were analyzed. A solar resource map was developed that identifies the most suitable locations for solar farm development. A range of different relevant variables, including, for example, electric networks, population zones, fuel networks, elevation, water wells, streets, and weather stations, were combined in a geospatial analysis to predict suitable locations for solar farm development and placement. An analysis of recommendations, future energy targets and strategies for renewable energy policy in Kuwait are then conducted. This study was put together to identify issues and opportunities related to renewable energy in the region, since renewable energy technologies are still limited in

  20. Thermo-mechanical controls on geothermal energy resources: case studies in the Pannonian Basin and other natural laboratories

    NARCIS (Netherlands)

    Cloetingh, S.; Wees, J.D. van; Wesztergom, V.

    2017-01-01

    Geothermal energy is an important renewable energy resource, whose share is growing rapidly in the energy mix. Geosciences provide fundamental knowledge on Earth system processes and properties, required for the development of new methods to identify prospective geothermal resources suitable for