Type
Data Process.
Behaviour
It creates an empty container.
Parameters
System parameters
Examples
Create a new container ‘container1’ with dimensions lat, lon and time into folder ‘/’:
[OPH_TERM] >> oph_createcontainer container=container1;cwd=/;dim=lat|lon|time;dim_type=double|double|double;hierarchy=oph_base|oph_base|oph_time;
Argument name | Type | Mandatory | Values | Default | Min/Max-value |
---|---|---|---|---|---|
sessionid | “string” | “no” | “null” | ||
ncores | “int” | “no” | “1” | “1” / “1” | |
exec_mode | “string” | “no” | “async|sync” | “async” | |
container | “string” | “yes” | |||
cwd | “string” | “yes” | |||
dim | “string” | “yes” | |||
dim_type | “string” | “no” | “double|float|int|long|sh ort|byte” | “double” | |
hierarchy | “string” | “no” | “oph_base” | ||
base_time | “string” | “no” | “1900-01-01 00:00:00” | ||
units | “string” | “no” | “s|m|h|3|6|d” | “d” | |
calendar | “string” | “no” | “standard|gregorian|prole ptic_gregorian|julian|360 _day|no_leap|all_leap|use r_defined” | “standard” | |
month_lengths | “string” | “no” | “31,28,31,30,31,30,31,31, 30,31,30,31” | ||
leap_year | “int” | “no” | “0” | “0” / | |
leap_month | “int” | “no” | “2” | “1” / “12” | |
vocabulary | “string” | “no” | “CF” | ||
compressed | “string” | “no” | “yes|no” | “no” | |
description | “string” | “no” | “-“ | ||
objkey_filter | “string” | “no” | “all|none|createcontainer “ | “all” |