NetCDF File Standardizer
Standardize your NetCDF files to resolve errors and ensure compatibility with the software.
If your NetCDF (*.nc
) file shows errors during analysis (e.g., dimension mismatches, metadata issues), use the NetCDF Standardizer tool to reformat it
Go to the Home Section
Navigate to the "NetCDF Standardizer" tab.
Upload Your File
Click "Drag and drop file here" and select your
.nc
file.
Map Required Dimensions
Under "Map Required Dimensions", assign the correct dimensions:
Time: Select your time variable (e.g.,
time
).Latitude/Longitude: Choose your spatial coordinates (e.g.,
lat
,lon
).
Note: Set to
"None"
if a dimension is missing.
Standardize and Save
Click "Standardize and Save" to auto-fix:
Renames dimensions to
time
/lat
/lon
.Handles extra dimensions (aggregates or slices them).
Download the new
.nc
file—now compatible with WATcycle toolbox!

Last updated