<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.wiki.mohid.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=192.168.20.134&amp;*</id>
		<title>MohidWiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://www.wiki.mohid.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=192.168.20.134&amp;*"/>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Special:Contributions/192.168.20.134"/>
		<updated>2026-04-05T00:37:43Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=GLUES_HDF5_FILES&amp;diff=266</id>
		<title>GLUES HDF5 FILES</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=GLUES_HDF5_FILES&amp;diff=266"/>
				<updated>2008-08-01T10:13:04Z</updated>
		
		<summary type="html">&lt;p&gt;192.168.20.134: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; &amp;lt;begin_file&amp;gt;&lt;br /&gt;
 ACTION                    : GLUES HDF5 FILES&lt;br /&gt;
 &lt;br /&gt;
 3D_FILE                   : 0/1 (0 = 2D file, 1 = 3D file)&lt;br /&gt;
 &lt;br /&gt;
 TIME_GROUP                : ... (Default=&amp;quot;Time&amp;quot;. Other option: &amp;quot;SurfaceTime&amp;quot;.)&lt;br /&gt;
 &lt;br /&gt;
 BASE_GROUP                : ... (Default=&amp;quot;Results&amp;quot;. Other options: &amp;quot;Residual&amp;quot;, &amp;quot;SurfaceResults&amp;quot;.)&lt;br /&gt;
 &lt;br /&gt;
 OUTPUTFILENAME            : ... (path/name of HDF5 file to be created)&lt;br /&gt;
 &lt;br /&gt;
 (block of HDF5 data files)&lt;br /&gt;
 &amp;lt;&amp;lt;begin_list&amp;gt;&amp;gt;&lt;br /&gt;
 ... (path/name of HDF5 file with data to be included in glue, one per line, at least two files)&lt;br /&gt;
 ...                      &lt;br /&gt;
 &amp;lt;&amp;lt;end_list&amp;gt;&amp;gt;&lt;br /&gt;
 &amp;lt;end_file&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''[[ConvertToHDF5#GLUES_HDF5_FILES|view also]] ConvertToHDF5''' &lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;br /&gt;
[[Category:Hdf5]]&lt;/div&gt;</summary>
		<author><name>192.168.20.134</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Keywords&amp;diff=374</id>
		<title>Keywords</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Keywords&amp;diff=374"/>
				<updated>2008-03-13T11:27:34Z</updated>
		
		<summary type="html">&lt;p&gt;192.168.20.134: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ASCII input data files in Mohid are organized in keywords and information [[blocks]]. Each keyword is defined in a different text line with a maximum of 256 characters. The keyword is always defined on the left of a delimiter (“:”) and to the right it is always defined the value of the keyword.&lt;br /&gt;
&lt;br /&gt;
[[Image:keyword.jpg]]&lt;br /&gt;
&lt;br /&gt;
Between the keyword and the delimiter and between the delimiter and the value, blank spaces are allowed. Keywords can define integer numbers; real numbers; boolean values; character strings; one-dimensional arrays of integer or real numbers; dates;&lt;br /&gt;
&lt;br /&gt;
Boolean values are used in variables which can have a TRUE or FALSE value. To minimize input data errors, boolean values in MOHID are always defined by integer numbers: 0 (zero), meaning FALSE, or 1 (one), meaning TRUE.&lt;br /&gt;
&lt;br /&gt;
Dates in MOHID are defined by a 1D array with fixed dimension (6 values). The order of the values is year, month, day, hour, minute and second. The six values are separated by blank spaces.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! DENSITY_METHOD&lt;br /&gt;
| 2 || Integer || Method to compute water density&lt;br /&gt;
|-&lt;br /&gt;
! DT&lt;br /&gt;
| 30 || Real || Model time step (in seconds)&lt;br /&gt;
|-&lt;br /&gt;
! TIDE&lt;br /&gt;
| 1 || Boolean || Activates/Deactivates tide calculation&lt;br /&gt;
|-&lt;br /&gt;
! NAME&lt;br /&gt;
| temperature || Character string || Name of a water property&lt;br /&gt;
|-&lt;br /&gt;
! BOXES_VALUES&lt;br /&gt;
| 3.4  4.5  2.1  6.2 || 1D array real || Values defined for an array defined by 4 boxes&lt;br /&gt;
|-&lt;br /&gt;
!START&lt;br /&gt;
| 2006 1 1 0 0 0 || Date || Initial date of the simulation (see [[Mohid Time format]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The detection algorithm of a keyword and its correspondent value is made by scanning all the lines from top to bottom of the file. When a match occurs the file is not scanned anymore. This means that if a keyword is present twice in the file, only the first match is accounted. A keyword can be searched from the entire file, or it can be searched from a defined part of the file, e.g. from a [[block]]. This allows the hierarchical ordering of the file, increasing the complexity of information provided in it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''WARNING''': Comment lines can NOT have &amp;quot;:&amp;quot; character. For example if &amp;quot;:&amp;quot; character appears in the end of the sentence results in an error, because Module EnterData is expecting to read a value after the &amp;quot;:&amp;quot; character.&lt;br /&gt;
&lt;br /&gt;
== Related links ==&lt;br /&gt;
*[http://www.mohid.com/IHS Mohid Keywords Online DataBase]&lt;br /&gt;
*[[New_Keyword]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Input Data Formats]]&lt;br /&gt;
[[Category:keywords]]&lt;/div&gt;</summary>
		<author><name>192.168.20.134</name></author>	</entry>

	</feed>