 <?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.bluemodel.org/index.php?action=history&amp;feed=atom&amp;title=JAMS_result_files</id>
	<title>JAMS result files - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.bluemodel.org/index.php?action=history&amp;feed=atom&amp;title=JAMS_result_files"/>
	<link rel="alternate" type="text/html" href="https://wiki.bluemodel.org/index.php?title=JAMS_result_files&amp;action=history"/>
	<updated>2026-05-07T14:33:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.bluemodel.org/index.php?title=JAMS_result_files&amp;diff=7816&amp;oldid=prev</id>
		<title>Froehlich: Created page with &quot;{{Wave_nav}}  &#039;&#039;&#039;[http://jams.uni-jena.de/ JAMS]&#039;&#039;&#039; is a pure Java Open-Source software framework that allows to build and apply modular environmental simulation models. Simulation models implemented in JAMS include e.g. [http://jams.uni-jena.de/ilmswiki/de/index.php/Hydrologisches_Modell_J2000 J2000] (also called J2K) and [http://jams.uni-jena.de/ilmswiki/de/index.php/J2000g J2000g].  JAMS is very flexible regarding its result output and allows the user to output result...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.bluemodel.org/index.php?title=JAMS_result_files&amp;diff=7816&amp;oldid=prev"/>
		<updated>2023-09-07T14:55:14Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Wave_nav}}  &amp;#039;&amp;#039;&amp;#039;[http://jams.uni-jena.de/ JAMS]&amp;#039;&amp;#039;&amp;#039; is a pure Java Open-Source software framework that allows to build and apply modular environmental simulation models. Simulation models implemented in JAMS include e.g. [http://jams.uni-jena.de/ilmswiki/de/index.php/Hydrologisches_Modell_J2000 J2000] (also called J2K) and [http://jams.uni-jena.de/ilmswiki/de/index.php/J2000g J2000g].  JAMS is very flexible regarding its result output and allows the user to output result...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Wave_nav}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[http://jams.uni-jena.de/ JAMS]&amp;#039;&amp;#039;&amp;#039; is a pure Java Open-Source software framework that allows to build and apply modular environmental simulation models. Simulation models implemented in JAMS include e.g. [http://jams.uni-jena.de/ilmswiki/de/index.php/Hydrologisches_Modell_J2000 J2000] (also called J2K) and [http://jams.uni-jena.de/ilmswiki/de/index.php/J2000g J2000g].&lt;br /&gt;
&lt;br /&gt;
JAMS is very flexible regarding its result output and allows the user to output results in different ways. JAMS result files usually have the file ending &amp;lt;code&amp;gt;*.DAT&amp;lt;/code&amp;gt;. Wave can currently import DAT files containing timeseries results in the format shown below:&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@context&lt;br /&gt;
jams.components.core.TemporalContext	TimeLoop	396&lt;br /&gt;
@ancestors&lt;br /&gt;
@filters&lt;br /&gt;
@attributes&lt;br /&gt;
ID	obsQ_apfelstedt_ingersleben	obsQ_bere_ilfeld	obsQ_bode_bleicherode	obsQ_buttelstedt	&lt;br /&gt;
@types&lt;br /&gt;
JAMSLong	JAMSDouble	JAMSDouble	JAMSDouble	JAMSDouble	&lt;br /&gt;
@data&lt;br /&gt;
@start&lt;br /&gt;
2018-08-01 00:00	0.370000	0.013000	0.171000	0.008000	&lt;br /&gt;
2018-08-02 00:00	1.210000	0.012000	0.194000	0.018000	&lt;br /&gt;
2018-08-03 00:00	0.820000	0.012000	0.194000	0.009000	&lt;br /&gt;
2018-08-04 00:00	2.780000	0.011000	0.194000	0.005000	&lt;br /&gt;
2018-08-05 00:00	1.520000	0.010000	0.194000	0.005000	&lt;br /&gt;
2018-08-06 00:00	0.700000	0.010000	0.194000	0.005000	&lt;br /&gt;
2018-08-07 00:00	0.370000	0.010000	0.171000	0.006000	&lt;br /&gt;
2018-08-08 00:00	0.370000	0.000000	0.171000	0.006000	&lt;br /&gt;
2018-08-09 00:00	0.370000	0.000000	0.171000	0.006000	&lt;br /&gt;
2018-08-10 00:00	0.270000	0.010000	0.194000	0.005000	&lt;br /&gt;
2018-08-11 00:00	0.220000	0.011000	0.171000	0.006000	&lt;br /&gt;
2018-08-12 00:00	0.220000	0.010000	0.194000	0.006000	&lt;br /&gt;
2018-08-13 00:00	0.170000	0.010000	0.194000	0.006000	&lt;br /&gt;
@end&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
Wave looks for the following text in the first two lines in order to recognize a readable JAMS result file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@context&lt;br /&gt;
jams.components.core.TemporalContext&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Timeseries formats]]&lt;/div&gt;</summary>
		<author><name>Froehlich</name></author>
	</entry>
</feed>