<?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=SunCal</id>
	<title>SunCal - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.lrose.net/index.php?action=history&amp;feed=atom&amp;title=SunCal"/>
	<link rel="alternate" type="text/html" href="http://wiki.lrose.net/index.php?title=SunCal&amp;action=history"/>
	<updated>2026-04-30T07:16:55Z</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=SunCal&amp;diff=790&amp;oldid=prev</id>
		<title>Jcdehart: Created page with &quot;SunCal analyses data from tsarchive time series files taken during sun scans.  === '''Overview''' ===  SunCal analyses data from tsarchive time series files taken during sun s...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.lrose.net/index.php?title=SunCal&amp;diff=790&amp;oldid=prev"/>
		<updated>2021-07-06T17:29:34Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;SunCal analyses data from tsarchive time series files taken during sun scans.  === &amp;#039;&amp;#039;&amp;#039;Overview&amp;#039;&amp;#039;&amp;#039; ===  SunCal analyses data from tsarchive time series files taken during sun s...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;SunCal analyses data from tsarchive time series files taken during sun scans.&lt;br /&gt;
&lt;br /&gt;
=== '''Overview''' ===&lt;br /&gt;
&lt;br /&gt;
SunCal analyses data from tsarchive time series files taken during sun scans.&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;
* FMQ or tsarchive time series files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Parameter file''' ===&lt;br /&gt;
&lt;br /&gt;
SunCal uses one parameter file that includes information about the files and sun scan analysis parameters.&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/SunCal -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/SunCal -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;
==== '''Important parameters''' ====&lt;br /&gt;
&lt;br /&gt;
Data input&lt;br /&gt;
&lt;br /&gt;
* input_mode: determines if the application reads time series from an FMQ (TS_FILELIST_INPUT), process files on the command line (TS_FMQ_INPUT), watch the input directory for new files (TS_REALTIME_DIR_INPUT), watch the input directory for new covariances files (COVAR_REALTIME_INPUT), process covariances files in input directory (COVAR_ARCHIVE_INPUT), or process the covariances files on the command line (COVAR_FILELIST_INPUT)&lt;br /&gt;
* input_fmq_name: path to FMQ files, for TS_FMQ_INPUT mode only&lt;br /&gt;
* input_dir: path to watch for incoming files, for TS_REALTIME_DIR_INPUT mode only&lt;br /&gt;
* archive_start_time: start time for files, for COVAR_ARCHIVE_INPUT mode only&lt;br /&gt;
* archive_end_time: end time for files, for COVAR_ARCHIVE_INPUT mode only&lt;br /&gt;
* covar_field_names: names of specified fields in covariances files&lt;br /&gt;
&lt;br /&gt;
Radar name and location&lt;br /&gt;
&lt;br /&gt;
* radar_name: radar name&lt;br /&gt;
* get_location_from_data: option to read latitude and longitude from the time series data&lt;br /&gt;
&lt;br /&gt;
Write results&lt;br /&gt;
&lt;br /&gt;
* write_text_files: option to write out text files instead of to stdout&lt;br /&gt;
* txt_output_url: output text files will be written to this directory&lt;br /&gt;
&lt;br /&gt;
Output results to MDV files&lt;br /&gt;
&lt;br /&gt;
* write_mdv_files: option to write out grids to MDV files&lt;br /&gt;
* mdv_output_url: path where MDV files will be written&lt;br /&gt;
&lt;br /&gt;
Output summary results to Spdb XML&lt;br /&gt;
&lt;br /&gt;
* write_summary_to_spdb: option to write out summary results to Spdb&lt;br /&gt;
* spdb_output_url: path where Spdb files will be written&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Running SunCal''' ===&lt;br /&gt;
&lt;br /&gt;
To check all command line options for SunCal, 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/SunCal -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/SunCal -params param_file_name&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jcdehart</name></author>
		
	</entry>
</feed>