libsim  Versione6.3.0
type(dbafilter) function dbafilter_init ( type(dbafilter), intent(in), optional  filter,
type(dbaana), intent(in), optional  ana,
character(len=*), intent(in), optional  var,
type(dbadatetime), intent(in), optional  datetime,
type(dbalevel), intent(in), optional  level,
type(dbatimerange), intent(in), optional  timerange,
type(dbanetwork), intent(in), optional  network,
type(dbadatetime), intent(in), optional  datetimemin,
type(dbadatetime), intent(in), optional  datetimemax,
type(dbacoord), intent(in), optional  coordmin,
type(dbacoord), intent(in), optional  coordmax,
integer, intent(in), optional  limit,
character(len=*), intent(in), optional  ana_filter,
character(len=*), intent(in), optional  data_filter,
character(len=*), intent(in), optional  attr_filter,
character(len=*), intent(in), optional  varlist,
character(len=*), intent(in), optional  starvarlist,
character(len=*), intent(in), optional  anavarlist,
character(len=*), intent(in), optional  anastarvarlist,
integer, intent(in), optional  priority,
integer, intent(in), optional  priomin,
integer, intent(in), optional  priomax,
logical, intent(in), optional  contextana,
class(dbadcv), intent(in), optional  vars,
class(dbadcv), intent(in), optional  starvars,
class(dbadcv), intent(in), optional  anavars,
class(dbadcv), intent(in), optional  anastarvars,
character(len=*), intent(in), optional  query,
logical, intent(in), optional  anaonly,
logical, intent(in), optional  dataonly 
)
private

Constructor This is the filter we can use to limit results fron the ingest operation Without parameter it is initialized to missing.

Parametri
[in]filterprototype filter to use as default
[in]anaana filter
[in]varvar filter
[in]datetimedate and time filter
[in]levellevel filter
[in]timerangetimerange filter
[in]networknetwork filter
[in]coordminminimun coordinate filter
[in]coordmaxmaximum coordinate filter
[in]datetimeminminumum date and time filter
[in]datetimemaxmaximum date and time filter
[in]limitMaximum number of results to return
[in]ana_filterRestricts the results to only those stations which have a pseudoana value that matches the filter. Examples: 'height>=1000', 'B02001=1', '1000<=height<=2000
[in]data_filterRestricts the results to only the variables of the given type, which have a value that matches the filter. Examples: 't<260', 'B22021>2', '10<=B22021<=20'
[in]attr_filterRestricts the results to only those data which have an attribute that matches the filter. Examples: 'conf>70', 'B33197=0', '25<=conf<=50'
[in]varlistComma-separated list of variable B codes wanted on output
[in]starvarlistComma-separated list of attribute B codes wanted on output
[in]anavarlistComma-separated list of variable B codes wanted on output for ana
[in]anastarvarlistComma-separated list of attribute B codes wanted on output for ana
[in]prioritypriority on network wanted on output
[in]priominminimum priority on network wanted on output
[in]priomaxmaximum priority on network wanted on output
[in]contextanaset contextana; if true we want to work on station data else on data
[in]queryComma-separated list of query modifiers. Can have one of: 'best' or obsoletes: 'bigana', 'nosort', 'stream'. Examples: 'best' obsoletes: 'nosort,stream'
[in]anaonlyonly station data wanted on input/output
[in]dataonlyonly data wanted on input/output

Definizione alla linea 2223 del file dballe_class.F03.


Generated with Doxygen.