Appendix 5: Database objects/CGMS14xxx
| content |
|---|
| 1. CROP-datasets |
| 2. GLOBAL-datasets |
| 3. LINK-datasets |
| 4. SIM-datasets |
| 5. SOIL-datasets |
| 6. WEATHER-datasets |
| 7. other datasets |
CROP-datasets
CROP_AGGREGATIONS
- Description: Link between simulated and aggregated crops.
- Use: To aggregate simulation results at EMU resolution (IDCROP_PARAMETRIZATION) to regional resolution (IDCROP_AGGREGATION). A single simulated crop (IDCROP_PARAMETERIZATION) can be aggregated to different aggregated crops (IDCROP_AGGREGATION) using different aggregation areas.
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
CROP_CALENDARS
- 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_PARAMETRIZATIONS
- Description: list of the crop parametrizations and additional general attributes such as the crop name, crop model, landcover to which the crop is linked and operability of the crop.
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
CROP_PARAMETRIZATION_PARAMETER
- Description: crop specific values of the parameters, copied from the region- and non-region specific physiological information of the crop knowledge database.
- Use: default crop parameter values in case no variety specific crop parameters are available.
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
CROP_REGIMES
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
CROP_SPATIALIZATIONS
- Description: Storing for each grid and crop the variety that should be used to simulate the crop
- Use: used for calibrations, the find the grid belonging to a variety and calibrating variety specific crop parameters. Used in in simulations to find variety specific crop parameter values.
- Type: Table
- Remarks: usually the spatial coverage per crop is the same is in object CROP_CALENDARS, except now without the season identifier. The specified spatial variety is static over years.
| Structure | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
CROP_SUITABILITY_RULES
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
CROP_VARIETIES
- Description: list of all unique valrieties
- Use: lookup table for various link_* objects.
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
CROP_VARIETY_PARAMETERS
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
CROP_VARIETY_REGIMES
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
GLOBAL-datasets
GLOBAL_CATEGORIES
- Description: snapshot table for snapshot CGMS14CHN.GLOBAL_CATEGORIES
- Use:
- Type: Materialized View
- Remarks:
| Structure | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
idcategory
, category
, descriptor
from categories@cgms14sys_assistdas
|
GLOBAL_COVERS
- Description:
- Use:
- Type: View
- Remarks:
| Structure | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
c.idcover
, c.cover
, c.descriptor
from covers@CGMS14SYS_ASSISTDAS c
|
GLOBAL_COVER_SOURCES
- Description:
- Use:
- Type: View
- Remarks:
| Structure | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select c.idcover_source , c.cover_source , c.descriptor , c.unc from cover_sources@CGMS14SYS_ASSISTDAS c |
GLOBAL_CROPS
- Description:
- Use:
- Type: View
- Remarks:
| Structure | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
c.idcrop
, c.crop
, c.descriptor
, c.eurostat
from crops@CGMS14SYS_ASSISTDAS c
|
GLOBAL_CROP_PARAMETERS
- Description: snapshot table for snapshot GLOBAL_CROP_PARAMETERS. List of all crop parameters, description, unit, type (single value or AFGEN function) and category (crop- or model parameters).
- Use:
- Type: Materialized View
- Remarks: source objects exist in a different tennent, available via dblink.
| Structure | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
definition: select
cp.idcrop_parameter
, cp.crop_parameter
, cp.descriptor
, cp.multi
, cp.idcategory
, c.category
from
crop_parameters@CGMS14SYS_ASSISTDAS cp
, categories@CGMS14SYS_ASSISTDAS c
where cp.idcategory = c.idcategory
|
GLOBAL_EVENTS
- Description: list of season events
- Use: lookup table for events in CROP_CALENDARS
- Type: Materialized View
- Remarks: values in column EVENT are case sensitive recognized by the crop model and should not be changed unless the mapping is also changed in the crop model.
| Structure | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
definition: select idevent , event , c.descriptor from events@cgms14sys_assistdas c |
GLOBAL_GRIDS
- Description:
- Use:
- Type: View
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
g.idgrid
, g.idgrid_source
, idoriginal_code
, latitude
, longitude
, altitude
, altitude_16
, altitude_25
, x
, y
, distance_from_coast
, climate_barrier
, has_land
, grid_source
, resolution
, unit
from grids@CGMS14SYS_ASSISTDAS g
, windows@CGMS14SYS_ASSISTDAS w
, grid_sources@CGMS14SYS_ASSISTDAS gs
where g.idgrid_source = gs.idgrid_source
and gs.idwindow = w.idwindow
|
GLOBAL_GRID_SOURCES
- Description:
- Use:
- Type: View
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
idgrid_source
, gs.idwindow
, w.window
, w.name
, gs.resolution
, gs.unit
, gs.description
, gs.unc
from grid_sources@CGMS14SYS_ASSISTDAS gs
, windows@CGMS14SYS_ASSISTDAS w
where gs.idwindow = w.idwindow
|
GLOBAL_LINK_COVERWINDOW_SOURCE
- Description:
- Use:
- Type: View
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
lcws.idwindow
, w.window
, w.name
, lcws.idcover
, c.cover
, lcws.idcover_source
, cover_source
, cs.descriptor as cover_source_descriptor
from link_cover_window_source@CGMS14SYS_ASSISTDAS lcws
, windows@CGMS14SYS_ASSISTDAS w
, covers@CGMS14SYS_ASSISTDAS c
, cover_sources@CGMS14SYS_ASSISTDAS cs
where lcws.idwindow = w.idwindow
and lcws.idcover = c.idcover
and lcws.idcover_source = cs.idcover_source
order by w.idwindow
, c.idcover
, cs.idcover_source
|
GLOBAL_MODELS
- Description:
- Use:
- Type: View
- Remarks:
| Structure | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
m.idmodel
, m.model
, m.descriptor
from models@CGMS14SYS_ASSISTDAS m
|
GLOBAL_REGIONS
- Description:
- Use:
- Type: View
- Remarks:
| Structure | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
r.idregion
, r.region
, r.name
, r.continent
, r.population
from regions@CGMS14SYS_ASSISTDAS r
|
GLOBAL_REGION_ELEMENTS
- Description:
- Use:
- Type: View
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
re.idregion_element
, re.idoriginal_code
, re.idregion
, r.continent
, r.region
, r.name global_name
, re.name local_name
, re.region_level
, r.population
, re.standard
, re.idfather
, re.idregion_source
, rs.region_source
from region_elements@CGMS14SYS_ASSISTDAS re
, regions@CGMS14SYS_ASSISTDAS r
, region_sources@CGMS14SYS_ASSISTDAS rs
where re.idregion = r.idregion
and re.idregion_source = rs.idregion_source
|
GLOBAL_REGION_SOURCES
- Description:
- Use:
- Type: View
- Remarks:
| Structure | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
r.idregion_source
, r.region_source
, r.description
, r.unc
from region_sources@CGMS14SYS_ASSISTDAS r
order by idregion_source
|
GLOBAL_SOIL_SOURCES
- Description:
- Use:
- Type: View
- Remarks:
| Structure | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
s.idsoil_source
, s.soil_source
, s.descriptor
from soil_sources@CGMS14SYS_ASSISTDAS s
|
GLOBAL_STATIONS
- Description:
- Use:
- Type: View
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
IDSTATION
, STATION
, ORGANIZATION
, IDWMO
, WMO
, LATITUDE
, LONGITUDE
, Y_COORDINATE
, X_COORDINATE
, ALTITUDE
, IDCLIMATE_ZONE
, COUNTRY
, DISTANCE_TO_COAST
, ANGSTROM_A
, ANGSTROM_B
, SUPIT_A
, SUPIT_B
, SUPIT_C
, HARGREAVES_A
, HARGREAVES_B
, RELIABLE_STATION
, ACTIVE_STATION
, AVAIL_PRECIPITATION_THRESHOLD
, AVAIL_SNOWDEPTH_THRESHOLD
, AVAIL_TEMPERATURE_THRESHOLD
, AVAIL_HUMIDITY_THRESHOLD
, AVAIL_REST_THRESHOLD
from stations@cgms14sys_assistdas s
|
GLOBAL_STATISTIC_SOURCES
- Description:
- Use:
- Type: View
- Remarks:
| Structure | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
s.idstatistic_source
, s.statistic_source
, s.descriptor
from statistic_sources@CGMS14SYS_ASSISTDAS s
|
GLOBAL_SUITABILITY_PROPERTIES
- Description:
- Use:
- Type: View
- Remarks:
| Structure | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
p.idsuitability_property
, p.suitability_property
, p.descriptor
from suitability_properties@CGMS14SYS_ASSISTDAS p
|
GLOBAL_THRESHOLDS
- Description:
- Use:
- Type: View
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
t.idthreshold
, t.threshold
, t.indicator
, t.operator
, t.value_min
, t.value_max
from thresholds@CGMS14SYS_ASSISTDAS t
, windows@CGMS14SYS_ASSISTDAS w
where t.idwindow = w.idwindow
|
GLOBAL_TIME_DIMENSIONS
- Description:
- Use:
- Type: View
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
t.day
, t.decade
, t.decade_id
, t.month
, t.month_id
, t.quarter
, t.quarter_id
, t.year
, t.last_day_decade
from time_dimensions@CGMS14SYS_ASSISTDAS t
|
GLOBAL_TREATMENTS
- Description:
- Use:
- Type: View
- Remarks:
| Structure | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
t.idtreatment
, t.treatment
, t.descriptor
from treatments@cgms14sys_ASSISTDAS t
|
GLOBAL_WINDOWS
- Description:
- Use:
- Type: View
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
w.idwindow
, w.window
, w.name
, w.reference_system
, w.descriptor
, w.max_lat
, w.max_lon
, w.min_lat
, w.min_lon
, w.max_x
, w.max_y
, w.min_x
, w.min_y
, w.roi
from windows@CGMS14SYS_ASSISTDAS w
|
LINK-datasets
LINK_CROP_AGGREGATION
- Description: relation between simulated crop parameterizations and crop aggregation areas.
- Use:
- Type: Materialized View
- Remarks: One simulated crop parametetrization can be combined with multiple aggregation areas to create alternative aggregated crops. The object contains records from CROP_AGGREGATIONS, with extra descriptive fields.
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
ca.idcrop_aggregation
, ca.idcrop
, c.crop
, c.descriptor
, cp.idmodel
, m.model
, m.descriptor
, ca.idcrop_parametrization
, cp.crop_parametrization
, cp.descriptor as parametrization_descriptor
from cgms14chn.crop_aggregations ca
, cgms14chn.crop_parametrizations cp
, cgms14chn.global_models m
, cgms14chn.global_crops c
where ca.idcrop = c.idcrop
and ca.idcrop_parametrization = cp.idcrop_parametrization
and cp.idmodel = m.idmodel
order by ca.idcrop_aggregation
|
LINK_CROP_CALENDARS
- Description:
- Use:
- Type: View
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
cp.idcrop_parametrization
, cp.crop_parametrization
, m.idmodel
, m.model
, c.idcover
, c.cover
, cc.idgrid
, cc.year
, cc.start_period
,
case
when start_period = 'EMERGENCE' then emergence
when start_period = 'SOWING' then sowing
end
start_date
,
case
when end_period = 'HARVESTING' then harvesting
when end_period = 'MATURITY' then maturity
end
end_date
, cc.duration
, cc.start_doy
from global_models m
, global_covers c
, crop_parametrizations cp
, crop_calendars cc
where cc.idcrop_parametrization = cp.idcrop_parametrization
and cp.idmodel = m.idmodel
and cp.idcover = c.idcover
and cp.active_parametrization = 'Y'
order by cc.idcrop_parametrization
, cc.idgrid
, cc.year
|
LINK_CROP_PARAMETERS
- Description: snapshot table for snapshot LINK_CROP_PARAMETERS. Crop specific values of the parameters, copied from the region- and non-region specific physiological information of the crop knowledge database.
- Use: default crop parameter values in case no variety specific crop parameters are available.
- Type: Materialized View
- Remarks: Contains records from CROP_PARAMETRIZATION_PARAMETER, with extra descriptive fields
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
definition: select
cp.idcrop_parametrization
, cp.crop_parametrization
, m.idmodel
, m.model
, c.idcover
, c.cover
, cps.idcrop_parameter
, cps.crop_parameter
, cps.descriptor
, cps.idcategory
, cps.category
, cpp.xvalue
, cpp.yvalue
from
global_models m
, global_covers c
, crop_parametrization_parameter cpp
, crop_parametrizations cp
, global_crop_parameters cps
where cpp.idcrop_parametrization = cp.idcrop_parametrization
and cpp.idcrop_parameter = cps.idcrop_parameter
and cp.idcover = c.idcover
and cp.idmodel = m.idmodel
and lower(cp.active_parametrization) = lower('Y')
order by cpp.idcrop_parametrization, cps.crop_parameter
|
LINK_CROP_PARAMETERS_CROP
- Description: snapshot table for snapshot LINK_CROP_PARAMETERS. Crop specific values of the parameters, copied from the region- and non-region specific physiological information of the crop knowledge database.
- Use: default crop parameter values in case no variety specific crop parameters are available.
- Type: Materialized View
- Remarks: Contains records from CROP_PARAMETRIZATION_PARAMETER, with extra descriptive fields and only of the parameter category 'CROP'
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
definition: select
cp.idcrop_parametrization
, cp.crop_parametrization
, m.idmodel
, m.model
, c.idcover
, c.cover
, cps.idcrop_parameter
, cps.crop_parameter
, cps.descriptor
, cpp.xvalue
, cpp.yvalue
from
global_models m
, global_covers c
, crop_parametrization_parameter cpp
, crop_parametrizations cp
, global_crop_parameters cps
where cpp.idcrop_parametrization = cp.idcrop_parametrization
and cpp.idcrop_parameter = cps.idcrop_parameter
and cp.idcover = c.idcover
and cp.idmodel = m.idmodel
and lower(cp.active_parametrization) = lower('Y')
and lower(cps.category) = lower('CROP')
order by cpp.idcrop_parametrization, cps.crop_parameter
|
LINK_CROP_PARAMETERS_MODEL
- Description: snapshot table for snapshot LINK_CROP_PARAMETERS. Crop specific values of the parameters, copied from the region- and non-region specific physiological information of the crop knowledge database.
- Use: default crop parameter values in case no variety specific crop parameters are available.
- Type: Materialized View
- Remarks: Contains records from CROP_PARAMETRIZATION_PARAMETER, with extra descriptive fields and only of the parameter category 'MODEL'
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
definition: select
cp.idcrop_parametrization
, cp.crop_parametrization
, m.idmodel
, m.model
, c.idcover
, c.cover
, cps.idcrop_parameter
, cps.crop_parameter
, cps.descriptor
, cpp.xvalue
, cpp.yvalue
from
global_models m
, global_covers c
, crop_parametrization_parameter cpp
, crop_parametrizations cp
, global_crop_parameters cps
where cpp.idcrop_parametrization = cp.idcrop_parametrization
and cpp.idcrop_parameter = cps.idcrop_parameter
and cp.idcover = c.idcover
and cp.idmodel = m.idmodel
and lower(cp.active_parametrization) = lower('Y')
and lower(cps.category) = lower('MODEL')
order by cpp.idcrop_parametrization, cps.crop_parameter
|
LINK_CROP_PARAMETRIZATION
- Description: list of the crop parametrizations and additional general attributes such as the crop name, crop model, landcover to which the crop is linked and operability of the crop.
- Use:
- Type: View
- Remarks: contains the same records as CROP_PARAMETRIZATIONS, with additional descriptive fields.
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select cp.idcrop_parametrization , cp.crop_parametrization , cp.descriptor as parametrization_descriptor , cp.tag , cp.active_parametrization , cp.viewer_enabled , cp.idmodel , m.model , m.descriptor as model_descriptor , c.idcover , c.cover , c.descriptor as cover_descriptor from crop_parametrizations cp , global_models m , global_covers c where cp.idmodel = m.idmodel and cp.idcover = c.idcover order by cp.idcrop_parametrization |
LINK_CROP_SPATIALIZATIONS
- Description:
- Use:
- Type: View
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
cp.idcrop_parametrization
, cp.crop_parametrization
, m.idmodel
, m.model
, c.idcover
, c.cover
, cs.idgrid
, v.idvariety
, v.variety
, cps.idcrop_parameter
, cps.crop_parameter
, cps.descriptor
, cvp.xvalue
, cvp.yvalue
from global_models m
, global_covers c
, crop_varieties v
, crop_parametrizations cp
, crop_spatializations cs
, global_crop_parameters cps
, crop_variety_parameters cvp
where cs.idcrop_parametrization = cp.idcrop_parametrization
and cp.idcover = c.idcover
and cs.idvariety = v.idvariety
and cp.idmodel = m.idmodel
and cs.idvariety = cvp.idvariety
and cvp.idcrop_parameter = cps.idcrop_parameter
and cp.active_parametrization = 'Y'
order by cs.idcrop_parametrization
, cs.idgrid
, cps.crop_parameter
|
LINK_CROP_STU
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
LINK_CROP_VARIETY_PARAMETERS
- Description: Optimized parameters for a variety.
- Use: If a parameter exist in this object it overwrites the default value stored in LINK_CROP_PARAMETERS_CROP and LINK_CROP_PARAMETERS_MODEL.
- Type: Materialized View
- Remarks: Contains records from CROP_VARIETY_PARAMETERS, with extra descriptive fields
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
*
from
(
select distinct
cp.idcrop_parametrization
, cp.crop_parametrization
, m.idmodel
, m.model
, c.idcover
, c.cover
, v.idvariety
, v.variety
, cps.idcrop_parameter
, cps.crop_parameter
, cps.descriptor
, cvp.xvalue
, cvp.yvalue
from
global_models m
, global_covers c
, crop_varieties v
, crop_parametrizations cp
, crop_spatializations cs
, global_crop_parameters cps
, crop_variety_parameters cvp
where cs.idcrop_parametrization = cp.idcrop_parametrization
and cp.idcover = c.idcover
and cs.idvariety = v.idvariety
and cp.idmodel = m.idmodel
and cs.idvariety = cvp.idvariety
and cvp.idcrop_parameter = cps.idcrop_parameter
and lower(cp.active_parametrization) = lower('Y')
) a
order by
idcrop_parametrization
, idvariety
, crop_parameter
|
LINK_GRID_COVER
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
LINK_GRID_REGION_COVER
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
LINK_REGION_COVER
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
LINK_SIMULATION_UNIT
- Description:
- Use:
- Type: View
- Remarks:
| Structure | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
distinct lgsc.idgrid
, lss.idstu
from link_crop_stu lcs
, link_smu_grid_cover lgsc
, link_smu_stu lss
, crop_aggregations ca
, crop_parametrizations cp
where lcs.idstu = lss.idstu
and lss.idsmu = lgsc.idsmu
and lcs.idcrop = ca.idcrop
and ca.idcrop_parametrization = cp.idcrop_parametrization
and cp.idcover = lgsc.idcover
order by lgsc.idgrid
, lss.idstu
|
LINK_SIMULATION_UNIT_CROP
- Description:
- Use:
- Type: View
- Remarks:
| Structure | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
distinct
ca.idcrop_parametrization
, lgsc.idgrid
, lss.idstu
from
link_crop_stu lcs
, link_smu_grid_cover lgsc
, link_smu_stu lss
, crop_aggregations ca
, crop_parametrizations cp
where lcs.idstu = lss.idstu
and lss.idsmu = lgsc.idsmu
and lcs.idcrop = ca.idcrop
and ca.idcrop_parametrization = cp.idcrop_parametrization
and cp.idcover = lgsc.idcover
order by
ca.idcrop_parametrization
, lgsc.idgrid
, lss.idstu
|
LINK_SMU_GRID_COVER
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
LINK_SMU_GRID_REGION_COVER
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
LINK_SMU_STU
- Description: Relative area of each STU inside a SMU.
- Use: used to find unique simulation units in elementary mapping units (see Spatial_schematization).
- Type: Table
- Remarks: The total percentage per SMU adds up to 100%.
| Structure | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
LINK_STU_HORIZONS
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
LINK_STU_WEIGHTED_PARAMETERS
- Description:
- Use:
- Type: View
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
idstu idstu
, sum(sand * (depth_max - depth_min)) / sum(depth_max - depth_min) sand
, sum(silt * (depth_max - depth_min)) / sum(depth_max - depth_min) silt
, sum(clay * (depth_max - depth_min)) / sum(depth_max - depth_min) clay
, sum(soil_moisture_content_wp * (depth_max - depth_min)) / sum(depth_max - depth_min) soil_moisture_wp
, sum(soil_moisture_content_fc * (depth_max - depth_min)) / sum(depth_max - depth_min) soil_moisture_fc
, sum(soil_moisture_content_sat * (depth_max - depth_min)) / sum(depth_max - depth_min) soil_moisture_sat
, sum(bulk_density * (depth_max - depth_min)) / sum(depth_max - depth_min) bulk_density
, sum(organic_carbon * (depth_max - depth_min)) / sum(depth_max - depth_min) organic_carbon
, sum(depth_max - depth_min) depth
from
link_stu_horizons lsh
, soil_horizons sh
where lsh.idhorizon = sh.idhorizon
group by idstu
|
LINK_SUITABILITY_RULES
- Description:
- Use:
- Type: View
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
ca.idcrop_aggregation
, ca.idcrop
, c.crop
, c.descriptor
, cp.idmodel
, m.model
, m.descriptor
, ca.idcrop_parametrization
, cp.crop_parametrization
, cp.descriptor
, sp.idsuitability_property
, sp.suitability_property
, sp.descriptor
, csr.valuen_min
, csr.valuen_max
, csr.valuec
from global_suitability_properties sp
, crop_suitability_rules csr
, global_crops c
, crop_aggregations ca
, crop_parametrizations cp
, global_models m
where ca.idcrop = c.idcrop
and ca.idcrop_parametrization = cp.idcrop_parametrization
and cp.idmodel = m.idmodel
and ca.idcrop = csr.idcrop
and csr.idsuitability_property = sp.idsuitability_property
order by ca.idcrop_aggregation
, ca.idcrop
, csr.idsuitability_property
|
SIM-datasets
SIM_BLAST_HRES_GRID
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIM_BLAST_HRES_GRID_LTA
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIM_BLAST_HRES_REGION
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIM_BLAST_HRES_REGION_LTA
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIM_WARM_HRES_GRID
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIM_WARM_HRES_GRID_LTA
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIM_WARM_HRES_REGION
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIM_WARM_HRES_REGION_LTA
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIM_WOFOST_HRES_EMU
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIM_WOFOST_HRES_EMU_LTA
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIM_WOFOST_HRES_GRID
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIM_WOFOST_HRES_GRID_LTA
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIM_WOFOST_HRES_REGION
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIM_WOFOST_HRES_REGION_LTA
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SIM_WOFOST_HRES_STU
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SOIL-datasets
| content |
|---|
| 5.1 SOIL_HORIZONS |
| 5.2 SOIL_INITIAL_WATER |
| 5.3 SOIL_SMU |
| 5.4 SOIL_STU |
SOIL_HORIZONS
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SOIL_INITIAL_WATER
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SOIL_SMU
- Description: Spatially available unique Soil Map Units (SMU's).
- Use: The soil map units are one of the layers used in the Spatial_schematization
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SOIL_STU
- Description: distinct soil types that have been identified and described by attributes (variables) specifying the nature and properties of the soils (e.g. name, texture, the moisture regime, the stoniness, depth to bedrock etc.).
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
WEATHER-datasets
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 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
<nowiki>*</nowiki> Not available (relevant) in HIS product<br> <nowiki>**</nowiki> Not available in EPS, MON and SEA products<br> |
WEATHER_ERA_GRID_LTA
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
WEATHER_ERA_REGIONCOVER
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
WEATHER_ERA_REGIONCOVER_LTA
- Description:
- Use:
- Type: Table
- Remarks:
| 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 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
<nowiki>*</nowiki> Not available (relevant) in HIS product<br> <nowiki>**</nowiki> Not available in EPS, MON and SEA products<br> |
WEATHER_HIS_REGIONCOVER
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
WEATHER_HRES_GRID
- Description: forecasted weather per day and grid point in 25x25km climate grid resolution.
- Use: input for crop simulation.
- Type: View
- 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 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
<nowiki>*</nowiki> Not available (relevant) in HIS product<br> <nowiki>**</nowiki> Not available in EPS, MON and SEA products<br>
definition: select
idgrid
, day
, temperature_max
, temperature_min
, temperature_avg
, temperature_dew
, vapourpressure
, windspeed
, precipitation
, e0
, es0
, et0
, radiation
, snowdepth
, snowweq
, null snowdensity
, totalcloud
, null geopotential350
, null geopotential500
, null geopotential800
, null humidity_06h
, null humidity_09h
, null humidity_12h
, null humidity_15h
, null humidity_18h
from weather_era_grid
where day <= to_date('31-12-2013','dd-mm-yyyy')
union all
select
idgrid
, day
, temperature_max
, temperature_min
, temperature_avg
, temperature_dew
, vapourpressure
, windspeed
, precipitation
, e0
, es0
, et0
, radiation
, snowdepth
, snowweq
, null snowdensity
, totalcloud
, null geopotential350
, null geopotential500
, null geopotential800
, null humidity_06h
, null humidity_09h
, null humidity_12h
, null humidity_15h
, null humidity_18h
from weather_his_grid
where day > to_date('31-12-2013','dd-mm-yyyy')
union all
select
idgrid
, day + dayoffset day
, temperature_max
, temperature_min
, temperature_avg
, temperature_dew
, vapourpressure
, windspeed
, precipitation
, e0
, es0
, et0
, radiation
, snowdepth
, snowweq
, null snowdensity
, totalcloud
, null geopotential350
, null geopotential500
, null geopotential800
, null humidity_06h
, null humidity_09h
, null humidity_12h
, null humidity_15h
, null humidity_18h
from weather_ope_grid
where day+dayoffset > (select max(day) from weather_his_grid)
|
WEATHER_HRES_REGIONCOVER
- Description:
- Use:
- Type: View
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
idregion
, idcover
, day
, temperature_max
, temperature_min
, temperature_avg
, temperature_dew
, vapourpressure
, windspeed
, precipitation
, e0
, es0
, et0
, radiation
, snowdepth
, snowweq
, null snowdensity
, totalcloud
, null geopotential350
, null geopotential500
, null geopotential800
, null humidity_06h
, null humidity_09h
, null humidity_12h
, null humidity_15h
, null humidity_18h
, 'ERA REANALISYS'
from weather_era_regioncover
union
select
idregion
, idcover
, day
, temperature_max
, temperature_min
, temperature_avg
, temperature_dew
, vapourpressure
, windspeed
, precipitation
, e0
, es0
, et0
, radiation
, snowdepth
, snowweq
, null snowdensity
, totalcloud
, null geopotential350
, null geopotential500
, null geopotential800
, null humidity_06h
, null humidity_09h
, null humidity_12h
, null humidity_15h
, null humidity_18h
, 'HIS ANALISYS'
from weather_his_regioncover
where day between (select max(day)+1 from weather_era_regioncover) and (select min(day)-1 from weather_ope_regioncover)
union
select
idregion
, idcover
, day + dayoffset day
, temperature_max
, temperature_min
, temperature_avg
, temperature_dew
, vapourpressure
, windspeed
, precipitation
, e0
, es0
, et0
, radiation
, snowdepth
, snowweq
, null snowdensity
, totalcloud
, null geopotential350
, null geopotential500
, null geopotential800
, null humidity_06h
, null humidity_09h
, null humidity_12h
, null humidity_15h
, null humidity_18h
, 'OPE DETERMINISTIC FORECAST'
from weather_ope_regioncover
|
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 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
<nowiki>*</nowiki> 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 | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
<nowiki>*</nowiki> 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_REGCOV_LTA_THRSHLD
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
WEATHER_OBS_REGCOV_THRESHOLDS
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
WEATHER_OBS_REGIONCOVER
- Description: interpolated weather data per grid per administrative region
- Use: input for monitoring extreme weather events
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
WEATHER_OBS_REGIONCOVER_LTA
- Description: long term average interpolated weather data per administrative region per day
- Use: Monitoring extreme weather events
- 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<br> 2 this variable can be used to derive radiation via the angstrom formula<br> 3 these variables can be used to derive radiation via the Supit formula<br> 4 these variables can be used to derive radiation via the Hargreaves formula<br> |
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_INFO_ERR
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
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_OBS_STATION_TEMP
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
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 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
<nowiki>*</nowiki> Not available (relevant) in HIS product<br> <nowiki>**</nowiki> Not available in EPS, MON and SEA products<br> |
WEATHER_OPE_REGIONCOVER
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
other datasets
| content |
|---|
| 7.1 CGMS_SYSLOG |
| 7.2 DATES_75_15 |
| 7.3 GRIDS |
| 7.4 HRES_YEARS |
| 7.5 INTERPOLATION_PARAMETERS |
| 7.6 REGIONS |
| 7.7 STATIONS |
| 7.8 STAT_REGION_AREAS |
| 7.9 SYSTABLES |
| 7.10 TASKS |
| 7.11 WOG |
| 7.12 WOSC |
CGMS_SYSLOG
- Description: logging of run options.
- Use: output table containing information on the run executed
- Type: Table
- Remarks: none
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
DATES_75_15
- Description: synonym to oracle package
- Use: view on DATE_GENERATOR package
- Type: Table
- Remarks: none
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
GRIDS
- Description: definition of agroclimatic grid.
- Use: target grid for interpolation of weather- and crop indicators
- Type: Materialized View
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
definition: select
g.idgrid
, g.idoriginal_code
, g.latitude
, g.longitude
, g.x
, g.y
, g.altitude
, g.altitude_16
, g.altitude_25
, g.has_land
, g.distance_from_coast
, g.climate_barrier
, g.resolution
, g.unit
from global_grids g
where lower(grid_source) = lower('EUR')
order by idgrid
|
HRES_YEARS
- Description:
- Use:
- Type: View
- Remarks:
| Structure | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
select
1988 + level year
from dual
connect by level <= (to_number (to_char (sysdate, 'yyyy')) - 1988)
|
INTERPOLATION_PARAMETERS
- Description: list of interpolation parameters
- Use:
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
REGIONS
- Description:
- Use:
- Type: View
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
lrc.idregion
, idfather
, region
, global_name
, local_name
, region_level
, continent
, population
, idregion_element
, idoriginal_code
from
global_region_elements re
, link_region_cover lrc
where region_source = 'GAUL'
and lrc.idregion = re.idregion
and lrc.idcover = 1000
|
STATIONS
- Description:
- Use:
- Type: View
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
select
idstation
, station
, organization
, idwmo
, wmo
, latitude
, longitude
, y_coordinate
, x_coordinate
, altitude
, idclimate_zone
, country
, distance_to_coast
, angstrom_a
, angstrom_b
, supit_a
, supit_b
, supit_c
, hargreaves_a
, hargreaves_b
, reliable_station
, active_station
, avail_precipitation_threshold
, avail_snowdepth_threshold
, avail_temperature_threshold
, avail_humidity_threshold
, avail_rest_threshold
from global_stations s
--where country = 'china'
order by idstation
|
STAT_REGION_AREAS
- Description: year specific crop areas for aggregated crops, their source and calculation method.
- Use: Used to aggregate simulated crop results to aggregated crops
- Type: Table
- Remarks:
| Structure | ||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SYSTABLES
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
TASKS
- 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 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
WOSC
- Description:
- Use:
- Type: Table
- Remarks:
| Structure | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|

