Difference between revisions of "Creating netCDF data files for GEOS-Chem"
From Geos-chem
(→Checklist for preparing data files) |
|||
Line 13: | Line 13: | ||
#If you have a data file that is in binary punch (bpch) file format, then [[Working_with_netCDF_data_files#Converting_files_from_binary_punch_format_to_netCDF|create a netCDF file from the bpch file]]. | #If you have a data file that is in binary punch (bpch) file format, then [[Working_with_netCDF_data_files#Converting_files_from_binary_punch_format_to_netCDF|create a netCDF file from the bpch file]]. | ||
#Once you have a netCDF file, [[The_COARDS_netCDF_conventions_for_earth_science_data#Determining_if_a_netCDF_file_is_COARDS-compliant|determine which elements of the file are not compliant with the COARDS conventions]] | #Once you have a netCDF file, [[The_COARDS_netCDF_conventions_for_earth_science_data#Determining_if_a_netCDF_file_is_COARDS-compliant|determine which elements of the file are not compliant with the COARDS conventions]] | ||
− | #[[Working_with_netCDF_data_files# | + | #[[Working_with_netCDF_data_files#Edit_variable_names_and_attributes|Edit non-conforming variable names, variable attributes, and/or global attributes to make them COARDS-compliant]]. |
#[[Working_with_netCDF_data_files#Regridding_netCDF_files|Regrid the data (if necessary)]]. | #[[Working_with_netCDF_data_files#Regridding_netCDF_files|Regrid the data (if necessary)]]. | ||
#[[Working_with_netCDF_data_files#Cropping_netCDF_files|Crop the data (e.g. if you are using a nested-grid simulation)]]. | #[[Working_with_netCDF_data_files#Cropping_netCDF_files|Crop the data (e.g. if you are using a nested-grid simulation)]]. |
Latest revision as of 16:25, 13 July 2020
Previous | Next | Guide to netCDF in GEOS-Chem
- Introduction to netCDF
- Check if netCDF is already installed on your system
- Use Spack to install netCDF on your system
- The COARDS netCDF conventions for earth science data
- Working with netCDF data files
- Creating netCDF data files for GEOS-Chem
- Other libraries used by GEOS-Chem
Checklist for preparing data files
- If you have a data file that is in binary punch (bpch) file format, then create a netCDF file from the bpch file.
- Once you have a netCDF file, determine which elements of the file are not compliant with the COARDS conventions
- Edit non-conforming variable names, variable attributes, and/or global attributes to make them COARDS-compliant.
- Regrid the data (if necessary).
- Crop the data (e.g. if you are using a nested-grid simulation).
- Chunk and deflate the file to reduce file size and improve I/O performance.
Submitting your files for inclusion to the GEOS-Chem data repository
If you would like to submit your data files for inclusion into standard GEOS-Chem data repository, then please follow our Guidelines for submitting code and data updates for GEOS-Chem.