dimensions: time = unlimited; station = 100; param = 3; // 1 is temperature, 2 pressure, 3 rel. humidity float data(time, station, param) ; // Don't do this! data:units = "celsius, millibars, percent" ;
wind
) variables can use an
extra dimension for the vector component,
versus putting each component in a
different variable (e.g. uwind
and
vwind
). Check that application
software you plan to use can deal with the structure you choose.