Massive commands reference

Description

Type

Data Process.

Behaviour

It executes the same operation over a set of datacubes (massive operation).

Parameters

  • level: level associated to the datacubes to be extracted. This filter can be denied by using ‘!=’.
  • measure: name of the measure associated to the datacubes to be extracted. This filter can be denied by using ‘!=’.
  • parent_cube: PID of the datacube used as input to create the datacubes which the operation has to be applied to. This filter can be denied by using ‘!=’.
  • container: name of the container of the datacubes which the operation has to be applied to. This filter can be denied by using ‘!=’.
  • container_pid: PID of the container of the datacubes which the operation has to be applied to. It overrides the filter on “container name”. This filter can be denied by using ‘!=’.
  • cube_filter: subset string to filter cubes by their identifier. This filter can be denied by using ‘!=’.
  • metadata_key: key of a metadata associated to datacubes which the operation has to be applied to. This filter can be denied by using ‘!=’.
  • metadata_value: value of the metadata specified with the parameter ‘metadata_key’. This filter can be denied by using ‘!=’.
  • path: path of the target datacubes or files to be imported; by default, it is the current working directory. This filter can be denied by using ‘!=’, but only for data cubes.
  • file: pattern for file names (used only for import operations).
  • recursive: set to “yes” in case sub-folders have to be explored.
  • convention: used in case measure name has to be extracted from file name in import operations.
  • run: set to “yes” in case massive operation has to be executed; set to “no” in case only the list of target datacubes is requested.
  • depth: set to the maximum folder depth that should be explored in case of recursion; level “1” corresponds to “no recursion”; by default no limit is applied.

System parameters

  • objkey_filter: filter on the output of the operator written to file (default=all => no filter, none => no output, massive_list => shows sub-task list, massive_summary => shows a summary as text).

Examples

Not given

Arguments

Argument name Type Mandatory Values Default Allow Not Min/Max-value
level “int” “no”   “” “yes” “0” /
measure “string” “no”   “” “yes”  
parent_cube “string” “no”   “” “yes”  
container “string” “no”   “” “yes”  
container_pid “string” “no”   “” “yes”  
cube_filter “string” “no”   “” “yes”  
metadata_key “string” “no”   “” “yes”  
metadata_value “string” “no”   “” “yes”  
path “string” “no”   “” “yes”  
file “string” “no”   “”    
recursive “string” “no” “yes|no” “no”    
convention “string” “no” “cmip5|no” “no”    
run “string” “no” “yes|no” “yes”    
depth “int” “no”   “0”   “0” /
objkey_filter “string” “no” “all|none|massive_list|massive_summary” “all”