Appendix 5: Database objects/CGFS14EU
| content |
|---|
| 1. CMETEO-datasets |
| 2. SIMYIELD-datasets |
| 3. WEATHER-datasets |
| 4. other datasets |
| 5. synonyms |
CMETEO-datasets
| content |
|---|
| 1.1 CMETEO_WEATHER_HIS_AEZ |
| 1.2 CMETEO_WEATHER_HIS_GRID |
| 1.3 CMETEO_WEATHER_HIS_REGION |
| 1.4 CMETEO_WEATHER_OPE_AEZ |
| 1.5 CMETEO_WEATHER_OPE_GRID |
| 1.6 CMETEO_WEATHER_OPE_REGION |
CMETEO_WEATHER_HIS_AEZ
- Description: weather indicators per grid
- Use: input for cmeteo, renaming columns to a standardized naming
- Type: View
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* All attributes Nullable in table versions definition: select
wha.reg_map_id
, wha.landcover_id
, wha.threshold
, wha.day
, 0
, 1
, wha.temperature_max
, wha.temperature_min
, wha.temperature_avg
, wha.temperature_dew
, wha.vapourpressure
, wha.windspeed
, wha.precipitation
, wha.e0
, wha.es0
, wha.et0
, wha.radiation
, wha.snowdepth
, wha.snowweq
, td_threshold_values
(td_threshold_value('FRAC_AREA_TEMP_MAX' , 25, wha.frac_area_temp_max_ge_25)
,td_threshold_value('FRAC_AREA_TEMP_MAX' , 30, wha.frac_area_temp_max_ge_30)
,td_threshold_value('FRAC_AREA_TEMP_MAX' , 35, wha.frac_area_temp_max_ge_35)
,td_threshold_value('FRAC_AREA_TEMP_MAX' , 40, wha.frac_area_temp_max_ge_40)
,td_threshold_value('FRAC_AREA_TEMP_MIN' , 0, wha.frac_area_temp_min_le_0)
,td_threshold_value('FRAC_AREA_TEMP_MIN' , -8, wha.frac_area_temp_min_le_min8)
,td_threshold_value('FRAC_AREA_TEMP_MIN' ,-10, wha.frac_area_temp_min_le_min10)
,td_threshold_value('FRAC_AREA_TEMP_MIN' ,-18, wha.frac_area_temp_min_le_min18)
,td_threshold_value('FRAC_AREA_TEMP_MIN' ,-20, wha.frac_area_temp_min_le_min20)
,td_threshold_value('FRAC_AREA_PRECIPITATION', 1, wha.frac_area_precipitation_ge_1)
,td_threshold_value('FRAC_AREA_PRECIPITATION', 3, wha.frac_area_precipitation_ge_3)
,td_threshold_value('FRAC_AREA_PRECIPITATION', 5, wha.frac_area_precipitation_ge_5)
,td_threshold_value('FRAC_AREA_PRECIPITATION', 10, wha.frac_area_precipitation_ge_10)
,td_threshold_value('FRAC_AREA_PRECIPITATION', 15, wha.frac_area_precipitation_ge_15)
,td_threshold_value('FRAC_AREA_PRECIPITATION', 30, wha.frac_area_precipitation_ge_30)
,td_threshold_value('AVG_TEMP' , 0, wha.avg_temp_ge_0)
,td_threshold_value('AVG_TEMP' , 2, wha.avg_temp_ge_2)
,td_threshold_value('AVG_TEMP' , 4, wha.avg_temp_ge_4)
,td_threshold_value('AVG_TEMP' , 6, wha.avg_temp_ge_6)
,td_threshold_value('AVG_TEMP' , 8, wha.avg_temp_ge_8)
,td_threshold_value('AVG_TEMP' , 10, wha.avg_temp_ge_10)
) fractions
from weather_his_aez wha
|
CMETEO_WEATHER_HIS_GRID
- Description: weather indicators per grid
- Use: input for cmeteo, renaming columns to a standardized naming
- Type: View
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* All attributes Nullable in table versions definition: select idgrid ,day ,0 as day_offset ,1 as member_no ,temperature_max ,temperature_min ,temperature_avg ,temperature_dew ,vapourpressure ,windspeed ,precipitation ,e0 ,es0 ,et0 ,radiation ,snowdepth ,snowweq from weather_his_grid union all select idgrid ,day ,0 as day_offset ,1 as member_no ,temperature_max ,temperature_min ,temperature_avg ,temperature_dew ,vapourpressure ,windspeed ,precipitation ,e0 ,es0 ,et0 ,radiation ,snowdepth ,snowweq from weather_era_grid |
CMETEO_WEATHER_HIS_REGION
- Description: weather indicators per grid
- Use: input for cmeteo, renaming columns to a standardized naming
- Type: View
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* All attributes Nullable in table versions definition: select
whr.reg_map_id
, whr.landcover_id
, whr.threshold
, whr.day
, 0
, 1
, whr.temperature_max
, whr.temperature_min
, whr.temperature_avg
, whr.temperature_dew
, whr.vapourpressure
, whr.windspeed
, whr.precipitation
, whr.e0
, whr.es0
, whr.et0
, whr.radiation
, whr.snowdepth
, whr.snowweq
, td_threshold_values
(td_threshold_value('FRAC_AREA_TEMP_MAX' , 25, whr.frac_area_temp_max_ge_25)
,td_threshold_value('FRAC_AREA_TEMP_MAX' , 30, whr.frac_area_temp_max_ge_30)
,td_threshold_value('FRAC_AREA_TEMP_MAX' , 35, whr.frac_area_temp_max_ge_35)
,td_threshold_value('FRAC_AREA_TEMP_MAX' , 40, whr.frac_area_temp_max_ge_40)
,td_threshold_value('FRAC_AREA_TEMP_MIN' , 0, whr.frac_area_temp_min_le_0)
,td_threshold_value('FRAC_AREA_TEMP_MIN' , -8, whr.frac_area_temp_min_le_min8)
,td_threshold_value('FRAC_AREA_TEMP_MIN' ,-10, whr.frac_area_temp_min_le_min10)
,td_threshold_value('FRAC_AREA_TEMP_MIN' ,-18, whr.frac_area_temp_min_le_min18)
,td_threshold_value('FRAC_AREA_TEMP_MIN' ,-20, whr.frac_area_temp_min_le_min20)
,td_threshold_value('FRAC_AREA_PRECIPITATION', 1, whr.frac_area_precipitation_ge_1)
,td_threshold_value('FRAC_AREA_PRECIPITATION', 3, whr.frac_area_precipitation_ge_3)
,td_threshold_value('FRAC_AREA_PRECIPITATION', 5, whr.frac_area_precipitation_ge_5)
,td_threshold_value('FRAC_AREA_PRECIPITATION', 10, whr.frac_area_precipitation_ge_10)
,td_threshold_value('FRAC_AREA_PRECIPITATION', 15, whr.frac_area_precipitation_ge_15)
,td_threshold_value('FRAC_AREA_PRECIPITATION', 30, whr.frac_area_precipitation_ge_30)
,td_threshold_value('AVG_TEMP' , 0, whr.avg_temp_ge_0)
,td_threshold_value('AVG_TEMP' , 2, whr.avg_temp_ge_2)
,td_threshold_value('AVG_TEMP' , 4, whr.avg_temp_ge_4)
,td_threshold_value('AVG_TEMP' , 6, whr.avg_temp_ge_6)
,td_threshold_value('AVG_TEMP' , 8, whr.avg_temp_ge_8)
,td_threshold_value('AVG_TEMP' , 10, whr.avg_temp_ge_10)
) fractions
from weather_his_region whr
|
CMETEO_WEATHER_OPE_AEZ
- Description: weather indicators per grid
- Use: input for cmeteo, renaming columns to a standardized naming
- Type: View
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* All attributes Nullable in table versions definition: select
woa.reg_map_id
, woa.landcover_id
, woa.threshold
, woa.day
, woa.day_offset
, woa.member_no
, woa.temperature_max
, woa.temperature_min
, woa.temperature_avg
, woa.temperature_dew
, woa.vapourpressure
, woa.windspeed
, woa.precipitation
, woa.e0
, woa.es0
, woa.et0
, woa.radiation
, woa.snowdepth
, woa.snowweq
, 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_ope_aez woa
|
CMETEO_WEATHER_OPE_GRID
- Description: weather indicators per grid
- Use: input for cmeteo, renaming columns to a standardized naming
- Type: View
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* All attributes Nullable in table versions definition: select idgrid ,day ,dayoffset ,idmember ,temperature_max ,temperature_min ,temperature_avg ,temperature_dew ,vapourpressure ,windspeed ,precipitation ,e0 ,es0 ,et0 ,radiation ,snowdepth ,snowweq from weather_ope_grid |
CMETEO_WEATHER_OPE_REGION
- Description: weather indicators per grid
- Use: input for cmeteo, renaming columns to a standardized naming
- Type: View
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* All attributes Nullable in table versions definition: select
wor.reg_map_id
, wor.landcover_id
, wor.threshold
, wor.day
, wor.day_offset
, wor.member_no
, wor.temperature_max
, wor.temperature_min
, wor.temperature_avg
, wor.temperature_dew
, wor.vapourpressure
, wor.windspeed
, wor.precipitation
, wor.e0
, wor.es0
, wor.et0
, wor.radiation
, wor.snowdepth
, wor.snowweq
, 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_ope_region wor
|
SIMYIELD-datasets
SIMYIELD_ENSEXT_EMU
- Description: results of the crop simulation per emu. Level 2 output based on forecast 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 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* Not in SIMYIELD_HIS_EMU table since the HIS model does not have members. Inconsequent, the SIMYIELD_OPE_EMU has the attribute although also the OPE model does not have members. |
SIMYIELD_ENSEXT_GRID
- Description: results of the crop simulation per grid. Level 2 output, based on forecast 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 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* Not in SIMYIELD_HIS_GRID table since the HIS model does not have members. Inconsequent, the SIMYIELD_OPE_GRID has the attribute although also the OPE model does not have members. |
SIMYIELD_ENSEXT_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_ENSEXT_STU
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIMYIELD_ENS_EMU
- Description: results of the crop simulation per emu. Level 2 output based on forecast 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 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* Not in SIMYIELD_HIS_EMU table since the HIS model does not have members. Inconsequent, the SIMYIELD_OPE_EMU has the attribute although also the OPE model does not have members. |
SIMYIELD_ENS_GRID
- Description: results of the crop simulation per grid. Level 2 output, based on forecast 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 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* Not in SIMYIELD_HIS_GRID table since the HIS model does not have members. Inconsequent, the SIMYIELD_OPE_GRID has the attribute although also the OPE model does not have members. |
SIMYIELD_ENS_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_ENS_STU
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIMYIELD_SEAS_EMU
- Description: results of the crop simulation per emu. Level 2 output based on forecast 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 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* Not in SIMYIELD_HIS_EMU table since the HIS model does not have members. Inconsequent, the SIMYIELD_OPE_EMU has the attribute although also the OPE model does not have members. |
SIMYIELD_SEAS_GRID
- Description: results of the crop simulation per grid. Level 2 output, based on forecast 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 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* Not in SIMYIELD_HIS_GRID table since the HIS model does not have members. Inconsequent, the SIMYIELD_OPE_GRID has the attribute although also the OPE model does not have members. |
SIMYIELD_SEAS_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_SEAS_STU
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIMYIELD_STU_EPS
- Description:
- Use:
- Type: View
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select IDMEMBER as member_no ,DAY ,DOY ,YEAR ,IDGRID as grid_no ,IDSTU as stu_no ,IDCROP as crop_no ,POTENTIAL_LEAF_AREA_INDEX ,POTENTIAL_YIELD_BIOMASS ,POTENTIAL_YIELD_STORAGE ,WATER_LIM_LEAF_AREA_INDEX ,WATER_LIM_YIELD_BIOMASS ,WATER_LIM_YIELD_STORAGE ,DEVELOPMENT_STAGE ,RELATIVE_SOIL_MOISTURE ,TOTAL_WATER_CONSUMPTION ,TOTAL_WATER_REQUIREMENT ,FSM ,FSMUR ,RUNOFF ,SOIL_EVAPORATION ,LOSS_TO_SUBSOIL ,IDSERIES as id_series from simyield_ens_stu |
SIMYIELD_STU_MON
- Description:
- Use:
- Type: View
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select IDMEMBER as member_no ,DAY ,DOY ,YEAR ,IDGRID as grid_no ,IDSTU as stu_no ,IDCROP as crop_no ,POTENTIAL_LEAF_AREA_INDEX ,POTENTIAL_YIELD_BIOMASS ,POTENTIAL_YIELD_STORAGE ,WATER_LIM_LEAF_AREA_INDEX ,WATER_LIM_YIELD_BIOMASS ,WATER_LIM_YIELD_STORAGE ,DEVELOPMENT_STAGE ,RELATIVE_SOIL_MOISTURE ,TOTAL_WATER_CONSUMPTION ,TOTAL_WATER_REQUIREMENT ,FSM ,FSMUR ,RUNOFF ,SOIL_EVAPORATION ,LOSS_TO_SUBSOIL ,IDSERIES as id_series from simyield_ensext_stu |
SIMYIELD_STU_SEA
- Description:
- Use:
- Type: View
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select IDMEMBER as member_no ,DAY ,DOY ,YEAR ,IDGRID as grid_no ,IDSTU as stu_no ,IDCROP as crop_no ,POTENTIAL_LEAF_AREA_INDEX ,POTENTIAL_YIELD_BIOMASS ,POTENTIAL_YIELD_STORAGE ,WATER_LIM_LEAF_AREA_INDEX ,WATER_LIM_YIELD_BIOMASS ,WATER_LIM_YIELD_STORAGE ,DEVELOPMENT_STAGE ,RELATIVE_SOIL_MOISTURE ,TOTAL_WATER_CONSUMPTION ,TOTAL_WATER_REQUIREMENT ,FSM ,FSMUR ,RUNOFF ,SOIL_EVAPORATION ,LOSS_TO_SUBSOIL ,IDSERIES as id_series from simyield_seas_stu |
WEATHER-datasets
WEATHER_ENSEXT_GRID
- Description: forecasted weather per day and grid point in 25x25km climate grid resolution.
- Use: input for crop simulation.
- Type: Table
- Remarks: The products from ECMWF (see Forecasted weather) are stored in separate tables. Replace <MODEL> with one of the product abbreviations (HIS, OPE, EPS, MON or SEA) to get the table name.
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* Not available (relevant) in HIS product |
WEATHER_ENS_GRID
- Description: forecasted weather per day and grid point in 25x25km climate grid resolution.
- Use: input for crop simulation.
- Type: Table
- Remarks: The products from ECMWF (see Forecasted weather) are stored in separate tables. Replace <MODEL> with one of the product abbreviations (HIS, OPE, EPS, MON or SEA) to get the table name.
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* Not available (relevant) in HIS product |
WEATHER_EPS_GRID_FOR_BIOMA
- Description:
- Use:
- Type: View
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
idgrid as grid_no
, idmember as member_no
, dayoffset as day_offset
, day
, radiation
, e0
, es0
, et0
, temperature_max
, temperature_min
, precipitation
, snowweq
, vapourpressure
, windspeed
from weather_ens_grid
|
WEATHER_ERA_GRID
- Description: forecasted weather per day and grid point in 25x25km climate grid resolution.
- Use: input for crop simulation.
- Type: Table
- Remarks: The products from ECMWF (see Forecasted weather) are stored in separate tables. Replace <MODEL> with one of the product abbreviations (HIS, OPE, EPS, MON or SEA) to get the table name.
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* Not available (relevant) in HIS product |
WEATHER_ERA_GRID_EXPORT
- Description:
- Use:
- Type: View
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select IDGRID ,DAY ,TEMPERATURE_MAX ,TEMPERATURE_MIN ,TEMPERATURE_AVG ,TEMPERATURE_DEW ,VAPOURPRESSURE ,WINDSPEED ,PRECIPITATION ,E0 ,ES0 ,ET0 ,RADIATION ,SNOWWEQ ,SNOWDEPTH from WEATHER_ERA_GRID |
WEATHER_HIS_AEZ
- Description: forecasted weather per day and agro-environmental region.
- Use: Monitoring extreme weather events.
- Type: Table
- Remarks: The products from ECMWF (see Forecasted weather) are stored in separate tables. Replace <MODEL> with one of the product abbreviations (HIS, OPE, EPS) to get the table name. ERA, MON and SEA are not available for agro-environmental regions
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* Not available (relevant) in HIS products |
WEATHER_HIS_AEZ_LTA
- Description: long term average forecasted weather per day and agri-environmental region.
- Use: Monitoring extreme weather events.
- Type: Table
- Remarks: Long term average is only available for the HIS model (see forecasted weather).
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
WEATHER_HIS_GRID
- Description: forecasted weather per day and grid point in 25x25km climate grid resolution.
- Use: input for crop simulation.
- Type: Table
- Remarks: The products from ECMWF (see Forecasted weather) are stored in separate tables. Replace <MODEL> with one of the product abbreviations (HIS, OPE, EPS, MON or SEA) to get the table name.
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* Not available (relevant) in HIS product |
WEATHER_HIS_GRID_EXPORT
- Description:
- Use:
- Type: View
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select IDGRID ,DAY ,TEMPERATURE_MAX ,TEMPERATURE_MIN ,TEMPERATURE_AVG ,TEMPERATURE_DEW ,VAPOURPRESSURE ,WINDSPEED ,PRECIPITATION ,E0 ,ES0 ,ET0 ,RADIATION ,SNOWWEQ ,SNOWDEPTH from WEATHER_HIS_GRID |
WEATHER_HIS_GRID_FOR_BIOMA
- Description:
- Use:
- Type: View
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
idgrid as grid_no
, day
, radiation
, e0
, es0
, et0
, temperature_max
, temperature_min
, precipitation
, snowweq
, vapourpressure
, windspeed
from weather_his_grid
|
WEATHER_HIS_GRID_LTA
- Description: long term average forecasted weather per day and grid point in 25x25km climate grid resolution.
- Use: Monitoring extreme weather events.
- Type: Table
- Remarks: Long term average is only available for the HIS model (see forecasted weather).
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
WEATHER_HIS_REGION
- Description: forecasted weather per day and administrative region.
- Use: Monitoring extreme weather events.
- Type: Table
- Remarks: The products from ECMWF (see Forecasted weather) are stored in separate tables. Replace <MODEL> with one of the product abbreviations (HIS, OPE, EPS) to get the table name. MON and SEA are not available for administrative regions
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* Not available (relevant) in HIS products |
WEATHER_HIS_REGION_LTA
- Description: long term average forecasted weather per day and administrative region.
- Use: Monitoring extreme weather events.
- Type: Table
- Remarks: Long term average is only available for the HIS model (see forecasted weather).
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
WEATHER_OPE_AEZ
- Description: forecasted weather per day and agro-environmental region.
- Use: Monitoring extreme weather events.
- Type: Table
- Remarks: The products from ECMWF (see Forecasted weather) are stored in separate tables. Replace <MODEL> with one of the product abbreviations (HIS, OPE, EPS) to get the table name. ERA, MON and SEA are not available for agro-environmental regions
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* Not available (relevant) in HIS products |
WEATHER_OPE_GRID
- Description: forecasted weather per day and grid point in 25x25km climate grid resolution.
- Use: input for crop simulation.
- Type: Table
- Remarks: The products from ECMWF (see Forecasted weather) are stored in separate tables. Replace <MODEL> with one of the product abbreviations (HIS, OPE, EPS, MON or SEA) to get the table name.
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* Not available (relevant) in HIS product |
WEATHER_OPE_REGION
- Description: forecasted weather per day and administrative region.
- Use: Monitoring extreme weather events.
- Type: Table
- Remarks: The products from ECMWF (see Forecasted weather) are stored in separate tables. Replace <MODEL> with one of the product abbreviations (HIS, OPE, EPS) to get the table name. MON and SEA are not available for administrative regions
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* Not available (relevant) in HIS products |
WEATHER_SEAS_GRID
- Description: forecasted weather per day and grid point in 25x25km climate grid resolution.
- Use: input for crop simulation.
- Type: Table
- Remarks: The products from ECMWF (see Forecasted weather) are stored in separate tables. Replace <MODEL> with one of the product abbreviations (HIS, OPE, EPS, MON or SEA) to get the table name.
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* Not available (relevant) in HIS product |
WEATHER_SEA_GRID_FOR_EXPORT
- Description:
- Use:
- Type: View
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select IDGRID as grid_no ,DAY ,dayoffset as day_offset ,idmember as member_no ,TEMPERATURE_MAX ,TEMPERATURE_MIN ,TEMPERATURE_AVG ,TEMPERATURE_DEW ,VAPOURPRESSURE ,WINDSPEED ,PRECIPITATION ,E0 ,ES0 ,ET0 ,RADIATION ,SNOWWEQ from WEATHER_seas_GRID |
other datasets
| content |
|---|
| 4.1 DATES_75_15 |
| 4.2 GRIDS |
| 4.3 GRIDS_FOR_BIOMA |
| 4.4 SYSTABLES |
| 4.5 TASKS |
DATES_75_15
- Description: synonym to oracle package
- Use: view on DATE_GENERATOR package
- Type: Table
- Remarks: none
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
GRIDS
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
GRIDS_FOR_BIOMA
- Description:
- Use:
- Type: View
- Remarks:
| Structure | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
altitude as altitude
, idgrid as grid_no
, latitude as latitude
, longitude as longitude
from grids
|
SYSTABLES
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
TASKS
- Description:
- Use:
- Type: View
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* Status:
select
TASK_ID
,MODEL
,DAY
,STATUS
,TIMESTAMP
,FRACTION
,MCOMMENT
from eurman.tasks
where model in ('OBS+OPE','OPE','ENS','ENSEXT','SEAS')
and day >= to_date('01-01-2016','dd-mm-yyyy')
order by task_id
|
synonyms
AEZ
- Description: synonym to oracle package
- Use: use to references the tables REGION_DESCRIPTIONS and REGION_MAPPINGS
- Type: Synonym ➞ AEZ@_CGMS12EU
- Remarks:
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: Synonym ➞ AGGREGATION@AREAS_CGMS12EU
- Remarks: none
* 'SOURCE' can have the following values:
- based on EUROSTAT
- EUROSTAT CROPUSE for crops 1,2,3,4,5,6,7,8,9,10,11,12,76,77
- EUROSTAT LANDUSE for crop 50
- based on EMU_PLUS_NUTS_LANDCOVER
- CGMS LANDCOVER for crop 51
- LANDCOVER where EUROSTAT is not available and land cover area > 0
- EMU_PLUS_NUTS where EUROSTAT is not available and land cover area = 0 (set to zero)
CMETEO_ADMIN
- Description: synonym to oracle package
- Use:
- Type: Synonym ➞ CMETEO@ADMIN_EURMAN
- Remarks: none
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: Synonym ➞ CMETEO@AEZ_GRID_LANDCOVERS_CGMS12EU
- Remarks: user defined, derived from GIS
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: Synonym ➞ CMETEO@AGGREGATION_AREAS_CGMS12EU
- Remarks: none
* All attributes Nullable in table versions ** Not in view, only in table
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: Synonym ➞ CMETEO@CROPS_CGMS12EU
- 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.
CMETEO_GRID_LANDCOVER_AREAS
- Description: landcover areas for each intersection of grid and agri-environmental region (only strata).
- Use: input for cmeteo with standardized attribute names
- Type: Synonym ➞ CMETEO@REGION_GRID_LANDCOVERS_CGMS12EU
- Remarks: none
CMETEO_GRID_WEATHER
- Description: weather indicators per grid
- Use: input for cmeteo, renaming columns to a standardized naming
- Type: Synonym ➞ CMETEO@WEATHER_OPE_GRID_CGFS14EU
- Remarks:
* All attributes Nullable in table versions
CMETEO_LANDCOVERS
- Description: List of landcovers or crops to be evaluated in CMETEO
- Use: input for cmeteo, renaming columns to a standardized naming
- Type: Synonym ➞ CMETEO@LANDCOVERS_CGMS12EU
- Remarks:
* All attributes Nullable in table versions
CMETEO_PROCESS
- Description: synonym to oracle package
- Use:
- Type: Synonym ➞ CMETEO@PROCESS_EURMAN
- Remarks: none
CMETEO_REGIONS
- Description:
- Use: input for cmeteo, renaming columns to a standardized naming
- Type: Synonym ➞ CMETEO@REGIONS_EURMAN
- Remarks:
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: Synonym ➞ CMETEO@REGION_GRID_LANDCOVERS_CGMS12EU
- Remarks: user defined, derived from GIS
CMETEO_REGION_MAPPINGS
- Description: regions and their relations (mappings)
- Use: input for cmeteo
- Type: Synonym ➞ CMETEO@REGION_MAPPINGS_EURMAN
- Remarks:
CMETEO_REGION_WEATHER
- Description: weather indicators per region
- Use: input for cmeteo, renaming columns to a standardized naming
- Type: Synonym ➞ CMETEO@WEATHER_OPE_REGION_CGFS14EU
- Remarks:
CMETEO_REJECTED_WEATHER
- Description: rejected weather
- Use: log table for cmeteo
- Type: Synonym ➞ CMETEO@REJECTED_WEATHER_EURMAN
- Remarks:
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: Synonym ➞ CROP@_CGMS12EU
- 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.
* CROP_NO in
1,2,3,4,6,7,8,10,11,12,13,41,43,46,50,51
** LANDCOVER_ID values:
- 101 Arable Land
- 102 Non-irrigated arable land
- 103 Agricultural areas
- 104 Pasture
- 105 Temporary forage
- 106 Rice
CROP_LANDCOVER
- Description: List of crop and landcovers
- Use: source for various views & synonyms
- Type: Synonym ➞ CROP@LANDCOVER_CGMS12EU
- Remarks:
DATELIST
- Description:
- Use:
- Type: Synonym ➞ DATELIST@_EURMAN
- Remarks:
DAY_DECADEYEAR
- Description: synonym to oracle package
- Use: view on DATE_GENERATOR package
- Type: Synonym ➞ DAY@DECADEYEAR_EURMAN
- Remarks: none
EMU
- Description: the intersection of the soil map and the grid
- Use: input/reference table for the crop simulation process
- Type: Synonym ➞ EMU@_CGMS12EU
- Remarks: user defined, derived from GIS, provides the link to the GIS
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: Synonym ➞ LINK@EMU_REGION_LANDCOVER_CGMS12EU
- Remarks:
LINK_REGION_GRID_LANDCOVER
- Description: landcover areas for each intersection of grid and NUTS region (only level 3).
- Use: input for cmeteo
- Type: Synonym ➞ LINK@REGION_GRID_LANDCOVER_CGMS12EU
- Remarks: user defined, derived from GIS
REGION
- Description: Administrative regions
- Use: input for monitoring extreme weather events
- Type: Synonym ➞ REGION@_CGMS12EU
- Remarks:
* According to the 'NUTS' nomenclature (see Administrative_regions).
REGION_INFO
- Description:
- Use:
- Type: Synonym ➞ REGION@INFO_EURMAN
- Remarks:
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_CGMS12EU
- Remarks: none
* When defined the values overwrite XMIN, XMAX, YMIN, YMAX and SRS_CODE in table REGION_DESCRIPTIONS.
REGLISTS
- Description: synonym to oracle package
- Use: link to REGLISTS
- Type: Synonym ➞ REGLISTS@_EURMAN
- Remarks: none
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: Synonym ➞ SMU@SUITABILITY_CGMS12EU
- Remarks: this table needs to be recalculated whenever the simulation_unit table changes
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: Synonym ➞ SOIL@ASSOCIATION_COMPOSITION_CGMS12EU
- Remarks: derived from the soil map
STAT_CROP
- Description:
- Use:
- Type: Synonym ➞ STAT@CROP_CGMS12EU
- Remarks:
SUITABILITY
- Description: the suitable STUs for each crop _ group
- Use: used to derive the simulation_unit table
- Type: Synonym ➞ SUITABILITY@_CGMS12EU
- Remarks: user defined, derived from the soil map
TD_THRESHOLD_VALUE
- Description:
- Use:
- Type: Synonym ➞ TD@THRESHOLD_VALUE_EURMAN
- Remarks:
TD_THRESHOLD_VALUES
- Description:
- Use:
- Type: Synonym ➞ TD@THRESHOLD_VALUES_EURMAN
- Remarks:

