<?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=ATM_PRESSURE</id>
		<title>ATM PRESSURE - 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=ATM_PRESSURE"/>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=ATM_PRESSURE&amp;action=history"/>
		<updated>2026-04-04T20:40:52Z</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=ATM_PRESSURE&amp;diff=15&amp;oldid=prev</id>
		<title>Guillaume: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=ATM_PRESSURE&amp;diff=15&amp;oldid=prev"/>
				<updated>2008-12-03T10:26:54Z</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:26, 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=ATM_PRESSURE&amp;diff=14&amp;oldid=prev</id>
		<title>192.168.20.177 at 15:30, 28 May 2007</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=ATM_PRESSURE&amp;diff=14&amp;oldid=prev"/>
				<updated>2007-05-28T15:30:23Z</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;== Overview ==&lt;br /&gt;
[[ATM_PRESSURE]] defines whether to include or not an reference level pressure field.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
*Activate Atmospheric pressure [[ATM_PRESSURE|keyword]] in the [[module Hydrodynamic]],&lt;br /&gt;
*Active [[ATM_PRESSURE_TYPE]] keyword in the [[module Hydrodynamic]],&lt;br /&gt;
*Include a new property in the [[module Atmosphere]] called '''atmospheric pressure''' or&lt;br /&gt;
'''mslp''', or both (though only one will actually be used). The new property can an ASCII file, a constant value, an HDF file, ...&lt;br /&gt;
*That's it!&lt;br /&gt;
&lt;br /&gt;
=== Syntax ===&lt;br /&gt;
Describe here the correct syntax of the keyword in the configuration files:&lt;br /&gt;
&lt;br /&gt;
 [[ATM_PRESSURE]] : VALUE&lt;br /&gt;
Where value can be &lt;br /&gt;
* '''0''' i.e. no reference level pressure field to be used,&lt;br /&gt;
* '''1''' i.e. use a reference level pressure field defined in [[module Atmosphere]].&lt;br /&gt;
&lt;br /&gt;
===Type===&lt;br /&gt;
[[ATM_PRESSURE]] is a logical/boolean parameter.&lt;br /&gt;
&lt;br /&gt;
=== Default value ===&lt;br /&gt;
By default, no atmospheric pressure will used:&lt;br /&gt;
&lt;br /&gt;
 [[ATM_PRESSURE]] : 0&lt;br /&gt;
&lt;br /&gt;
=== Modules ===&lt;br /&gt;
Here are the modules where the keyword is supposed to be inserted:&lt;br /&gt;
*[[Module Hydrodynamic]]&lt;br /&gt;
Here some other related modules:&lt;br /&gt;
*[[Module Atmosphere]]&lt;br /&gt;
&lt;br /&gt;
===Dependent keywords===&lt;br /&gt;
Here's a list of mandatory keywords to use with the [[ATM_PRESSURE]] keyword:&lt;br /&gt;
*[[ATM_PRESSURE_TYPE]]&lt;br /&gt;
&lt;br /&gt;
== Sample ==&lt;br /&gt;
Snippet taken from the [[module Hydrodynamic]] configuration file:&lt;br /&gt;
&lt;br /&gt;
 [[ATM_PRESSURE]]            : 1&lt;br /&gt;
 [[ATM_PRESSURE_TYPE]]       : 2&lt;br /&gt;
 [[WIND]]                    : 2&lt;br /&gt;
 [[WIND_SMOOTH_PERIOD]]      : 432000.&lt;br /&gt;
 [[RAMP]]                    : 1&lt;br /&gt;
 [[INERTIAL_PERIODS]]        : 6&lt;br /&gt;
 &lt;br /&gt;
 [[INITIAL_ELEVATION]]       : 1&lt;br /&gt;
 [[INITIAL_ELEVATION_VALUE]] : 2.08&lt;br /&gt;
&lt;br /&gt;
Snippets taken from the [[module Atmosphere]] configuration file:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;beginproperty&amp;gt;&lt;br /&gt;
 NAME                    : atmospheric pressure&lt;br /&gt;
 UNITS                   : Pa&lt;br /&gt;
 DESCRIPTION             : Meteo-IST MM5 atmospheric pressure&lt;br /&gt;
 DEFAULTVALUE            : 0.&lt;br /&gt;
 FILE_IN_TIME            : HDF&lt;br /&gt;
 FILENAME                : ../../GeneralData/MM5/Portugal/MM5_20060729_Portugal.hdf5&lt;br /&gt;
 OUTPUT_HDF              : 1&lt;br /&gt;
 &amp;lt;endproperty&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;beginproperty&amp;gt;&lt;br /&gt;
 NAME                    : mslp&lt;br /&gt;
 UNITS                   : Pa&lt;br /&gt;
 DESCRIPTION             : Meteo-IST MM5 mean sea-level pressure&lt;br /&gt;
 DEFAULTVALUE            : 0.&lt;br /&gt;
 FILE_IN_TIME            : HDF&lt;br /&gt;
 FILENAME                : ../../GeneralData/MM5/Portugal/MM5_20060729_Portugal.hdf5&lt;br /&gt;
 OUTPUT_HDF              : 1&lt;br /&gt;
 &amp;lt;endproperty&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NOTE: Only one of the above properties will actually be used. They were written both for illustrative purposes only.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[ATM_PRESSURE_TYPE]]&lt;br /&gt;
*[[WIND]]&lt;br /&gt;
*[[WIND_SMOOTH_PERIOD]]&lt;br /&gt;
*[[RAMP]]&lt;br /&gt;
*[[INERTIAL_PERIODS]]&lt;br /&gt;
*[http://www.mohid.com/IHS Mohid Keywords Online DataBase]&lt;br /&gt;
&lt;br /&gt;
[[Category:keywords]]&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>