<?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.171&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.171&amp;*"/>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Special:Contributions/192.168.20.171"/>
		<updated>2026-04-05T14:13:50Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Petzold_phase_-_function&amp;diff=761</id>
		<title>Petzold phase - function</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Petzold_phase_-_function&amp;diff=761"/>
				<updated>2008-11-14T17:13:22Z</updated>
		
		<summary type="html">&lt;p&gt;192.168.20.171: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Petzold total angular scattering function - Values for scattering b ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;htm&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://content.screencast.com/users/Nathalie_Verelst/folders/Jing/media/8cda69d5-0b67-4279-8b7c-651473c2cc4b/2008-11-14_1720.png&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://content.screencast.com/users/Nathalie_Verelst/folders/Jing/media/8cda69d5-0b67-4279-8b7c-651473c2cc4b/2008-11-14_1720.png&amp;quot; width=&amp;quot;531&amp;quot; height=&amp;quot;761&amp;quot; border=&amp;quot;0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/htm&amp;gt;&lt;/div&gt;</summary>
		<author><name>192.168.20.171</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Continuous&amp;diff=134</id>
		<title>Continuous</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Continuous&amp;diff=134"/>
				<updated>2008-04-14T14:45:44Z</updated>
		
		<summary type="html">&lt;p&gt;192.168.20.171: /* Syntax */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Overview==&lt;br /&gt;
[[CONTINUOUS]] is the keyword that allows to pursue calculus from a previous run. It relies on the ''.fin'' and ''.fin5'' files that are created at the end of each run, or at the time intervals determined by the keyword [[RESTART_FILE_OUTPUT_TIME]]. In some modules, another keyword is used: [[OLD]].&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
Make sure the above keyword is placed correctly in the ''hydrodynamic.dat'' and the ''turbulence.dat''. (Other files may be required for this. Also, in some cases, in some files this may not be required.)&lt;br /&gt;
*In the Mohid GUI create a new run within the run you wish to continue. This will create a new run with an identical configuration of the previous run. &lt;br /&gt;
*Edit the ''model.dat'' and change the time. Make sure the starting time matches the previous run ending time.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
*Add the following keyword to the ''hydrodynamic.dat'' and the ''turbulence.dat'' files&lt;br /&gt;
 CONTINUOUS : 1&lt;br /&gt;
*Add the following keyword to each property of the ''waterproperties.dat'' or ''lagrangian.dat'':&lt;br /&gt;
 OLD        : 1&lt;br /&gt;
*Make sure you deactivate the [[SLOWSTART]] and the [[RAMP]] options.&lt;br /&gt;
*If you're not using the GUI then add these lines to the nomfich.dat files&lt;br /&gt;
 AIRW_INI                      : ../../Simulation/res/InterfaceWaterAir_1.fin&lt;br /&gt;
 BOT_INI                       : ../../Simulation/res/InterfaceSedimentWater_1.fin&lt;br /&gt;
 IN_CNDI                       : ../../Simulation/res/Hydrodynamic_1.fin&lt;br /&gt;
 EUL_INI                       : ../../Simulation/res/WaterProperties_1.fin&lt;br /&gt;
 TURB_INI                      : ../../Simulation/res/GOTM_1.fin&lt;br /&gt;
&lt;br /&gt;
===Modules===&lt;br /&gt;
Here's the list of modules affected by this keyword&lt;br /&gt;
*[[Module Hydrodynamic]]&lt;br /&gt;
*[[Module Turbulence]]&lt;br /&gt;
*[[Module WaterProperties]]&lt;br /&gt;
*[[Module InterfaceSedimentWater]]&lt;br /&gt;
*[[Module InterfaceWaterAir]]&lt;br /&gt;
&lt;br /&gt;
==How to restart from a crashed run==&lt;br /&gt;
*Get the last .fin saved date in the file Error_and_Messages_x.log. It should be something like this:&lt;br /&gt;
 WARNING    INTERNAL   Hydrodynamic restart file saved       1998: 1: 1: 0: 0: 0&lt;br /&gt;
