NCL Home > Documentation > Language

Create UNLIMITED Record Dimension

An UNLIMITED record dimension in a netCDF file is critical if the user plans to ever use the netCDF operators (NCO) to concatenate the file along the time/record dimension. After creating the output file, add the following to your code, where "f" is the pointer to the file:
    filedimdef(f,"time",-1,True)