Search NASASearch

SEARCH · Search NASA

Results for “CF conventions”

Search indexed NASA NTRS and DOE OSTI research on propulsion, heat transfer, battery materials and energy systems. Follow report and document links to the original sources.

Quote a phrase for an exact phrase match. Source license links do not imply unrestricted reuse.

Extending CF Conventions to Enhance Data FAIRness for Atmospheric Composition Observations

The Hierarchical Data Format (HDF) and Network Common Data Form (NetCDF) are data file formats created to aid users in the creation or use of scientific data. These file formats are useful for handling large data volumes and hosting extensive metadata as global, group, or variable attributes and are popular with the modeling community. HDF and NetCDF files are widely used with atmospheric remote sensing data and have been used to support measurements from numerous field campaigns, from satellite to aircraft or ground and mobile based measurements. The files from airborne field studies, however, vary greatly in terms of the file structure and the amount and content of their metadata. Information relevant to the file that can be useful to the user such as the data producer, location where data was taken, variable descriptions, or information about the instrument might not be included in the file. Recently, the Measurements of Aerosols, Clouds, and their Interactions for Earth System Models (MACIE) group started a grassroots effort to develop a CF-based template for the HDF and NetCDF files for field studies, with the aim of making the data products more interoperable and usable. This template seeks to make the files more compliant to Climate and Forecast (CF) metadata conventions and to standardize the file structure and the global and variable attributes. The template would help to ensure that HDF and NetCDF files contain adequate metadata to better support their use for research, e.g., the modeling community, and to enhance the usability and interoperability of data for research communities at large. The draft template has been applied to recent field studies for various instruments and their merge files in support of the Atmosphere Observing System (AOS) project. The details of the revised template are to be presented, as well as examples of the implementation of these requirements for merge files and lidar observation data files and issues revealed during the implementation process.

Sean Leavor

Data Access Services that Make Remote Sensing Data Easier to Use

This slide presentation reviews some of the processes that NASA uses to make the remote sensing data easy to use over the World Wide Web. This work involves much research into data formats, geolocation structures and quality indicators, often to be followed by coding a preprocessing program. Only then are the data usable within the analysis tool of choice. The Goddard Earth Sciences Data and Information Services Center is deploying a variety of data access services that are designed to dramatically shorten the time consumed in the data preparation step. On-the-fly conversion to the standard network Common Data Form (netCDF) format with Climate-Forecast (CF) conventions imposes a standard coordinate system framework that makes data instantly readable through several tools, such as the Integrated Data Viewer, Gridded Analysis and Display System, Panoply and Ferret. A similar benefit is achieved by serving data through the Open Source Project for a Network Data Access Protocol (OPeNDAP), which also provides subsetting. The Data Quality Screening Service goes a step further in filtering out data points based on quality control flags, based on science team recommendations or user-specified criteria. Further still is the Giovanni online analysis system which goes beyond handling formatting and quality to provide visualization and basic statistics of the data. This general approach of automating the preparation steps has the important added benefit of enabling use of the data by non-human users (i.e., computer programs), which often make sub-optimal use of the available data due to the need to hard-code data preparation on the client side.

Lynnes, Christopher

OPeNDAP and HDF5 in the Cloud: Techniques and Best Practices for Serving HDF5 Data

In our talk we will discuss considerations and best practices for organizing data and metadata in HDF5 files when serving ESDIS products in S3 with OPeNDAP. The first part of the talk will be devoted to the best practices for organizing data and user-defined metadata including CF conventions in HDF5. We will also address interoperability with netCDF-4 and its role in accessing data in HDF5. In the second part of the talk we will go over OPeNDAP considerations for S3 access to HDF5 data.

HDF5

A User-Focused Renovation of CERES Metadata

