<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.wiki.mohid.com/index.php?action=history&amp;feed=atom&amp;title=MatLab_Tools</id>
		<title>MatLab Tools - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.wiki.mohid.com/index.php?action=history&amp;feed=atom&amp;title=MatLab_Tools"/>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=MatLab_Tools&amp;action=history"/>
		<updated>2026-04-05T00:42:45Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=MatLab_Tools&amp;diff=475&amp;oldid=prev</id>
		<title>Guillaume: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=MatLab_Tools&amp;diff=475&amp;oldid=prev"/>
				<updated>2008-12-03T10:27:15Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 10:27, 3 December 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='en'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Guillaume</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=MatLab_Tools&amp;diff=474&amp;oldid=prev</id>
		<title>192.168.20.177 at 11:52, 11 January 2008</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=MatLab_Tools&amp;diff=474&amp;oldid=prev"/>
				<updated>2008-01-11T11:52:16Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This is a colletion of simple scripts to enable the analysis of MOHID's results in [[MatLab]].&lt;br /&gt;
Many of these are useful for code reference, for implementing your own scripts.&lt;br /&gt;
&lt;br /&gt;
These tools are available to [[MOHID]] users and developers in the [[SourceSafe]] database &amp;quot;OtherTools/MatLab&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Scripts availiable ==&lt;br /&gt;
&lt;br /&gt;
Basic scripts for '''opening and reading''' the contents of MOHID HDF5 files, there are the following scripts:&lt;br /&gt;
  * mh5grid.m : reads and outputs the Grid group from a file&lt;br /&gt;
  * mh5read.m : reads and outputs a specific dataset instant(or several) from a file&lt;br /&gt;
  * mh5info.m : reads and outputs some information on the file, as well as the number of instants.&lt;br /&gt;
&lt;br /&gt;
For plotting MOHID HDF5 files, usually saving as png file:&lt;br /&gt;
  * mh5ts_plot.m : plots a timeserie of a property in model cell(i,j,z)&lt;br /&gt;
    * can plot a station timeserie and the model's for comparision(using waterbase_ts.mat)&lt;br /&gt;
    * can plot several properties in one plot using morewaterpropz&lt;br /&gt;
  * mh5xy_plot.m : plots an x-y graph at layer z for several instants within a file&lt;br /&gt;
    * can do a gif of the images generated&lt;br /&gt;
  * mh5zt_plot.m : plots a z-t graph, creating a vertical profile versus time graph.&lt;br /&gt;
&lt;br /&gt;
Converting a [[netcdf]] file to a MOHID HDF5 file:&lt;br /&gt;
  * nc2mh5_convert.m&lt;br /&gt;
&lt;br /&gt;
Model's timeserie analysis, for e.g., box files:&lt;br /&gt;
  * ts_BoxAnalyser.m : plots each box's properties versus time&lt;br /&gt;
  * ts_PhytoLimFactors.m : plots each box's phytoplankton limitation&lt;br /&gt;
  * ts_BoxFluxAnalyser.m : for reference, plots the fluxes between boxes. Can use a box image to plot arrows.&lt;br /&gt;
&lt;br /&gt;
Extra scripts for plotting(may be usefull for code reference):&lt;br /&gt;
  * mh5strat_analyser.m : plots(x-y) the difference between two layers. &lt;br /&gt;
         Usefull to check oxygen depletion or stratification.&lt;br /&gt;
  * mh5temp_comp.m : compares the temperature field with the assimilation temperature&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;br /&gt;
[[Category:Matlab]]&lt;/div&gt;</summary>
		<author><name>192.168.20.177</name></author>	</entry>

	</feed>
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  ga('create', 'UA-56589921-5', 'auto');
  ga('send', 'pageview');
</script>