124 lines
7.5 KiB
XML
124 lines
7.5 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<netcdf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2 http://www.unidata.ucar.edu/schemas/netcdf/ncml-2.2.xsd" xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2">
|
|
|
|
<!-- This NCML defines a sectorized cloud and moisture CONUS product tile. The values for the attributes are representative. -->
|
|
<!-- Satellite = West -->
|
|
<!-- Projection = Lambert Conformal -->
|
|
<!-- Resolution = 2 km -->
|
|
<!-- Mode = 3 -->
|
|
<!-- Bit depth = 14 bits -->
|
|
<!-- Periodicity = 5 minutes -->
|
|
<!-- Channel 7 (6.19)-->
|
|
<!-- Tile Size = 1024 x 1024 -->
|
|
|
|
<!-- Dimension Statements -->
|
|
<!-- If the product image is not evenly divisable by the tile size, the residual data going into the edge tiles will have different dimensions than the tile size specified. -->
|
|
<dimension name="x" length= "1024" isUnlimited ="false"/>
|
|
<dimension name="y" length= "1024" isUnlimited ="false"/>
|
|
|
|
<!-- Variable Statements -->
|
|
<variable name="sectorized_cmi" type="short" shape="y x">
|
|
<attribute name="standard_name" value="brightness_temperature" type="string"/>
|
|
<attribute name="units" value="kelvin" type="string"/>
|
|
<attribute name="grid_mapping" value="lambert projection" type="string"/>
|
|
<!-- add_offset and scale_factor will have values that are calculated at the time of creation -->
|
|
<attribute name="add_offset" value="" type="float"/>
|
|
<attribute name="scale_factor" value="" type="float"/>
|
|
<attribute name="_FillValue" value="0" type="short"/>
|
|
<attribute name="valid_min" value="0" type="int"/>
|
|
<attribute name="valid_max" value="16383" type="int"/>
|
|
</variable>
|
|
|
|
<!-- Coordinate Variables -->
|
|
|
|
<variable name="x" type="short" shape="x">
|
|
<attribute name="standard_name" value="projection_x_coordinate" type="string"/>
|
|
<attribute name="units" value="microradian" type="string"/>
|
|
<!-- add_offset and scale_factor will have values that are calculated at the time of creation. These
|
|
values will be computed such that the values in the variable will be the position of the corresponding
|
|
column and row in the full image -->
|
|
<attribute name="add_offset" value="" type="double"/>
|
|
<attribute name="scale_factor" value="" type="double"/>
|
|
|
|
</variable>
|
|
|
|
<variable name="y" type="short" shape="y">
|
|
<attribute name="standard_name" value="projection_y_coordinate" type="string"/>
|
|
<attribute name="units" value="microradian" type="string"/>
|
|
<!-- add_offset and scale_factor will have values that are calculated at the time of creation. These
|
|
values will be computed such that the values in the variable will be the position of the corresponding
|
|
column and row in the full image -->
|
|
<attribute name="add_offset" value="" type="double"/>
|
|
<attribute name="scale_factor" value="" type="double"/>
|
|
</variable>
|
|
|
|
<!-- Projection Variable -->
|
|
|
|
<variable name="lambert_projection">
|
|
<attribute name="grid_mapping_name" value="lambert_conformal_conic" type="string"/>
|
|
<!-- The value of standard_parallel,longitude_of_central_meridian, and latitude_of_projection_origin will vary and will be calculated at tile creation.-->
|
|
<attribute name="standard_parallel" value="" type="double"/>
|
|
<attribute name="longitude_of_central_meridian" value="" type="double"/>
|
|
<attribute name="latitude_of_projection_origin" value="" type="double"/>
|
|
<attribute name="false_easting" value="0" type="double"/>
|
|
<attribute name="false_northing" value="0" type="double"/>
|
|
<attribute name="semi_major" value="6371200" type="double"/>
|
|
<attribute name="semi_minor" value="6371200" type="double"/>
|
|
</variable>
|
|
|
|
<!-- Global Metadata -->
|
|
<!-- title provides a succinct description of what is in the dataset -->
|
|
<attribute name="title" value="This is one tile of a CONUS product. The data comes from the west satellite
|
|
and uses a lambert conformal projection with a resolution of 2 kilometers. The satellite is using mode 3. The bit depth is
|
|
14 bits. The periodicity is 5 minutes and the tile size is 1024 x 1024."
|
|
type="string"/>
|
|
<!-- ICD_version is the file_name of the current GS to AWIPS ICD including the version number -->
|
|
<attribute name="ICD_version" value="file_name" type="string"/>
|
|
<attribute name="Conventions" value="CF-1.6" type="string"/>
|
|
<!-- production_location can have a value of WCDAS or RBU depending on where the product was produced -->
|
|
<attribute name="production_location" value="WCDAS" type="string"/>
|
|
<attribute name="product_name" value="WConus1-M3C3-T001" type="string"/>
|
|
<attribute name="channel_id" value="7" type="integer"/>
|
|
<attribute name="central_wavelength" value="6.19" type="float"/>
|
|
<attribute name="satellite_id" value="GOES-16" type="string"/>
|
|
<attribute name="satellite_mode" value="3" type="integer"/>
|
|
<!-- periodicity is the delivery rate of the product from GS to AWIPS. It must be a multiple of the refresh rate. -->
|
|
<attribute name="periodicity" value="5" type="float"/>
|
|
<!-- bit depth can have values of 8-14 -->
|
|
<attribute name="bit_depth" value="14" type="int"/>
|
|
<attribute name="projection" value="Lambert Conformal" type="string"/>
|
|
<attribute name="source_spatial_resolution" value="2" type="float"/>
|
|
<attribute name="request_spatial_resolution" value="2" type="float"/>
|
|
<!-- start_date_time is the start date and time of when the satellite began capturing the Full Disk scene -->
|
|
<!-- The format is YYYYDDDhhmmss where YYYY = Year DDD = Day of the Year hh = hour of the day mm = minutes of day ss = seconds of day-->
|
|
<attribute name="start_date_time" value="2011365080000" type="string"/>
|
|
<!-- the value in number_product_tiles below was taken from the DTWT and is an estimate. The actual
|
|
value that goes into this attribute will be calculated at tile creation. -->
|
|
<attribute name="number_product_tiles" value="44" type="integer"/>
|
|
<!-- The default value of product_tile_size is 1024 but this value can be set to a value from 256 to 2048 -->
|
|
<attribute name="product_tile_size" value="1024" type="integer"/>
|
|
<attribute name="product_rows" value="2560" type="integer"/>
|
|
<attribute name="product_columns" value="2200" type="integer"/>
|
|
<attribute name="product_tile_width" value="1024" type="integer"/>
|
|
<attribute name="product_tile_height" value="1024" type="integer"/>
|
|
<attribute name="tile_row_offset" value="0" type="integer"/>
|
|
<attribute name="tile_column_offset" value="0" type="integer"/>
|
|
<attribute name="satellite_latitude" value="0" type="float"/>
|
|
<attribute name="satellite_longitude" value="-137" type="float"/>
|
|
<attribute name="satellite_altitude" value="35785831" type="float"/>
|
|
<attribute name="source_scene" value="CONUS" type="string"/>
|
|
<attribute name="product_center_latitude" value="0" type="double"/>
|
|
<attribute name="product_center_longitude" value="-137" type="double"/>
|
|
<!-- tile_center_latitude and tile_center_longitude values are variable and will be calculated at tile creation-->
|
|
<attribute name="tile_center_latitude" value="" type="double"/>
|
|
<attribute name="tile_center_longitude" value="" type="double"/>
|
|
<attribute name="pixel_x_size" value="2.0" type="double"/>
|
|
<attribute name="pixel_y_size" value="2.0" type="double"/>
|
|
|
|
</netcdf>
|
|
|
|
|
|
|
|
|
|
|
|
|