Production software and public data products for Clouds and the Earth’s Radiant Energy System (CERES) continue to evolve as the project extends its climate data record. The data management team for CERES is currently undertaking major renovations of both code and data products, the latter of which is, of course, in service of improving user experience. A major mode of CERES’ data product improvement is in renovating products’ metadata. Metadata standards have evolved since CERES began producing its data products in 2000. In its twentieth year, CERES essentially asked the question: how would the project design its data products if it could start all over again? With forthcoming editions, this rebirth will be realized. CERES has redesigned its metadata standards to best position itself for data discoverability. The project has used the latest standards being developed in NASA’s Earth Science Data and Information Systems (ESDIS) Project’s Unified Metadata Model (UMM) documentation; collaborated with the Atmospheric Science Data Center (ASDC) to ensure compliance with Common Metadata Repository compatibility, and continued compliance with Climate and Forecast (CF) Conventions. In doing so, the team created its own, internal document for proper metadata creation and metadata verification software that is deployed prior to all code deliveries. This presentation will discuss this redesign process, as well as needs met and those that are still outstanding in the search for an improved user experience with CERES data products.

Kathleen Dejwakh

Pypromice: A Python Package for Processing Automated Weather Station Data

The pypromice Python package is for processing and handling observation datasets from automated weather stations (AWS). It is primarily aimed at users of AWS data from the Geological Survey of Denmark and Greenland (GEUS), which collects and distributes in situ weather station observations to the cryospheric science research community. Functionality in pypromice is primarily handled using two key open-source Python packages, xarray (Hoyer & Hamman, 2017) and pandas (The pandas development team, 2020). A defined processing workflow is included in pypromice for transforming original AWS observations (Level 0, L0) to a usable, CF-convention-compliant dataset (Level 3, L3) (Figure 1). Intermediary processing levels (L1,L2) refer to key stages in the workflow, namely the conversion of variables to physical measurements and variable filtering (L1), cross-variable corrections and user-defined data flagging and fixing (L2), and derived variables (L3). Information regarding the station configuration is needed to perform the processing, such as instrument calibration coefficients and station type (one-boom tripod or two-boom mast station design, for example), which are held in a toml configuration file. Two example configuration files are provided with pypromice , which are also used in the package’s unit tests. More detailed documentation of the AWS design, instrumentation, and processing steps are described in Fausto et al. (2021).

pypromice

The Value of Data and Metadata Standardization for Interoperability in Giovanni Or: Why Your Product's Metadata Causes Us Headaches!

Giovanni is a data exploration and visualization tool at the NASA Goddard Earth Sciences Data Information Services Center (GES DISC). It has been around in one form or another for more than 15 years. Giovanni calculates simple statistics and produces 22 different visualizations for more than 1600 geophysical parameters from more than 90 satellite and model products. Giovanni relies on external data format standards to ensure interoperability, including the NetCDF CF Metadata Conventions. Unfortunately, these standards were insufficient to make Giovanni's internal data representation truly simple to use. Finding and working with dimensions can be convoluted with the CF Conventions. Furthermore, the CF Conventions are silent on machine-friendly descriptive metadata such as the parameter's source product and product version. In order to simplify analyzing disparate earth science data parameters in a unified way, we developed Giovanni's internal standard. First, the format standardizes parameter dimensions and variables so they can be easily found. Second, the format adds all the machine-friendly metadata Giovanni needs to present our parameters to users in a consistent and clear manner. At a glance, users can grasp all the pertinent information about parameters both during parameter selection and after visualization.

interoperability

Interoperability and Other Aspects of Guiding Data Producers for the Benefit of End Users

