addVar
Operation to add a new variable in a file using exisintg dimensions
addVar(values, ncfile, varn)
values= [dnames]|[varattributes]|[kind]
  [dnames]: [dimn1],...,[dimnN], ',' list of name of dimensions for the new variable (already existing)
    'scalar', for scalar variables
  [attributes]: [std_name]@[long_name]@[units], standard name, long name and units of the variable ('!' for spaces)
    'None' for no standard attributes
  [kind]: type of variable (standard netCDF4/C-like values, 'c', 'i', 'f', 'f8',...)
ncfile= name of the file
varn= name of the new variable
$ python ${pyHOME}/nc_var.py -o addVar -S 'reg,Lstring|region_name@name!of!the!regions@-|c' -f SouthAm_Climzones.nc -v regionn