diff --git a/xios_examples/read_domain_resample/README b/xios_examples/read_domain_resample/README index d5da433..3f0abae 100644 --- a/xios_examples/read_domain_resample/README +++ b/xios_examples/read_domain_resample/README @@ -1,4 +1,5 @@ read_domain_resample -------------------- -This example reads in a sample NetCDF file of arbitrary data on a 5 x 5 rectilinear (structured) horizontal domain and resamples to a 4 x 4 rectilinear horizontal domain using bilinear interpolation. The original and resampled data as well as a diff between them are written to one output NetCDF file. The unit tests include two known failure test cases where the expected result is not produced. +These examples read in arbitrary data from a netCDF file and resample to a different horizontal domain as defined within the input netCDF file using bilinear interpolation. +The original and resampled data as well as a diff between them are written to one output NetCDF file. The unit tests include two known failure test cases where the expected result is not produced.