The purpose of this paper is to discuss how the Climate and Forecast (CF) Metadata Conventions and netCDF standard have influenced the recommendations and guidance provided to producers of data products based on NASA’s Earth observations. It has been long-recognized that interoperable datasets and use of standards and conventions are beneficial to the users of these datasets, especially those who make use of multiple datasets for their research and applications. The Dataset Interoperability Working Group (DIWG), one of NASA’s Earth Science Data System Working Groups (ESDSWGs), was established in 2013, and has developed and published many recommendations. The Data Product Development Guide (DPDG) Working Group, established in 2018 as another of the ESDSWGs, has published a DPDG for Data Producers and a Quick Start Guide, incorporating guidance from many sources, including the recommendations from the DIWG. The DPDG includes recommendations regarding data formats (prominently netCDF-4) and metadata based primarily on the CF Metadata Conventions and the Attribute Convention for Data Discovery (ACDD). In early 2023, it was decided that the Resource Center for Data Producers (RCDP) Working Group be established as another ESDSWG, with the goals of providing all the information relevant and helpful for data producers via an easily accessible website, and of recommending how the DPDG and QSG could be maintained as living documents, given the rapidly changing technologies, and the need for incorporating the experience and feedback from the users of these documents.

Data product development

Hierarchical Data Format for Earth Observing System Data Product Developer's Guide

The "Hierarchical Data Format for Earth Observing System" talk will address the best practices for creating ESDIS data products. The work presented is done in support of Data Product Developers Guide Working Group with mission "to help data product developers make data usable for end users". During the presentation, we will use some examples of NASA data products and show how to modify them to make data more usable.

Data usability

Additional Metadata Guidelines to Improve the Structure and Usability of HDF and NetCDF Files

The Hierarchical Data Format (HDF) and Network Common Data Form (NetCDF) are data file formats created to aid users in the creation or use of scientific data. These file formats are useful for handling large data volumes and hosting extensive metadata as global attributes or variables and are popular with the modeling community. HDF and NetCDF files are largely used with remote sensing data and have been used to support measurements from numerous campaigns, from satellite to aircraft or ground and mobile based measurements. The files from airborne field studies, however, vary greatly in terms of the file structure and the amount and content of metadata. Information relevant to the file that can be useful to the user such as the data producer, location where data was taken, variable descriptions, or information about the instrument might not be included in the file. This metadata might be present in another file in the dataset containing the same data using the International Consortium for Atmospheric Research on Transport and Transformation (ICARTT) format. Recently, the Aerosols, Clouds, and their Interactions for Earth System Models (MACIE) group started a grassroots effort to develop a set of requirements for the HDF and NetCDF files for field studies, aiming to make the data products more interoperable and usable. Particularly, these requirements seek to make the files more compliant to Climate and Forecast (CF) metadata conventions and to standardize the file structure and the global and variable attributes. These requirements would help to ensure that HDF and NetCDF files contain adequate metadata to better support their use for research, e.g., the modeling community, and to enhance the usability and interoperability of data for research communities at large. To be presented are the details of the MACIE requirements as well as examples of the implementation of these requirements for merge files and lidar observation data files.

Sean Leavor

Multifunctional Hybrid Carbon Nanotube/Carbon Fiber Polymer Composites

For aircraft primary structures, carbon fiber reinforced polymer (CFRP) composites possess many advantages over conventional aluminum alloys due to their light weight, higher strengthand stiffness-to-weight ratio, and low life-cycle maintenance costs. However, the relatively low electrical and thermal conductivities of CFRP composites fail to provide structural safety in certain operational conditions such as lightning strikes. Despite several attempts to solve these issues with the addition of carbon nanotubes (CNT) into polymer matrices, and/or by interleaving CNT sheets between conventional carbon fiber (CF) composite layers, there are still interfacial problems that exist between CNTs (or CF) and the resin. In this study, hybrid CNT/CF polymer composites were fabricated by interleaving layers of CNT sheets with Hexcel® IM7/8852 prepreg. Resin concentrations from 1 wt% to 50 wt% were used to infuse the CNT sheets prior to composite fabrication. The interlaminar properties of the resulting hybrid composites were characterized by mode I and II fracture toughness testing (double cantilever beam and end-notched flexure test). Fractographical analysis was performed to study the effect of resin concentration. In addition, multi-directional physical properties like thermal conductivity of the orthotropic hybrid polymer composite were evaluated. Interleaving CNT sheets significantly improved the in-plane (axial and perpendicular direction of CF alignment) thermal conductivity of the hybrid composite laminates by 50 - 400%.

