Type
Data Process.
Behaviour
It imports a NetCDF file into a datacube (both measure and dimensions). WARNING: It imports only mono-dimensional coordinate variables.
Parameters
System parameters
Examples
Import a NetCDF file excluding metadata into the session directory “session-code1”:
[OPH_TERM] >>  oph_importnc cwd=/session-code1;container=container1;measure=pressure;src_path=/path/of/ncfile.nc;imp_concept_level=d;import_metadata=no;
| Argument name | Type | Mandatory | Values | Default | Min/Max-value | 
|---|---|---|---|---|---|
| sessionid | “string” | “no” | “null” | ||
| ncores | “int” | “no” | “1” | “1” / | |
| exec_mode | “string” | “no” | “async|sync” | “async” | |
| container | “string” | “no” | “-“ | ||
| cwd | “string” | “yes” | |||
| host_partition | “string” | “no” | “auto” | ||
| ioserver | “string” | “no” | “mysql_table|ophidiaio_memory” | “mysql_table” | |
| import_metadata | “string” | “no” | “yes|no” | “yes” | |
| check_compliance | “string” | “no” | “yes|no” | “no” | |
| schedule | “int” | “no” | “0” | “0” | |
| nhost | “int” | “no” | “0” | “0” / | |
| nfrag | “int” | “no” | “0” | “0” / | |
| measure | “string” | “yes” | |||
| run | “string” | “no” | “yes|no” | “yes” | |
| src_path | “string” | “yes” | |||
| cdd | “string” | “no” | “/” | ||
| exp_dim | “string” | “no” | “auto” | ||
| imp_dim | “string” | “no” | “auto” | ||
| subset_dims | “string” | “no” | “none” | ||
| subset_filter | “string” | “no” | “all” | ||
| subset_type | “string” | “no” | “index|coord” | “index” | |
| time_filter | “string” | “no” | “yes|no” | “yes” | |
| offset | “real” | “no” | “0” | ||
| exp_concept_level | “string” | “no” | “c” | ||
| imp_concept_level | “string” | “no” | “c” | ||
| compressed | “string” | “no” | “yes|no” | “no” | |
| grid | “string” | “no” | “-“ | ||
| hierarchy | “string” | “no” | “oph_base” | ||
| vocabulary | “string” | “no” | “CF” | ||
| 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|proleptic_gregorian|julian|360_day|no_leap|all_leap|user_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” | |
| check_grid | “string” | “no” | “yes|no” | “yes” | |
| description | “string” | “no” | “-“ | ||
| objkey_filter | “string” | “no” | “all|none|importnc” | “all” |