<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jörg Rädler &#187; netCDF</title>
	<atom:link href="http://www.j-raedler.de/tag/netcdf/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.j-raedler.de</link>
	<description>programming &#124; simulation &#124; visualization</description>
	<lastBuildDate>Mon, 23 Jan 2012 21:55:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Reading dymolas mat-files with python</title>
		<link>http://www.j-raedler.de/2011/02/reading-dymolas-mat-files-with-python/</link>
		<comments>http://www.j-raedler.de/2011/02/reading-dymolas-mat-files-with-python/#comments</comments>
		<pubDate>Wed, 09 Feb 2011 14:35:40 +0000</pubDate>
		<dc:creator>jraedler</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[dap]]></category>
		<category><![CDATA[dymat]]></category>
		<category><![CDATA[dymola]]></category>
		<category><![CDATA[modelica]]></category>
		<category><![CDATA[netCDF]]></category>
		<category><![CDATA[openmodelica]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[simulation]]></category>

		<guid isPermaLink="false">http://www.j-raedler.de/?p=577</guid>
		<description><![CDATA[INFO: This post is outdated! Please have a look here. Dymola stores its simulation results in regular mat-files, but the program uses a special variable structure to store the data efficiently. An easy way to access the data is MATLAB, but I was looking for a more pythonic solution. If you want to access the [...]]]></description>
		<wfw:commentRss>http://www.j-raedler.de/2011/02/reading-dymolas-mat-files-with-python/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to convert a csv file to netCDF with 7 lines of python code</title>
		<link>http://www.j-raedler.de/2010/12/how-to-convert-a-csv-file-to-netcdf-with-7-lines-of-python-code/</link>
		<comments>http://www.j-raedler.de/2010/12/how-to-convert-a-csv-file-to-netcdf-with-7-lines-of-python-code/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 15:52:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ncDataReader2]]></category>
		<category><![CDATA[netCDF]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.j-raedler.de/?p=535</guid>
		<description><![CDATA[When preparing files for the ncDataReader2 I often have to convert text files that contain values separated by TABs or commas. In most simple cases this can be done with some lines of python code. An example is here: import sys, pupynere ll = &#91;l.strip&#40;&#41;.split&#40;','&#41; for l in open&#40;sys.argv&#91;1&#93;&#41; if not l.startswith&#40;'#'&#41;&#93; vv = zip&#40;*&#91;map&#40;float, [...]]]></description>
		<wfw:commentRss>http://www.j-raedler.de/2010/12/how-to-convert-a-csv-file-to-netcdf-with-7-lines-of-python-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ncDataReader2 &#124; 2.2.4</title>
		<link>http://www.j-raedler.de/2010/12/ncdatareader2-2-2-4/</link>
		<comments>http://www.j-raedler.de/2010/12/ncdatareader2-2-2-4/#comments</comments>
		<pubDate>Fri, 03 Dec 2010 13:05:12 +0000</pubDate>
		<dc:creator>jraedler</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[dap]]></category>
		<category><![CDATA[dymola]]></category>
		<category><![CDATA[modelica]]></category>
		<category><![CDATA[ncDataReader2]]></category>
		<category><![CDATA[netCDF]]></category>
		<category><![CDATA[openmodelica]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[simulation]]></category>

		<guid isPermaLink="false">http://www.j-raedler.de/?p=532</guid>
		<description><![CDATA[A new release 2.2.4 of ncDataReader2 is out. Some bugs were fixed and the API has slightly changed. This version should work both with Dymola and OpenModelica on Linux and Windows. When you have a DAP-enabled netcdf library  it will even fetch data from the web in background. I already did some Dymola simulations with [...]]]></description>
		<wfw:commentRss>http://www.j-raedler.de/2010/12/ncdatareader2-2-2-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ncDataReader2 &#124; 2.2.1</title>
		<link>http://www.j-raedler.de/2010/11/ncdatareader2-2-2-1/</link>
		<comments>http://www.j-raedler.de/2010/11/ncdatareader2-2-2-1/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 11:03:00 +0000</pubDate>
		<dc:creator>jraedler</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[ncDataReader2]]></category>
		<category><![CDATA[netCDF]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.j-raedler.de/?p=492</guid>
		<description><![CDATA[A new minor release of ncDataReader2 is coming. It only fixes one important bug: Numerical  attributes (like scale_factor and add_offset) were not read correctly with 2.2.0. Source and binary packages will follow soon.]]></description>
		<wfw:commentRss>http://www.j-raedler.de/2010/11/ncdatareader2-2-2-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessing external data from Modelica with ncDataReader2</title>
		<link>http://www.j-raedler.de/2010/11/accessing-external-data-from-modelica-with-ncdatareader2/</link>
		<comments>http://www.j-raedler.de/2010/11/accessing-external-data-from-modelica-with-ncdatareader2/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 14:52:51 +0000</pubDate>
		<dc:creator>jraedler</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[dymola]]></category>
		<category><![CDATA[modelica]]></category>
		<category><![CDATA[ncDataReader2]]></category>
		<category><![CDATA[netCDF]]></category>
		<category><![CDATA[simulation]]></category>

		<guid isPermaLink="false">http://www.j-raedler.de/?p=453</guid>
		<description><![CDATA[This example demonstrates the use of the library ncDataReader2 to access data sets from Modelica in a way suitable for the simulation system. The access is handled via external functions from Modelica which read and interpolate the data stored in netCDF files. Dymola is used as the simulation system here. As ncDataReader2 is a simple, [...]]]></description>
		<wfw:commentRss>http://www.j-raedler.de/2010/11/accessing-external-data-from-modelica-with-ncdatareader2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ncDataReader2 &#124; 2.2.0</title>
		<link>http://www.j-raedler.de/2010/06/ncdatareader2-2-2-0/</link>
		<comments>http://www.j-raedler.de/2010/06/ncdatareader2-2-2-0/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 19:06:33 +0000</pubDate>
		<dc:creator>jraedler</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[dymola]]></category>
		<category><![CDATA[modelica]]></category>
		<category><![CDATA[ncDataReader2]]></category>
		<category><![CDATA[netCDF]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[simulation]]></category>

		<guid isPermaLink="false">http://www.j-raedler.de/?p=134</guid>
		<description><![CDATA[A new release of ncDataReader2 is out. Changes include: switched from autoconf to cmake tested to compile on Linux, Windows and MacOS the easy API (EA) was completed EA works now with Modelica (Dymola): a weather file reader was implemented and tested with the  modelica library FluidFlow new documentation in english support for netCDF attributes [...]]]></description>
		<wfw:commentRss>http://www.j-raedler.de/2010/06/ncdatareader2-2-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ncDataReader2</title>
		<link>http://www.j-raedler.de/projects/ncdatareader2/</link>
		<comments>http://www.j-raedler.de/projects/ncdatareader2/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 11:54:03 +0000</pubDate>
		<dc:creator>jraedler</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[ncDataReader2]]></category>
		<category><![CDATA[netCDF]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://wp.j-raedler.de/?page_id=50</guid>
		<description><![CDATA[&#124;View all articles regarding ncDataReader2&#124; ncDataReader2 is a library of C functions to access data stored in netCDF files using different interpolation and extrapolation methods. The aim of this library is to provide access from simulation systems like Modelica to data sets like weather data or measured time rows. As such systems usually require strict [...]]]></description>
		<wfw:commentRss>http://www.j-raedler.de/projects/ncdatareader2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