*Create a new run inside the run that has crashed with the starting time exactly like the saved .fin file.&lt;br /&gt;
*Open the new run's nomfich_x.dat file and make sure that the keywords IN_CNDI, EUL_INI, BOT_INI, TURB_INI point to the previous(crashed) run .fin files.&lt;br /&gt;
**IN_CNDI&lt;br /&gt;
**EUL_INI (if running with water properties)&lt;br /&gt;
**BOT_INI (if running with interface sediment-water properties)&lt;br /&gt;
**TURB_INI(if running with [[Module GOTM|GOTM turbulence module]]) &lt;br /&gt;
*Run the new run&lt;br /&gt;
&lt;br /&gt;
== Advanced options ==&lt;br /&gt;
In the ''hydrodynamic.dat'' file you must take care about some options when you want to start your simulations from a previous run, namely remove all features where ramp options are used.&lt;br /&gt;
&lt;br /&gt;
* When using a ramp period for wind forcing change from '''WIND    : 2''' to '''WIND    : 1''' and remove keyword [[WIND_SMOOTH_PERIOD]] from the data file.&lt;br /&gt;
* When using a slow start in imposing tide, i.e., if in the previous run the [[SLOWSTART]] keyword is activated then remove it from the data file. &lt;br /&gt;
* When using a cold period in the Flather boundary condition, i.e. if in the previous run the [[FLATHER_COLD_PERIOD]] keyword is activated then remove it. &lt;br /&gt;
* When using baroclinic ramp period, i.e. if the [[RAMP]] option was on in the previous run ('''RAMP  : 1''') set it to  '''RAMP  : 0'''. Remove keyword [[INERTIAL_PERIODS]] from the data file. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the ''assimilation.dat'' input data file you must also remove any feature regarding ramping options. If in the previous run you're using keywords [[COLD_RELAX_PERIOD]] and [[COLD_ORDER]] then remove it from the data file. &lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[RESTART_FILE_OUTPUT_TIME]]&lt;br /&gt;
*[[RESTART_FILE_OVERWRITE]]&lt;br /&gt;
&lt;br /&gt;
[[Category:keywords]]&lt;/div&gt;</summary>
		<author><name>192.168.20.171</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Module_BoxDif&amp;diff=520</id>
		<title>Module BoxDif</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Module_BoxDif&amp;diff=520"/>
				<updated>2008-04-11T17:22:52Z</updated>
		
		<summary type="html">&lt;p&gt;192.168.20.171: /* Input */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
Module BoxDif has two main purposes: initialise properties fields within predefined [[boxes]], enabling a better approximation for the initial condition; integrate values in time and space inside and between boxes, allowing computing global and zone budgets for almost every modelled variables.&lt;br /&gt;
&lt;br /&gt;
The module is prepared to perform these operations for both 2D and 3D domains, allowing coupling it straightforwardly to the other modules. &lt;br /&gt;
&lt;br /&gt;
Boxes can be drawn over the domain using [[Mohid GIS]], by visually defining them as polygons and exporting them as boxes. By default Box 0 (zero) is always created, corresponding to the box containing all the points that were not included in the boxes definition. This way if box integration is requested and no boxes are defined, the output will be the integration of the entire domain.&lt;br /&gt;
&lt;br /&gt;
The boxes definition is accomplished by verifying in which box is every single cell in which the domain in divided. Every cell is considered to be defined as a point, relative to the centre of the cell.&lt;br /&gt;
&lt;br /&gt;
== Input ==&lt;br /&gt;
Use this keyword in the [[ModuleHydrodynamic]] and/or [[ModuleWaterProperties]] to activate the boxes integration in [[MohidWater]]:&lt;br /&gt;
 BOXFLUXES               : ..\..\GeneralData\Boxes\TagusBoxes_Nivel2.dat&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Also in every property desired to output box fluxes insert&lt;br /&gt;
 BOX_TIME_SERIE     : 1&lt;br /&gt;
&lt;br /&gt;
See [[Boxes]] to define the boxes in a file.&lt;br /&gt;
&lt;br /&gt;
== Output == &lt;br /&gt;
Two time series files can be generated by Module BoxDif, being distinguished by their extensions.&lt;br /&gt;
: *.BXF - Contains time series for fluxes across adjacent boxes&lt;br /&gt;
:: Flux_X_Y, where X stands for the section index and Y stands for the vertical index.&lt;br /&gt;
&lt;br /&gt;
: *.BXM - Contains time series for values integration within each defined box&lt;br /&gt;
::  Box_Y, where stands for the vertical index.&lt;br /&gt;
&lt;br /&gt;
== Algorithm ==&lt;br /&gt;
See [[Module Drawing]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Modules]]&lt;br /&gt;
[[Category:MOHID Base 2]]&lt;/div&gt;</summary>
		<author><name>192.168.20.171</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=ModuleHydrodynamic&amp;diff=504</id>
		<title>ModuleHydrodynamic</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=ModuleHydrodynamic&amp;diff=504"/>
				<updated>2008-03-21T11:01:06Z</updated>
		
		<summary type="html">&lt;p&gt;192.168.20.171: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Module Hydrodynamic]]&lt;/div&gt;</summary>
		<author><name>192.168.20.171</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=HDF5Exporter&amp;diff=308</id>
		<title>HDF5Exporter</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=HDF5Exporter&amp;diff=308"/>
				<updated>2008-02-28T14:09:35Z</updated>
		
		<summary type="html">&lt;p&gt;192.168.20.171: /* Sample */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The application '''HDF5Exporter''' produces [[Time Series|time series]] from data contained in [[HDF5]] files in MOHID format .&lt;br /&gt;
