<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://wiki.opentelemac.org/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://wiki.opentelemac.org/feed.php">
        <title>open TELEMAC-MASCARET python</title>
        <description></description>
        <link>http://wiki.opentelemac.org/</link>
        <image rdf:resource="http://wiki.opentelemac.org/lib/tpl/opentelemac/images/favicon.ico" />
       <dc:date>2026-04-11T14:17:33+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.opentelemac.org/doku.php?id=python:compiletelemac&amp;rev=1670497378&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.opentelemac.org/doku.php?id=python:config&amp;rev=1666621390&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.opentelemac.org/doku.php?id=python:configuring_the_telemac_system_on_your_computer&amp;rev=1451677543&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.opentelemac.org/doku.php?id=python:python_for_telemac&amp;rev=1670497121&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.opentelemac.org/doku.php?id=python:runcode_in_parallel&amp;rev=1438096773&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.opentelemac.org/doku.php?id=python:validatetelemac&amp;rev=1670497327&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.opentelemac.org/lib/tpl/opentelemac/images/favicon.ico">
        <title>open TELEMAC-MASCARET</title>
        <link>http://wiki.opentelemac.org/</link>
        <url>http://wiki.opentelemac.org/lib/tpl/opentelemac/images/favicon.ico</url>
    </image>
    <item rdf:about="http://wiki.opentelemac.org/doku.php?id=python:compiletelemac&amp;rev=1670497378&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-12-08T11:02:58+01:00</dc:date>
        <title>python:compiletelemac</title>
        <link>http://wiki.opentelemac.org/doku.php?id=python:compiletelemac&amp;rev=1670497378&amp;do=diff</link>
        <description>Python for TELEMAC




Tools for the compilation of the TELEMAC system : compile_telemac.py

compile_telemac.py 




Arguments available under compile_telemac.py are listed with compile_telemac.py --help.


They are :
----------------



-c allows the user to specify one configuration in particular amongst all the configurations given in the configuration file. The system will then be compiled for that configuration only.</description>
    </item>
    <item rdf:about="http://wiki.opentelemac.org/doku.php?id=python:config&amp;rev=1666621390&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-24T15:23:10+01:00</dc:date>
        <title>python:config</title>
        <link>http://wiki.opentelemac.org/doku.php?id=python:config&amp;rev=1666621390&amp;do=diff</link>
        <description>Python for TELEMAC




Tools for the configuration of the TELEMAC-MASCARET system : config.py

config.py, with no other argument, returns the version of the TELEMAC-MASCARET system found in the PATH. If the system PATH has not been updated to include the TELEMAC-MASCARET system, config.py will return the version and revision number of the local system where config.py was started.</description>
    </item>
    <item rdf:about="http://wiki.opentelemac.org/doku.php?id=python:configuring_the_telemac_system_on_your_computer&amp;rev=1451677543&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-01-01T19:45:43+01:00</dc:date>
        <title>python:configuring_the_telemac_system_on_your_computer</title>
        <link>http://wiki.opentelemac.org/doku.php?id=python:configuring_the_telemac_system_on_your_computer&amp;rev=1451677543&amp;do=diff</link>
        <description>Configuration of the TELEMAC system under the Python environment

links from Installation notes and Python for TELEMAC




Environment Variables

A (small) number of environment variables must be set in your user profile. Namely you have to modify the variable $PATH and to create a new variable called $SYSTELCFG. Once these are setup, a configuration file (commonly named the “systel.cfg” file) has to be modified depending on your operating system configuration.</description>
    </item>
    <item rdf:about="http://wiki.opentelemac.org/doku.php?id=python:python_for_telemac&amp;rev=1670497121&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-12-08T10:58:41+01:00</dc:date>
        <title>python:python_for_telemac</title>
        <link>http://wiki.opentelemac.org/doku.php?id=python:python_for_telemac&amp;rev=1670497121&amp;do=diff</link>
        <description>Wikis of the TELEMAC system




Introduction

The TELEMAC system is written in Fortran (standard Fortran 95). The mathematics, the physics, the advanced parallelisation are all in Fortran. Therefore, if you wish to recompile the TELEMAC system from its source code, to tune the compiler optimisation to your processor or if you need to input your own Fortran code to model the specifics of your application (boundary, initial conditions, special output variable, etc.) a Fortran compiler is required …</description>
    </item>
    <item rdf:about="http://wiki.opentelemac.org/doku.php?id=python:runcode_in_parallel&amp;rev=1438096773&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-07-28T16:19:33+01:00</dc:date>
        <title>python:runcode_in_parallel</title>
        <link>http://wiki.opentelemac.org/doku.php?id=python:runcode_in_parallel&amp;rev=1438096773&amp;do=diff</link>
        <description>Python for TELEMAC




Tools to run TELEMAC on multiple platforms : runcode.py

runcode.py 




Arguments available under runcode.py are listed with runcode.py -help.


They are :
------------------------------------------



-c allows the user to specify the configuration to be used from the configurations given in the configuration file. Failing that, if the configuration file does not refer to a specific configuration, one will be selected arbitrarily.</description>
    </item>
    <item rdf:about="http://wiki.opentelemac.org/doku.php?id=python:validatetelemac&amp;rev=1670497327&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-12-08T11:02:07+01:00</dc:date>
        <title>python:validatetelemac</title>
        <link>http://wiki.opentelemac.org/doku.php?id=python:validatetelemac&amp;rev=1670497327&amp;do=diff</link>
        <description>Python for TELEMAC




Tools for the validation of the TELEMAC system : validate_telemac.py

validate_telemac.py 




Arguments available under validate_telemac.py are listed with validate_telemac.py --help.


They are :
--------------------------------------------------------</description>
    </item>
</rdf:RDF>
