JAMS result files

From BlueM
Jump to navigation Jump to search

Wave.png Wave | Development

JAMS 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. J2000 (also called J2K) and J2000g.

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 *.DAT. Wave can currently import DAT files containing timeseries results in the format shown below:

Example

@context
jams.components.core.TemporalContext	TimeLoop	396
@ancestors
@filters
@attributes
ID	obsQ_apfelstedt_ingersleben	obsQ_bere_ilfeld	obsQ_bode_bleicherode	obsQ_buttelstedt	
@types
JAMSLong	JAMSDouble	JAMSDouble	JAMSDouble	JAMSDouble	
@data
@start
2018-08-01 00:00	0.370000	0.013000	0.171000	0.008000	
2018-08-02 00:00	1.210000	0.012000	0.194000	0.018000	
2018-08-03 00:00	0.820000	0.012000	0.194000	0.009000	
2018-08-04 00:00	2.780000	0.011000	0.194000	0.005000	
2018-08-05 00:00	1.520000	0.010000	0.194000	0.005000	
2018-08-06 00:00	0.700000	0.010000	0.194000	0.005000	
2018-08-07 00:00	0.370000	0.010000	0.171000	0.006000	
2018-08-08 00:00	0.370000	0.000000	0.171000	0.006000	
2018-08-09 00:00	0.370000	0.000000	0.171000	0.006000	
2018-08-10 00:00	0.270000	0.010000	0.194000	0.005000	
2018-08-11 00:00	0.220000	0.011000	0.171000	0.006000	
2018-08-12 00:00	0.220000	0.010000	0.194000	0.006000	
2018-08-13 00:00	0.170000	0.010000	0.194000	0.006000	
@end

Notes

Wave looks for the following text in the first two lines in order to recognize a readable JAMS result file:

@context
jams.components.core.TemporalContext