<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/pywrftime/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/pywrftime/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 22 Aug 2012 13:40:16 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pywrftime/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/pywrftime/wiki/Home/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,12 @@
-Welcome to your wiki!
+Python WRF Counter is a simple python function that uses WRF log files to determine the amount of time taken for WRF to execute. Useful for finding computational efficiency of WRF schemes. Copy and paste the function then use in your code:
+sumtime=wrftime(&lt;path_to_filename&gt;,numCPU)
 
-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+Where numCPU is the number of CPU's used for execution.
 
-The wiki uses [Markdown](/p/pywrftime/wiki/markdown_syntax/) syntax.
+This can also be combined with the datetime module to convert the output in seconds to an output in hours:
+import datetime
+sumtime=wrftime(&lt;path_to_filename&gt;,numCPU)
+print str(datetime.timedelta(seconds=sumtime))
 
 [[project_admins]]
 [[download_button]]
&lt;/pre&gt;</description><pubDate>Wed, 22 Aug 2012 13:40:16 -0000</pubDate><guid>https://sourceforge.net763cdebad67ce1e3334b3d54ac1e8f1703e03592</guid></item><item><title>WikiPage Home modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/pywrftime/wiki/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/pywrftime/wiki/markdown_syntax/) syntax.

[[project_admins]]
[[download_button]]
</description><pubDate>Tue, 21 Aug 2012 10:52:56 -0000</pubDate><guid>https://sourceforge.net036325a4c7008adc1f65121b12f3e2b09a925091</guid></item></channel></rss>