<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: NetCDF Analysis of Temperature &amp; Precipitation Data + ModelBuilder in Spatial Data Science Questions</title>
    <link>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314471#M703</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ran Copy Raster on the output of the Make NetCDF Raster tool, but the same error appeared - no spatial reference exists, the table was not found. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Jun 2017 17:52:59 GMT</pubDate>
    <dc:creator>ChrisMcCloud</dc:creator>
    <dc:date>2017-06-09T17:52:59Z</dc:date>
    <item>
      <title>NetCDF Analysis of Temperature &amp; Precipitation Data + ModelBuilder</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314463#M695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working on a project examining potential environmental changes in the Chesapeake Bay watershed and the resulting potential impacts on local jurisdictions and planning. &amp;nbsp;As part of this, I have a number of NetCDF files containing temperature and precipitation data projections across 93 years. &amp;nbsp;How do I, first, separate out certain years as raster files with attribute tables containing the temperature and precipitation data, and second, automate the process using ModelBuilder so that it is easier to duplicate the process across different jurisdictions and regions? I'm using ArcGIS Advanced 10.4.1. &amp;nbsp;&amp;nbsp;netcdf data and model builder&amp;nbsp;netcdf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 22:37:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314463#M695</guid>
      <dc:creator>ChrisMcCloud</dc:creator>
      <dc:date>2017-06-07T22:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: NetCDF Analysis of Temperature &amp; Precipitation Data + ModelBuilder</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314464#M696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't used netCDF files in quite some time, but the tools to pull out the individual layers are in the "Multidimension Tools" toolbox; you'd want "Make NetCDF Raster Layer". &amp;nbsp;See the article &lt;A class="link-bare" href="http://desktop.arcgis.com/en/arcmap/10.4/manage-data/netcdf/reading-netcdf-data-as-a-raster-layer.htm" title="http://desktop.arcgis.com/en/arcmap/10.4/manage-data/netcdf/reading-netcdf-data-as-a-raster-layer.htm"&gt;http://desktop.arcgis.com/en/arcmap/10.4/manage-data/netcdf/reading-netcdf-data-as-a-raster-layer.htm&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My memory is that when you enter an input netCDF file, you'll see a drop-down list of variables contained in the netCDF file - you'll have to see exactly how the data are organized in your files. &amp;nbsp;Then it's easy to pull that tool into model builder (if you know how to use it, that is). &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 23:14:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314464#M696</guid>
      <dc:creator>ChrisRingo</dc:creator>
      <dc:date>2017-06-07T23:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: NetCDF Analysis of Temperature &amp; Precipitation Data + ModelBuilder</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314465#M697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply. &amp;nbsp;I'm familiar with the "Make NetCDF Raster" Tool, but when I try and run it, even after defining the projection, ModelBuilder says that there is no spatial reference. &amp;nbsp;I tried both Define Projection and Project (although, by convention, the original NetCDF file should be in WGS 84). &amp;nbsp;And it's mostly after applying that tool that the process becomes a bit more murky for me, in the separating out the individual years and months of interest (namely, 4 specific years and 4 months of each year, one representing each season), and individual jurisdictions of interest. &amp;nbsp;We're looking at 4 particular years and 4 particular months of each year, but the NetCDF files contain data for each month of each year, not annual data. &amp;nbsp;So, in theory, I suppose one must generate an individual raster for each month of each year of interest, then use the Raster Calculator to combine said months into one raster representing the year as a whole. &amp;nbsp;The data also has to be clipped, considering the original raster generated is national in scope and we are looking more regional and local. &amp;nbsp;But I'm very uncertain about the procedure after applying the aforementioned tool. &amp;nbsp;The spatial reference error generally kicks in around where the Clip tool is applied (current flowpath for each month in question is Make NetCDF Raster (month of interest selected under Dimension Values)--&amp;gt;Define Projection (WGS 84)--&amp;gt;Project (MD State Plane NAD 83)--&amp;gt;Clip (Somerset County, MD, MD SP NAD83)--&amp;gt;Raster Calculator (combined with other months, divided by 12)--&amp;gt;Representative Annual Raster for Year. &amp;nbsp;There are preconditions in place to ensure the sequence for each month completes before the subsequent month runs and to ensure all monthly rasters generate before the Raster Calculator runs.)&lt;BR /&gt;&lt;BR /&gt;I've also tried removing the Define Projection, as well as shuffling the flowpath order, flipping the order of the Clip and Project, shifting the clip features into WGS 84 first to run the Clip, then projecting the clipped jurisdiction into the State Plane system afterward. &amp;nbsp;It always results in the same error regarding the spatial reference. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 21:56:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314465#M697</guid>
      <dc:creator>ChrisMcCloud</dc:creator>
      <dc:date>2017-06-08T21:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: NetCDF Analysis of Temperature &amp; Precipitation Data + ModelBuilder</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314466#M698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update: I also tried using the NetCDF Time Series Extract script as detailed&amp;nbsp;at&amp;nbsp;&lt;A class="link-titled" href="http://support.esri.com/technical-article/000011318" title="http://support.esri.com/technical-article/000011318"&gt;How To: Export each time slice from a NetCDF layer as a single raster (*.tif)&lt;/A&gt;, but I still got a spatial reference error. &amp;nbsp;I checked the properties for the multidimensional raster generated by the Make NetCDF Raster tool as the preliminary step to using the script, and WGS 84 is set as the datum in the properties, so I'm still unsure where the error is coming from. &amp;nbsp;Could it have something to do with trying to run a transformation to NAD 83 as part of the script environment? &amp;nbsp;The precise error returned from the script was the following. &amp;nbsp;I believe the latter portion is the same as the error message received from ModelBuilder when I attempted the procedure described previously:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;ExecuteError: ERROR 999999: Error executing function.&lt;BR /&gt;The table name is invalid.&lt;BR /&gt;No spatial reference exists.&lt;BR /&gt;The table was not found. [NetCDF_Raster.tif]&lt;BR /&gt;Failed to execute (CopyRaster).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 22:58:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314466#M698</guid>
      <dc:creator>ChrisMcCloud</dc:creator>
      <dc:date>2017-06-08T22:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: NetCDF Analysis of Temperature &amp; Precipitation Data + ModelBuilder</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314467#M699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you able to run&amp;nbsp;the&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;Make NetCDF Raster Tool outside of Model Builder? &amp;nbsp;Might be time to attach a sample of your data and your code. &amp;nbsp;The error message seems to indicate a naming problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 15:35:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314467#M699</guid>
      <dc:creator>ChrisRingo</dc:creator>
      <dc:date>2017-06-09T15:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: NetCDF Analysis of Temperature &amp; Precipitation Data + ModelBuilder</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314468#M700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes; the tool itself doesn't seem to throw the error. It's any processes run on the output generated by the tool that generate the error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will confess that I'm not entirely sure how to attach the code itself. I can attach one of the files I am using relatively easily shortly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from my iPhone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 16:38:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314468#M700</guid>
      <dc:creator>ChrisMcCloud</dc:creator>
      <dc:date>2017-06-09T16:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: NetCDF Analysis of Temperature &amp; Precipitation Data + ModelBuilder</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314469#M701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried saving the raster layer to an actual raster before running the other processes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 16:46:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314469#M701</guid>
      <dc:creator>ChrisRingo</dc:creator>
      <dc:date>2017-06-09T16:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: NetCDF Analysis of Temperature &amp; Precipitation Data + ModelBuilder</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314470#M702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll check that. &amp;nbsp;Unfortunately the NetCDF file I'm using is too large to attach by itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 17:34:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314470#M702</guid>
      <dc:creator>ChrisMcCloud</dc:creator>
      <dc:date>2017-06-09T17:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: NetCDF Analysis of Temperature &amp; Precipitation Data + ModelBuilder</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314471#M703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ran Copy Raster on the output of the Make NetCDF Raster tool, but the same error appeared - no spatial reference exists, the table was not found. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 17:52:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314471#M703</guid>
      <dc:creator>ChrisMcCloud</dc:creator>
      <dc:date>2017-06-09T17:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: NetCDF Analysis of Temperature &amp; Precipitation Data + ModelBuilder</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314472#M704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To get further on this, I think we're going to have to see your exact job stream. &amp;nbsp;Did the same error appear when you ran the Copy Raster tool, or the next step in your job stream? &amp;nbsp;It's difficult to tell from your posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You said previously that the error you are getting was:&lt;/P&gt;&lt;DIV style="border: 0px; font-size: 14px;"&gt;&lt;DIV class="" style="border: 0px; font-weight: inherit; margin: 20px 0px;"&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;ExecuteError: ERROR 999999: Error executing function.&lt;BR /&gt;The table name is invalid.&lt;BR /&gt;No spatial reference exists.&lt;BR /&gt;The table was not found. [NetCDF_Raster.tif]&lt;BR /&gt;Failed to execute (CopyRaster).&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-size: 14px;"&gt;I'm wondering about the "The table name is invalid" part - the problem may not have anything to do with the spatial reference.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 18:03:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314472#M704</guid>
      <dc:creator>ChrisRingo</dc:creator>
      <dc:date>2017-06-09T18:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: NetCDF Analysis of Temperature &amp; Precipitation Data + ModelBuilder</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314473#M705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried running Project Raster on the output of the Make NetCDF Raster Tool, projecting it into the already-applied coordinate system, and then running the time series extract script from there. That seems to resolve the spatial error, as I did not get that. &amp;nbsp;However, it also seems to remove the multidimensional component of the NetCDF raster in the process of running the project at that point, so only one raster is generated by the script, as opposed to one per NetCDF time series entry. &amp;nbsp;So that appears to solve one problem and create another.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 18:27:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314473#M705</guid>
      <dc:creator>ChrisMcCloud</dc:creator>
      <dc:date>2017-06-09T18:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: NetCDF Analysis of Temperature &amp; Precipitation Data + ModelBuilder</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314474#M706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That error appeared both when I ran the Copy Raster tool directly on the output of Make NetCDF Raster and also when I attempted to run a Clip after attempting to project it into NAD 83/MD State Plane. &amp;nbsp;I've wondered about the table name &amp;amp; table not found portions of the error myself; there's no obvious cause for it, with no attribute table involved. I've also wondered about the table not found error. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 18:42:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314474#M706</guid>
      <dc:creator>ChrisMcCloud</dc:creator>
      <dc:date>2017-06-09T18:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: NetCDF Analysis of Temperature &amp; Precipitation Data + ModelBuilder</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314475#M707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll try and post a screenshot of the model as well, presuming that's what you mean by "job stream," as I'm not entirely sure if that's the case, keeping in mind that I have tried several different orders of the tools as well as several different tools, in some cases, and continued to get the same result (aside from the situation described below, which removed this problem but seems to have created another in the process). &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jun 2017 17:16:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314475#M707</guid>
      <dc:creator>ChrisMcCloud</dc:creator>
      <dc:date>2017-06-10T17:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: NetCDF Analysis of Temperature &amp; Precipitation Data + ModelBuilder</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314476#M708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could export the model to python and attach the code. &amp;nbsp;Even more helpful, you could run that code in the python&amp;nbsp;window and provide the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, did you download the data from a site to which you could provide a link? &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this point unless I can&amp;nbsp;see &lt;SPAN style="text-decoration: underline;"&gt;exactly&lt;/SPAN&gt; what you're doing and what data you're doing it to, I really can't speculate on what might be going on. &amp;nbsp;Maybe someone else has an idea&amp;nbsp;from what you've provided so far, but I would need to see exactly what you're working with.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 16:36:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314476#M708</guid>
      <dc:creator>ChrisRingo</dc:creator>
      <dc:date>2017-06-12T16:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: NetCDF Analysis of Temperature &amp; Precipitation Data + ModelBuilder</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314477#M709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll look into doing the code export&amp;nbsp;as soon as I get my external drive with my data on it hooked up again, probably within an hour or so. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The FTP link to the download for the data I am currently using is&amp;nbsp;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=ftp%3A%2F%2Fgdo-dcp.ucllnl.org%2Fpub%2Fdcp%2Farchive%2Fcmip5%2Fbcsd%2FBCSD%2Fbcc-csm1-1%2Frcp26%2Fmon%2Fr1i1p1%2Fpr%2F" rel="nofollow" target="_blank"&gt;ftp://gdo-dcp.ucllnl.org/pub/dcp/archive/cmip5/bcsd/BCSD/bcc-csm1-1/rcp26/mon/r1i1p1/pr/&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 19:46:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314477#M709</guid>
      <dc:creator>ChrisMcCloud</dc:creator>
      <dc:date>2017-06-12T19:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: NetCDF Analysis of Temperature &amp; Precipitation Data + ModelBuilder</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314478#M710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The output from the ModelBuilder process is as follows:&lt;BR /&gt;&lt;BR /&gt;Executing (Make NetCDF Raster Layer (25)): MakeNetCDFRasterLayer "D:\Todd Research\GIS Datasets\Climate_Projections\CMIP_5_Data2\Monthly\RCP_4.5\Precipitation\BCSD_0.125deg_pr_Amon_bcc-csm1-1_rcp45_r1i1p1_200601-209912.nc" pr longitude latitude Precip_bcc-csm1-1_RCP45_Dec2025 # "time '12/16/2025 12:00:00 PM'" BY_VALUE&lt;BR /&gt;Start Time: Wed Jun 21 14:52:43 2017&lt;BR /&gt;Succeeded at Wed Jun 21 14:52:43 2017 (Elapsed Time: 0.12 seconds)&lt;BR /&gt;Executing (Project): Project "D:\Todd Research\Processing\Chesapeake_Bay.gdb\Somerset_County_MD_2016" "D:\Todd Research\Processing\Chesapeake_Bay.gdb\Somerset_County_MD_2016_WGS84" PROJCS['WGS_1984_World_Mercator',GEOGCS['GCS_WGS_1984',DATUM['D_WGS_1984',SPHEROID['WGS_1984',6378137.0,298.257223563]],PRIMEM['Greenwich',0.0],UNIT['Degree',0.0174532925199433]],PROJECTION['Mercator'],PARAMETER['False_Easting',0.0],PARAMETER['False_Northing',0.0],PARAMETER['Central_Meridian',0.0],PARAMETER['Standard_Parallel_1',0.0],UNIT['Meter',1.0]] WGS_1984_(ITRF00)_To_NAD_1983 GEOGCS['GCS_North_American_1983',DATUM['D_North_American_1983',SPHEROID['GRS_1980',6378137.0,298.257222101]],PRIMEM['Greenwich',0.0],UNIT['Degree',0.0174532925199433]] NO_PRESERVE_SHAPE # NO_VERTICAL&lt;BR /&gt;Start Time: Wed Jun 21 14:52:43 2017&lt;BR /&gt;Succeeded at Wed Jun 21 14:52:44 2017 (Elapsed Time: 1.66 seconds)&lt;BR /&gt;Executing (Clip (159)): Clip Precip_bcc-csm1-1_RCP45_Dec2025 "283.763542 37.886605 284.460367 38.298944" "D:\Todd Research\Processing\Tangier_Smith_Islands.gdb\Precip_bcc-csm1-1_RCP45_Dec2025_Somerset_MD_WGS84" "D:\Todd Research\Processing\Chesapeake_Bay.gdb\Somerset_County_MD_2016_WGS84" 1.000000e+020 NONE NO_MAINTAIN_EXTENT&lt;BR /&gt;Start Time: Wed Jun 21 14:52:45 2017&lt;BR /&gt;ERROR 999999: Error executing function.&lt;BR /&gt;The table name is invalid.&lt;BR /&gt;No spatial reference exists.&lt;BR /&gt;FDO error: -2147220948&lt;BR /&gt;The table was not found. [Precip_bcc-csm1-1_RCP45_Dec2025_Somerset_MD_WGS84]&lt;BR /&gt;Failed to execute (Clip (159)).&lt;BR /&gt;Failed at Wed Jun 21 14:52:45 2017 (Elapsed Time: 0.14 seconds)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 18:54:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314478#M710</guid>
      <dc:creator>ChrisMcCloud</dc:creator>
      <dc:date>2017-06-21T18:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: NetCDF Analysis of Temperature &amp; Precipitation Data + ModelBuilder</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314479#M711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As for your most recent error, your output file(Precip_bcc-csm1-1_RCP45_Dec2025_Somerset_MD_WGS84) &amp;nbsp;is an ESRI Grid which can only be 13 characters or less, you need to add a file extension to allow for a longer name(I'd keep going with .tif).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess that also begs the question why your initial raster is even created since it is also apparently a Grid ( I don't see a file extension)&amp;nbsp;that is too long of a file name.&amp;nbsp; (Precip_bcc-csm1-1_RCP45_Dec2025)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 19:21:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/netcdf-analysis-of-temperature-precipitation-data/m-p/314479#M711</guid>
      <dc:creator>IanMurray</dc:creator>
      <dc:date>2017-06-21T19:21:31Z</dc:date>
    </item>
  </channel>
</rss>

