Differences between revisions 5 and 11 (spanning 6 versions)
Revision 5 as of 2012-06-25 09:19:01
Size: 971
Editor: ReimarBauer
Comment:
Revision 11 as of 2012-06-28 14:27:52
Size: 1187
Editor: ReimarBauer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
=== Zum Installieren === === Install ===
Line 16: Line 16:
$> pip install wiki-xmlrpc-extensions $(env)> pip install wiki-xmlrpc-extensions
Line 20: Line 20:
=== Zum Benutzen === === Usage ===
Line 23: Line 23:
$> SendFiles $(env)> SendFiles
Line 26: Line 26:
== Parser == You may want to have your own [[https://utils.icg.kfa-juelich.de/docs/wiki-xmlrpc-extensions/wiki-xmlrpc-extensions/SendFiles.html|SendFiles]] script. Just copy it from the documentations and alter it.
Line 28: Line 28:
The ECMWF SEAC4RS Parser is based on arnica. For a description about arnica see MoinMoin:ReimarBauer/HelpOnArnica == Extensions of this Wiki ==
Line 30: Line 30:
 * [[https://utils.icg.kfa-juelich.de/hg/extensions/file/tip/data/plugin/parser/ecmwf_seac4rs.py| ECMWF SEAC4RS Parser]] The CLaMS SEAC4RS Parser is based on arnica. For a description about arnica see MoinMoin:ReimarBauer/HelpOnArnica

* [[https://utils.icg.kfa-juelich.de/hg/extensions/file/tip/data/plugin/parser/clams_seac4rs.py| CLaMS SEAC4RS Parser]]

ReimarBauer

Email: <r DOT bauer AT fz DASH juelich DOT de>

Tools

Install

$> virtualenv env
$> source env/bin/activate
$(env)> pip install wiki-xmlrpc-extensions

Usage

$> source env/bin/activate
$(env)> SendFiles

You may want to have your own SendFiles script. Just copy it from the documentations and alter it.

Extensions of this Wiki

The CLaMS SEAC4RS Parser is based on arnica. For a description about arnica see ReimarBauer/HelpOnArnica


CategoryHomepage