function mode = nc_netcdf4_classic()
% NC_NETCDF4_CLASSIC:  returns integer mnemonic for BITOR(NC_NETCDF4,NC_CLASSIC_MODEL)
%
% Use this when you wish to create a oct_netcdf-4 file with the classic model.
% USAGE:  mode = nc_netcdf4_classic;
mode = 4352;
return


