Skip to content

Instantly share code, notes, and snippets.

@wjcapehart
Last active October 16, 2018 21:01
Show Gist options
  • Save wjcapehart/89c27dd19030a49d9c5a3900d086fc12 to your computer and use it in GitHub Desktop.
Save wjcapehart/89c27dd19030a49d9c5a3900d086fc12 to your computer and use it in GitHub Desktop.
LOCA Downscaled Climate Output NetCDF Inventory
netcdf NGP_LOCA_tasmax_ACCESS1-0_r1i1p1_rcp45 {
dimensions:
time = UNLIMITED ; // (34333 currently)
bnds = 2 ;
lat = 302 ;
lon = 450 ;
variables:
double lon_bnds(lon, bnds) ;
lon_bnds:_ChunkSizes = 450, 2 ;
double lon(lon) ;
lon:axis = "X" ;
lon:bounds = "lon_bnds" ;
lon:long_name = "lon" ;
lon:standard_name = "longitude" ;
lon:units = "degrees_east" ;
lon:_ChunkSizes = 450 ;
double time(time) ;
time:standard_name = "time" ;
time:long_name = "time" ;
time:bounds = "time_bnds" ;
time:units = "days since 1900-01-01 00:00:00" ;
time:calendar = "standard" ;
time:axis = "T" ;
time:_ChunkSizes = 524288 ;
double time_bnds(time, bnds) ;
time_bnds:_ChunkSizes = 1, 2 ;
double lat(lat) ;
lat:standard_name = "latitude" ;
lat:long_name = "lat" ;
lat:units = "degrees_north" ;
lat:axis = "Y" ;
lat:bounds = "lat_bnds" ;
lat:_ChunkSizes = 302 ;
double lat_bnds(lat, bnds) ;
lat_bnds:_ChunkSizes = 302, 2 ;
short tasmax_ACCESS1-0_r1i1p1_rcp45(time, lat, lon) ;
tasmax_ACCESS1-0_r1i1p1_rcp45:_FillValue = -32767s ;
tasmax_ACCESS1-0_r1i1p1_rcp45:_ChunkSizes = 1, 302, 450 ;
tasmax_ACCESS1-0_r1i1p1_rcp45:cell_methods = "time: maximum" ;
tasmax_ACCESS1-0_r1i1p1_rcp45:description = "Maximum Daily Temperature" ;
tasmax_ACCESS1-0_r1i1p1_rcp45:long_name = "Maximum Daily Temperature" ;
tasmax_ACCESS1-0_r1i1p1_rcp45:standard_name = "air_temperature" ;
tasmax_ACCESS1-0_r1i1p1_rcp45:units = "degC" ;
tasmax_ACCESS1-0_r1i1p1_rcp45:add_offset = 0.f ;
tasmax_ACCESS1-0_r1i1p1_rcp45:scale_factor = 0.1f ;
tasmax_ACCESS1-0_r1i1p1_rcp45:missing_value = -32767s ;
// global attributes:
:CDI = "Climate Data Interface version 1.9.5 (http://mpimet.mpg.de/cdi)" ;
:history = "Mon Oct 01 04:22:40 2018: cdo div /projects/ECEP/LOCA_MACA_Ensembles/LOCA/LOCA_OUTPUT/grid_ngp/NGP_LOCA_tasmax_ACCESS1-0_r1i1p1_rcp45___T2006.nc ./mask.nc ./masked.nc\n",
"Dataset was deflated and aggregated for publication by the USGS by dblodgett@usgs.gov in May 2016." ;
:Conventions = "CF-1.4" ;
:creation_date = "2012-01-17T12:34:13Z" ;
:title = "Projected Future LOCA Statistical Downscaling (Localized Constructed Analogs) Statistically downscaled CMIP5 climate projections for North America" ;
:acknowledgment = "Pierce, D. W., D. R. Cayan, and B. L. Thrasher, 2014: Statistical downscaling using Localized Constructed Analogs (LOCA). Journal of Hydrometeorology, volume 15, page 2558-2585. We acknowledge the World Climate Research Programme\'s Working Group on Coupled Modeling, which is responsible for CMIP, and we thank the climate modeling groups for producing and making available their model output. For CMIP, the U.S. Department of Energy\'s Program for Climate Model Diagnosis and Intercomparison provides coordinating support and led development of software infrastructure in partnership with the Global Organization for Earth System Science Portals." ;
:Metadata_Conventions = "Unidata Dataset Discovery v1.0" ;
:summary = "LOCA is a statistical downscaling technique that uses past history to add improved fine-scale detail to global climate models. We have used LOCA to downscale 32 global climate models from the CMIP5 archive at a 1/16th degree spatial resolution, covering North America from central Mexico through Southern Canada. The historical period is 1950-2005, and there are two future scenarios available: RCP 4.5 and RCP 8.5 over the period 2006-2100 (although some models stop in 2099). The variables currently available are daily minimum and maximum temperature, and daily precipitation. For more information visit: http://loca.ucsd.edu/" ;
:keywords = "precipitation, temperature" ;
:id = "cida.usgs.gov/loca_future" ;
:naming_authority = "cida.usgs.gov" ;
:cdm_data_type = "Grid" ;
:publisher_name = "David Blodgett" ;
:publisher_url = "https://owi.usgs.gov/" ;
:creator_name = "David Pierce" ;
:creator_email = "dpierce@ucsd.edu" ;
:time_coverage_start = "2006-01-01T00:00" ;
:time_coverage_end = "2100-12-31T00:00" ;
:date_modified = "2016-05-27" ;
:date_issued = "2016-06-01" ;
:project = "Comparative Analysis of Downscaled Climate Simulations, Providing Guidance to End Users https://nccwsc.usgs.gov/display-project/4f8c6580e4b0546c0c397b4e/5012a629e4b05140039e02cd" ;
:publisher_email = "dblodgett@usgs.gov" ;
:geospatial_lat_min = "24" ;
:geospatial_lat_max = "53" ;
:geospatial_lon_min = "-125" ;
:geospatial_lon_max = "-67" ;
:license = "Freely available" ;
:CDO = "Climate Data Operators version 1.9.5 (http://mpimet.mpg.de/cdo)" ;
:DODS_EXTRA.Unlimited_Dimension = "time" ;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment