Access Framework: Model Text (November 2011): An Act to Establish a Framework for Development of Offshore Wind Power (open access)

Access Framework: Model Text (November 2011): An Act to Establish a Framework for Development of Offshore Wind Power

The model offshore wind power legislation focused on two aspects: compensation for use of ocean space and environmental assessment. In particular, the model legislation recommends the adoption of a rent and royalty scheme that is premised on high rent and low royalties in order to stimulate qualified bids from developers who are motivated to begin production as early as possible and to discourage sham bidding. The model legislation also includes a provision that sets royalties at a lower rate in the early years of project operation, and that provides states with the discretion to waive or defer rent and/or royalties for a period of time to meet the goals and objectives of energy independence, job creation, reduced emissions of conventional pollutants and greenhouse gases and increased state requirements for electricity from renewable sources. The environmental impact assessment (EIA) is structured to provide a systematic and interdisciplinary evaluation of the potential positive and negative life-cycle effects of a proposed offshore wind project on the physical, biological, cultural and socio-economic attributes of the project.
Date: October 22, 2011
Creator: Firestone, Jeremy & Crompton, Dawn Kurtz
Object Type: Report
System: The UNT Digital Library
Parallelizing AT with MatlabMPI (open access)

Parallelizing AT with MatlabMPI

The Accelerator Toolbox (AT) is a high-level collection of tools and scripts specifically oriented toward solving problems dealing with computational accelerator physics. It is integrated into the MATLAB environment, which provides an accessible, intuitive interface for accelerator physicists, allowing researchers to focus the majority of their efforts on simulations and calculations, rather than programming and debugging difficulties. Efforts toward parallelization of AT have been put in place to upgrade its performance to modern standards of computing. We utilized the packages MatlabMPI and pMatlab, which were developed by MIT Lincoln Laboratory, to set up a message-passing environment that could be called within MATLAB, which set up the necessary pre-requisites for multithread processing capabilities. On local quad-core CPUs, we were able to demonstrate processor efficiencies of roughly 95% and speed increases of nearly 380%. By exploiting the efficacy of modern-day parallel computing, we were able to demonstrate incredibly efficient speed increments per processor in AT's beam-tracking functions. Extrapolating from prediction, we can expect to reduce week-long computation runtimes to less than 15 minutes. This is a huge performance improvement and has enormous implications for the future computing power of the accelerator physics group at SSRL. However, one of the downfalls of parringpass …
Date: June 22, 2011
Creator: Li, Evan Y. & /SLAC, /Brown U.
Object Type: Report
System: The UNT Digital Library
Doping of GaN{sub 1-x}As{sub x} with high As content (open access)

Doping of GaN{sub 1-x}As{sub x} with high As content

Recent work has shown that GaN{sub 1-x}As{sub x} can be grown across the entire composition range by low temperature molecular beam epitaxy with intermediate compositions being amorphous, but control of the electrical properties through doping is critical for functionalizing this material. Here we report the bipolar doping of GaN{sub 1-x}As{sub x} with high As content to conductivities above 4 S/cm at room temperature using Mg or Te. The carrier type was confirmed by thermopower measurements. Doping requires an increase in Ga flux during growth resulting in a mixed phase material of polycrystalline GaAs:N embedded in amorphous GaN{sub 1-x}As{sub x}.
Date: September 22, 2011
Creator: Levander, A.X.; Novikov, S.V.; Liliental-Weber, Z.; dos Reis, R.; Dubon, O.D.; Wu, J. et al.
Object Type: Article
System: The UNT Digital Library
Diborane Electrode Response in 3D Silicon Sensors for the CMS and ATLAS Experiments (open access)

Diborane Electrode Response in 3D Silicon Sensors for the CMS and ATLAS Experiments

