Appendix 5: Database objects/CGMS12xxx
note: this page was generated as a round trip of Appendix_5:_CGMS_tables and therefore shoul be identical except for the lay-out.
CMETEO-datasets
CMETEO_AEZ_GRID_LANDCOVERS
- Description: landcover areas for each intersection of grid and agri-environmental region (only strata).
- Use: input for cmeteo with standardized attribute names
- Type: View
- Remarks: user defined, derived from GIS
| Structure | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select grid_no ,reg_map_id ,landcover_id ,area from link_aez_grid_landcover |
CMETEO_AGGREGATION_AREAS
- Description: cultivated areas per region used for spatial aggregation of crop indicators
- Use: input for cmeteo, converting names of columns for use in cmeteo package
- Type: View
- Remarks: none
| Structure | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* All attributes Nullable in table versions ** Not in view, only in table definition: select a.crop_no , r.reg_code , a.year , a.area_cultivated from aggregation_areas a , region r where a.reg_map_id = r.reg_map_id |
CMETEO_CROPS
- Description: description of crops. Crop name, number, associated crop group and general month.
- Use: reference table, establishes association between crop and crop _ group , used during system initialisation and the crop growth simulation
- Type: View
- Remarks: user defined. START_MONTH is not to be mistaken by grid and crop/variety specific START_MONTH in CROP_CALENDAR table. START_MONTH in CROP table indicates that the model will be run for the crop from this month onwards. Development can only start after passing START_MONTHDAY of START_MONTH and in accordance with START_TYPE of CROP_CALENDAR table.
| Structure | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select cl.crop_no ,cl.crop_name ,cl.cropgroup_no ,cl.crop_model ,cl.start_month ,cl.landcover_id from crop cl where cl.crop_no > 0 and cl.crop_no < 100 |
CMETEO_LANDCOVERS
- Description:
- Use: input for cmeteo, renaming columns to a standardized naming
- Type: View
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* All attributes Nullable in table versions definition: select crop_no ,crop_name ,cropgroup_no ,crop_model ,start_month ,landcover_id ,0 as startmonth_asia from crop_landcover |
CMETEO_REGION_GRID_LANDCOVERS
- Description: landcover areas for each intersection of grid and administartive region (only level 3).
- Use: input for cmeteo with standardized attribute names
- Type: View
- Remarks: user defined, derived from GIS
| Structure | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select grid_no ,reg_map_id ,landcover_id ,area from link_region_grid_landcover |
CMETEO_WEATHER_OBS_AEZ
- Description: weather indicators per agri-environmental region
- Use: input for cmeteo, renaming columns to a standardized naming
- Type: View
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
woa.reg_map_id
,woa.landcover_id
,woa.threshold
,woa.day
,0 day_offset
,1 member_no
,woa.temperature_max
,woa.temperature_min
,woa.temperature_avg
,to_number(null) dew_temperature
,woa.vapourpressure
,woa.windspeed
,woa.precipitation
,woa.e0
,woa.es0
,woa.et0
,woa.radiation
,woa.snowdepth
,to_number(null) snow_weq
,td_threshold_values
(td_threshold_value('FRAC_AREA_TEMP_MAX' , 25, woa.frac_area_temp_max_ge_25)
,td_threshold_value('FRAC_AREA_TEMP_MAX' , 30, woa.frac_area_temp_max_ge_30)
,td_threshold_value('FRAC_AREA_TEMP_MAX' , 35, woa.frac_area_temp_max_ge_35)
,td_threshold_value('FRAC_AREA_TEMP_MAX' , 40, woa.frac_area_temp_max_ge_40)
,td_threshold_value('FRAC_AREA_TEMP_MIN' , 0, woa.frac_area_temp_min_le_0)
,td_threshold_value('FRAC_AREA_TEMP_MIN' , -8, woa.frac_area_temp_min_le_min8)
,td_threshold_value('FRAC_AREA_TEMP_MIN' ,-10, woa.frac_area_temp_min_le_min10)
,td_threshold_value('FRAC_AREA_TEMP_MIN' ,-18, woa.frac_area_temp_min_le_min18)
,td_threshold_value('FRAC_AREA_TEMP_MIN' ,-20, woa.frac_area_temp_min_le_min20)
,td_threshold_value('FRAC_AREA_PRECIPITATION', 1, woa.frac_area_precipitation_ge_1)
,td_threshold_value('FRAC_AREA_PRECIPITATION', 3, woa.frac_area_precipitation_ge_3)
,td_threshold_value('FRAC_AREA_PRECIPITATION', 5, woa.frac_area_precipitation_ge_5)
,td_threshold_value('FRAC_AREA_PRECIPITATION', 10, woa.frac_area_precipitation_ge_10)
,td_threshold_value('FRAC_AREA_PRECIPITATION', 15, woa.frac_area_precipitation_ge_15)
,td_threshold_value('FRAC_AREA_PRECIPITATION', 30, woa.frac_area_precipitation_ge_30)
,td_threshold_value('AVG_TEMP' , 0, woa.avg_temp_ge_0)
,td_threshold_value('AVG_TEMP' , 2, woa.avg_temp_ge_2)
,td_threshold_value('AVG_TEMP' , 4, woa.avg_temp_ge_4)
,td_threshold_value('AVG_TEMP' , 6, woa.avg_temp_ge_6)
,td_threshold_value('AVG_TEMP' , 8, woa.avg_temp_ge_8)
,td_threshold_value('AVG_TEMP' , 10, woa.avg_temp_ge_10)
) fractions
from weather_obs_aez woa
|
CMETEO_WEATHER_OBS_GRID
- Description: weather indicators per grid
- Use: input for cmeteo, renaming columns to a standardized naming
- Type: View
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select grid_no ,day ,0 as day_offset ,1 as member_no ,temperature_max ,temperature_min ,temperature_avg ,0 as dew_temperature ,vapourpressure ,windspeed ,precipitation ,e0 ,es0 ,et0 ,radiation ,snowdepth ,to_number(null) as snow_weq from weather_obs_grid |
CMETEO_WEATHER_OBS_REGION
- Description: weather indicators per region
- Use: input for cmeteo, renaming columns to a standardized naming
- Type: View
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
wor.reg_map_id
,wor.landcover_id
,wor.threshold
,wor.day
,0 day_offset
,1 member_no
,wor.temperature_max
,wor.temperature_min
,wor.temperature_avg
,to_number(null) dew_temperature
,wor.vapourpressure
,wor.windspeed
,wor.precipitation
,wor.e0
,wor.es0
,wor.et0
,wor.radiation
,wor.snowdepth
,to_number(null) snow_weq
,td_threshold_values
(td_threshold_value('FRAC_AREA_TEMP_MAX' , 25, wor.frac_area_temp_max_ge_25)
,td_threshold_value('FRAC_AREA_TEMP_MAX' , 30, wor.frac_area_temp_max_ge_30)
,td_threshold_value('FRAC_AREA_TEMP_MAX' , 35, wor.frac_area_temp_max_ge_35)
,td_threshold_value('FRAC_AREA_TEMP_MAX' , 40, wor.frac_area_temp_max_ge_40)
,td_threshold_value('FRAC_AREA_TEMP_MIN' , 0, wor.frac_area_temp_min_le_0)
,td_threshold_value('FRAC_AREA_TEMP_MIN' , -8, wor.frac_area_temp_min_le_min8)
,td_threshold_value('FRAC_AREA_TEMP_MIN' ,-10, wor.frac_area_temp_min_le_min10)
,td_threshold_value('FRAC_AREA_TEMP_MIN' ,-18, wor.frac_area_temp_min_le_min18)
,td_threshold_value('FRAC_AREA_TEMP_MIN' ,-20, wor.frac_area_temp_min_le_min20)
,td_threshold_value('FRAC_AREA_PRECIPITATION', 1, wor.frac_area_precipitation_ge_1)
,td_threshold_value('FRAC_AREA_PRECIPITATION', 3, wor.frac_area_precipitation_ge_3)
,td_threshold_value('FRAC_AREA_PRECIPITATION', 5, wor.frac_area_precipitation_ge_5)
,td_threshold_value('FRAC_AREA_PRECIPITATION', 10, wor.frac_area_precipitation_ge_10)
,td_threshold_value('FRAC_AREA_PRECIPITATION', 15, wor.frac_area_precipitation_ge_15)
,td_threshold_value('FRAC_AREA_PRECIPITATION', 30, wor.frac_area_precipitation_ge_30)
,td_threshold_value('AVG_TEMP' , 0, wor.avg_temp_ge_0)
,td_threshold_value('AVG_TEMP' , 2, wor.avg_temp_ge_2)
,td_threshold_value('AVG_TEMP' , 4, wor.avg_temp_ge_4)
,td_threshold_value('AVG_TEMP' , 6, wor.avg_temp_ge_6)
,td_threshold_value('AVG_TEMP' , 8, wor.avg_temp_ge_8)
,td_threshold_value('AVG_TEMP' , 10, wor.avg_temp_ge_10)
) fractions
from weather_obs_region wor
|
COMPLETE-datasets
| content |
|---|
| 2.1 COMPLETE_LIST_OF_SIM_UNITS |
| 2.2 COMPLETE_LIST_OF_SIM_UNITS_X |
COMPLETE_LIST_OF_SIM_UNITS
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
COMPLETE_LIST_OF_SIM_UNITS_X
- Description:
- Use:
- Type: View
- Remarks:
| Structure | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select distinct
x.crop_no
, x.crop_name
, e.grid_no
, t.stu_no
from
soil_association_composition s
, emu e
, smu_suitability u
, suitability t
, crop x
, crop_calendar c
where s.smu_no = e.smu_no
and s.stu_no = t.stu_no
and e.smu_no = u.smu_no
and u.cropgroup_no = t.cropgroup_no
and x.cropgroup_no = t.cropgroup_no
and x.crop_no = c.crop_no
and c.grid_no = e.grid_no
and c.year = 2014
and c.crop_no in (1,3,2,8,7,6,10,15,9,11,4,13)
|
CROP-datasets
| content |
|---|
| 3.1 CROP_CALENDAR |
| 3.2 CROP_GROUP |
| 3.3 CROP_LANDCOVER |
| 3.4 CROP_PARAMETER_VALUE |
CROP_CALENDAR
- Description: where and when crops are grown. crop, crop variety and growing season per grid.
- Use: determines which crops are simulated for a grid, and simulation period
- Type: Table
- Remarks: user defined, one of the ‘driving’ tables of the system
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* possible values: VARIABLE_SOWING, FIXED_SOWING or FIXED_EMERGENCE (see Spatial/temporal variation category). |
CROP_GROUP
- Description: description of crop groups
- Use: input table for the crop group number and name where crop belongs to
- Type: Table
- Remarks: none
| Structure | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
CROP_LANDCOVER
- Description:
- Use: source for various views & synonyms
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
CROP_PARAMETER_VALUE
- Description: values of crop parameters. Crop characteristics as understood by WOFOST and LINGRA
- Use: input table for the crop simulation process
- Type: Table
- Remarks: In case of single parameters PARAMETER_XVALUE gives the value. In case of multiple parameters PARAMETER_YVALUE gives the value for a certain development stage or temperature described by PARAMETER_XVALUE.
| Structure | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
LINK-datasets
| content |
|---|
| 4.1 LINK_AEZ_GRID_LANDCOVER |
| 4.2 LINK_EMU_REGION |
| 4.3 LINK_EMU_REGION_LANDCOVER |
| 4.4 LINK_REGION_GRID_LANDCOVER |
| 4.5 LINK_STATION_GRID |
LINK_AEZ_GRID_LANDCOVER
- Description: landcover areas for each intersection of grid and agri-environmental region (only strata).
- Use: input for cmeteo
- Type: Table
- Remarks: user defined, derived from GIS
| Structure | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
LINK_EMU_REGION
- Description: intersection of grid, administrative regions and soil mapping units, and their area.
- Use: input/reference table for the crop simulation process
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
LINK_EMU_REGION_LANDCOVER
- Description: intersection of grid, administrative regions and soil mapping units, and the cropping area per crop or landcover type.
- Use: input/reference table for the crop simulation process
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
LINK_REGION_GRID_LANDCOVER
- Description: landcover areas for each intersection of grid and NUTS region (only level 3).
- Use: input for cmeteo
- Type: Table
- Remarks: user defined, derived from GIS
| Structure | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
LINK_STATION_GRID
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
RAIN-datasets
| content |
|---|
| 5.1 RAIN_OBS_STATION |
| 5.2 RAIN_OBS_STATION_INFO |
| 5.3 RAIN_OBS_STATION_RAW |
RAIN_OBS_STATION
- Description: contains the station based 6-hourly rainfall data
- Use: input level 1
- Type: Table
- Remarks: none
| Structure | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
RAIN_OBS_STATION_INFO
- Description: table for storing specific metadata for 6-hourly rainfall data (flags)
- Use: meta data
- Type: Table
- Remarks: none
| Structure | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* Possible values for precipitation (flags): |
RAIN_OBS_STATION_RAW
- Description: temporary storage before inserting data into RAIN_OBS_STATION(_INFO)
- Use: input level 1
- Type: Table
- Remarks: none
| Structure | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIMULATION-datasets
| content |
|---|
| 6.1 SIMULATION_LOG |
| 6.2 SIMULATION_UNIT |
| 6.3 SIMULATION_UNIT_ALL |
SIMULATION_LOG
- Description: contains information about simulation
- Use: reference table
- Type: Table
- Remarks: none
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Possible status messeges:
|
SIMULATION_UNIT
- Description: contains the unique combinations of grid number and soil typologic unit for each crop to be simulated.
- Use: lookup table used during crop simulation
- Type: View
- Remarks: the content of this table is based on the intersection of soil map and climatic grid, excluding intersections (STU's) that are unsuitable for crop growth.
| Structure | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
SELECT "CROP_NO","GRID_NO","STU_NO" from SIMULATION_UNIT_ALL --where grid_no in (69093) |
SIMULATION_UNIT_ALL
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIMYIELD-datasets
SIMYIELD_BLAST_GRID
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIMYIELD_BLAST_GRID_LOG
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIMYIELD_BLAST_GRID_LTA
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIMYIELD_BLAST_REGION
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIMYIELD_BLAST_REGION_LOG
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIMYIELD_BLAST_REGION_LTA
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIMYIELD_EMU
- Description: results of the crop simulation per emu. Level 2 output based on weather observations
- Use: output table for the crop simulation process
- Type: Table
- Remarks: This table contains aggregated simulation results for all PROXY's in STAT_CROP.
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIMYIELD_EMU_LOG
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIMYIELD_EMU_LTA
- Description: Long term average results of the crop simulation per emu. Level 2 output based on weather observations.
- Use: Output table for the crop simulation process.
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIMYIELD_GRID
- Description: results of the crop simulation per grid. Level 2 output, based observed weather.
- Use: output table for the crop simulation process
- Type: Table
- Remarks: This table contains aggregated simulation results for all PROXY's in STAT_CROP.
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIMYIELD_GRID_LOG
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIMYIELD_GRID_LTA
- Description: Long term average results of the crop simulation per grid. Level 2 output based on weather observations.
- Use: Output table for the crop simulation process.
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIMYIELD_REGION
- Description: results of the crop simulation per administrative region. Level 2 output
- Use: output table for the crop simulation process
- Type: Table
- Remarks: This table contains aggregated simulation results for all CROP_NO's in STAT_CROP.
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIMYIELD_REGION_LOG
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIMYIELD_REGION_LTA
- Description: Long term average results of the crop simulation per administrative region. Level 2 output based on weather observations.
- Use: Output table for the crop simulation process.
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIMYIELD_STU
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIMYIELD_WARM_GRID
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIMYIELD_WARM_GRID_LOG
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIMYIELD_WARM_GRID_LTA
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIMYIELD_WARM_REGION
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIMYIELD_WARM_REGION_LOG
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIMYIELD_WARM_REGION_LTA
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SOIL-datasets
| content |
|---|
| 8.1 SOIL_ASSOCIATION_COMPOSITION |
| 8.2 SOIL_DATA_FOR_BIOMA |
| 8.3 SOIL_MAPPING_UNIT |
| 8.4 SOIL_PHYSICAL_GROUP |
| 8.5 SOIL_TYPOLOGIC_UNIT |
SOIL_ASSOCIATION_COMPOSITION
- Description: described the percentage area for each STU in each SMU. It is assumed that it therefore also describes the percentage area for each STU in each EMU.
- Use: used to calculate the weighing factor to be applied to the SIMULATION_UNIT results
- Type: Table
- Remarks: derived from the soil map
| Structure | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SOIL_DATA_FOR_BIOMA
- Description:
- Use:
- Type: View
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
h.stu_no
, h.soil_wrb
, h.soil_wrb_cl
, h.soil_fao90
, h.soil_fao90_cl
, h.soil
, h.soil_fao85_cl
, h.slope1
, h.text1
, h.phase1
, h.calculated_rooting_depth
, h.soil_group_no
, h.drainage
, h.alkalinity
, h.salinity
, x.parameter_code
, x.parameter_xvalue
, x.parameter_yvalue
, r.min_depth
from
soil_typologic_unit h
, soil_physical_group x
, rooting_depth r
where h.soil_group_no = x.soil_group_no
and r.class = h.calculated_rooting_depth
|
SOIL_MAPPING_UNIT
- Description: listing of unique soil mapping units and related countries
- Use: used by the crop growth model
- Type: Table
- Remarks: user defined, derived from the soil map
| Structure | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SOIL_PHYSICAL_GROUP
- Description: contains the physical parameters describing the soil groups used by the crop growth model. Mainly describes the soil water model.
- Use: used by the crop growth model
- Type: Table
- Remarks: user defined, derived from the soil map
| Structure | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SOIL_TYPOLOGIC_UNIT
- Description: the rooting depth ( rd ) and soil physical group ( spg ) combination associated with every stu
- Use: used by the crop growth model
- Type: Table
- Remarks: user defined, derived from the soil map
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SUPIT-datasets
| content |
|---|
| 9.1 SUPIT_CONSTANTS |
| 9.2 SUPIT_REFERENCE_STATIONS |
SUPIT_CONSTANTS
- Description: the regression constants per weather station used for the estimation of global radiation for the station
- Use: support table program SupitConstant; results are copied to table STATION
- Type: Table
- Remarks: populated by program SupitConstant (recalculate this table when new stations are added to the weather_station table or when table new supit_reference_stations is updated table)
| Structure | |||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SUPIT_REFERENCE_STATIONS
- Description:
- Use:
- Type: View
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
'dummy_name' as station_name
, latitude
, longitude
, 0 as altitude
, angstrom_a
, angstrom_b
, supit_a
, supit_b
, supit_c
, hargreaves_a
, hargreaves_b
from station_reference_coefficients
|
WEATHER-datasets
WEATHER_OBS_AEZ
- Description: interpolated weather data per grid per agro-environmental egion
- Use: input for monitoring extreme weather events
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
WEATHER_OBS_AEZ_LTA
- Description: long term average interpolated weather data per agri-environmental region per day
- Use: Monitoring extreme weather events
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
WEATHER_OBS_AEZ_LTA_THRES
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
WEATHER_OBS_AEZ_THRES
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
WEATHER_OBS_GRID
- Description: interpolated weather data per grid per day
- Use: output for level 1, input for level 2
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
WEATHER_OBS_GRID_INFO
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
WEATHER_OBS_GRID_LTA
- Description: long term average interpolated weather data per grid cell per day
- Use: Monitoring extreme weather events
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* In script changed to 4,2. Not yet installed. |
WEATHER_OBS_GRID_LTA_MISS
- Description: long term average number of grid cells per country.
- Use: input for check on WEATHER_OBS_GRID table (see section Check on missing grid weather).
- Type: Table
- Remarks: filled with procedure lta_missing_grid_weather.sql
| Structure | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* When this threshold is passed every day, it can be manually increased to prevent triggering an email alert every day. In that case the original number is stored under MISSING_GRIDS_ORIGINAL. |
WEATHER_OBS_HIS_OPE_GRID
- Description:
- Use:
- Type: View
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select grid_no , day , temperature_max , temperature_min , temperature_avg , vapourpressure , windspeed , precipitation , e0 , es0 , et0 , radiation , snowdepth --, 'OBS' as source from cgms12eu.weather_obs_grid |
WEATHER_OBS_REGION
- Description: interpolated weather data per grid per administrative region
- Use: input for monitoring extreme weather events
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
WEATHER_OBS_REGION_LTA
- Description: long term average interpolated weather data per administrative region per day
- Use: Monitoring extreme weather events
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
WEATHER_OBS_REGION_LTA_THRES
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
WEATHER_OBS_REGION_THRES
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
WEATHER_OBS_STATION
- Description: contains the station based daily meteorological data
- Use: input for level 1
- Type: Table
- Remarks: none
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 this variable returns directly radiation |
WEATHER_OBS_STATION_AVAIL
- Description: available weather stations for interpolation per station and per year.
- Use: output of the weather data availability calculation, used by the grid weather interpolation
- Type: Table
- Remarks: none
| Structure | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
WEATHER_OBS_STATION_CALCULATED
- Description: daily weather derived from other variables. Calculated/estimated potential evaporation and global radiation per station.
- Use: output table for additional weather calculation, input for grid weather
- Type: Table
- Remarks: none
| Structure | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
WEATHER_OBS_STATION_ERRAIN
- Description: contains deleted wrongly rain records of the station based daily meteorological data
- Use: archive reasons
- Type: Table
- Remarks: none
| Structure | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
WEATHER_OBS_STATION_ERRORS
- Description: contains deleted wrongly weather records of the station based daily meteorological data
- Use: archive reasons
- Type: Table
- Remarks: none
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
WEATHER_OBS_STATION_INFO
- Description: table for storing specific metadata on daily weather data (flags)
- Use: meta data
- Type: Table
- Remarks: none
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
In case of precipitation:
|
WEATHER_OBS_STATION_LTA
- Description: contains the long term average weather data per station per day
- Use: substitute data in case of missing data during level 1 processing
- Type: Table
- Remarks: filled by software tool ReferenceWeather
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
WEATHER_OBS_STATION_RAW
- Description: temporary storage before inserting data into WEATHER_OBS_STATION(_INFO)
- Use: input level 1
- Type: Table
- Remarks: none
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
WEATHER_STATION
- Description:
- Use: interface between the CGMS12EU database and the SupitConstants software
- Type: View
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
station_number
, station_name
, latitude
, longitude
, y_coordinate
, x_coordinate
, altitude
, climate_zone
, country
, distance_to_coast
, 80 as percent_complete
, reliable_station
from station
|
other datasets
AEZ
- Description: synonym to oracle package
- Use: use to references the tables REGION_DESCRIPTIONS and REGION_MAPPINGS
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
AGGREGATION_AREAS
- Description: cultivated areas per region used for spatial aggregation of crop indicators
- Use: used for weighting during aggregating crop indicators towards regional crop indicators
- Type: Table
- Remarks: none
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* 'SOURCE' can have the following values:
|
ALL_SIMULATION_UNITS
- Description:
- Use:
- Type: View
- Remarks:
| Structure | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select distinct
t.grid_no
, t.stu_no
from simulation_unit_all t
|
CGMS_SYSLOG
- Description: logging of run options.
- Use: output table containing information on the run executed
- Type: Table
- Remarks: none
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
CROP
- Description: description of crops. Crop name, number, associated crop group and general month.
- Use: reference table, establishes association between crop and crop _ group , used during system initialisation and the crop growth simulation
- Type: Table
- Remarks: user defined. START_MONTH is not to be mistaken by grid and crop/variety specific START_MONTH in CROP_CALENDAR table. START_MONTH in CROP table indicates that the model will be run for the crop from this month onwards. Development can only start after passing START_MONTHDAY of START_MONTH and in accordance with START_TYPE of CROP_CALENDAR table.
| Structure | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* CROP_NO in (1,2,3,4,6,7,8,10,11,12,13,41,43,46,50,51)
|
CROPSUSE
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
CW
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
DATES_75_15
- Description: synonym to oracle package
- Use: view on DATE_GENERATOR package
- Type: Table
- Remarks: none
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
EMU
- Description: the intersection of the soil map and the grid
- Use: input/reference table for the crop simulation process
- Type: Table
- Remarks: user defined, derived from GIS, provides the link to the GIS
| Structure | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
GRID
- Description: The grid is used for two purposes. Firstly it is used to describe the area for which the meteorological data is assumed to be homogeneous. Secondly, a so-called ‘crop-calendar’ is associated with each grid square that defines certain crop specific parameters, and defines if a crop has to be simulated for this grid. The parameters describe the growing season for a crop in a grid square, and make it possible to take geographic differences in the growing season into account.
- Use: input/reference table for both level 1 and level 2
- Type: View
- Remarks: user defined, derived from GIS, provides the link to the GIS
| Structure | |||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* Not a simple average (see 'Similarity score' in paragraph Qualification of weather stations). definition: SELECT "GRID_NO","LATITUDE","LONGITUDE","ALTITUDE","CLIMATE_ZONE","DISTANCE_TO_COAST","X_COORDINATE","Y_COORDINATE" FROM GRID_ALL --WHERE GRID_NO in (69093) |
GRID_ALL
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
INITIAL_SOIL_WATER
- Description: contains the initial soil moisture content per grid, stu_no, crop_no and calendar year
- Use: input for level 2
- Type: Table
- Remarks: user defined
| Structure | |||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
JSOW
- Description: Long term average sowing data per crop for calculating 'rainfall around sowing'.
- Use: Input table for calculating one of the Crop Simulation indicators.
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
ORDER_EAST_EUROPE
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
PARAMETER_DESCRIPTION
- Description: describes the use and the type of parameter in crop_parameter_value and variety_parameter_value tables
- Use: used during system initialisation to correctly interpret the parameter tables
- Type: Table
- Remarks: do not change this table
| Structure | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
REGION
- Description: Administrative regions
- Use: input for monitoring extreme weather events
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* According to the 'NUTS' nomenclature (see Administrative_regions). |
REGION_GRIDS_EMU
- Description:
- Use:
- Type: View
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
r0.reg_code as reg_code0
, r0.reg_name as region0
, r0.reg_map_id as mapid0
, r0.reg_level as level0
, r0.area_ha*10000 as area0
, r1.reg_code as reg_code1
, r1.reg_name as region1
, r1.reg_map_id as mapid1
, r1.reg_level as level1
, r1.area_ha*10000 as area1
, r2.reg_code as reg_code2
, r2.reg_name as region2
, r2.reg_map_id as mapid2
, r2.reg_level as level2
, r2.area_ha*10000 as area2
, r3.reg_code as reg_code3
, r3.reg_name as region3
, r3.reg_map_id as mapid3
, r3.reg_level as level3
, r3.area_ha*10000 as area3
, epn.grid_no as grid_no
, sum(epn.area) as grid_area
from
region r0
, region r1
, region r2
, region r3
, link_emu_region epn
where r0.reg_level = 0
and r0.reg_map_id = r1.reg_map_id_bt
and r1.reg_map_id = r2.reg_map_id_bt
and r2.reg_map_id = r3.reg_map_id_bt
and r3.reg_map_id = epn.reg_map_id
group by
r0.reg_code
, r0.reg_name
, r0.reg_map_id
, r0.reg_level
, r0.area_ha
, r1.reg_code
, r1.reg_name
, r1.reg_map_id
, r1.reg_level
, r1.area_ha
, r2.reg_code
, r2.reg_name
, r2.reg_map_id
, r2.reg_level
, r2.area_ha
, r3.reg_code
, r3.reg_name
, r3.reg_map_id
, r3.reg_level
, r3.area_ha
, epn.grid_no
order by
r0.reg_name
, r1.reg_name
, r2.reg_name
, r3.reg_name
, epn.grid_no
|
ROOTING_DEPTH
- Description: the rooting depth classes and associated rooting depth limits
- Use: reference table used in crop simulation
- Type: Table
- Remarks: part of the soil model, can be changed or extended if necessary
| Structure | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SITE
- Description: Contains some soil model parameters on a system wide basis
- Use: input table for the crop simulation process
- Type: Table
- Remarks: supplied by the user, but rarely changed
| Structure | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SMU_SUITABILITY
- Description: a derived table containing the sum of the suitable area for a SMU for a particular crop _ group
- Use: used during the aggregation from the simulation unit results to the emu results (to derive the simulation_unit table)
- Type: Table
- Remarks: this table needs to be recalculated whenever the simulation_unit table changes
| Structure | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
STATION
- Description: the weather stations and weather station characteristics to be used by the system
- Use: used by all of the level 1 steps (additional weather, availability, grid weather)
- Type: Table
- Remarks: when changing this table, Reference_Weather and Supit_Constants may have to be updated
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
STATIONS_PER_GRID
- Description: the stations used for the grid weather interpolation of the historic year.
- Use: output table for the level 1 grid weather calculation
- Type: Table
- Remarks: contains both information produced by historical interpolation and current year interpolation.
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
STATION_REFERENCE_COEFFICIENTS
- Description: contains calculated regression constants for selected weather stations covering a large part of Europe
- Use: is used by view SUPIT_REFERENCE_STATIONS
- Type: Table
- Remarks: none
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
STAT_CROP
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
STU_LAYER
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SUITABILITY
- Description: the suitable STUs for each crop _ group
- Use: used to derive the simulation_unit table
- Type: Table
- Remarks: user defined, derived from the soil map
| Structure | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SYE
- Description: table for storing temporary results during Crop_Simulation. When the calculation is finshed, all records are inserted into SIMYIELD_EMU overwriting old results.
- Use: temporary output table for the calculation of crop indicators.
- Type: Table
- Remarks: The table is created by cgms.exe each time the crop indicators are calculated.
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SYSCON
- Description: contains system parameters
- Use: upon system initialisation
- Type: Table
- Remarks: user defined
| Structure | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SYSTABLES
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
TASKS
- Description:
- Use:
- Type: View
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
task_id
, model
, day
, status
, timestamp
, fraction
, mcomment
from eurman.tasks
where model in ('OBS','OPE','OBS+OPE')
order by task_id
|
VARIETY_PARAMETER_VALUE
- Description: values of variety parameters. Crop characteristics as understood by WOFOST and LINGRA
- Use: input table for the crop simulation process
- Type: Table
- Remarks: user defined. To express the deviation of a variety from the main crop parameters (stored in CROP_PARAMETER_VALUE table). In case of single parameters PARAMETER_XVALUE gives the value. In case of multiple parameters PARAMETER_YVALUE gives the value for a certain development stage or temperature described by PARAMETER_XVALUE.
| Structure | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
(in case of single parameters PARAMETER_XVALUE gives the value; in case of multiple parameters PARAMETER_YVALUE gives the value for a certain development stage or temperature described by PARAMETER_XVALUE) |
VIEWER_REQUESTS
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
WOG
- Description: table for storing temporary results during interpolation of grid weather as part of the Weather Monitoring module. When the calculation is finshed, all records are inserted into WEATHER_OBS_GRID.
- Use: temporary output table for the calculation of weather indicators. Output for level 1, input for level 2
- Type: Table
- Remarks: The table is created by cgms.exe each time the crop indicators are calculated.
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
WOGINFO
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
WOSC
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
synonyms
| content |
|---|
| 12.1 CMETEO_ADMIN |
| 12.2 REGION_MAPPINGS |
CMETEO_ADMIN
- Description: synonym to oracle package
- Use:
- Type: Synonym ➞ CMETEO@ADMIN_MRSMAN
- Remarks: none
REGION_MAPPINGS
- Description: regions and their relations (mappings)
- Use: used by many object to find relation between regions of different levels.
- Type: Synonym ➞ REGION@MAPPINGS_EURMAN
- Remarks: none
* When defined the values overwrite XMIN, XMAX, YMIN, YMAX and SRS_CODE in table REGION_DESCRIPTIONS.

