Difference between revisions of "CMETEO"
Line 229: | Line 229: | ||
| ||nuts_code || ||nuts_code ||reg_code ||NN varchar2(10) | | ||nuts_code || ||nuts_code ||reg_code ||NN varchar2(10) | ||
|- | |- | ||
− | | ||year || ||year ||year ||NN number( | + | | ||year || ||year ||year ||NN number(4) |
|- | |- | ||
| ||area_cultivated || ||area_cultivated ||area_cultivated ||number | | ||area_cultivated || ||area_cultivated ||area_cultivated ||number | ||
Line 241: | Line 241: | ||
1) CGFS_EUR_09 uses the dataset of CGMS_EUR_08.<br> | 1) CGFS_EUR_09 uses the dataset of CGMS_EUR_08.<br> | ||
+ | |} | ||
+ | |||
+ | |||
+ | {|class="collapsing_table collapsible collapsed" | ||
+ | !Specifications of cmeteo_grid_landcover_areas | ||
+ | |- | ||
+ | | | ||
+ | Cmeteo_grid_landcover_areas is a replacement for a some of datasets from which cmeteo need to gather input concerning sizes of surfaces.<br> | ||
+ | |||
+ | Below a summary of some sets in various schemas and the definition of cmeteo_grid_landcover_areas | ||
+ | |||
+ | {|class="wikitable" | ||
+ | ! !! !! !! !! !!domain | ||
+ | |- | ||
+ | !schema: | ||
+ | |CGMS_EUR_08 | ||
+ | |CGFS_EUR_09 | ||
+ | |CGMS_ASIA_08 | ||
+ | |- | ||
+ | !datasets: | ||
+ | |grid_plus_nuts_landcover | ||
+ | | - 1) | ||
+ | |grid_landcover_areas 2) | ||
+ | |cmeteo_grid_landcover_areas | ||
+ | |- | ||
+ | | | ||
+ | |grid_plus_ens_landcover | ||
+ | | - 1) | ||
+ | |- | ||
+ | !attributes: | ||
+ | |grid_no || || ||grid_no ||NN number(10) | ||
+ | |- | ||
+ | | ||nuts_code/ens_code || || || || | ||
+ | |- | ||
+ | | ||landcover_id || || ||landcover_id ||NN number(3) | ||
+ | |- | ||
+ | | ||area || || ||area ||NN number(10) | ||
+ | |- | ||
+ | | ||reg_code (only in gpel) || || || || | ||
+ | |- | ||
+ | | ||reg_map_id || || ||reg_map_id ||NN number(10) | ||
+ | |} | ||
+ | |||
+ | 1) CGFS_EUR_09 uses the dataset of CGMS_EUR_08.<br> | ||
+ | 2) In CGMS_ASIA_08 a dataset has to be defined.<br> | ||
|} | |} | ||
Revision as of 16:29, 4 February 2011
Introduction
Cmeteo stands for CORINE-meteo. Cmeteo can be seen an application suite to process meteo data as found in e.g. the CGMS.grid_weather dataset. It aggregates and translates meteo indicators according to some spatial and thematic specs. Think of meteo indicators on temperature (maximum, minimum, mean or daily), windspeed, precipitation, radiation. Also indicators as potential transpiration, evaporation may be included. In the context of MARS, the weather indicators are given per grid. These indicators will be aggregated to spatial themas like NUTS or agri environmental regions, or translated/adjusted for landcovers of interest like crops, etc. Translation will be accompanied by aggregation. See ..(somewhere else in this wiki).. for more detailed description of cmeteo.
The cmeteo package is designed to operate in several environments which may differ in both input as output datasets. All these environments need to have the basic data (both input and output) available for the CMeteo process.
Software tools needed by cmeteo
Cmeteo uses functionality which is implemented in several other software tools. The major ones are listed in the following table.
tool | remarks |
---|---|
REGLISTS | supplies specific lists of regions directed by input parameters. |
MRS_PROCESS | contains common used functionality for processing more complex programs like cmeteo. |
ADD_PROCESS_LOG | procedure to send some info to a logtable. |
ADD_PROCESS_METRICS | procedure to send some data, retrieved during processing, to a logtable. |
MRS_STATS | generic tool to collect some metrics during processing. |
MRS_HTTP | generic tool to handle some messages. |
DATE_GENERATOR | generic tool to generate specific lists of dates according to the input paramaters. |
Interface
dataset containing | example in CGMS_EUR_08 | name in cmeteo | remarks |
---|---|---|---|
weather indicators per grid | grid_weather | cmeteo_grid_weather | input for cmeteo, renaming some columns to a standardized naming |
weather indicators per NUTS-region | nuts_weather | cmeteo_region_weather | output for cmeteo, renaming some columns to a standardized naming |
weather indicators per agri-environmental region (stratum, zone) | zonal_weather | cmeteo_zonal_weather | output for cmeteo, renaming some columns to a standardized naming |
landcovers or crops to be evaluated | crop_landcover | cmeteo_landcovers | input for cmeteo, renaming some columns to a standardized naming |
areas/surfaces for landcovers per grid and per NUTS region | grid_plus_nuts_landcover | cmeteo_grid_nuts_lcv_areas | input for cmeteo, renaming some columns to a standardized naming |
areas/surfaces for landcovers per grid and per agri-env. region | grid_plus_ens_landcover | cmeteo_grid_zonal_lcv_areas | input for cmeteo, renaming some columns to a standardized naming |
areas/surfaces for crops per NUTS region | aggregation_areas | cmeteo_aggregation_areas | input for cmeteo, renaming some columns to a standardized naming |
weather indicators per region which are rejected | cmeteo_rejected_weather | output for cmeteo, containing weather indicators per region that could not be stored in regular output | |
regions and their mappings | cmeteo_region_mappings | input for cmeteo |
Specifications of cmeteo_grid_weather | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Cmeteo_region_weather is a replacement for a variety of datasets to which cmeteo need to fill up with output. The results of cmeteo must be placed into datasets with an appropriate spacial resolution like NUTS regions or agri-environmental zones. In general, datasets for NUTS-regions are pre- or postfixed with 'nuts'; datasets for agri_environmental zones are pre- or postfixed with 'zonal'. Per thema, the structure of datasets for both resolutions are very similar. Below a summary of some sets in various schemas and the definition of cmeteo_grid_weather
1) If an attribute for the offset of the day isn't available, the day-offset in cmeteo grid weather will be filled with a neutral value (0). This value doesn't influence the processing. |
Specifications of cmeteo_region_weather | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Cmeteo_region_weather is a replacement for a variety of datasets, both for themes (e.g. cgfs-his, cgms) and for resolutions (e.g. NUTS regions, agri-environmental zones), to which cmeteo need to fill up with output. In general, datasets for NUTS-regions are pre- or postfixed with 'nuts'; datasets for agri_environmental zones are pre- or postfixed with 'zonal'. Below a summary of some sets in various schemas and the definition of cmeteo_region_weather
1) The value for the offset of the day as produced by cmeteo will not be inserted into indicated sets. |
Specifications of cmeteo_aggregation_areas | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Cmeteo_aggregation_areas is a replacement for a some of datasets from which cmeteo need to gather input concerning sizes of surfaces. Below a summary of some sets in various schemas and the definition of cmeteo_aggregation_areas
1) CGFS_EUR_09 uses the dataset of CGMS_EUR_08. |
Specifications of cmeteo_grid_landcover_areas | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Cmeteo_grid_landcover_areas is a replacement for a some of datasets from which cmeteo need to gather input concerning sizes of surfaces. Below a summary of some sets in various schemas and the definition of cmeteo_grid_landcover_areas
1) CGFS_EUR_09 uses the dataset of CGMS_EUR_08. |