Unusually high leakage currents have been measured in test wafers produced by the manufacturer SINTEF containing 3D pixel silicon sensor chips designed for the ATLAS (A Toroidal LHC ApparatuS) and CMS (Compact Muon Solenoid) experiments. Previous data has shown the CMS chips as having a lower leakage current after processing than ATLAS chips. Some theories behind the cause of the leakage currents include the dicing process and the usage of copper in bump bonding, and with differences in packaging and handling between the ATLAS and CMS chips causing the disparity between the two. Data taken at SLAC from a SINTEF wafer with electrodes doped with diborane and filled with polysilicon, before dicing, and with indium bumps added contradicts this past data, as ATLAS chips showed a lower leakage current than CMS chips. It also argues against copper in bump bonding and the dicing process as main causes of leakage current as neither were involved on this wafer. However, they still display an extremely high leakage current, with the source mostly unknown. The SINTEF wafer shows completely different behavior than the others, as the FEI3s actually performed better than the CMS chips. Therefore this data argues against the differences in packaging …
Date: June 22, 2011
Creator: Brown, Emily R. & /SLAC, /Reed Coll.
Object Type: Report
System: The UNT Digital Library
Antenna Splitting Functions for Massive Particles (open access)

Antenna Splitting Functions for Massive Particles

An antenna shower is a parton shower in which the basic move is a color-coherent 2 {yields} 3 parton splitting process. In this paper, we give compact forms for the spin-dependent antenna splitting functions involving massive partons of spin 0 and spin 1/2. We hope that this formalism we have presented will be useful in describing the QCD dynamics of the top quark and other heavy particles at LHC.
Date: June 22, 2011
Creator: Larkoski, Andrew J. & Peskin, Michael E.
Object Type: Article
System: The UNT Digital Library
An Adaptive Particle Filtering Approach to Tracking Modes in a Varying Shallow Ocean Environment (open access)

An Adaptive Particle Filtering Approach to Tracking Modes in a Varying Shallow Ocean Environment

The shallow ocean environment is ever changing mostly due to temperature variations in its upper layers (< 100m) directly affecting sound propagation throughout. The need to develop processors that are capable of tracking these changes implies a stochastic as well as an 'adaptive' design. The stochastic requirement follows directly from the multitude of variations created by uncertain parameters and noise. Some work has been accomplished in this area, but the stochastic nature was constrained to Gaussian uncertainties. It has been clear for a long time that this constraint was not particularly realistic leading a Bayesian approach that enables the representation of any uncertainty distribution. Sequential Bayesian techniques enable a class of processors capable of performing in an uncertain, nonstationary (varying statistics), non-Gaussian, variable shallow ocean. In this paper adaptive processors providing enhanced signals for acoustic hydrophonemeasurements on a vertical array as well as enhanced modal function estimates are developed. Synthetic data is provided to demonstrate that this approach is viable.
Date: March 22, 2011
Creator: Candy, J V
Object Type: Article
System: The UNT Digital Library
Multi-language Struct Support in Babel (open access)

Multi-language Struct Support in Babel

Babel is an open-source language interoperability framework tailored to the needs of high-performance scientific computing. As an integral element of the Common Component Architecture (CCA) it is used in a wide range of research projects. In this paper we describe how we extended Babel to support interoperable tuple data types (structs). Structs are a common idiom in scientific APIs; they are an efficient way to pass tuples of nonuniform data between functions, and are supported natively by most programming languages. Using our extended version of Babel, developers of scientific code can now pass structs as arguments between functions implemented in any of the supported languages. In C, C++ and Fortran 2003, structs can be passed without the overhead of data marshaling or copying, providing language interoperability at minimal cost. Other supported languages are Fortran 77, Fortran 90, Java and Python. We will show how we designed a struct implementation that is interoperable with all of the supported languages and present benchmark data compare the performance of all language bindings, highlighting the differences between languages that offer native struct support and an object-oriented interface with getter/setter methods.
Date: March 22, 2011
Creator: Ebner, D; Prantl, A & Epperly, T W
Object Type: Article
System: The UNT Digital Library
Detector Noise Susceptibility Issues for the Future Generation of High Energy Physics Experiments (open access)

Detector Noise Susceptibility Issues for the Future Generation of High Energy Physics Experiments

The front-end electronics (FEE) noise characterization to electromagnetic interference and the compatibility of the different subsystems are important topics to consider for the LHC calorimeter upgrades. A new power distribution scheme based on switching power converters is under study and will define a noticeable noise source very close to the detector's FEE. Knowledge and experience with both FFE noise and electromagnetic compatibility (EMC) issues from previous detectors are important conditions to guarantee the design goals and the good functionality of the upgraded LHC detectors. This paper shows an overview of the noise susceptibility studies performed in different CMS subdetectors. The impact of different FEE topologies in the final sensitivity to electromagnetic interference of the subsystem is analyzed and design recommendations are presented to increase the EMC of the detectors to the future challenging power distribution topologies.
Date: November 22, 2011
Creator: Arteche, F.; Esteban, C.; Iglesias, M.; Rivetta, C. & Arcega, F. J.
Object Type: Article
System: The UNT Digital Library
FY 2011 Third Quarter Report Estimate of Historical Aerosol Direct and Indirect Effects (open access)

