47,085 research outputs found
SModelS v1.0: a short user guide
SModelS is a tool for the automatic interpretation of simplified-model
results from the LHC. Version 1.0 of the code is now publicly available. This
document provides a quick user guide for installing and running SModelS v1.0.Comment: The code is available for download at http://smodels.hephy.at
Recommended from our members
UPC++ v1.0 Specification, Revision 2020.3.0
UPC++ is a C++11 library providing classes and functions that support Partitioned Global Address Space (PGAS) programming. The key communication facilities in UPC++ are one-sided Remote Memory Access (RMA) and Remote Procedure Call (RPC). All communication operations are syntactically explicit and default to non-blocking; asynchrony is managed through the use of futures, promises and continuation callbacks, enabling the programmer to construct a graph of operations to execute asynchronously as high-latency dependencies are satisfied. A global pointer abstraction provides system-wide addressability of shared memory, including host and accelerator memories. The parallelism model is primarily process-based, but the interface is thread-safe and designed to allow efficient and expressive use in multi-threaded applications. The interface is designed for extreme scalability throughout, and deliberately avoids design features that could inhibit scalability
The Bolocam Galactic Plane Survey IX: Data Release 2 and Outer Galaxy Extension
We present a re-reduction and expansion of the Bolocam Galactic Plane Survey,
first presented by Aguirre et al. (2011) and Rosolowsky et al. (2010). The BGPS
is a 1.1 mm survey of dust emission in the Northern galactic plane, covering
longitudes -10 < \ell < 90 and latitudes |b| < 0.5 with a typical 1-\sigma RMS
sensitivity of 30-100 mJy in a 33" beam. Version 2 of the survey includes an
additional 20 square degrees of coverage in the 3rd and 4th quadrants and 2
square degrees in the 1st quadrant. The new data release has improved angular
recovery, with complete recovery out to 80" and partial recovery to 300", and
reduced negative bowls around bright sources resulting from the atmospheric
subtraction process. We resolve the factor of 1.5 flux calibration offset
between the v1.0 data release and other data sets and determine that there is
no offset between v2.0 and other data sets. The v2.0 pointing accuracy is
tested against other surveys and demonstrated to be accurate and an improvement
over v1.0. We present simulations and tests of the pipeline and its properties,
including measurements of the pipeline's angular transfer function. The Bolocat
cataloging tool was used to extract a new catalog, which includes 8594 sources,
with 591 in the expanded regions. We have demonstrated that the Bolocat 40" and
80" apertures are accurate even in the presence of strong extended background
emission. The number of sources is lower than in v1.0, but the amount of flux
and area included in identified sources is larger.Comment: 36 pages, 16 figures, accepted to ApJS. Data available from
http://irsa.ipac.caltech.edu/data/BOLOCAM_GPS
Improvement of Stratospheric Aerosol Extinction Retrieval from OMPS/LP Using a New Aerosol Model
The Ozone Mapping and Profiler Suite Limb Profiler (OMPS/LP) has been flying on the Suomi National Polar-orbiting Partnership (S-NPP) satellite since October 2011. It is designed to produce ozone and aerosol vertical profiles at 2km vertical resolution over the entire sunlit globe. Aerosol extinction profiles are computed with Mie theory using radiances measured at 675nm. The operational Version 1.0 (V1.0) aerosol extinction retrieval algorithm assumes a bimodal lognormal aerosol size distribution (ASD) whose parameters were derived by combining an in situ measurement of aerosol microphysics with the Stratospheric Aerosol and Gas Experiment (SAGE II) aerosol extinction climatology. Internal analysis indicates that this bimodal lognormal ASD does not sufficiently explain the spectral dependence of LP-measured radiances. In this paper we describe the derivation of an improved aerosol size distribution, designated Version 1.5 (V1.5), for the LP retrieval algorithm. The new ASD uses a gamma function distribution that is derived from Community Aerosol and Radiation Model for Atmospheres (CARMA)-calculated results. A cumulative distribution fit derived from the gamma function ASD gives better agreement with CARMA results at small particle radii than bimodal or unimodal functions. The new ASD also explains the spectral dependence of LP-measured radiances better than the V1.0 ASD. We find that the impact of our choice of ASD on the retrieved extinctions varies strongly with the underlying reflectivity of the scene. Initial comparisons with collocated extinction profiles retrieved at 676nm from the SAGE III instrument on the International Space Station (ISS) show a significant improvement in agreement for the LP V1.5 retrievals. Zonal mean extinction profiles agree to within 10% between 19 and 29km, and regression fits of collocated samples show improved correlation and reduced scatter compared to the V1.0 product. This improved agreement will motivate development of more sophisticated ASDs from CARMA results that incorporate latitude, altitude and seasonal variations in aerosol properties
Recommended from our members
UPC++ v1.0 Programmer’s Guide, Revision 2020.3.0
UPC++ is a C++11 library that provides Partitioned Global Address Space (PGAS) programming. It is designed for writing parallel programs that run efficiently and scale well on distributed-memory parallel computers. The PGAS model is single program, multiple-data (SPMD), with each separate constituent process having access to local memory as it would in C++. However, PGAS also provides access to a global address space, which is allocated in shared segments that are distributed over the processes. UPC++ provides numerous methods for accessing and using global memory. In UPC++, all operations that access remote memory are explicit, which encourages programmers to be aware of the cost of communication and data movement. Moreover, all remote-memory access operations are by default asynchronous, to enable programmers to write code that scales well even on hundreds of thousands of cores
- …