Kang, Jin Ho

Thermal Properties of Hybrid Carbon Nanotube/Carbon Fiber Polymer

Carbon fiber reinforced polymer (CFRP) composites possess many advantages for aircraft structures over conventional aluminum alloys: light weight, higher strength- and stiffness-to-weight ratio, and low life-cycle maintenance costs. However, the relatively low thermal and electrical conductivities of CFRP composites are deficient in providing structural safety under certain operational conditions such as lightning strikes. One possible solution to these issues is to interleave carbon nanotube (CNT) sheets between conventional carbon fiber (CF) composite layers. However, the thermal and electrical properties of the orthotropic hybrid CNT/CF composites have not been fully understood. In this study, hybrid CNT/CF polymer composites were fabricated by interleaving layers of CNT sheets with Hexcel (Registered Trademark) IM7/8852 prepreg. The CNT sheets were infused with a 5% solution of a compatible epoxy resin prior to composite fabrication. Orthotropic thermal and electrical conductivities of the hybrid polymer composites were evaluated. The interleaved CNT sheets improved the in-plane thermal conductivity of the hybrid composite laminates by about 400% and the electrical conductivity by about 3 orders of magnitude.

Kang, Jin Ho

Comparison of the ultrastructure of conventionally fixed and high pressure frozen/freeze substituted root tips of Nicotiana and Arabidopsis

To circumvent the limitations of chemical fixation (CF) and to gain more reliable structural information about higher plant tissues, we have cryofixed root tips of Nicotiana and Arabidopsis by high pressure freezing (HPF). Whereas other freezing techniques preserve tissue to a relatively shallow depth, HPF in conjunction with freeze substitution (FS) resulted in excellent preservation of entire root tips. Compared to CF, in tissue prepared by HPF/FS: (1) the plasmalemma and all internal membranes were much smoother and often coated on the cytoplasmic side by a thin layer of stained material, (2) the plasmalemma was appressed to the cell wall, (3) organelle profiles were rounder, (4) the cytoplasmic, mitochondrial, and amyloplast matrices were denser, (5) vacuoles contained electron dense material, (6) microtubules appeared to be more numerous and straighter, with crossbridges observed between them, (7) cisternae of endoplasmic reticulum (ER) were wider and filled with material, (8) Golgi intercisternal elements were more clearly resolved and were observed between both Golgi vesicles and cisternae, and (9) larger vesicles were associated with Golgi stacks. This study demonstrates that HPF/FS can be used to successfully preserve the ultrastructure of relatively large plant tissues without the use of intracellular cryoprotectants.

NASA Program Space Biology

Flight Tests of a Supersonic Natural Laminar Flow Airfoil

IR thermography was used to characterize the transition front on a S-NLF test article at chord Reynolds numbers in excess of 30 million Changes in transition due to Mach number, Reynolds number, and surface roughness were investigated - Regions of laminar flow in excess of 80% chord at chord Reynolds numbers greater than 14 million IR thermography clearly showed the transition front and other flow features such as shock waves impinging upon the surface A series of parallel oblique shocks, of yet unknown origin, were found to cause premature transition at higher Reynolds numbers. NASA has a current goal to eliminate barriers to the development of practical supersonic transport aircraft Drag reduction through the use of supersonic natural laminar flow (S-NLF) is currently being explored as a means of increasing aerodynamic efficiency - Tradeoffs work best for business jet class at M<2 Conventional high-speed designs minimize inviscid drag at the expense of viscous drag - Existence of strong spanwise pressure gradient leads to crossflow (CF) while adverse chordwise pressure gradients amplifies and Tollmien-Schlichting (TS) instabilities Aerion Corporation has patented a S-NLF wing design (US Patent No. 5322242) - Low sweep to control CF - dp/dx < 0 on both wing surfaces to stabilize TS - Thin wing with sharp leading edge to minimize wave drag increase due to reduction in sweep NASA and Aerion have partnered to study S-NLF since 1999 Series of S-NLF experiments flown on the NASA F-15B research test bed airplane Infrared (IR) thermography used to characterize transition - Non-intrusive, global, good spatial resolution - Captures significant flow features well