FY 2011 Third Quarter Report Estimate of Historical Aerosol Direct and Indirect Effects

The global and annual mean aerosol direct and indirect effects estimated from Community Earth System Model (CESM) simulations are -0.06 W m-2 and -1.39 W m-2, respectively.
Date: June 22, 2011
Creator: Koch, D
Object Type: Text
System: The UNT Digital Library
Clicks versus Citations: Click Count as a Metric in High Energy Physics Publishing (open access)

Clicks versus Citations: Click Count as a Metric in High Energy Physics Publishing

High-energy physicists worldwide rely on online resources such as SPIRES and arXiv to perform gather research and share their own publications. SPIRES is a tool designed to search the literature within high-energy physics, while arXiv provides the actual full-text documents of this literature. In high-energy physics, papers are often ranked according to the number of citations they acquire - meaning the number of times a later paper references the original. This paper investigates the correlation between the number of times a paper is clicked in order to be downloaded and the number of citations it receives following the click. It explores how physicists truly read what they cite.
Date: June 22, 2011
Creator: Bitton, Ayelet & /UC, San Diego /SLAC
Object Type: Report
System: The UNT Digital Library
Instability Control in a Staged Z-pinch (open access)

Instability Control in a Staged Z-pinch

A \Staged Z-Pinch” is a fusion-energy concept in which stored-electric energy is first converted into plasma-liner-kinetic energy, and then transferred to a coaxialtarget plasma [H. U. Rahman, F. J. Wessel, and N. Rostoker, Phys. Rev. Lett. 74, p. 714(1996)]. Proper choice of the liner and target materials, and their initial radii and mass densities, leads to dynamic stabilization, current amplification, and shock heating of the target. Simulations suggest that this configuration has merit as a alternative inertial-confinement-fusion concept, and may provide an energy release exceeding thermonuclear break-even, if tested on one of many newer pulsed power systems, for example those located at Sandia National Laboratories.
Date: April 22, 2011
Creator: WESSEL, Frank J.
Object Type: Report
System: The UNT Digital Library
Simulating Small-Scale Experiments of In-Tunnel Airblast Using STUN and ALE3D (open access)

Simulating Small-Scale Experiments of In-Tunnel Airblast Using STUN and ALE3D

None
Date: August 22, 2011
Creator: Neuscamman, S; Glenn, L; Schebler, G; McMichael, L & Glascoe, L
Object Type: Report
System: The UNT Digital Library
AN EXPERIMENTAL STUDY OF THE EFFECT OF OPERATOR HANDS ON THE REACTIVITY OF A FAST METAL SYSTEM (open access)

AN EXPERIMENTAL STUDY OF THE EFFECT OF OPERATOR HANDS ON THE REACTIVITY OF A FAST METAL SYSTEM

None
Date: July 22, 2011
Creator: Percher, C & Heinrichs, D
Object Type: Article
System: The UNT Digital Library
Testing Event Discrimination over Broad Regions using the Historical Borovoye Observatory Explosion Dataset (open access)

Testing Event Discrimination over Broad Regions using the Historical Borovoye Observatory Explosion Dataset

None
Date: November 22, 2011
Creator: Pasyanos, M E; Ford, S R & Walter, W R
Object Type: Article
System: The UNT Digital Library
A Nitsche Embedded Mesh Method (open access)

A Nitsche Embedded Mesh Method

None
Date: February 22, 2011
Creator: Sanders, J. D.; Laursen, T. A. & Puso, M. A.
Object Type: Article
System: The UNT Digital Library
Lawrence Livermore National Laboratory Plutonium Facility Personal Nuclear Accident Dosimeter (open access)

Lawrence Livermore National Laboratory Plutonium Facility Personal Nuclear Accident Dosimeter

