<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.pism-docs.org/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.pism-docs.org/wiki/feed.php">
        <title>Documentation for PISM, a parallel Ice Sheet Model</title>
        <description></description>
        <link>http://www.pism-docs.org/wiki/</link>
        <image rdf:resource="http://www.pism-docs.org/wiki/lib/tpl/pism_simple/images/favicon.ico" />
       <dc:date>2012-02-07T09:52:09-09:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.pism-docs.org/wiki/doku.php?id=applications:201202&amp;rev=1328086868&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.pism-docs.org/wiki/doku.php?id=references:applications&amp;rev=1327542700&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.pism-docs.org/wiki/doku.php?id=stable_version&amp;rev=1327390478&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.pism-docs.org/wiki/doku.php?id=committing&amp;rev=1326586210&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.pism-docs.org/wiki/doku.php?id=topbar&amp;rev=1326585922&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.pism-docs.org/wiki/lib/tpl/pism_simple/images/favicon.ico">
        <title>Documentation for PISM, a parallel Ice Sheet Model</title>
        <link>http://www.pism-docs.org/wiki/</link>
        <url>http://www.pism-docs.org/wiki/lib/tpl/pism_simple/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.pism-docs.org/wiki/doku.php?id=applications:201202&amp;rev=1328086868&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-02-01T00:01:08-09:00</dc:date>
        <dc:creator>Ed Bueler</dc:creator>
        <title>February 2012 - created; needs thumbnail</title>
        <link>http://www.pism-docs.org/wiki/doku.php?id=applications:201202&amp;rev=1328086868&amp;do=diff</link>
        <description>Click on the thumbnail to get PDF from the J. Glaciol. site.
  Fracture ﬁeld for large-scale ice dynamics   ice sheet:  Antarctic ice sheet  investigators:  Torsten Albrecht and Anders Levermann  venue:  Journal of Glaciology 
A macroscopic fracture-density ﬁeld is introduced into PISM.  Its evolution includes the initiation and growth of fractures as well as their advection with two-dimensional ice ﬂow.  To ﬁrst approximation, fracture growth is assumed to depend on the spreading rate only, whi…</description>
    </item>
    <item rdf:about="http://www.pism-docs.org/wiki/doku.php?id=references:applications&amp;rev=1327542700&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-25T16:51:40-09:00</dc:date>
        <dc:creator>Ed Bueler</dc:creator>
        <title>references:applications - update Albrecht and Levermann</title>
        <link>http://www.pism-docs.org/wiki/doku.php?id=references:applications&amp;rev=1327542700&amp;do=diff</link>
        <description>@article{vanPeltOerlemans2012,
author = {W. J. J. van Pelt and J. Oerlemans},
title = {Numerical simulations of cyclic behaviour in the Parallel Ice Sheet Model (PISM)},
year = {2012},
journal = {Journal of Glaciology, to appear},
}

@article{AlbrechtLevermann2012,
author = {Albrecht, T. and Levermann, A.},
title = {Fracture field for large-scale ice dynamics},
year = {2012},
journal = {Journal of Glaciology},
volume = {58},
number = {207},
doi = {10.3189/2012JoG11J191},
url = {&lt;http://www.igso…</description>
    </item>
    <item rdf:about="http://www.pism-docs.org/wiki/doku.php?id=stable_version&amp;rev=1327390478&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-23T22:34:38-09:00</dc:date>
        <dc:creator>Ed Bueler</dc:creator>
        <title>Latest release - put source code option first</title>
        <link>http://www.pism-docs.org/wiki/doku.php?id=stable_version&amp;rev=1327390478&amp;do=diff</link>
        <description>The current release of PISM is pism0.4.  The next release is in late spring 2012.  Any question welcomed at &lt;help@pism-docs.org&gt;.

Source code

To build PISM from sources, which is recommended because we can distribute patches, use git to obtain the code:</description>
    </item>
    <item rdf:about="http://www.pism-docs.org/wiki/doku.php?id=committing&amp;rev=1326586210&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-14T15:10:10-09:00</dc:date>
        <dc:creator>Ed Bueler</dc:creator>
        <title>Committing to PISM development - [Best practices] no need for init() warning; other updates to git</title>
        <link>http://www.pism-docs.org/wiki/doku.php?id=committing&amp;rev=1326586210&amp;do=diff</link>
        <description>Committing to PISM development

	*  Create an account on &lt;http://github.com&gt; and set up Git as described at &lt;http://help.github.com/linux-set-up-git/&gt;
	*  Send an e-mail to &lt;help@pism-docs.org&gt;: we need to add you to the “team” of PISM developers.  We will make you a member of organization &lt;https://github.com/pism&gt;.
	*  Clone the PISM source code repository using Git, and select the dev branch to work on: 
 git clone -b dev git@github.com:pism/pism.git pism-dev</description>
    </item>
    <item rdf:about="http://www.pism-docs.org/wiki/doku.php?id=topbar&amp;rev=1326585922&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-14T15:05:22-09:00</dc:date>
        <dc:creator>Ed Bueler</dc:creator>
        <title>topbar - remove tab for User's Manual, which is easy to find</title>
        <link>http://www.pism-docs.org/wiki/doku.php?id=topbar&amp;rev=1326585922&amp;do=diff</link>
        <description>*  Home
		*  Getting PISM
			*  Latest release
			*  Optional user registration

		*  Documentation
			*  Documentation
			*  Installation
			*  Visualization of results
			*  Source code browser
			*  How to report a bug

		*  Publications
			*  Publications
			*  Modeling links</description>
    </item>
</rdf:RDF>