&lt;br /&gt;
Running options for this application are specified in an [[HDF5Exporter#Input file|input file]] whose path is indicated in a [[nomfich.dat file]].&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
HDF5Exporter extracts data contained in one or more HDF5 files subject to the parameter list, time window and locations specified by the user.&lt;br /&gt;
&lt;br /&gt;
The time window specified by the user indicates the intended time series period. The actual time series period results from the intended period subjected to the data availability of the supplied HDF5 files.&lt;br /&gt;
&lt;br /&gt;
Each time series location consists in a grid cell, defined by the cell indentification indexes, and originates by HDF5Exporter an individual time series file. All the time series produced in a HDF5Exporter will have data for the same parameters and time window.&lt;br /&gt;
&lt;br /&gt;
'''Typical use:'''&lt;br /&gt;
&lt;br /&gt;
Extract time series from MOHID Water result files from several runs produced in continuous running of the model.&lt;br /&gt;
&lt;br /&gt;
'''Data input requirements:'''&lt;br /&gt;
&lt;br /&gt;
One or more HDF5 files, in MOHID format, containing data to create time series.  &lt;br /&gt;
&lt;br /&gt;
'''Ouput:'''&lt;br /&gt;
&lt;br /&gt;
A time series file, in MOHID format, for each time series location defined by the user in the input file.&lt;br /&gt;
&lt;br /&gt;
==Input file==&lt;br /&gt;
&lt;br /&gt;
The name of the input file must be provided in the [[nomfich.dat file]] in use.&lt;br /&gt;
 &lt;br /&gt;
 (block for each HDF5 file to extract time series from; may be several, block order is&lt;br /&gt;
 irrelevant)&lt;br /&gt;
 &amp;lt;BeginHDF5File&amp;gt;                                                                 &lt;br /&gt;
 NAME                    : ... (path/name of HDF5 file with data to extract time series) &lt;br /&gt;
 &amp;lt;EndHDF5File&amp;gt;                                              &lt;br /&gt;
 &lt;br /&gt;
 START_TIME              : ... (start time for time series: yyyy mm dd hh mm ss)&lt;br /&gt;
 END_TIME                : ... (end time for time series: yyyy mm dd hh mm ss)&lt;br /&gt;
 &lt;br /&gt;
 COMPUTE_RESIDUAL        : 0/1 (residual appearance in time series: 0 = appears not, 1 = &lt;br /&gt;
                                appears; 1 = default; residual is meanless in time series&lt;br /&gt;
                                produced, should always be 0)&lt;br /&gt;
 &lt;br /&gt;
 VARIABLE_GRID           : 0/1 (use time variable grid: 0 = normal grid, 1 = variable grid;&lt;br /&gt;
                                0 = default)&lt;br /&gt;
 &lt;br /&gt;
 WATERPOINTS_NAME        : ... (time independent map item name in HDF5 file)&lt;br /&gt;
 &lt;br /&gt;
 (block for each parameter that is requested a time series; may be several)&lt;br /&gt;
 &amp;lt;BeginParameter&amp;gt;                                            &lt;br /&gt;
 PROPERTY                : ... (parameter/property name)&lt;br /&gt;
 HDF_GROUP               : ... (complete path in HDF5 file to parameter data)   &lt;br /&gt;
 &amp;lt;EndParameter&amp;gt;                                              &lt;br /&gt;
 &lt;br /&gt;
 (block for each time series location; may be several, one per output time series file) &lt;br /&gt;
 &amp;lt;BeginTimeSerie&amp;gt;&lt;br /&gt;
 NAME                    : ... (path/name of output time series file)&lt;br /&gt;
 &lt;br /&gt;
 LOCALIZATION_I          : ... (time series location latitude cell indentification index, i)&lt;br /&gt;
 LOCALIZATION_J          : ... (time series location longitude cell indentification index, j)&lt;br /&gt;
 LOCALIZATION_K          : ... (time series location vertical cell indentification index, k; &lt;br /&gt;
                                should be 1 in 2D data)&lt;br /&gt;
 &lt;br /&gt;
 (if VARIABLE_GRID : 1:)&lt;br /&gt;
 LATITUDE                : ... (time series location geographic decimated latitude)&lt;br /&gt;
 LONGITUDE               : ... (time series location geographic decimated longitude)&lt;br /&gt;
 &amp;lt;EndTimeSerie&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 ''Remarks:''&lt;br /&gt;
 &lt;br /&gt;
 - option VARIABLE_GRID : 1 is usually useful when input HDF5 files contain satellite images&lt;br /&gt;
   data;&lt;br /&gt;
 &lt;br /&gt;
 - the parameter/property name indicated in PROPERTY keyword should be the one used in MOHID&lt;br /&gt;
   framework, otherwise a warning message is issued;&lt;br /&gt;
 &lt;br /&gt;
 - all the time series locations introduced through &amp;lt;BeginTimeSerie&amp;gt;...&amp;lt;EndTimeSerie&amp;gt; blocks&lt;br /&gt;
   must have valid data in the input HDF5 files for any output files to be produced: if one  &lt;br /&gt;
   input location does not have valid data the application will produce an error and end  &lt;br /&gt;
   without producing output files.&lt;br /&gt;
 &lt;br /&gt;
 - The time-span of the data files must be included (but not necessarily equal) &lt;br /&gt;
   in the interval defined by START_TIME and END_TIME.&lt;br /&gt;
 &lt;br /&gt;
 - The properties MUST be present in the data files, otherwise an error is returned.&lt;br /&gt;
&lt;br /&gt;
==Sample==&lt;br /&gt;
 &amp;lt;BeginHDF5File&amp;gt;&lt;br /&gt;
 NAME                    : K:\Simula\Nivel1CostaPort\Nivel2Tagus\res\WaterProperties_15.hdf5&lt;br /&gt;
 &amp;lt;EndHDF5File&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;BeginHDF5File&amp;gt;&lt;br /&gt;
 NAME                    : K:\Simula\Nivel1CostaPort\Nivel2Tagus\res\WaterProperties_16.hdf5&lt;br /&gt;
 &amp;lt;EndHDF5File&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;BeginHDF5File&amp;gt;&lt;br /&gt;
 NAME                    : K:\Simula\Nivel1CostaPort\Nivel2Tagus\res\WaterProperties_17.hdf5&lt;br /&gt;
 &amp;lt;EndHDF5File&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 START_TIME              : 2005 1 31 0 0 0&lt;br /&gt;
 END_TIME                : 2005 3 1 0 0 0&lt;br /&gt;
 &lt;br /&gt;
 WATERPOINTS_NAME        : WaterPoints3D&lt;br /&gt;
 &lt;br /&gt;
 COMPUTE_RESIDUAL        : 0&lt;br /&gt;
 &lt;br /&gt;
 VARIABLE_GRID           : 0&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;BeginParameter&amp;gt;&lt;br /&gt;
 PROPERTY                : salinity&lt;br /&gt;
 HDF_GROUP               : /Results/salinity&lt;br /&gt;
 &amp;lt;EndParameter&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;BeginParameter&amp;gt;&lt;br /&gt;
 PROPERTY                : temperature&lt;br /&gt;
 HDF_GROUP               : /Results/temperature&lt;br /&gt;
 &amp;lt;EndParameter&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;BeginTimeSerie&amp;gt;&lt;br /&gt;
 NAME                    : P1 &lt;br /&gt;
 LOCALIZATION_I          : 60&lt;br /&gt;
 LOCALIZATION_J          : 82&lt;br /&gt;
 LOCALIZATION_K          : 33&lt;br /&gt;
 &amp;lt;EndTimeSerie&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;BeginTimeSerie&amp;gt;&lt;br /&gt;
 NAME                    : P2&lt;br /&gt;
 LOCALIZATION_I          : 60&lt;br /&gt;
 LOCALIZATION_J          : 108&lt;br /&gt;
 LOCALIZATION_K          : 33&lt;br /&gt;
 &amp;lt;EndTimeSerie&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Hdf5]]&lt;br /&gt;
[[Category:Tools]]&lt;/div&gt;</summary>
		<author><name>192.168.20.171</name></author>	</entry>

	</feed>