<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.lrose.net/index.php?action=history&amp;feed=atom&amp;title=CalcMoisture</id>
	<title>CalcMoisture - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.lrose.net/index.php?action=history&amp;feed=atom&amp;title=CalcMoisture"/>
	<link rel="alternate" type="text/html" href="http://wiki.lrose.net/index.php?title=CalcMoisture&amp;action=history"/>
	<updated>2026-04-30T08:32:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>http://wiki.lrose.net/index.php?title=CalcMoisture&amp;diff=740&amp;oldid=prev</id>
		<title>Jcdehart: Created page with &quot;CalcMoisture calculates water vapor pressure and dew point temperature.  === '''Overview''' ===  CalcMoisture calculates water vapor pressure and dew point temperature based o...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.lrose.net/index.php?title=CalcMoisture&amp;diff=740&amp;oldid=prev"/>
		<updated>2021-05-20T18:47:44Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;CalcMoisture calculates water vapor pressure and dew point temperature.  === &amp;#039;&amp;#039;&amp;#039;Overview&amp;#039;&amp;#039;&amp;#039; ===  CalcMoisture calculates water vapor pressure and dew point temperature based o...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;CalcMoisture calculates water vapor pressure and dew point temperature.&lt;br /&gt;
&lt;br /&gt;
=== '''Overview''' ===&lt;br /&gt;
&lt;br /&gt;
CalcMoisture calculates water vapor pressure and dew point temperature based on the refractivity field and the mean temperature and pressure fields from nearby weather stations.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Prerequesites''' ===&lt;br /&gt;
&lt;br /&gt;
The following items are required:&lt;br /&gt;
&lt;br /&gt;
* Refractivity data (MDV format)&lt;br /&gt;
* Weather station data (SPDB database containing station information)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Parameter file''' ===&lt;br /&gt;
&lt;br /&gt;
CalcMoisture uses one parameter file that describes the location of refractivity and station data.&lt;br /&gt;
&lt;br /&gt;
==== '''Ensure file is up to date''' ====&lt;br /&gt;
&lt;br /&gt;
To obtain the default parameter file, use the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code lang=&amp;quot;bash&amp;quot;&amp;gt;/path/to/lrose/install/bin/CalcMoisture -print_params &amp;amp;gt; param_file_name&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you already have a parameter file and simply want to check for (and add) updated parameters while retaining current parameters, use the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code lang=&amp;quot;bash&amp;quot;&amp;gt;/path/to/lrose/install/bin/CalcMoisture -params orig_param_file_name -print_params &amp;amp;gt; new_param_file_name&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== '''Important parameters''' ====&lt;br /&gt;
&lt;br /&gt;
Process triggering parameters&lt;br /&gt;
&lt;br /&gt;
* trigger_mode: set whether the program operates on the most recent data (LATEST_DATA) or on archived data (TIME_LIST)&lt;br /&gt;
* time_list_trigger: if operating on TIME_LIST mode, specify the start and end time of the data being processed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Process I/O parameters&lt;br /&gt;
&lt;br /&gt;
* n_field: specify the path to the refractivity (N) data and how to identify the N field in files&lt;br /&gt;
* output_url: location where files will be saved&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Algorithm parameters&lt;br /&gt;
&lt;br /&gt;
* station_url: location of the SPDB files&lt;br /&gt;
* station_list: list of stations to calculate the mean temperature and pressure&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Running CalcMoisture''' ===&lt;br /&gt;
&lt;br /&gt;
To check all command line options for CalcMoisture, including debugging options and file paths, type the following command into a terminal.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code lang=&amp;quot;bash&amp;quot;&amp;gt;/path/to/lrose/install/bin/CalcMoisture -h&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once your parameter file is complete, use a command similar to the following to run the application:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code lang=&amp;quot;bash&amp;quot;&amp;gt;/path/to/lrose/install/bin/CalcMoisture -params param_file_name&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The user can also specify the location of cfradial files in the following manner:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code lang=&amp;quot;bash&amp;quot;&amp;gt;/path/to/lrose/install/bin/CalcMoisture -f /path/to/cfradial/files/ -params param_file_name&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jcdehart</name></author>
		
	</entry>
</feed>