<?xml version="1.0"?>

<!--
Baseline XML description of algorithms available for GEOCAT.
Edit this list instead of algorithm_mod.f90, which is now generated from this list.

": create_module.sh,v 1.9 2009/02/01 00:10:21 graemem Exp $"

Basic layout of build_options element, including optional tags:

<build_options>
	<library value="library_name" /> (optional)
	<library_path value="absolute_or_relative_path" /> (optional)
	<include_path value="absolute_or_relative_path" /> (optional)
</build_options>

Basic layout of algorithm element, including optional tags:

<algorithm name="name" keyword="keyword">
	<comment value="fortran header comment" />
	<version value="version.number" />
	<module value="geocat_module_name" />
	<function value="geocat_function_name" />
	<reference value="reference" />
	<ancil_subdir value="ancil_subdir" />
	
	<inactive /> (optional)
	
	<cmask_needed /> (optional)
	<ctype_needed /> (optional)
	<amask_needed /> (optional)
	<cldz_needed /> (optional)
	<nwp_needed /> (optional)
	<rtm_needed /> (optional)
	<active_needed /> (optional)
	
	<sds_list>
		<sds_item name="sds_name">
			<dim3_size value="dimen3_size" /> (optional)
			<stride_factor value="stride_factor" /> (optional)
			<produces_output /> (optional)
		</sds_item>
	</sds_list>
	
	<channels values="comma,separated,list,of,channels" />
</algorithm>
-->

<geocat xmlns="http://cimss.ssec.wisc.edu/goesr/xsd/geocat.xsd-1.0"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://cimss.ssec.wisc.edu/goesr/xsd/geocat.xsd-1.0 geocat.xsd">
  
  <algorithms>
    
    <algorithm name="AOD Visibility" keyword="aod_vis">
	<comment value="" />
	<version value="" />
	<module value="aodvismod" />
	<function value="aodvis" />
	<reference value="" />
	<ancil_subdir value="vis" />
	<cmask_needed /> 
	<nwp_needed />
	<ctype_needed /> 
	<cldz_needed /> 
        <cldtau_day_needed />
        <fog_needed />
      
	<sds_list>
		<sds_item name="vis_fromaod">
		<produces_output />
		</sds_item>
		<sds_item name="zpbl_vis">
		<produces_output />
		</sds_item>
		<sds_item name="modisaod_abi">
		<produces_output />
		</sds_item>
		<sds_item name="pblcld">
		<produces_output />
		</sds_item>
	</sds_list>
      
	<channels values="" />
	</algorithm>
    	
  </algorithms>
</geocat>

