#acl ClamsUserGroup:read,write,delete,revert All:read === The package netcdf-tools contains the following routines: === || '''Program''' || '''Input''' || '''Function''' || || check_time || command line || Compares date and time in NetCDF filename (...yymmddhh.nc) with the variable ''time'' inside the file.|| || copy_important_variables || file cp_imp_var.inp || This program can be used to copy the important variables from one NetCDF dataset into an other. || || correct_history || command line || Deletes control characters in the history of NetCDF files || || correct_time || command line || Variable ''time'' inside the NetCDF file ist set to the time in NetCDF filename (the date must be identical). || || merge_files || file merge_files.inp || Merges two NetCDF Files. The dimensions and coordinate variables must be identical. || || nan_replace || file nan_replace.inp || This program checks if variables in NetCDF files contain ''NaN'' and optional these are replaced with ''missing_value'' || || remove_temp_dot || file remove_temp_dot.inp || Variable TEMP_DOT is removed from NetCDF files. || || remove_theta || file remove_theta.inp || Variables THETA and THETA_DOT are removed from NetCDF files. || || rm_ncdf_var || command line || Removes a variable from NetCDF file. ||