None
Date: July 22, 2011
Creator: Wysong, A R; Hickman, D P; Wong, C T; Heinrichs, D P; Scorby, J C & Merritt, M J
Object Type: Article
System: The UNT Digital Library
Heuristic-based techniques for mapping irregular communication graphs to mesh topologies (open access)

Heuristic-based techniques for mapping irregular communication graphs to mesh topologies

None
Date: July 22, 2011
Creator: Bhatele, A & Kale, L V
Object Type: Article
System: The UNT Digital Library
On the Influence of Shrub Height and Expansion on Boreal Climate (open access)

On the Influence of Shrub Height and Expansion on Boreal Climate

None
Date: August 22, 2011
Creator: Bonfils, C.; Phillips, T.; Lawrence, D.; Cameron-Smith, P.; Riley, W. & Subin, Z.
Object Type: Article
System: The UNT Digital Library
Stimulated forward Raman scattering in large scale-length laser-produced plasmas (open access)

Stimulated forward Raman scattering in large scale-length laser-produced plasmas

None
Date: August 22, 2011
Creator: Niemann, C; Berger, R L; Divol, L; Kirkwood, R K; Moody, J D; Sorce, C M et al.
Object Type: Article
System: The UNT Digital Library
Generalized displacement correlation method for estimating stress intensity factors (open access)

Generalized displacement correlation method for estimating stress intensity factors

None
Date: September 22, 2011
Creator: Fu, P.; Johnson, S. M.; Settgast, R. R. & Carrigan, C. R.
Object Type: Article
System: The UNT Digital Library
Fusion Technologies for Laser Inertial Fusion Energy (LIFE) (open access)

Fusion Technologies for Laser Inertial Fusion Energy (LIFE)

None
Date: November 22, 2011
Creator: Kramer, K. J.; Latkowski, J. F.; Abbott, R. P.; Anklam, T. P.; Dunne, A. M.; El-Dasher, B. S. et al.
Object Type: Article
System: The UNT Digital Library
X-Ray Line-Shape Diagnostics and Novel Stigmatic Imaging Schemes for the National Ignition Facility (open access)

X-Ray Line-Shape Diagnostics and Novel Stigmatic Imaging Schemes for the National Ignition Facility

None
Date: June 22, 2011
Creator: Bitter, M; Hill, K W; Pablant, N A; Delgado-Aparicio, L F; Beiersdorfer, P; Dunn, J et al.
Object Type: Article
System: The UNT Digital Library
Global and Local Mechanical and Fabric Measurements of Sand Using DEM (open access)

Global and Local Mechanical and Fabric Measurements of Sand Using DEM

None
Date: July 22, 2011
Creator: Fu, P & Dafalias, Y F
Object Type: Article
System: The UNT Digital Library
Design of Low-Noise Output Amplifiers for P-channel Charge-Coupled Devices Fabricated on High-Resistivity Silicon (open access)

Design of Low-Noise Output Amplifiers for P-channel Charge-Coupled Devices Fabricated on High-Resistivity Silicon

We describe the design and optimization of low-noise, single-stage output amplifiers for p-channel charge-coupled devices (CCDs) used for scientific applications in astronomy and other fields. The CCDs are fabricated on high-resistivity, 4000–5000 -cm, n-type silicon substrates. Single-stage amplifiers with different output structure designs and technologies have been characterized. The standard output amplifier is designed with an n{sup +} polysilicon gate that has a metal connection to the sense node. In an effort to lower the output amplifier readout noise by minimizing the capacitance seen at the sense node, buried-contact technology has been investigated. In this case, the output transistor has a p{sup +} polysilicon gate that connects directly to the p{sup +} sense node. Output structures with buried-contact areas as small as 2 μm × 2 μm are characterized. In addition, the geometry of the source-follower transistor was varied, and we report test results on the conversion gain and noise of the various amplifier structures. By use of buried-contact technology, better amplifier geometry, optimization of the amplifier biases and improvements in the test electronics design, we obtain a 45% reduction in noise, corresponding to 1.7 e{sup −} rms at 70 kpixels/sec.
Date: December 22, 2011
Creator: Haque, S.; Frost, F.; Groulx, R.; Holland, S. E.; Karcher, A.; Kolbe, W. F. et al.
Object Type: Article
System: The UNT Digital Library