setValueAlongDimensionAtIndex

append new data to an existing variable


Declaration

 concatenateValueAlongDimensionAtIndex(data,dimension,index)

Parameters

  • data variable data
  • dimension the variable dimension along which to concatenate
  • index index at which to write data

Discussion

concatenates data along a variable dimension (such as a time dimension).

  variable.concatenateValueAlongDimensionAtIndex(data,dim,outputIndex);

This site uses Just the Docs, a documentation theme for Jekyll.