Skip to content

Commit

Permalink
minor reword (review)
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-marqh committed Apr 8, 2024
1 parent e3507a5 commit 9df1e6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xios_examples/read_domain_resample/README
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 9df1e6c

Please sign in to comment.