laminar flow

Carbon Nanotube – Polysiloxane Nanocomposites for Ablative Thermal Protection Systems

Ultra-high temperature resins (UHTR) such as polysiloxane possess excellent characteristics for ablation including low thermal conductivity, lightweight composition, high thermal resistance, and the ability to form a durable char layer. To enhance its mechanical strength, the aerospace industry utilizes fiber reinforcement, such as carbon fiber reinforced polysiloxane (CF-polysiloxane), due to its high strength-to-weight ratio. Carbon nanotubes (CNTs) have advantages over microfibers including higher specific strength, lower density, and customizable thermal conductivity. Their nano-scale dimensions allow for a more homogenous material compared to traditional microfibers. Conventional methods of incorporating CNTs into resins often have structural defects such as voids, CNT agglomerations, and randomly dispersed CNTs, resulting in marginal improvements in properties. A novel approach known as bulk nanocomposite laminating (BNL) has been introduced involving CNT densification, resin polymer infiltration, and pressurized curing to achieve a high packing density exceeding 35% by volume. Characterization and testing to simulate re-entry conditions is performed with a sample of CNT-polysiloxane nanocomposite cured onto a CF-polysiloxane backing. These samples are subjected to ablation by an oxyacetylene flame while collecting temperature data to evaluate thermal protection properties.

Palak B Patel

Failure analysis of the lithium battery: A study of the header deposit on the cell top and diffusion within the electrode glass seal using nuclear microanalysis and FFTIR spectroscopy

The Solid Rocket Booster Range Safety System (SRBRSS) uses a lithium/poly-carbon monofluoride primary battery as a source of electrical power. After cell fabrication and activation, some battery cells have shown self discharge. One possible source of this cell discharge has been suggested to be the formation and growth of a conducting crystallized chemical compound across the glass bead insulator, electrically shorting the glass bead to the casing. This laboratory has begun an analysis of this compound, the glass seal holding the cathode into place, and the cell electrolyte, using Fast Fourier Transform Infrared (FFTIR) Analysis, Rutherford Backscattering Spectroscopy (RBS), and Nuclear Reaction Microanalysis. Preliminary measurements have confirmed the existence of lithium, nitrogen, fluorine, and oxygen on a reddish-brown deposit covering parts of the glass seal holding the positive electrode in place. Cells using Li metal electrodes, have many advantages over conventional primary batteries. One principal disadvantage of using Li batteries on a commercial basis would be the environmental impact of the fluorocarbon material. Another would be the relatively high expense of (CF)n.

Hassan, Razi A.

Properties of Multifunctional Hybrid Carbon Nanotube/Carbon Fiber Polymer Matrix Composites

For aircraft primary structures, carbon fiber reinforced polymer (CFRP) composites possess many advantages over conventional aluminum alloys due to their light weight, higher strength- and stiffness-to-weight ratios, and low life-cycle maintenance costs. However, the relatively low electrical and thermal conductivities of CFRP composites fail to provide structural safety in certain operational conditions such as lightning strikes. Carbon nanotubes (CNT) offer the potential to enhance the multi-functionality of composites with improved thermal and electrical conductivity. In this study, hybrid CNT/carbon fiber (CF) polymer composites were fabricated by interleaving layers of CNT sheets with Hexcel® IM7/8852 prepreg. Resin concentrations from 1 wt% to 50 wt% were used to infuse the CNT sheets prior to composite fabrication. The interlaminar properties of the resulting hybrid composites were characterized by mode I and II fracture toughness testing. Fractographical analysis was performed to study the effect of resin concentration. In addition, multi-directional physical properties like thermal conductivity of the orthotropic hybrid polymer composite were evaluated.

Cano, Roberto J.